dragonfly.git
2003-09-07 David P. Reese... Change the split syscall naming convention from syscall...
2003-09-07 Jeroen Ruigrok... Make sure a DiskOnKey never sends a sync_cache. This...
2003-09-07 Hiten PandyaMdoc cleanup of section 4:
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-06 Hiten PandyaAdd MLINK mount_ufs(8) to mount(8).
2003-09-06 Jeroen Ruigrok... Get rid of __P, the days of K&R support are long past.
2003-09-06 Jeroen Ruigrok... Remove 'register' keyword while I am here.
2003-09-06 Jeroen Ruigrok... Fix dependency that long is always 32 bits. This does...
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 David Rhodus#include reorganization
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-30 Jeroen Ruigrok... Add the RIPEMD-160 header file.
2003-08-29 Hiten PandyaFix sorta critical bugs in fsdb(8); the @mtime and...
2003-08-29 Hiten PandyaFix vmstat(1) diagnostic output.
2003-08-28 Matthew DillonAt Jeffrey Hsu's suggestion (who follows USENIX papers...
2003-08-28 Hiten PandyaFix the case when `-p' option of truss can be passed...
2003-08-28 Hiten PandyaAdd a `-q' option to killall(1). This is helpful when...
2003-08-28 Hiten PandyaOptimize split(1) by using dynamic allocation for buffers.
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 DillonAdjust our kvm based utilities to use the _KERNEL_STRUC...
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 David RhodusThe game rogue(6) has a potential buffer overflow allowing
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-26 Hiten PandyaRemove the documentation/ folder from under 'src' tree.
2003-08-25 Robert Garrettchange vn device from old style raw device to block...
2003-08-25 Matthew DillonAdd the NO_KMEM_MAP kernel configuration option. This...
2003-08-25 Matthew DillonAdd the 'eatmem' utility. eatmem is a memory stressor.
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 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 RhodusCleaned up dead declarations.
2003-08-24 David RhodusUpdate man page to reflect the optional setting of...
2003-08-24 David RhodusAllow the optional setting of a user, primary group...
2003-08-24 David Rhodusregen
2003-08-24 David RhodusAdd function so Control-D erases the screen.
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 Jeroen Ruigrok... Remove more __const occurences.
2003-08-22 Jeroen Ruigrok... Update the manual page to reflect the normal definitions.
2003-08-22 Jeroen Ruigrok... Get rid of __const.
2003-08-22 Matthew DillonAdjust an #include line to fix a build error.
next