* Sync comment with code's reality.
[dragonfly.git] / sys /
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...
2003-11-11 Matthew DillonMost code that calls vm_object_allocate() assumes that...
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/asmodaiMake 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 DillonCatch attempts to queue to unregistered ISRs
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 DillonAdd prototypes for __cmpdi2() and __ucmpdi2(), get...
next