* Add the POSIX.1-2001 header file <cpio.h>
[dragonfly.git] / sys /
2003-11-14 Matthew DillonBring in the MODULE_DEPEND() and DECLARE_MODULE() macro...
2003-11-13 Matthew DillonRefuse to load dependancies from the root filesystem...
2003-11-13 David Rhodus* Fix a locking issue inside the inode hashing...
2003-11-13 David P. Reese, Jr.Split mkfifo().
2003-11-12 Matthew DillonAdd Marvell chipset support. Adding the PCI ID is...
2003-11-12 Matthew DillonPrep for GCC 3.x kernel compiles, stage 1/2: Remove...
2003-11-12 David P. Reese, Jr.Remind myself and others that kern_readlink() isn't...
2003-11-12 David P. Reese, Jr.Split execve(). This required some interesting changes...
2003-11-11 David P. Reese, Jr.The big syscall split commit broke utimes(), lutimes...
2003-11-11 David P. Reese, Jr.The recent lseek() fix didn't touch olseek(). I don...
2003-11-11 Matthew DillonMost code that calls vm_object_allocate() assumes that...
2003-11-10 Matthew DillonAdd the varsym_list() system call and add listing suppo...
2003-11-10 Matthew DillonThe last major syscall separation commit completely...
2003-11-10 Jeroen Ruigrok/asmodaiMake sure to skip the PC98 architecture on the OPTi...
2003-11-10 Matthew DillonWhat happens when you mod a negative number? Mask...
2003-11-10 Matthew DillonDocument the edx assignment to fds[1]
2003-11-10 Matthew DillonAdd buffer bounds checking during check pointing since...
2003-11-10 David Rhodus* s/FreeBSD/DragonFly/ So I know what system I'm bootin...
2003-11-10 Matthew DillonAdd a temporary workaround to prevent a panic due to...
2003-11-10 Matthew DillonFully synchronize sys/boot from FreeBSD-5.x, but add...
2003-11-10 Matthew DillonFully synchronize sys/boot from FreeBSD-5.x, but add...
2003-11-10 Matthew DillonCatch attempts to queue to unregistered ISRs
2003-11-09 Matthew DillonImplement variant symlinks! In order to use variant...
2003-11-09 Matthew Dillon3c940 bug fix update. This patch simplifies IFF_PROMIS...
2003-11-09 David Rhodus* Add ACPI to the LINT build.
2003-11-09 Matthew Dillonmachine/stdarg provides __va* macros, not va* macros...
2003-11-09 Matthew DillonAdd prototypes for __cmpdi2() and __ucmpdi2(), get...
2003-11-09 Matthew DillonCore integer types header file reorganization stage...
2003-11-08 Matthew DillonNetwork threading stage 1/3: netisrs are already softwa...
2003-11-08 Matthew DillonDocument critical section and IPIQ interactions in...
2003-11-08 Matthew DillonHopefully do a better job disassembling code in 16...
2003-11-08 Matthew DillonImport a good chunk of the PNP code from FreeBSD-5.x
2003-11-07 Matthew DillonSynchronize APMBIOS with FreeBSD-5.x bios.c 1.64. ...
2003-11-07 Matthew Dillonsync from FreeBSD-5.x. No operational changes. Get...
2003-11-07 Matthew DillonFatal traps were not reporting the correct %cs (code...
2003-11-07 Matthew DillonIf a panic occurs from a BIOS call (16 bit mode) or...
2003-11-07 Matthew DillonAdd 3c940 ethernet driver support ('sk' driver) for...
2003-11-06 Jeffrey HsuRemove illegal identifier after #endif.
2003-11-05 Matthew DillonAn additional ui*() API cleanup that I missed.
2003-11-05 Matthew DillonVariant symlink support stage 1/2: Implement support...
2003-11-05 Matthew DillonCleanup the ui*() API in preparation for the addition...
2003-11-05 Matthew DillonChange ui_ref from an unsigned short to an integer...
2003-11-05 David Rhodus* Temporarily back out last change because of a problem...
2003-11-04 David Rhodus* Fix a potential race condition in crfree.
2003-11-04 Matthew Dillonadd cmpdi2 and ucmpdi2 to conf/files to fix LINT build.
2003-11-04 Matthew DillonAdd a missing element related to the dev messaging...
2003-11-04 David Rhodus* Do not set the No_CRC bit in the Mode Control Register.
2003-11-04 David P. Reese, Jr.Unbreak svr4 damage from last changes to kern/kern_reso...
2003-11-04 Matthew DillonFix a translation bug in the last commit. The second...
2003-11-04 Matthew DillonFix LINT issues with vm_paddr_t
2003-11-03 Matthew DillonFix the pt_entry_t and pd_entry_t types. They were...
2003-11-03 Matthew DillonFix a minor compile-time bug introduced in 1.22 when...
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...
next