dragonfly.git
2003-12-11 Matthew DillonAdd the -o file option to rcorder. This will cause...
2003-12-11 Matthew DillonDo not print out error messages in quiet mode to make...
2003-12-10 Jeffrey HsuPull the sf_buf routines and structures out into its...
2003-12-10 Matthew DillonMore cleanups to make ports work better.
2003-12-10 Matthew DillonAdd -fstack-protector support for the kernel.
2003-12-10 Jeffrey HsuThis patch improves the performance of sendfile(2)...
2003-12-10 Matthew DillonAdd -fstack-protector and -fno-stack-protector support...
2003-12-10 Matthew DillonAdd libc support for propolice. See:
2003-12-10 Matthew DillonAdd strlcpy and strlcat to libkern
2003-12-09 David Rhodus* Add a part of the AGP update that was missed.
2003-12-09 Matthew DillonThis patch adds a bunch of stuff from FreeBSD5. It...
2003-12-08 Eirik Nygaard * Merge fixes from libc to libcr.
2003-12-07 Matthew DillonPCI compat cleanup, part 1. This brings in the LNC...
2003-12-07 Matthew DillonConvert alpm to use the devmethod code.
2003-12-07 Matthew DillonThread testing code for libcaps.
2003-12-07 Matthew DillonMajor update to libcaps. Implement support for virtual...
2003-12-07 Matthew DillonAdd additional functionality to the upcall support...
2003-12-07 Matthew DillonAdjust a comment.
2003-12-07 Matthew DillonModify the upcall code to access the critical count...
2003-12-06 Matthew DillonMinor cleanups to sysport. Use ms_msgsize in the sends...
2003-12-06 David Rhodus* Remove a few extra $FreeBSD$ tags
2003-12-04 Matthew DillonMajor libcaps work to support userland threading. ...
2003-12-04 Matthew DillonAugment the upcall system calls to support a priority...
2003-12-04 Matthew DillonGeneral cleanups as part of the libcaps userland thread...
2003-12-04 Matthew DillonAs part of the libcaps threading work a number of routi...
2003-12-04 Matthew DillonAdd chmod 1777 for /tmp and make other minor adjustments.
2003-12-02 Matthew DillonAdd additional information on cvsup'ing various sources.
2003-12-02 David Rhodus* Might help if we built gbk.c and gb18030.c
2003-12-02 Eirik Nygaard * Remove unused #includes.
2003-12-02 Jeroen Ruigrok... Comment PFIL_HOOKS since it should not be needed in...
2003-12-02 Jeroen Ruigrok... Add the packet filtering files.
2003-12-02 Jeroen Ruigrok... Add PFIL_HOOKS functionality. This allows us to plug...
2003-12-01 David Rhodus* Sync comment with code's reality.
2003-12-01 David Rhodus* Fix problem where initgroups would silently truncat...
2003-12-01 David Rhodus* Add GBK encoding support.
2003-12-01 David Rhodus* Add support for gb18030 encoding.
2003-12-01 Matthew DillonAfter testing the manual installation instructions...
2003-12-01 David Rhodus* Allow a return of 0 from __sys_write() to exit the...
2003-12-01 David Rhodus* Document the fact that send(2) can return EPIPE ...
2003-12-01 David Rhodus* don't fclose() a bogus FILE *.
2003-12-01 David Rhodus* Attempt to save the last dregs of emacs users' sanity...
2003-12-01 Matthew DillonAdd a README file, rc.conf, and example fstab. Disable...
2003-12-01 Matthew DillonUse mkiso -R instead of -r in order to properly record...
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...
next