dragonfly.git
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...
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... Create an emulation/43bsd directory and move the recent...
2003-09-10 Robert Garrettallow this to compile
2003-09-10 Robert GarrettThe first a bug in pax and should be commited to FBSD...
2003-09-10 Robert GarrettThe second fixes a dependency problem if compiling...
2003-09-09 Matthew DillonAdd a cvsup tag, cvs-dfports
2003-09-09 Matthew Dillonrename dport -> dfport
2003-09-09 Matthew Dillonrename /usr/dports to /usr/dfports. Includes some...
next