dragonfly.git
2003-11-05 Matthew DillonRemove named arguments in the varsym prototypes which...
2003-11-05 Matthew DillonAdd the 'varsym' utility which may be used to manipulat...
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 DillonGet rid of the intmax_t dependancies and just specify...
2003-11-04 Matthew DillonAdd a missing element related to the dev messaging...
2003-11-04 Eirik NygaardReattact send-pr to the build and change the mail addre...
2003-11-04 David Rhodus* Do not set the No_CRC bit in the Mode Control Register.
2003-11-04 David Rhodus* Fix two buffer overflows caused by off-by-one errors...
2003-11-04 David Rhodus* Fix BBS buffer overflow in makeargv().
2003-11-04 David Rhodus* Call crypt() directly instread of taking a detour...
2003-11-04 David Rhodus* Handle realloc() failure correctly.
2003-11-04 David Rhodus* Add a comment to the file pertaining to the last...
2003-11-04 David Rhodus* Change the buffer lenght test in NEEDSP() so that...
2003-11-04 David Rhodus* Fix a that showd up on 64 bit systems. It was actually
2003-11-04 Eirik NygaardMake truss check if procfs is mounted, and where it...
2003-11-04 Eirik NygaardRemove send-pr from the build.
2003-11-04 Eirik NygaardFix typo in cloud -> in a cloud.
2003-11-04 David P. Reese... 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 DillonGive up trying to do this the clean way and just hack...
2003-11-03 Matthew DillonFix the pt_entry_t and pd_entry_t types. They were...
2003-11-03 Eirik NygaardRemove some __P macros in sbin that my script missed.
2003-11-03 Eirik NygaardRemove __P macros from src/usr.bin and src/usr.sbin.
2003-11-03 Eirik NygaardAdd some missing $DragonFly$ keywords.
2003-11-03 Matthew DillonFix a minor compile-time bug introduced in 1.22 when...
2003-11-03 Matthew DillonDo a minor update of getconf to deal with the addition...
2003-11-03 Matthew DillonDo a minor update of Groff to deal with the addition...
2003-11-03 Matthew Dillon64 bit address space cleanups which are a prerequisit...
2003-11-03 David P. Reese... 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-11-01 David Rhodus* Nuke ~771 __P()'s from our tree.
2003-10-31 Jeroen Ruigrok... Remove the matching for the host to PCI bridge, since...
2003-10-31 Jeroen Ruigrok... Add identifier for the nForce2 PCI to ISA bridge.
2003-10-31 Jeroen Ruigrok... Add nForce AGP support, taken from FreeBSD with some...
2003-10-31 Jeroen Ruigrok... Properly detect and print the nForce2 Host to PCI bridg...
2003-10-31 Jeroen Ruigrok... Change # comments to /* */ equivalents.
2003-10-30 Jeroen Ruigrok... Get rid of DDB, INVARIANTS, and INVARIANT_SUPPORT in...
2003-10-28 Jeroen Ruigrok... Make our manual pages report that they are part of...
2003-10-28 Jeroen Ruigrok... Change 'nvidianf2' to 'nforce2' to be more explanatory.
2003-10-28 Jeroen Ruigrok... Add the NVIDIA nForce3 chipset.
2003-10-28 Jeroen Ruigrok... Add NVIDIA nForce3 OHCI USB support.
2003-10-28 Jeroen Ruigrok... Add a bunch of Intel USB controllers.
2003-10-28 Jeroen Ruigrok... Add the AMD-766, Apple KeyLargo, and SiS 5571.
2003-10-28 Jeroen Ruigrok... Reorder to alphabetical order.
2003-10-28 Jeroen Ruigrok... Add NVIDIA's nForce2.
2003-10-28 Matthew DillonDeal with multicast packets in a manner similar to...
2003-10-27 Jeroen Ruigrok... Add OHCI support for the NVIDIA nForce 2 chipset.
2003-10-27 Jeroen Ruigrok... Allow 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-27 Matthew DillonBackout last commit, oops! SIGCKPT had already been...
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 Hiten PandyaFix two bugs in split in split revealed after my optimi...
2003-10-25 Matthew DillonInterrupt threads could block in free waiting for kerne...
2003-10-24 Matthew DillonFix type-o's, minor documentation update.
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 Matthew DillonAdd SIGCKPT support to tcsh's built-in kill.
2003-10-24 David P. Reese... 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... makesyscalls.sh wants comments to be on their own line...
2003-10-22 David Rhodus* Un-break buildworld
2003-10-22 Matthew DillonMSGF_DONE needs to be cleared when a message is to...
2003-10-22 Matthew DillonAdd support for SIGCKPT to csh/tcsh's internal 'kill...
2003-10-22 Matthew DillonUse sys_nsig instead of NSIG so libc-suspplied arrays...
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... 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 DillonFix an error message.
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-20 Matthew DillonAdd the 'checkpt' utility to support the process checkp...
2003-10-20 Matthew DillonAdd the 'checkpt' utility to support the process checkp...
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 Hiten PandyaAdd the pim(4) and multicast(4) manual pages, following
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 Hiten PandyaUpdate sysinstall's NFS module:
2003-10-18 Matthew Dillonmachine/param.h has to be included outside of _KERNEL...
2003-10-18 Matthew DillonMake vmstat -m understand the new per-cpu aggregation for
next