update version to match FreeBSD after buffer security fix.
[dragonfly.git] / sys /
2003-09-16 Jeffrey HsuLeftover netisr consolidation cleanups.
2003-09-16 Jeffrey HsuLeftover netisr consolidation cleanups.
2003-09-16 Jeffrey HsuLeftover netisr consolidation cleanups.
2003-09-16 Jeffrey HsuAdd missing interface queue.
2003-09-15 Jeffrey HsuCentralize if queue handling.
2003-09-14 Matthew DillonPermanently fix the 'allocating low physmem in early...
2003-09-14 Matthew DillonRemove unused thread pointers.
2003-09-14 Matthew DillonChange argument from proc to td.
2003-09-13 Matthew DillonCleanup. Remove unused variable.
2003-09-12 Jeffrey HsuNon-semantic changing cleanups:
2003-09-12 David P. Reese, Jr.Create an emulation/43bsd directory and move the recent...
2003-09-10 Robert GarrettThe second fixes a dependency problem if compiling...
2003-09-08 Matthew DillonCleanup some broken #include's for VESA.
2003-09-08 Matthew DillonAdd DIRECTIO to LINT
2003-09-08 Matthew DillonConvert DIRECTIO code to DragonFly.
2003-09-07 David P. Reese, Jr.Make the linux emulator use the newly split listen...
2003-09-07 David P. Reese, Jr.Change the split syscall naming convention from syscall...
2003-09-07 Jeroen Ruigrok/asmodaiMake sure a DiskOnKey never sends a sync_cache. This...
2003-09-06 Matthew DillonMake bind1() and accept1() non-static for linux emulato...
2003-09-06 David RhodusAdd NETNS to the LINT config file.
2003-09-06 David RhodusInital cleanup work to make NETNS compile again
2003-09-06 Matthew DillonAdjust linux emulation calls for bind and listen to...
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-05 David RhodusAdd a few more build options.
2003-09-04 Hiten PandyaOK, fix build, while I am there, I will get some screw...
2003-09-04 Hiten PandyaFix logic, flow and comments for previous (rev 1.9...
2003-09-04 Hiten PandyaChange my e-mail.
2003-09-03 Robert GarrettI am not certain but I believe this is what was intende...
2003-09-03 Matthew DillonAdding missing '|' from last commit.
2003-09-03 Hiten PandyaCheck when M_PREPEND returns an empty mbuf.
2003-09-03 Hiten PandyaPass only one argument to vm_page_hold() as a sane...
2003-09-03 Hiten PandyaFix style nit.
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-02 Matthew DillonDo a bit of Ansification, add some pmap assertions...
2003-09-02 Jeffrey HsuDifferentiate between send and receive window variables.
2003-09-02 Jeffrey HsuAccount for when Limited Transmit is not congestion...
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-31 Matthew Dilloncleanup: remove register keyword, ANSIze procedure...
2003-08-30 Matthew Dillonreq->r_td can be NULL, remove KKASSERT() and fix check.
2003-08-30 Matthew DillonFix sendfile() bug introduced by the message passing...
2003-08-30 Hiten PandyaAdd device identification for Intel 82801EB (ICH5)...
2003-08-30 Hiten PandyaAdd device indentification for Intel 82801DC (ICH4...
2003-08-28 Matthew DillonAt Jeffrey Hsu's suggestion (who follows USENIX papers...
2003-08-28 Hiten PandyaUse addalias() to track the vnode if it not of a regula...
2003-08-28 Hiten PandyaFix style issue.
2003-08-27 Hiten PandyaAdd two useful macros that I have been meaning to add...
2003-08-27 Matthew Dillonoops. Forgot a commit.
2003-08-27 Hiten PandyaRemove `YOUR'.
2003-08-27 David RhodusAdd USE_SLAB_ALLOCATOR into the config.
2003-08-27 Robert Garrettfinal __P removal commit
2003-08-27 Robert Garrettfix __P
2003-08-27 Robert Garrettfix typo from adding $DragonFly$ keyword
2003-08-27 Robert Garrettremove oldstyle __P prototypes
2003-08-27 Robert Garrettremove old ___P() prototypes
2003-08-27 Robert Garrettremove __P
2003-08-27 Robert Garrettremove __P() from this directory
2003-08-27 Robert Garrett__P!= wanted
2003-08-27 Matthew DillonCleanup some debugging junk and fix a bug in the M_ZERO...
2003-08-27 Robert Garrettlets go ahead and commit this before we hit the network...
2003-08-27 Robert Garrett__P removal
2003-08-27 Robert Garrett__P removal
2003-08-27 Matthew DillonA significant number of applications need access to...
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 David RhodusM_PREPEND() can fail, meaning the returned mbuf
2003-08-26 Robert Garrett__P() removal
2003-08-26 Robert Garrett__P(); not anymore in this directory
2003-08-26 Robert Garrett__P() removal
2003-08-26 Matthew DillonRemove additional KKASSERT(p)'s that we do not need...
2003-08-26 Matthew DillonRemove unnecessary KKASSERT(p) checks for procedures...
2003-08-26 Hiten PandyaAdd the TINDERBOX kernel configuration file.
2003-08-25 Matthew DillonAdd the NO_KMEM_MAP kernel configuration option. This...
2003-08-25 Matthew DillonRemove now unused proc p variables.
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 Jeffrey HsuFix typos in comments.
2003-08-24 Matthew DillonSeparate out userland copyin/copyout operations from...
2003-08-24 David RhodusSync with FreeBSD
2003-08-24 David RhodusFix a bug that could cause dc(4) to m_freem() an alread...
2003-08-23 Matthew DillonAllow a NULL dev to be passed to _devsw(). This should...
2003-08-23 Robert Garrettif ipv6 doesnt need oldstyle prototypes maybe its time...
2003-08-23 Robert Garrettwell, if netproto doesnt need old prototypes inet6...
2003-08-23 Robert GarrettDo you think /sys/netproto needs to use __P() prototypes?
2003-08-22 Matthew DillonReintegrate the module build for usb.ko
2003-08-22 Matthew DillonModify the header dependancy ordering so the bsd.kmod...
2003-08-21 Matthew DillonSeparate system call generation out from the Makefile...
2003-08-20 Robert Garrettremove extra ) from )) in this file as well.
2003-08-20 Matthew DillonTemporarily go back to an absolute path for signal...
2003-08-20 Matthew DillonFix minor bug in last commit.
2003-08-20 Matthew DillonSilence warnings about _POSIX_C_SOURCE not being define...
2003-08-20 Robert Garrett__P()!=wanted, remove old style prototypes from the...
2003-08-20 Robert Garrett__P()!=wanted, clean up the vm subsystem
2003-08-20 Robert Garrett__P() != wanted so tell makesyscalls to stop putting...
2003-08-20 Robert Garrett__P() != wanted, begin removal, in order to preserve...
2003-08-20 Matthew DillonLinux needs %edx to be 0 on entry. It registers it...
next