summaryrefslogtreecommitdiffstats
path: root/sys/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Centralize the canonical vop_access user/group/other check in vaccess().phk2000-08-201-0/+2
* A slight restyling of the previous fix and make the way thedwmalone2000-08-201-8/+4
* Fix logic error which caused a page fault in kernel mode immediatelyjdp2000-08-191-2/+6
* Replace the mbuf external reference counting code with somethingdwmalone2000-08-192-62/+116
* Increase the default NAPIC from 1 to 2 as a bandaid until we allocatemsmith2000-08-181-1/+1
* Introduce vop_stdinactive() and make it the default if no vop_inactivephk2000-08-181-0/+1
* backout previous change for nowdarrenr2000-08-161-1/+0
* add extern for inetswdarrenr2000-08-161-0/+1
* Oops, forgot this file. Log message for completeness:peter2000-08-111-7/+7
* o Add POSIX1E_CAPABILITY_EXTATTR_NAME, a string constant for therwatson2000-08-081-3/+6
* o Introduce vn_extattr_{get,set}, wrapper routines for VOP_GETEXTATTRrwatson2000-08-081-0/+4
* Back this one out until I can fix _all_ of the headers. The headers suregreen2000-08-072-2/+2
* None of select.h needs to be exposed to !_KERNEL.green2000-08-062-2/+2
* Be more verbose when changing APIC ID on an IO APIC.tegge2000-08-061-0/+1
* Make check for empty list in STAILQ_LAST() more readable.hsu2000-08-031-1/+1
* Restore STAILQ_LAST() semantics to match that of TAILQ_LAST()hsu2000-08-031-2/+7
* activate pfil_hooks and covert ipfilter to use itdarrenr2000-07-311-0/+6
* Regen. (Fix SYS_exit)peter2000-07-294-6/+6
* Regenerate with makesyscalls.shpeter2000-07-294-8/+8
* Disable LK_CANRECURSE on buffer locks. The recusion is needed only formckusick2000-07-261-1/+1
* style(9)'ify all the function prototypes by protecting all the parameterjhb2000-07-251-26/+28
* o Fix a horrible bug where small reads (< 8 bytes) would return themarkm2000-07-251-4/+5
* This patch corrects the first round of panics and hangs reportedmckusick2000-07-242-4/+6
* Clean this up with some BDE-inspired fixes.markm2000-07-231-3/+2
* FreeBSD_version bump for changed kqueue API.jlemon2000-07-181-1/+1
* Simplify kqueue API slightly.jlemon2000-07-183-13/+8
* Add randomness write functionality. This does absolutely nothing formarkm2000-07-171-1/+1
* Bump __FreeBSD_version to indicate mtree defaults changed back to originalache2000-07-161-1/+1
* These patches implement dynamic sysctls. It's possible now to addabial2000-07-151-1/+77
* Make mbstat.m_mtypes seperate and viewable via sysctl, alsoalfred2000-07-151-9/+11
OpenPOWER on IntegriCloud