dragonfly.git
2003-11-18 Matthew Dillonclarify the solution for typical build snafus in UPDATING.
2003-11-17 Jeroen Ruigrok... Fix misplacement of code. Due to additional DF code...
2003-11-17 David P. Reese... Fix linux_getrlimit() and linux_old_getrlimit() which...
2003-11-17 Jeroen Ruigrok... Factor out the object system from new-bus so that it...
2003-11-16 Jeroen Ruigrok... Add forgotten semi-colon.
2003-11-16 Matthew DillonFix a missing backslashed in the 1.9 commit.
2003-11-16 Matthew DillonCleanup aux args and 32-byte align the initial user...
2003-11-16 Matthew DillonEnable Conrad parallel port radio clock support in...
2003-11-16 Matthew DillonCleanup the linux exec code to match other recent fixes...
2003-11-16 Eirik Nygaard * K&R function cleanup
2003-11-16 Eirik Nygaard * K&R function cleanup
2003-11-16 Eirik Nygaard * K&R function cleanup
2003-11-16 Jeroen Ruigrok... Rework the logic in the kernel config files.
2003-11-16 Jeroen Ruigrok... Add FreeBSD's makeobjops.awk.
2003-11-16 Matthew DillonFix a bug in the last fix to a prior locking issue...
2003-11-16 Matthew Dillonpanic() normally tries to sync. Add a sysctl to contro...
2003-11-16 Matthew DillonCorrect bugs introduced in the last syscall separation...
2003-11-16 David P. Reese... Fix a bug in signal translation introduced in last...
2003-11-15 Eirik Nygaard * K&R function cleanup
2003-11-15 Jeroen Ruigrok... Convert files from DOS to Unix.
2003-11-15 Matthew DillonMisc cleanups to take care of GCC3.x warnings. Missing...
2003-11-15 Eirik Nygaard * K&R function cleanup
2003-11-15 Jeroen Ruigrok... Change wrapping definition from ending in DECLARED_...
2003-11-15 Matthew DillonMove bsd.kern.mk from /usr/src/share/mk to /usr/src...
2003-11-15 Jeroen Ruigrok... Add __DragonFly_version, set to 100000, which basically...
2003-11-15 David P. Reese... Implement linux_mmap2().
2003-11-15 David P. Reese... Implement linux_truncate64() and linux_ftruncate64().
2003-11-15 David P. Reese... Implement linux_truncate64() and linux_ftruncate64().
2003-11-14 Matthew DillonPrep for GCC 3.x kernel compiles, stage 2/2: Remove...
2003-11-14 David P. Reese... Sync with FreeBSD-5.x MODULE_DEPEND() and DECLARE_MODUL...
2003-11-14 David P. Reese... Remove an unused variable from last commit.
2003-11-14 David P. Reese... Split mmap().
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...
next