dragonfly.git
2003-11-19 Hiten PandyaAdd pkgwrap.c, which was missed in my last commit.
2003-11-19 Hiten PandyaSupport for conflict (pkg_add -C) checking and pkg_tool...
2003-11-19 Eirik Nygaard * Add DragonFly as an possibility to a case statement.
2003-11-19 Eirik Nygaard * Added tabs instead of spaces for readability and...
2003-11-19 Matthew DillonChange the system name from 'FreeBSD' to 'DragonFly'.
2003-11-19 Matthew DillonChange the system name from 'FreeBSD' to 'DragonFly'.
2003-11-19 Matthew DillonRedo the 'upgrade' target. Get rid of the old elf...
2003-11-19 Matthew DillonAdd syscall4 (/tmp/sc4) perf test. This tests stat...
2003-11-19 Matthew DillonChange the system name from 'FreeBSD' to 'DragonFly...
2003-11-19 Matthew DillonChange the system name from 'FreeBSD' to 'DragonFly...
2003-11-19 Matthew DillonThis file needs sys/cdefs.h for __ extensions and such...
2003-11-18 Matthew DillonAdd a .makeenv directive to make, which allows variable...
2003-11-18 Matthew DillonRC cleanups and minor bug fixes to support the uname...
2003-11-18 Matthew DillonTurn off CHECK_POINTS in mpboot.s. It was accidently...
2003-11-18 Matthew DillonSync TAILQ_FOREACH work from 5.x. The closer we can...
2003-11-18 Matthew DillonUse M_ZERO instead of manually bzero()ing memory alloca...
2003-11-18 Matthew DillonCorrect several bugs. If we fail to add a device be...
2003-11-18 Matthew DillonBackout part of 1.16. It is not necessary to align...
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...
next