Pull the sf_buf routines and structures out into its own files in
[dragonfly.git] / sys /
2003-12-10 Jeffrey HsuPull the sf_buf routines and structures out into its...
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 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-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 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-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-02 Jeroen Ruigrok/asmodaiComment PFIL_HOOKS since it should not be needed in...
2003-12-02 Jeroen Ruigrok/asmodaiAdd the packet filtering files.
2003-12-02 Jeroen Ruigrok/asmodaiAdd PFIL_HOOKS functionality. This allows us to plug...
2003-12-01 Matthew DillonAdd a missing PRELE() when the mfs_mount kernel process...
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-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/asmodaiAdd support for the ICH 4 mobile chipset.
2003-11-24 Matthew Dillon#include cleanups for lwkt_msgport.c and lwkt_thread...
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/asmodaiChange $FreeBSD$ to $DragonFly$ on the output files.
2003-11-22 Jeroen Ruigrok/asmodaiAlso revert the VI_UNLOCKED damage.
2003-11-22 Jeroen Ruigrok/asmodaiRemove KTR damage.
2003-11-22 Jeroen Ruigrok/asmodaiAdd two more awk kernel build scripts from FreeBSD.
2003-11-22 Jeroen Ruigrok/asmodaiAdd proper $FreeBSD$ identifier.
2003-11-22 Jeroen Ruigrok/asmodaiRemove haveseen_iobase(), it is not in use in the kernel.
2003-11-22 Jeroen Ruigrok/asmodaiUse malloc() + M_ZERO instead of malloc() + bzero().
2003-11-22 Jeroen Ruigrok/asmodaiProperly spell compatible and compatibility.
2003-11-22 Jeroen Ruigrok/asmodaiRemove the archaic wd(4) driver.
2003-11-22 Jeroen Ruigrok/asmodaiRemove the archaic wd(4) driver and its dependencies.
2003-11-22 Jeroen Ruigrok/asmodaiUse unsigned integers for the counters, since they...
2003-11-22 Jeroen Ruigrok/asmodaiSpell initialise correctly.
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 DillonTweak the context data a bit and do some code cleanup...
2003-11-21 Matthew DillonAdd UPC_CRITADD, the value that crit_count must be...
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 Matthew DillonThis is a major cleanup of the LWKT message port code...
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 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-17 Jeroen Ruigrok/asmodaiFix misplacement of code. Due to additional DF code...
2003-11-17 David P. Reese, Jr.Fix linux_getrlimit() and linux_old_getrlimit() which...
2003-11-17 Jeroen Ruigrok/asmodaiFactor out the object system from new-bus so that it...
2003-11-16 Jeroen Ruigrok/asmodaiAdd 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 DillonCleanup the linux exec code to match other recent fixes...
2003-11-16 Jeroen Ruigrok/asmodaiRework the logic in the kernel config files.
2003-11-16 Jeroen Ruigrok/asmodaiAdd 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, Jr.Fix a bug in signal translation introduced in last...
2003-11-15 Jeroen Ruigrok/asmodaiConvert files from DOS to Unix.
2003-11-15 Matthew DillonMisc cleanups to take care of GCC3.x warnings. Missing...
2003-11-15 Jeroen Ruigrok/asmodaiChange 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/asmodaiAdd __DragonFly_version, set to 100000, which basically...
2003-11-15 David P. Reese, Jr.Implement linux_mmap2().
2003-11-15 David P. Reese, Jr.Implement linux_truncate64() and linux_ftruncate64().
2003-11-15 David P. Reese, Jr.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, Jr.Sync with FreeBSD-5.x MODULE_DEPEND() and DECLARE_MODUL...
2003-11-14 David P. Reese, Jr.Remove an unused variable from last commit.
2003-11-14 David P. Reese, Jr.Split mmap().
2003-11-14 Matthew DillonFix bug in last syscall separation commit, an extra...
2003-11-14 Hiten PandyaAdd a prototype for if_indextoname().
2003-11-14 David P. Reese, Jr.Move ogetkerninfo() to the compat tree without any...
2003-11-14 David Rhodus* How did these get here.
2003-11-14 David P. Reese, Jr.Move ogethostname(), osethostname(), ogethostid(),...
2003-11-14 David P. Reese, Jr.Kill two more stackgap allocations. One is in linux_sy...
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 David P. Reese, Jr.Split mkfifo().
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 David P. Reese, Jr.Remind myself and others that kern_readlink() isn't...
2003-11-12 David P. Reese, Jr.Split execve(). This required some interesting changes...
2003-11-11 David P. Reese, Jr.The big syscall split commit broke utimes(), lutimes...
2003-11-11 David P. Reese, Jr.The recent lseek() fix didn't touch olseek(). I don...
next