Add generated pcidevs files. Fix a small typo in devlist2h.awk.
[dragonfly.git] / sys / sys /
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...
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...
next