Split getsockopt() and setsockopt().
[dragonfly.git] / sys / kern /
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.
2003-07-22 Matthew DillonDEV messaging stage 2/4: In this stage all DEV commands...
2003-07-22 Matthew DillonThrow better sanity checks into vfs_hang_addrlist(...
2003-07-21 Matthew DillonLINT build test. Aggregated source code adjustments...
2003-07-21 Matthew DillonDEV messaging stage 1/4: Rearrange struct cdevsw and...
2003-07-20 Matthew DillonFix a minor compile-time errors when INVARIANTS is...
2003-07-20 Matthew DillonThis is the initial implmentation of the LWKT messaging...
2003-07-19 Matthew DillonNuke huge mbuf macros stage 2/2: Cleanup the MCL*(...
2003-07-19 Matthew DillonRemove the priority part of the priority|flags argument...
2003-07-19 Matthew DillonNuke huge mbuf macros stage 1/2: Remove massive inline...
2003-07-18 Matthew DillonMake the kernel load properly recognize ABS symbols...
2003-07-12 Matthew DillonCollapse gd_astpending and gd_reqpri together into...
2003-07-12 Matthew Dillonpartially fix pctcpu and userland rescheduling. We...
2003-07-11 Matthew DillonCleanup hardclock() and statclock(), making them work...
2003-07-11 Matthew Dillonmisc cleanup. Add a case where we don't want an idleth...
2003-07-11 Matthew DillonMP Implmentation 4/4: Final cleanup for this stage...
2003-07-11 Matthew DillonMP Implmentation 3B/4: Remove Xcpuast and Xforward_irq...
2003-07-10 Matthew DillonMP Implmentation 3A/4: Cleanup MP lock operations to...
2003-07-10 Matthew DillonMP Implmentation 3/4: MAJOR progress on SMP, full userl...
2003-07-08 Matthew DillonThe syncer is not a process any more, deal with it...
2003-07-08 Matthew DillonMP Implmentation 2A/4: Post commit cleanup, fix missing...
2003-07-08 Matthew DillonMP Implementation 2/4: Implement a poor-man's IPI messa...
2003-07-06 Matthew DillonMP Implementation 1/2: Get the APIC code working again...
2003-07-04 Matthew DillonIntegrate the interrupt related operations for /dev...
next