aboutsummaryrefslogtreecommitdiff
path: root/sys/sys
Commit message (Expand)AuthorAgeFilesLines
* Make NULL a (void*)0 whereever possible, and fix the warnings(-Werror)Mark Murray2004-03-051-5/+5
* Fixed the XXX'ed namespace pollution in rev.1.54 by usingBruce Evans2004-03-041-2/+3
* Don't manually optimize for 20 year old compilers by casting to u_intBruce Evans2004-03-041-2/+1
* Fixed some style bugs (mainly misformatting, and pointers to `struct thread'Bruce Evans2004-03-041-15/+14
* Fixed insertion sort errors in includes and prototypes. This was moreBruce Evans2004-03-041-13/+7
* Rename NET_PICKUP_GIANT() to NET_LOCK_GIANT(), and NET_DROP_GIANT()Robert Watson2004-03-011-3/+9
* Move the "fast" but unused eventhandlers to pasture. They're in thePoul-Henning Kamp2004-03-011-52/+0
* Rename dup_sockaddr() to sodupsockaddr() for consistency with otherRobert Watson2004-03-011-1/+1
* Modify soalloc() API so that it accepts a malloc flags argument ratherRobert Watson2004-02-291-1/+1
* Move boottime from <sys/kernel.h> to <sys/time.h> where it belongs.Poul-Henning Kamp2004-02-292-1/+1
* Add a generic watchdog facility which through a single device entryPoul-Henning Kamp2004-02-281-4/+15
* Switch the sleep/wakeup and condition variable implementations to use theJohn Baldwin2004-02-274-18/+3
* Add an implementation of a generic sleep queue abstraction that is usedJohn Baldwin2004-02-271-0/+107
* Add sysctl_move_oid() which reparents an existing OID.Dag-Erling Smørgrav2004-02-271-0/+2
* Fix a few style nits. do { } while(0) are only used for compoundJohn Baldwin2004-02-271-3/+3
* Clarify and tweak some comments.John Baldwin2004-02-271-3/+5
* Forward declare struct proc, struct sockaddr, and struct thread, whichRobert Watson2004-02-261-0/+3
* Bump CTL_MAXNAME from 12 to 24.Dag-Erling Smørgrav2004-02-261-1/+1
* Forward declare struct bpf_d, struct ifnet, struct image_params, andRobert Watson2004-02-261-1/+5
* Tweak existing header and other build infrastructure to be able to buildMax Laier2004-02-262-0/+8
* Split the mlock() kernel code into two parts, mlock(), which unpacksDon Lewis2004-02-261-1/+2
* Re-remove MT_TAGs. The problems with dummynet have been fixed now.Max Laier2004-02-251-19/+0
* Bump FreeBSD_version for getopt_long_only() addingAndrey A. Chernov2004-02-251-1/+1
* Add sysctls to allow showing threads for pgrp, tty, uid, ruid,Daniel Eischen2004-02-221-0/+4
* Reimplement sysctls handling by MAC framework.Pawel Jakub Dawidek2004-02-222-6/+9
* Update my personal copyrights and NETA copyrights in the kernelRobert Watson2004-02-223-6/+6
* Bump __FreeBSD_version to mark cdevsw megapatching.Poul-Henning Kamp2004-02-211-1/+1
* Device megapatch 6/6:Poul-Henning Kamp2004-02-212-36/+66
* Device megapatch 5/6:Poul-Henning Kamp2004-02-211-2/+1
* Device megapatch 4/6:Poul-Henning Kamp2004-02-212-2/+16
* Device megapatch 2/6:Poul-Henning Kamp2004-02-212-0/+18
* Fixed some style bugs (spaces instead of tabs in macro definitions ...).Bruce Evans2004-02-181-11/+11
* Backout MT_TAG removal (i.e. bring back MT_TAGs) for now, as dummynet isMax Laier2004-02-181-1/+18
* Backed out previous commit since it just causes panics unless a specialBruce Evans2004-02-171-1/+1
* Back out previous commit; it doesn't seem to do what I thought it does.Dag-Erling Smørgrav2004-02-161-8/+0
* Increase the size of MSGBUF_SIZE if booted with -v.David E. O'Brien2004-02-161-1/+1
* Avoid code duplication on platforms where int and long are the same size.Dag-Erling Smørgrav2004-02-161-0/+8
* By default, when a process in jail calls getfsstat(), only return theRobert Watson2004-02-141-0/+3
* Fix hw.acpi.os_name by renaming it to hw.acpi.osname. The "_name" suffixNate Lawson2004-02-141-0/+3
* This set of changes eliminates the use of MT_TAG "pseudo mbufs", replacingMax Laier2004-02-131-18/+1
* Change the kernels definition of NODEV from ((dev_t)-1) to NULL.Poul-Henning Kamp2004-02-101-1/+3
* Add the SF_NODISKIO flag to sendfile. This flag causes sendfile to beMike Silbersack2004-02-081-0/+5
* Move m_uiotombuf from uio.h to mbuf.h, where I should have put it inMike Silbersack2004-02-082-2/+4
* Do some small cleanups to comments and remove AACQ_COMPLETE definitions sinceScott Long2004-02-071-2/+1
* Add an #ifdef _KERNEL so that this file can be used from userland.Scott Long2004-02-071-1/+2
* - Convert the plimit lock to a pool mutex lock.John Baldwin2004-02-061-12/+6
* A few more style fixes from Bruce including a few I missed last time.John Baldwin2004-02-061-2/+1
* - A lot of style and whitespace fixes.John Baldwin2004-02-051-10/+10
* Rename cn_unavailable to cnunavailable for little more consistency.Alexander Kabaev2004-02-051-1/+1
* Eliminate global cons_unavailable flag and replace it by the statusAlexander Kabaev2004-02-051-1/+3