summaryrefslogtreecommitdiffstats
path: root/sys/sys
Commit message (Expand)AuthorAgeFilesLines
* Declare sigexit() as non-returning.bde2000-09-171-5/+5
* Uninlined CURSIG() and unpolluted <sys/signalvar.h>. CURSIG() had becomebde2000-09-171-36/+1
* Add new flag PDIRUNLOCK to the component.cn_flags which should be set bybp2000-09-171-0/+1
* Silence lame compiler warning.truckman2000-09-161-0/+2
* Move SPECNAMELEN from <sys/conf.h> to <sys/param.h>phk2000-09-163-4/+1
* Add proper prototype for dkcksum();phk2000-09-163-0/+6
* Make LINT compile.phk2000-09-161-1/+1
* Remove a few leftover CLBYTES related bits.phk2000-09-161-9/+0
* Turn dkcksum() into an __inline function.phk2000-09-163-3/+45
* - Add a new process flag P_NOLOAD that marks a process that should bejhb2000-09-151-1/+2
* Change "KTR_COMPILE & m" to "KTR_COMPILE & (m)" to allow more flexibledfr2000-09-141-12/+12
* - Remove the inthand2_t type and use the equivalent driver_intr_t type fromjhb2000-09-132-2/+21
* A new driver for PCI:SCSI RAID controllers based on the Adaptec FSAmsmith2000-09-131-0/+78
* The "struct proc" argument to read_random was ill-conceived, and amarkm2000-09-121-3/+1
* Add three new VOPs: VOP_CREATEVOBJECT, VOP_DESTROYVOBJECT and VOP_GETVOBJECT.bp2000-09-121-0/+3
* Add the ability to define a "shutdown" and "shutdown and poweroff" keydwmalone2000-09-111-0/+2
* Forward declare 'struct proc'.jhb2000-09-111-0/+2
* Prevent multiple make_dev() calls on the same dev_t and similar bogosities.phk2000-09-112-0/+2
* Rename tsleep to msleep and add a mutex argument, which isjake2000-09-112-1/+5
* Use '&' instead of '%' to calculate the new value for ktr_idx.dfr2000-09-101-2/+2
* Large upgrade to the entropy device; mainly inspired by feedbackmarkm2000-09-101-1/+1
* Bump __FreeBSD_version to 500013 after SMPng step 1 hit the tree.peter2000-09-101-1/+1
* Redeclare cp_time. It's no longer static, and linprocfs needs it.des2000-09-071-0/+1
* Test for both SMP and I386_CPU being set before generating an error.jhb2000-09-071-1/+1
* Major update to the way synchronization is done in the kernel. Highlightsjasone2000-09-079-61/+142
* Add KTR, a facility that logs kernel events in order to to facilitatejasone2000-09-072-1/+320
* Accept filter maintainancealfred2000-09-061-0/+1
* Remove uidinfo hash table lookup and maintenance out of chgproccnt() andtruckman2000-09-053-2/+23
* Move extern declaration of dead_vnodeop_p to a .h file.phk2000-09-051-1/+2
* Make the basic AIO functions, i.e., aio_read() and aio_write(),alc2000-09-051-3/+3
* Update the NTP kernel PLL code to the 2000-08-29 version of Dave Millsphk2000-09-041-1/+7
* sys/systm.h is incompatable with sys/types.h in userland.peter2000-09-031-0/+2
* libkern.h now internally uses the bzero() definition from sys/systm.h.peter2000-09-031-0/+1
* Avoid the modules madness I inadvertently introduced by making thephk2000-09-023-17/+22
* Bite the bullet and provde memcmp() and memset(), this will be cheaperphk2000-09-022-9/+20
* Oops, only memset() is unsupported.phk2000-09-021-1/+0
* Purposely break kernel code which uses memset and memcpy to prevent peoplephk2000-09-021-0/+9
* Move setproctitle() from libutil to libc (after a repo-copy)brian2000-09-021-1/+1
* add 32bit formats and a couple of ioctlscg2000-09-011-26/+36
* Make it possible to pass boot()'s flags to shutdown_nice() so that themsmith2000-08-311-1/+1
* o Centralize inter-process access control, introducing:rwatson2000-08-301-3/+12
* A lot of changes on acpi driver code.iwasaki2000-08-291-0/+8
* o Restructure vaccess() so as to check for DAC permission to modify therwatson2000-08-291-1/+1
* Remove any possibility of hiwat-related race conditions by changinggreen2000-08-291-1/+1
* Add kobj_class_compile_static() to allow classes to be initialiseddfr2000-08-281-0/+6
* Regen: fix prototypes for {o|}{g|s}etrlimit.marcel2000-08-284-8/+8
* Fix panic when removing open device (found by bp@)phk2000-08-242-0/+6
* Add orthogonal part of ACPI support code.takawata2000-08-241-0/+325
* Synchronize the poll() prototype with the one provided in thesheldonh2000-08-211-1/+1
* Remove all traces of Julians DEVFS (incl from kern/subr_diskslice.c)phk2000-08-204-89/+22
OpenPOWER on IntegriCloud