summaryrefslogtreecommitdiffstats
path: root/sys/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bump __FreeBSD_version to mark the ether_ifattach()/ether_ifdetach() changes.archie2000-07-141-1/+1
* o Commit two of two, introducing __cap_{get,set}_{fd,file} syscalls torwatson2000-07-134-6/+38
* Add snapshots to the fast filesystem. Most of the changes supportmckusick2000-07-113-8/+19
* Clean up warning about undeclared function by declaring softdep_fsyncmckusick2000-07-111-0/+2
* Finally merge newmidi.tanimura2000-07-111-0/+4
* Yarrow tweaks; separate the fast and slow reseed tasks so that they don'tmarkm2000-07-091-0/+1
* MFS: adjust University of California's copyright.obrien2000-07-071-1/+1
* Darn; didn't commit this with the rest of the entropy gathering code.markm2000-07-071-0/+6
* Bump __FreeBSD_version to note KAME upgradekris2000-07-071-1/+1
* Support for unsigned integer and long sysctl variables. Update thejhb2000-07-051-2/+12
* o Introduce cap_{get,set}_{file,fd}() syscall wrappers, associated withrwatson2000-07-051-0/+4
* sync with kame tree as of july00. tons of bug fixes/improvements.itojun2000-07-042-1/+19
* Previous commit changing SYSCTL_HANDLER_ARGS violated KNF.phk2000-07-041-6/+6
* Get userland visible flags added for snapshots to give a few daysmckusick2000-07-042-4/+14
* Simplify and rationalise the management of the vnode free listmckusick2000-07-041-5/+3
* Move the truncation code out of vn_open and into the open system callmckusick2000-07-041-1/+1
OpenPOWER on IntegriCloud