Rename do_dup() to kern_dup() and pull in some changes from FreeBSD-CURRENT.
[dragonfly.git] / sys / kern /
2003-10-15 David P. Reese, Jr.Rename do_dup() to kern_dup() and pull in some changes...
2003-10-13 Matthew DillonOops, I gave Kip bad advise. The checkpoint execution...
2003-10-13 Matthew DillonFix miscellanious kern_fp.c bugs.
2003-10-13 Matthew DillonUse the one remaining free termios control character...
2003-10-13 Matthew DillonExtend NSIG to 64 and introduce a registration function...
2003-10-13 Matthew DillonAugment falloc() to support thread-only file pointers...
2003-10-13 Hiten PandyaFix kldload(2) error return when a module is rejected...
2003-10-12 Hiten PandyaFix compile when GUPROF is defined.
2003-10-11 David Rhodus* Move variable 'p' into a more proper place.
2003-10-09 Matthew Dillonnamecache work stage 3a: Adjust the VFS APIs to include...
2003-10-08 David P. Reese, Jr.Fix a bug in the last commit where sendfile() would...
2003-10-08 David P. Reese, Jr.Introduce the function iovec_copyin() and it's friend...
2003-10-08 Matthew DillonDisable background bitmap writes. They appear to cause...
2003-10-05 Hiten PandyaFix a spelling mistake.
2003-10-03 David P. Reese, Jr.Modify kern_{send,recv}msg() to take struct uio's,...
2003-10-02 Matthew DillonAddendum: Many thanks for continuing to Galen Sampson...
2003-10-02 Matthew DillonFix a number of interrupt related issues.
2003-10-02 Hiten PandyaRename:
2003-10-02 David Rhodus Introduce a uiomove_frombuf helper routine that handle...
2003-10-02 David Rhodus Correct a case in readv(2) where the file descriptor...
2003-10-01 Matthew DillonFix a bug in lwkt_trytoken(), it failed to exit its...
2003-10-01 Matthew DillonFix a negative cache entry reaping bug, cache_zap(...
2003-09-29 Matthew DillonCleanup: get rid of the CNP_NOFOLLOW pseudo-flag. ...
2003-09-29 David P. Reese, Jr.Split getsockopt() and setsockopt().
2003-09-28 Matthew Dillonnamecache work stage 2: move struct namecache to its...
2003-09-28 Matthew DillonTry to generate more debugging information when the...
2003-09-26 Matthew DillonRemove the NO_KMEM_MAP and USE_SLAB_ALLOCATOR kernel...
2003-09-25 Matthew DillonAllow unlock and non-blocking lock operations from...
2003-09-25 Matthew DillonFix a number of mp_lock issues. I had outsmarted mysel...
2003-09-25 Matthew DillonDo not attempt to access kernel_map in free(). It...
2003-09-25 Matthew DillonCleanup td_wmesg after a tsleep completes for easier...
2003-09-24 Matthew Dillonoops, remove some namecache leakage that is not ready...
2003-09-24 Matthew DillonClean up thread priority and critical section handling...
2003-09-24 David Rhodus* Intel ACPI 20030228 distribution with local DragonFl...
2003-09-23 Matthew Dillonnamecache work stage 1: namespace cleanups. Add a...
2003-09-22 Matthew DillonAdd notation on the alignment requirement for the twe...
2003-09-22 Jeffrey HsuFor performance reasons, kernel sends should not be...
2003-09-19 David P. Reese, Jr.Separate all of the send{to,msg} and recv{from,msg...
2003-09-15 Jeffrey HsuCentralize if queue handling.
2003-09-12 David P. Reese, Jr.Create an emulation/43bsd directory and move the recent...
2003-09-07 David P. Reese, Jr.Change the split syscall naming convention from syscall...
2003-09-06 Matthew DillonMake bind1() and accept1() non-static for linux emulato...
2003-09-05 Jeffrey HsuIntroduce the DDB_TRACE kernel config option to automat...
2003-09-04 Hiten PandyaChange my e-mail.
2003-09-03 Matthew DillonAdding missing '|' from last commit.
2003-09-03 Hiten PandyaPass only one argument to vm_page_hold() as a sane...
2003-09-03 Hiten PandyaIntroduce a new poll operation bit, `POLLINGIGNEOF...
2003-09-03 Hiten PandyaReturn a more sane error code, EPIPE. The EBADF error...
2003-09-03 Hiten PandyaUse vm_page_hold() instead of vm_page_wire().
2003-09-02 Matthew DillonGeneral cleanup, ANSIfication, and documentation. ...
2003-09-01 Hiten PandyaRespect ps_showallprocs when using the Proc file system.
2003-09-01 Hiten Pandya1) Add new tunable, kern.syncdelay:
2003-08-30 Matthew DillonFix sendfile() bug introduced by the message passing...
2003-08-28 Matthew DillonAt Jeffrey Hsu's suggestion (who follows USENIX papers...
2003-08-28 Hiten PandyaFix style issue.
2003-08-27 Matthew DillonCleanup some debugging junk and fix a bug in the M_ZERO...
2003-08-27 Matthew DillonSLAB ALLOCATOR Stage 1. This brings in a slab allocato...
2003-08-26 Robert Garrettwhat the heck one last one before i go take a nap...
2003-08-26 Robert Garrett__P() removal
2003-08-25 Matthew DillonAdd the NO_KMEM_MAP kernel configuration option. This...
2003-08-25 Matthew DillonAdd an alignment feature to vm_map_findspace(). This...
2003-08-24 Jeffrey HsuAdd support for Protocol Independent Multicast.
2003-08-24 Matthew DillonSeparate out userland copyin/copyout operations from...
2003-08-23 Matthew DillonAllow a NULL dev to be passed to _devsw(). This should...
2003-08-21 Matthew DillonSeparate system call generation out from the Makefile...
2003-08-20 Robert Garrett__P() != wanted so tell makesyscalls to stop putting...
2003-08-20 Matthew DillonLinux needs %edx to be 0 on entry. It registers it...
2003-08-19 Jeffrey HsuProperly handle an error return from udev2dev().
2003-08-18 Matthew DillonThe make release process tries to stat/open a non-exist...
2003-08-16 Matthew DillonMake modules work again part 2 (final): Link the module...
2003-08-15 Matthew DillonStandardize the syscall generation target to 'sysent'.
2003-08-12 Matthew DillonSyscall messaging 4: Further expand the kernel-version...
2003-08-11 David RhodusFix for insufficient range checking of signal numbers.
2003-08-08 Matthew DillonAdd a few missing cratom() calls. In particular the...
2003-08-07 Matthew Dillonkernel tree reorganization stage 1: Major cvs repositor...
2003-08-07 Matthew Dillonkernel tree reorganization stage 1: Major cvs repositor...
2003-08-03 Matthew DillonExplicitly use an unsigned index for 'which' in shmsys...
2003-08-03 Hiten PandyaMove the backtrace() function from kern_subr.c to ...
2003-08-03 Hiten PandyaUse FOREACH_PROC_IN_SYSTEM() throughout.
2003-08-01 Matthew DillonFix a pointer bug introduced by syscall messaging....
2003-07-30 Matthew Dillonsyscall messaging 3: Expand the 'header' that goes...
2003-07-29 David RhodusFix for trap 12 on KVA space exhaustion.
2003-07-29 Hiten PandyaConsolidate MIN() usage across kern/ tree.
2003-07-29 Matthew Dillonfileops messaging stage 1: add port and feature mask...
2003-07-28 Matthew DillonFix the msgsys(), semsys(), and shmsys() syscalls which...
2003-07-28 Jeffrey HsuUse relative directory, rather than /sys, as base direc...
2003-07-28 Hiten PandyaDDB updates:
2003-07-28 Hiten PandyaMerge from FreeBSD:
2003-07-27 Hiten PandyaConsolidate usage of MIN/MAX().
2003-07-26 Robert GarrettRegister keyword removal
2003-07-26 Robert GarrettRegister keyword removal
2003-07-26 Matthew Dillonsyscall messaging 2: Change the standard return value...
2003-07-25 Matthew DillonPerformance cleanup. Greatly reduce the number of...
2003-07-25 Matthew DillonFix a minor bug in lwkt_init_thread() (the thread was...
2003-07-24 Matthew DillonSyscall messaging work 2: Continue with the implementat...
2003-07-24 Matthew DillonFix some stub prototypes (some missed proc->thread...
2003-07-24 Matthew DillonPreliminary syscall messaging work. Adjust all <syscal...
2003-07-23 Matthew Dillon2003-07-22 Hiten Pandya <hmp@nxad.com>
2003-07-23 Matthew DillonLINT pass. Cleanup missed proc->thread conversions...
2003-07-22 Matthew DillonRemove two unnecessary volatile qualifications.
next