dragonfly.git
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 Matthew DillonAdd bsd.dfport.pre.mk and bsd.dfport.post.mk to the...
2003-10-13 Matthew Dillonadd /usr/share/examples/splash to the mtree, for instal...
2003-10-13 Hiten PandyaFix an ordering issue, call vm_map_entry_reserve()...
2003-10-13 Hiten PandyaAMI MegaRAID Crash-Dumps support.
2003-10-13 David P. Reese... Implement socket() and shutdown() using the in-kernel...
2003-10-13 Hiten PandyaFix kldload(2) error return when a module is rejected...
2003-10-13 Matthew DillonAdd a splash example / DragonFly BMP
2003-10-12 Hiten PandyaFix compile when GUPROF is defined.
2003-10-12 David Rhodus* Pull is some security checks from sendmail 8.12.10.
2003-10-12 Matthew DillonMore hacks to support DragonFly port overrides. Deal...
2003-10-12 Matthew DillonFix bugs introduced from the last commit. The loadav...
2003-10-12 Matthew Dillondocument the new fdisk option.
2003-10-12 Matthew DillonAdd a -p option to fdisk that allows it to operate...
2003-10-11 Matthew DillonUpgrade isc-dhcp, e.g. dhclient.
2003-10-11 Matthew Dillonadd bsd.dfport.pre.mk and bsd.dfport.post.mk, part...
2003-10-11 David Rhodus* Add missing function declaration that was some how
2003-10-11 David Rhodus* Move variable 'p' into a more proper place.
2003-10-11 David Rhodus* Add this nice filesystem testing tool that I've recently
2003-10-11 Hiten PandyaCorrect unsafe use of realloc().
2003-10-11 Hiten PandyaSecurity Fix:
2003-10-10 Matthew DillonData reads and writes should not need credentials,...
2003-10-09 Matthew Dillonnamecache work stage 3a: Adjust the VFS APIs to include...
2003-10-09 Matthew DillonSync with FreeBSD-5, fix-up the use of certain flags...
2003-10-09 Matthew DillonUse the _KERNEL_STRUCTURES define to allow userland...
2003-10-08 Matthew DillonDefine _KERNEL_STRUCTURES instead of _KERNEL to get...
2003-10-08 Matthew DillonAdd _KERNEL_STRUCTURES support for userland use of...
2003-10-08 David P. Reese... Fix a bug in the last commit where sendfile() would...
2003-10-08 David P. Reese... Introduce the function iovec_copyin() and it's friend...
2003-10-08 Matthew DillonDisable background bitmap writes. They appear to cause...
2003-10-06 Matthew DillonThe splash_bmp and splash_pcx builds were missing some...
2003-10-06 Jeffrey HsuUnroll obfuscated loop.
2003-10-05 Matthew DillonThe CMOV family of instructions do not work across...
2003-10-05 David Rhodus* Fix a typo that was introduced from the last change.
2003-10-05 David Rhodus* Correct several integer underflows/overflows in linprocfs
2003-10-05 David Rhodus* Try to make gencat(1) recognize.
2003-10-05 Hiten PandyaFix a spelling mistake.
2003-10-04 Hiten PandyaK&R style function removal. Update functions to ANSI...
2003-10-04 David P. Reese... Modify linux_{send,recv}msg() and linux_{set,get}sockop...
2003-10-03 David P. Reese... 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 * Turn on debugging options by default
2003-10-02 Matthew Dilloncorrect a comment.
2003-10-02 Matthew DillonDescribe the hw.physmem loader variable.
2003-10-02 David Rhodus Introduce a uiomove_frombuf helper routine that handle...
2003-10-02 Hiten PandyaK&R style function removal. Update functions to ANSI...
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-10-01 Matthew DillonMove the pst device from dev/misc to dev/raid.
2003-10-01 Matthew DillonAdd pst to the raid Makefile
2003-10-01 Matthew DillonMove pst from dev/misc to dev/raid, add a Makefile...
2003-10-01 David Rhodus * Add the Promise Supertrack to the build
2003-10-01 David Rhodus * Add #include <sys/buf2.h>
2003-09-29 Matthew DillonCleanup: get rid of the CNP_NOFOLLOW pseudo-flag. ...
2003-09-29 Hiten PandyaFix L2 internal cache reporting when it is an AMD Duron...
2003-09-29 Hiten PandyaSort Copyright order.
2003-09-29 David P. Reese... Split getsockopt() and setsockopt().
2003-09-28 Matthew DillonHash the link-check data to improve performance on...
2003-09-28 Hiten PandyaK&R style function removal. Update functions to ANSI...
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-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 DillonApply FreeBSD Security Advisory FreeBSD-SA-03:14.arp...
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 Looks like we can't have comments on the same
2003-09-24 David RhodusForgot another one.
2003-09-24 David Rhodus* Finish up last commit.
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 Matthew DillonThe twe driver requires all requests, including non...
2003-09-22 Jeffrey HsuFor performance reasons, kernel sends should not be...
2003-09-21 David Rhodus* de-__P()
2003-09-21 David Rhodus* de- __P()
2003-09-21 David Rhodus* de- __P()
2003-09-20 Hiten PandyaFix IPFW2 build.
2003-09-19 David P. Reese... Separate all of the send{to,msg} and recv{from,msg...
2003-09-18 Matthew DillonImport prebinding code into DragonFly, based on Matthew...
2003-09-18 Jeffrey HsuOptimize out an unneeded bzero().
2003-09-18 Jeffrey HsuReset the retransmit counter when setting the timer...
2003-09-17 Hiten PandyaAdd the linux(4) manual page.
2003-09-17 David RhodusCorrect address parsing bug that is believed to be...
2003-09-17 David RhodusClean up.
2003-09-17 Matthew DillonAdditional ssh patches relating to the same fatal(...
2003-09-16 Matthew DillonFix a DIAGNOSTIC check in the heavy-weight switch code...
2003-09-16 Jeffrey HsuLeftover netisr consolidation cleanups.
2003-09-16 Matthew DillonAdditional comments: ssh may attempt to zero and free...
2003-09-16 Matthew Dillonupdate version to match FreeBSD after buffer security...
2003-09-16 David Rhodus Do not record expanded size before attempting to reall...
next