* Add the pst(4) driver to the GENERIC kernel build.
[dragonfly.git] / sys / sys /
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...
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() 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-17 Jeroen Ruigrok/asmodaiFactor out the object system from new-bus so that it...
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 Jeroen Ruigrok/asmodaiAdd __DragonFly_version, set to 100000, which basically...
2003-11-14 David P. Reese, Jr.Split mmap().
2003-11-14 Matthew DillonBring in the MODULE_DEPEND() and DECLARE_MODULE() macro...
2003-11-13 David P. Reese, Jr.Split mkfifo().
2003-11-12 David P. Reese, Jr.Split execve(). This required some interesting changes...
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 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-07 Matthew DillonSynchronize APMBIOS with FreeBSD-5.x bios.c 1.64. ...
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-05 Matthew DillonChange ui_ref from an unsigned short to an integer...
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-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-21 David P. Reese, Jr.Create the kern_fstat() and kern_ftruncate() in-kernel...
2003-10-20 Matthew DillonYah yah. Always good to commit the header file needed...
2003-10-20 Matthew DillonAdditional checkpoint suppor for vmspace info. In...
2003-10-19 Matthew DillonAdd a fp_vpopen() function to kern_fp.c, and add reserv...
2003-10-19 Matthew DillonEnhance the fp_*() API. Reorganize the ELF dump code...
2003-10-19 Matthew DillonEntirely remove the old kernel malloc and kmem_map...
2003-10-18 Matthew Dillonmachine/param.h has to be included outside of _KERNEL...
2003-10-18 Matthew DillonMake malloc_type statistics per-cpu, which fixes statis...
2003-10-17 Matthew DillonCleanup P_CURPROC and P_CP_RELEASED handling. P_CP_REL...
2003-10-17 David P. Reese, Jr.Create kern_readv() and kern_writev() and use them...
2003-10-16 Matthew DillonRemove PUSER entirely. Since p_priority has nothing...
2003-10-16 Matthew DillonFix the userland scheduler. When the scheduler release...
2003-10-15 Matthew DillonHave lwkt_reltoken() return the generation number to...
2003-10-15 David P. Reese, Jr.Rename do_dup() to kern_dup() and pull in some changes...
2003-10-13 Matthew DillonStart separating the ucred from NDINIT.
2003-10-13 Matthew DillonFix miscellanious kern_fp.c bugs.
2003-10-13 Matthew DillonUse the one remaining free termios control character...
2003-10-13 Matthew DillonExtend NSIG to 64 and introduce a registration function...
2003-10-13 Matthew DillonAugment falloc() to support thread-only file pointers...
2003-10-09 Matthew Dillonnamecache work stage 3a: Adjust the VFS APIs to include...
2003-10-08 Matthew DillonAdd _KERNEL_STRUCTURES support for userland use of...
2003-10-08 David P. Reese, Jr.Introduce the function iovec_copyin() and it's friend...
2003-10-03 David P. Reese, Jr.Modify kern_{send,recv}msg() to take struct uio's,...
2003-10-02 Matthew DillonFix a number of interrupt related issues.
2003-10-02 David Rhodus Introduce a uiomove_frombuf helper routine that handle...
2003-09-29 Matthew DillonCleanup: get rid of the CNP_NOFOLLOW pseudo-flag. ...
2003-09-29 David P. Reese, Jr.Split getsockopt() and setsockopt().
2003-09-28 Matthew Dillonnamecache work stage 2: move struct namecache to its...
2003-09-26 Matthew DillonRemove the NO_KMEM_MAP and USE_SLAB_ALLOCATOR kernel...
2003-09-24 Matthew DillonClean up thread priority and critical section handling...
2003-09-24 David Rhodus* Intel ACPI 20030228 distribution with local DragonFl...
2003-09-23 Matthew Dillonnamecache work stage 1: namespace cleanups. Add a...
2003-09-19 David P. Reese, Jr.Separate all of the send{to,msg} and recv{from,msg...
2003-09-12 David P. Reese, Jr.Create an emulation/43bsd directory and move the recent...
2003-09-07 David P. Reese, Jr.Change the split syscall naming convention from syscall...
2003-09-06 Matthew DillonMake bind1() and accept1() non-static for linux emulato...
2003-09-03 Hiten PandyaIntroduce a new poll operation bit, `POLLINGIGNEOF...
2003-09-01 Hiten PandyaRespect ps_showallprocs when using the Proc file system.
2003-08-28 Matthew DillonAt Jeffrey Hsu's suggestion (who follows USENIX papers...
2003-08-27 Hiten PandyaAdd two useful macros that I have been meaning to add...
2003-08-27 Matthew Dillonoops. Forgot a commit.
2003-08-27 Robert Garrett__P removal
2003-08-27 Matthew DillonA significant number of applications need access to...
2003-08-27 Matthew DillonSLAB ALLOCATOR Stage 1. This brings in a slab allocato...
2003-08-26 Robert Garrettwhat the heck one last one before i go take a nap...
2003-08-25 Matthew DillonAdd the NO_KMEM_MAP kernel configuration option. This...
2003-08-24 Jeffrey HsuAdd support for Protocol Independent Multicast.
2003-08-24 Jeffrey HsuFix typos in comments.
2003-08-20 Robert Garrettremove extra ) from )) in this file as well.
2003-08-20 Matthew DillonFix minor bug in last commit.
2003-08-20 Matthew DillonSilence warnings about _POSIX_C_SOURCE not being define...
2003-08-20 Robert Garrett__P() != wanted, begin removal, in order to preserve...
next