Merge from FreeBSD:
[dragonfly.git] / sys / kern /
2004-02-08 Hiten PandyaMerge from FreeBSD:
2004-02-06 Joerg SonnenbergerAdjust infrastructure for NEWCARD
2004-02-05 David Rhodusnectar 2004/02/05 10:00:35 PST
2004-02-02 Matthew DillonMerge from vendor branch BINUTILS:
2004-01-31 Joerg SonnenbergerBuild lwkt_process_ipiq_frame only for the kernel,...
2004-01-30 Matthew DillonThis commit represents a major revamping of the clock...
2004-01-30 Matthew DillonThis commit represents a major revamping of the clock...
2004-01-27 Matthew DillonTry to work-around a DFly-specific crash that can occur...
2004-01-24 Matthew DillonWhen creating a new uidinfo structure, check for an...
2004-01-22 Joerg SonnenbergerMerge from vendor branch LIBSTDC++:
2004-01-20 Matthew DillonAdd sys/resident.h for userland syscall prototypes...
2004-01-20 Matthew DillonResident executable support stage 1/4: Add kernel bits...
2004-01-20 Matthew DillonRetool the M_* flags to malloc() and the VM_ALLOC_...
2004-01-18 Matthew DillonCAPS IPC library stage 2/3: Adjust syscalls.master...
2004-01-18 Matthew DillonCAPS IPC library stage 1/3: The core CAPS IPC code...
2004-01-17 Matthew DillonFix an off-by-one error in fdfree() related to flock...
2004-01-17 Matthew Dillonnon operational change. vm_map_wire() now takes a...
2004-01-17 Matthew DillonHandle recursive situations a bit more robustly by...
2004-01-08 Jeroen Ruigrok/asmodaiSpell 'separate' and its siblings the way it is suppose...
2004-01-07 Matthew DillonAdd necessary critical sections to microtime() and...
2004-01-07 Matthew Dillonnote last commit based on evidence supplied by: Paul...
2004-01-07 Matthew Dillontvtohz() was originally designed for tsleep() and timeo...
2004-01-01 Matthew DillonFix a bug: remove an extra crit_enter() in the default...
2003-12-30 Matthew DillonAdd idle entry halt vs spin statistics counters machdep...
2003-12-29 Matthew DillonSynchronize the USB, CAM, and TASKQUEUE subsystems...
2003-12-28 Matthew DillonTry to catch mbuf cluster mclfree list corruption a...
2003-12-20 Matthew DillonMinor syntax cleanup.
2003-12-20 Matthew DillonFix a syscall separation bug in recvfrom() which someti...
2003-12-10 Jeffrey HsuPull the sf_buf routines and structures out into its...
2003-12-10 Jeffrey HsuThis patch improves the performance of sendfile(2)...
2003-12-07 Matthew DillonAdd additional functionality to the upcall support...
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-11-30 Matthew DillonAdd the MPIPE subsystem. This subsystem is used for...
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-24 Matthew Dillon#include cleanups for lwkt_msgport.c and lwkt_thread...
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-22 Jeroen Ruigrok/asmodaiProperly spell compatible and compatibility.
2003-11-22 Jeroen Ruigrok/asmodaiUse unsigned integers for the counters, since they...
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 DillonImplement an upcall mechanism to support userland LWKT...
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-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 Jeroen Ruigrok/asmodaiFactor out the object system from new-bus so that it...
2003-11-16 Matthew DillonCleanup aux args and 32-byte align the initial user...
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-15 Matthew DillonMisc cleanups to take care of GCC3.x warnings. Missing...
2003-11-14 Matthew DillonFix bug in last syscall separation commit, an extra...
2003-11-14 David P. Reese, Jr.Move ogetkerninfo() to the compat tree without any...
2003-11-14 David P. Reese, Jr.Move ogethostname(), osethostname(), ogethostid(),...
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 P. Reese, Jr.Split mkfifo().
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-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 Matthew DillonAdd buffer bounds checking during check pointing since...
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-09 Matthew DillonImplement variant symlinks! In order to use variant...
2003-11-09 Matthew DillonCore integer types header file reorganization stage...
2003-11-08 Matthew DillonNetwork threading stage 1/3: netisrs are already softwa...
2003-11-08 Matthew DillonDocument critical section and IPIQ interactions in...
2003-11-05 Matthew DillonAn additional ui*() API cleanup that I missed.
2003-11-05 Matthew DillonVariant symlink support stage 1/2: Implement support...
2003-11-05 Matthew DillonCleanup the ui*() API in preparation for the addition...
2003-11-04 David Rhodus* Fix a potential race condition in crfree.
2003-11-04 Matthew DillonFix a translation bug in the last commit. The second...
2003-11-03 Matthew DillonFix a minor compile-time bug introduced in 1.22 when...
2003-11-03 Matthew Dillon64 bit address space cleanups which are a prerequisit...
2003-11-03 David P. Reese, Jr.Split wait4(), setrlimit(), getrlimit(), statfs(),...
2003-11-03 Matthew DillonAugment the LWKT thread creation APIs to allow a cpu...
2003-11-03 Matthew DillonBetter documentation of the MP lock state for new threads.
2003-10-26 Hiten PandyaRemove unneeded XXX, to rename lwkt_create() as it...
2003-10-25 Matthew DillonSimplify the lazy-release code for P_CURPROC, removing...
2003-10-25 Matthew DillonInterrupt threads could block in free waiting for kerne...
2003-10-24 Matthew DillonThis is FreeBSD 5.x's code to dump the kernel's identif...
2003-10-24 David P. Reese, Jr.Remove the FreeBSD 3.x signal code. This includes...
2003-10-23 David P. Reese, Jr.makesyscalls.sh wants comments to be on their own line...
2003-10-22 Matthew DillonMSGF_DONE needs to be cleared when a message is to...
2003-10-21 Matthew DillonFix bug in last commit, flags were not being passed...
2003-10-21 Matthew DillonA hackish fix to a bug uio_yield().
2003-10-21 David P. Reese, Jr.Create the kern_fstat() and kern_ftruncate() in-kernel...
2003-10-20 Matthew DillonFix a bug introduced by recent INVARIANTS debugging...
2003-10-20 Matthew DillonDo a bit of cleanup and add a bit of debugging to the...
2003-10-20 Matthew DillonAdditional checkpoint suppor for vmspace info. In...
next