64 bit address space cleanups which are a prerequisit for future 64 bit
[dragonfly.git] / sys /
2003-11-03 Matthew Dillon64 bit address space cleanups which are a prerequisit...
2003-11-03 David P. Reese, Jr.Split wait4(), setrlimit(), getrlimit(), statfs(),...
2003-11-03 Matthew DillonAugment the LWKT thread creation APIs to allow a cpu...
2003-11-03 Matthew DillonBetter documentation of the MP lock state for new threads.
2003-10-31 Jeroen Ruigrok/asmodaiRemove the matching for the host to PCI bridge, since...
2003-10-31 Jeroen Ruigrok/asmodaiAdd identifier for the nForce2 PCI to ISA bridge.
2003-10-31 Jeroen Ruigrok/asmodaiAdd nForce AGP support, taken from FreeBSD with some...
2003-10-31 Jeroen Ruigrok/asmodaiProperly detect and print the nForce2 Host to PCI bridg...
2003-10-31 Jeroen Ruigrok/asmodaiChange # comments to /* */ equivalents.
2003-10-28 Jeroen Ruigrok/asmodaiChange 'nvidianf2' to 'nforce2' to be more explanatory.
2003-10-28 Jeroen Ruigrok/asmodaiAdd NVIDIA nForce3 OHCI USB support.
2003-10-28 Matthew DillonDeal with multicast packets in a manner similar to...
2003-10-27 Jeroen Ruigrok/asmodaiAdd OHCI support for the NVIDIA nForce 2 chipset.
2003-10-27 Jeroen Ruigrok/asmodaiAllow NVIDIA's nForce 2 chipset to use proper ATA DMA...
2003-10-27 Matthew DillonFix a bug introduced when I redid the stray interrupt...
2003-10-26 Hiten PandyaRemove unneeded XXX, to rename lwkt_create() as it...
2003-10-25 Matthew DillonSimplify the lazy-release code for P_CURPROC, removing...
2003-10-25 Matthew DillonAdd a DEBUG_INTERRUPTS option for debugging unexpected...
2003-10-25 Matthew DillonInterrupt threads could block in free waiting for kerne...
2003-10-24 Matthew DillonHonor MODULES_OVERRIDE if defined.
2003-10-24 Matthew DillonThis is FreeBSD 5.x's code to dump the kernel's identif...
2003-10-24 David P. Reese, Jr.Remove the FreeBSD 3.x signal code. This includes...
2003-10-23 Matthew DillonHook i386/vesa up to the module build
2003-10-23 David P. Reese, Jr.makesyscalls.sh wants comments to be on their own line...
2003-10-22 Matthew DillonMSGF_DONE needs to be cleared when a message is to...
2003-10-21 Matthew DillonFix bug in last commit, flags were not being passed...
2003-10-21 Matthew DillonA hackish fix to a bug uio_yield().
2003-10-21 David P. Reese, Jr.Create the kern_fstat() and kern_ftruncate() in-kernel...
2003-10-20 Matthew DillonYah yah. Always good to commit the header file needed...
2003-10-20 Matthew DillonFix a bug introduced by recent INVARIANTS debugging...
2003-10-20 Matthew DillonDo a bit of cleanup and add a bit of debugging to the...
2003-10-20 Matthew DillonAdd the checkpt module to the system tree. Currently...
2003-10-20 Matthew DillonAdditional checkpoint suppor for vmspace info. In...
2003-10-19 Matthew DillonAdd a fp_vpopen() function to kern_fp.c, and add reserv...
2003-10-19 Hiten PandyaUn-initialise (i.e free) the HPFS inode hash; previousl...
2003-10-19 Matthew DillonEnhance the fp_*() API. Reorganize the ELF dump code...
2003-10-19 Matthew DillonFix the INVARIANTS memuse test, the memuse for each...
2003-10-19 Hiten PandyaFix a ``missing free''.
2003-10-19 Jeffrey HsuUnravel a nested conditional.
2003-10-19 Matthew DillonEntirely remove the old kernel malloc and kmem_map...
2003-10-19 Matthew DillonHack up param.h even more so sys/socket.h can include...
2003-10-18 Matthew DillonDon't try to call an ipiq function with a UP build...
2003-10-18 Matthew DillonRemove a diagnostic message that detected PHOLD() vs...
2003-10-18 Matthew DillonFix races in ihashget that were introduced when I intro...
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...
next