machine/param.h has to be included outside of _KERNEL for MAXCPU.
[dragonfly.git] / sys /
2003-10-18 Matthew Dillonmachine/param.h has to be included outside of _KERNEL...
2003-10-18 Matthew DillonFix memory leaks in the namecache code commited so...
2003-10-18 Matthew DillonMake malloc_type statistics per-cpu, which fixes statis...
2003-10-17 Matthew DillonFix a uni-processor bug with the last commit... we...
2003-10-17 Matthew DillonCleanup P_CURPROC and P_CP_RELEASED handling. P_CP_REL...
2003-10-17 David P. Reese, Jr.Create kern_readv() and kern_writev() and use them...
2003-10-16 Matthew DillonRemove PUSER entirely. Since p_priority has nothing...
2003-10-16 Matthew DillonFix the userland scheduler. When the scheduler release...
2003-10-16 Matthew Dilloncorrect the .PATH for access to scvesactl.c
2003-10-15 Matthew DillonHave lwkt_reltoken() return the generation number to...
2003-10-15 Matthew DillonFix an inherited bug in ptrace's PT_IO. The wrong...
2003-10-15 Hiten PandyaSecond contigmalloc() cleanup:
2003-10-15 Hiten PandyaMajor contigmalloc() API cleanup:
2003-10-15 David P. Reese, Jr.I wasn't properly checking for rollover in iovec_copyin...
2003-10-15 David P. Reese, Jr.Rename do_dup() to kern_dup() and pull in some changes...
2003-10-13 Matthew DillonOops, I gave Kip bad advise. The checkpoint execution...
2003-10-13 Matthew DillonStart separating the ucred from NDINIT.
2003-10-13 Matthew DillonFix miscellanious kern_fp.c bugs.
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 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, Jr.Implement socket() and shutdown() using the in-kernel...
2003-10-13 Hiten PandyaFix kldload(2) error return when a module is rejected...
2003-10-12 Hiten PandyaFix compile when GUPROF is defined.
2003-10-12 Matthew DillonFix bugs introduced from the last commit. The loadav...
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-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 DillonUse the _KERNEL_STRUCTURES define to allow userland...
2003-10-08 Matthew DillonAdd _KERNEL_STRUCTURES support for userland use of...
2003-10-08 David P. Reese, Jr.Fix a bug in the last commit where sendfile() would...
2003-10-08 David P. Reese, Jr.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 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 Hiten PandyaFix a spelling mistake.
2003-10-04 David P. Reese, Jr.Modify linux_{send,recv}msg() and linux_{set,get}sockop...
2003-10-03 David P. Reese, Jr.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 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, Jr.Split getsockopt() and setsockopt().
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-20 Hiten PandyaFix IPFW2 build.
2003-09-19 David P. Reese, Jr.Separate all of the send{to,msg} and recv{from,msg...
2003-09-18 Jeffrey HsuOptimize out an unneeded bzero().
2003-09-18 Jeffrey HsuReset the retransmit counter when setting the timer...
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 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.
next