Style(9) cleanup to src/sys/vfs, stage 2/21: deadfs.
[dragonfly.git] / sys / sys /
2004-03-31 Matthew DillonCleanup libcaps to support recent LWKT changes. Add...
2004-03-31 Matthew DillonChange CAPS over to use XIO instead of the vmspace_copy...
2004-03-31 Matthew DillonInitial XIO implementation. XIOs represent data throug...
2004-03-30 Matthew DillonSecond major scheduler patch. This corrects interactiv...
2004-03-30 Joerg SonnenbergerAdd SI_SUB_LOCK as sysinit priority for the initialisat...
2004-03-29 Matthew DillonBring in a bunch of well tested MPIPE changes. Preallo...
2004-03-29 Matthew DillonGenerally bring in additional sf_buf improvements from...
2004-03-28 Matthew DillonImport Alan Cox's /usr/src/sys/kern/sys_pipe.c 1.171...
2004-03-27 Jeffrey HsuChange sendfile() to send the header out coaleseced...
2004-03-27 Jeffrey HsuPull out m_uiomove() functionality from sosend().
2004-03-27 Jeffrey HsuGive UDP its own sosend() function.
2004-03-20 Matthew DillonAdd a missing resetpriority() which was causing all...
2004-03-20 Matthew DillonFix p_pctcpu and p_estcpu (addendum). Add a ESTCPUFREQ...
2004-03-20 David RhodusStart removing the old build infrastructure for the...
2004-03-19 Matthew DillonMake ALWAYS_MSG the default. This introduces an extra...
2004-03-18 Matthew DillonBring in MODULE_VERSION from FreeBSD-5. Even though...
2004-03-16 Matthew DillonSeparate chroot() into kern_chroot(). Rename change_di...
2004-03-15 Hiten PandyaIntegrate remaining part of the network interface aliasing
2004-03-14 Hiten PandyaTurn TDF_SYSTHREAD into TDF_RESERVED0100 since the...
2004-03-14 Hiten PandyaCorrect typo in comment.
2004-03-13 Joerg SonnenbergerAdd convient functions for the bus interface: child_pre...
2004-03-13 Joerg SonnenbergerMerge from FreeBSD 5:
2004-03-12 Joerg SonnenbergerMerge the kernel part of UDF support from FreeBSD 5.
2004-03-12 Joerg SonnenbergerInitialize all fields in MALLOC_DEFINE and VFS_SET...
2004-03-08 Matthew DillonIncrease the default socket buffer for NFS to deal...
2004-03-07 Eirik NygaardMove the ASSERT_VOP_LOCKED and ASSERT_VOP_UNLOCKED...
2004-03-06 Matthew DillonAdditional CAPS IPC work. Add additional system calls...
2004-03-06 Matthew DillonSimplify LWKT message initialization semantics to reduc...
2004-03-06 Jeffrey HsuEliminate the use of curproc in route_output() by passi...
2004-03-06 Jeffrey HsuDispatch upper-half protocol request handling.
2004-03-05 Jeffrey HsuRemember the next lowest power of 2 of "npus" in "ncpus2".
2004-03-05 Jeffrey HsuOnce we distribute socket protocol processing requests...
2004-03-04 Jeffrey HsuIntroduce access methods for making protocol requests.
2004-03-04 Matthew DillonPartitions>8: Increase the number of supported partitio...
2004-03-03 Hiten PandyaInclude thread.h if _KERNEL_STRUCTURES is defined.
2004-03-02 David Rhodus* Remove instances of PRIBIO because DragonFly no...
2004-03-02 Hiten PandyaCorrect a filename typo, there is no such thing as...
2004-03-01 Joerg SonnenbergerAdjust indentation, use uint32_t and line up comments.
2004-03-01 Matthew DillonNewtoken commit. Change the token implementation as...
2004-02-29 Joerg SonnenbergerMerge FreeBSD rev. 1.8:
2004-02-25 Joerg SonnenbergerRemove parameter names.
2004-02-23 Matthew DillonMake nexus understand the new INTR_ flags, mainly INTR_...
2004-02-21 Matthew DillonInclude the required machine/bus.h if we do not already...
2004-02-21 Matthew DillonSynchronize a bunch of things from FreeBSD-5 in prepara...
2004-02-20 Matthew DillonImplement a pipe KVM cache primarily to reduce unnecess...
2004-02-17 Matthew DillonIntroduce an MI cpu synchronization API, redo the SMP...
2004-02-16 Matthew DillonMake buftimetoken an extern so it is not declared as...
2004-02-16 Joerg SonnenbergerAdd device_is_attached to allow a driver to check wethe...
2004-02-15 Matthew DillonCleanup and augment the cpu synchronization API a bit...
2004-02-15 Matthew DillonSplit the IPIQ messaging out of lwkt_thread.c and move...
2004-02-14 Matthew DillonMove <machine/in_cksum.h> to <sys/in_cksum.h>. This...
2004-02-14 Matthew DillonCreate a new machine type, cpumask_t, to represent...
2004-02-14 Matthew Dillongcc2 doesn't like ary[] inside structures. Add __ARRAY...
2004-02-12 Joerg SonnenbergerAdd __DragonFly__
2004-02-12 David Rhodus* Update function defines to match up with the work...
2004-02-12 Matthew DillonChange lwkt_send_ipiq() and lwkt_wait_ipiq() to take...
2004-02-10 Matthew DillonUse a globaldata_t instead of a cpuid in the lwkt_token...
2004-02-06 Joerg SonnenbergerAdjust infrastructure for NEWCARD
2004-02-06 Robert Garrett__FreeBSD__ -> __DragonFly__
2004-02-02 Matthew DillonMerge from vendor branch BINUTILS:
2004-02-02 Matthew Dillonbinutils214 stage 2/4.
2004-01-30 Matthew DillonThis commit represents a major revamping of the clock...
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 Dillonmove the caps_type enum so it is accessible through...
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 DillonHandle recursive situations a bit more robustly by...
2004-01-13 Joerg SonnenbergerAdd rman_get_device and rman_get_size, use macros in...
2004-01-07 Matthew Dillontvtohz() was originally designed for tsleep() and timeo...
2004-01-06 Matthew DillonMaintain the fnmatch() API from FreeBSD-5 using an...
2004-01-06 Matthew DillonImport the libkern/fnmatch code from FreeBSD-5.
2004-01-05 David Rhodus* Add in some basic parameter values that we will use for
2004-01-04 Matthew DillonRemove proc related extern's from sys/proc.h that are...
2004-01-01 David Rhodus* Welcome the DragonFly project into to new year by...
2004-01-01 Matthew DillonRearrange an INVARIANTS overflow test so it works with...
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-27 Matthew DillonThe attribution for the last commit was incorrect,...
2003-12-27 Matthew DillonAdd a p_sched field to accomodate Adam K Kirchhoff...
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-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-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 DillonGeneral cleanups as part of the libcaps userland thread...
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 DillonAdd a new library, libcaps, which is intended to encomp...
2003-11-24 Matthew DillonMore LWKT messaging cleanups. Isolate the default...
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-22 Jeroen Ruigrok/asmodaiSpell initialise correctly.
2003-11-21 Matthew DillonDo some fairly major include file cleanups to further...
next