dragonfly.git
2003-12-01 Matthew DillonAdd nreleae back in. It's a dummy target designed...
2003-12-01 Matthew DillonTemporary disable the ports checks.. the Makefile has...
2003-12-01 David Rhodus* buildworld doesn't need to look at nrelease.
2003-12-01 Matthew DillonFix a minor bug... install cvsup and mkisofs in the...
2003-12-01 Matthew DillonIntroduce /usr/src/nrelease which begins to implement...
2003-12-01 Jeroen Ruigrok... Add forgotten newline in debug output.
2003-12-01 Jeroen Ruigrok... Get rid off FreeBSD mirrors and add our own three ...
2003-12-01 Matthew DillonWhen attempting to open a file path do not treat a...
2003-12-01 Matthew DillonDo not require -i0 when -o is used.
2003-12-01 Matthew DillonAdd a missing PRELE() when the mfs_mount kernel process...
2003-12-01 Matthew DillonDocumentat mount_mfs -C
2003-12-01 Matthew DillonAdd the -C option to mount_mfs. This option will autom...
2003-12-01 Matthew DillonAdd cpdup to /bin (not /usr/bin), so we can start using...
2003-11-30 Matthew DillonAdd the MPIPE subsystem. This subsystem is used for...
2003-11-30 David Rhodus* s/FreeBSD/DragonFly at the boot2 prompt.
2003-11-29 David Rhodus* Prevent leakage of wired pages by setting start_entry
2003-11-29 David Rhodus* Add quirk for LEXAR 256MB JUMPDRIVE
2003-11-28 Matthew DillonFix bug in last commit (missing ..)
2003-11-27 Matthew DillonFix a DOS in rfork(). Disallow kernel-only flags.
2003-11-27 Matthew DillonCleanup POSIX real-time so the kernel compiles without...
2003-11-26 Jeroen Ruigrok... Add support for the ICH 4 mobile chipset.
2003-11-26 Jeroen Ruigrok... Temporary hack out release.9, which creates the floppies.
2003-11-25 Jeroen Ruigrok... Get rid off the POSIX real-time extensions as well...
2003-11-24 Matthew Dillon#include cleanups for lwkt_msgport.c and lwkt_thread...
2003-11-24 Matthew DillonSet the close-on-exec flag for CAPS client descriptors.
2003-11-24 Matthew DillonAdd /var/caps/root and /var/caps/users. IPC rendezvous...
2003-11-24 Matthew DillonAdd a new library, libcaps, which is intended to encomp...
2003-11-24 Matthew DillonMore LWKT messaging cleanups. Isolate the default...
2003-11-23 Matthew DillonFix the OID_AUTO collision with static sysctl numbers...
2003-11-23 Matthew DillonNETISR_POLL cannot use isr 0. Use isr 1.
2003-11-23 Matthew DillonMake the 'bad isr' panics a little more verbose.
2003-11-22 Jeroen Ruigrok... Change $FreeBSD$ to $DragonFly$ on the output files.
2003-11-22 Jeroen Ruigrok... Also revert the VI_UNLOCKED damage.
2003-11-22 Jeroen Ruigrok... Remove KTR damage.
2003-11-22 Jeroen Ruigrok... Add two more awk kernel build scripts from FreeBSD.
2003-11-22 Jeroen Ruigrok... Add proper $FreeBSD$ identifier.
2003-11-22 Jeroen Ruigrok... Remove haveseen_iobase(), it is not in use in the kernel.
2003-11-22 Jeroen Ruigrok... Use malloc() + M_ZERO instead of malloc() + bzero().
2003-11-22 Jeroen Ruigrok... Properly spell compatible and compatibility.
2003-11-22 Eirik Nygaard * K&R function cleanup
2003-11-22 Jeroen Ruigrok... Remove the archaic wd(4) driver.
2003-11-22 Jeroen Ruigrok... Remove the archaic wd(4) driver and its dependencies.
2003-11-22 Jeroen Ruigrok... Use unsigned integers for the counters, since they...
2003-11-22 Jeroen Ruigrok... Spell initialise correctly.
2003-11-22 Jeroen Ruigrok... Add details on how to get a "checked out" source tree.
2003-11-21 Matthew DillonWhen looking for files that have already been linked...
2003-11-21 Matthew DillonDo some fairly major include file cleanups to further...
2003-11-21 Matthew Dillon'Building databases' has 10 seconds worth of sleeps...
2003-11-21 Matthew DillonTweak the context data a bit and do some code cleanup...
2003-11-21 Matthew DillonAdd some comments to the upcall test code.
2003-11-21 Matthew DillonAdd an upcall performance test program + example contex...
2003-11-21 Matthew DillonAdd UPC_CRITADD, the value that crit_count must be...
2003-11-21 Matthew DillonAdd a big whopping manual page for the upcall syscalls...
2003-11-21 Matthew DillonImplement an upcall mechanism to support userland LWKT...
2003-11-20 Matthew DillonAdd a DECLARE_DUMMY_MODULE for snd_cmi to detect kld...
2003-11-20 Matthew DillonAdd a DECLARE_DUMMY_MODULE() so we can get linker_set...
2003-11-20 Eirik Nygaard * Make pkg_add fetch the packages from /packages-4...
2003-11-20 Eirik NygaardFix a bug which causes wrong filename being written...
2003-11-20 Matthew DillonThis is a major cleanup of the LWKT message port code...
2003-11-19 Matthew DillonAdjust nfs module loading to use nfs.ko (4.x style...
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
next