dragonfly.git
2003-11-14 Matthew DillonAdd a make variable listing obsolete header files that...
2003-11-14 Matthew DillonFix bug in last syscall separation commit, an extra...
2003-11-14 Hiten PandyaFix long interface name handling.
2003-11-14 Hiten PandyaAdd a prototype for if_indextoname().
2003-11-14 Matthew Dillon__P removal.
2003-11-14 David P. Reese... Move ogetkerninfo() to the compat tree without any...
2003-11-14 David Rhodus* How did these get here.
2003-11-14 David P. Reese... Move ogethostname(), osethostname(), ogethostid(),...
2003-11-14 David P. Reese... Kill two more stackgap allocations. One is in linux_sy...
2003-11-14 Matthew DillonRemove __P() macros from include/
2003-11-14 Matthew DillonMT_TAG mbufs are terrible hacks and cannot be freed...
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 Matthew DillonThe MBWTest program (/tmp/mbw1) attempts to figure...
2003-11-13 David P. Reese... Split mkfifo().
2003-11-13 David Rhodus* Fix some __P() mess up.
2003-11-13 Matthew Dilloncleanup extra )'s missed by the __P commit.
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 Eirik Nygaard * Removed the __P macros from lib/
2003-11-12 Eirik Nygaard * Add missing $DragonFly$ keywords.
2003-11-12 Eirik Nygaard * Get rid of of the _BSD_XXX type usage.
2003-11-12 Eirik Nygaard * __P removal from games/
2003-11-12 David P. Reese... Remind myself and others that kern_readlink() isn't...
2003-11-12 David P. Reese... Split execve(). This required some interesting changes...
2003-11-11 David P. Reese... The big syscall split commit broke utimes(), lutimes...
2003-11-11 David P. Reese... 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-11 Matthew DillonAdd the varsym_list() system call and add listing suppo...
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... Properly document getenv()'s return values using a...
2003-11-10 Jeroen Ruigrok... Make 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 DillonFully synchronize sys/boot from FreeBSD-5.x, but add...
2003-11-10 Matthew DillonCatch attempts to queue to unregistered ISRs
2003-11-09 Jeroen Ruigrok... Add Veritas NetBackup.
2003-11-09 Jeroen Ruigrok... Add Subversion's port number.
2003-11-09 Jeroen Ruigrok... Add protocols 134 and 135.
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 DillonFix minor snafu in last commit.
2003-11-09 Eirik Nygaard * Remove some __P macros from gnu/usr.bin/
2003-11-09 Matthew DillonAdd the -f option to the rpc.umntall call to reduce...
2003-11-09 Matthew DillonAdd the -f 'fast timeout' option to rpc.umntall. Using...
2003-11-09 Matthew DillonAdd a pmap_getport_timeout() call hack that allows...
2003-11-09 Matthew DillonAdd prototypes for __cmpdi2() and __ucmpdi2(), get...
2003-11-09 Matthew DillonInitialize base unconditionally to get rid of a bogus...
2003-11-09 Matthew DillonAdd a wmakeenv target for use by the wmakeenv script...
2003-11-09 Matthew DillonCore integer types header file reorganization stage...
2003-11-09 Matthew DillonCore integer types header file reorganization stage...
2003-11-08 Matthew DillonUpdate the systat manual page to reflect the new -ifsta...
2003-11-08 Jeroen Ruigrok... Add -ifstat functionality to systat. It shows the...
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 Eirik NygaardAdd missing $DragonFly$ keywords
2003-11-07 Eirik Nygaard * then -> they
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 Eirik Nygaard * Parse arguments with getopt
2003-11-06 Eirik NygaardRemove the rest of the __P macros in src/usr.sbin
2003-11-06 Eirik Nygaard * Add a missing $DragonFly$ keyword
2003-11-06 Eirik NygaardNuke some more __P macros.
2003-11-06 Jeroen Ruigrok... Add another vendor who delivers PL 2303 derived cables...
2003-11-06 Jeffrey HsuRemove illegal identifier after #endif.
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...
next