dragonfly.git
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.
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 Matthew DillonSet SYSDIR properly for sys/crypto and deep sys/dev...
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...
2003-08-20 Matthew DillonLinux needs %edx to be 0 on entry. It registers it...
2003-08-20 Robert Garrettplay viking, swing axe, remove deadwood..
2003-08-20 Robert GarrettPlay viking, get axe ... take axe to useless deadwood...
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 DillonAdd missing Makefile.modules (forgot to add it in the...
2003-08-16 Matthew DillonMake modules work again part 2 (final): Link the module...
2003-08-15 Jeffrey HsuNon-semantic-changing cosmetic transformation. Gets...
2003-08-15 Matthew DillonFix compile-time error when compiling a profiled GENERIC.
2003-08-15 Jeffrey HsuDecouple slow-starting an idle connection from Nagle...
2003-08-15 Matthew DillonMake modules work again part 1: hook up 'dev'. Note...
2003-08-15 Matthew DillonStandardize the syscall generation target to 'sysent'.
2003-08-15 Matthew Dillonmaster makefile for netproto modules, of which there...
2003-08-15 Matthew DillonMake modules work again part 1: forgot a file in 'emula...
2003-08-15 Matthew DillonMake modules work again part 1: linkup crypto.
2003-08-15 Matthew DillonMake modules work again part 1: linkup vfs, rename...
2003-08-15 Matthew DillonMake modules work again part 1: linkup "net" and rename...
2003-08-15 Matthew DillonMake modules work again part 1: linkup emulation/ and...
2003-08-15 Matthew DillonMake modules work again part 1: wire up the module...
2003-08-14 Matthew DillonMake modules work again part 1: Rename netgraph's Makef...
2003-08-14 Jeffrey HsuAdd statistics to disambiguate how a spurious retransmi...
2003-08-14 Jeffrey HsuMake the logic clear on when to use Eifel detection...
2003-08-14 Matthew DillonAdd softlinks so ports like sysutils/ffsrecov will...
next