aboutsummaryrefslogtreecommitdiff
path: root/sys/sys
Commit message (Expand)AuthorAgeFilesLines
* Cache the value of curthread in the _get_sleep_lock() and _get_spin_lock()John Baldwin2004-08-041-9/+15
* Whitspace fix.John Baldwin2004-08-041-1/+1
* o Fix a typo in the comment.Maxim Konovalov2004-08-041-1/+1
* Fix module builds for i386 and amd64.Mark Murray2004-08-041-1/+1
* Annotate locking strategy for 'struct uidinfo'.Robert Watson2004-08-041-6/+11
* Remove redundant definition.David Xu2004-08-031-3/+0
* s/TMDF_DONOTRUNUSER/TMDF_SUSPEND/gDavid Xu2004-08-031-1/+1
* Remove GPT_ENT_TYPE_FREEBSD_UFS2. It was speculatively added beforeMarcel Moolenaar2004-08-021-2/+7
* Bump __FreeBSD_version to designate uma_zone functions changing type.Brian Feldman2004-08-021-1/+1
* * Add a "how" argument to uma_zone constructors and initialization functionsBrian Feldman2004-08-021-5/+0
* Specify the locking for some proc fieldsJulian Elischer2004-07-311-3/+3
* Bump __FreeBSD_version to reflect the removal of kmem_alloc_pageable().Alan Cox2004-07-311-1/+1
* Put a version element in the VFS filesystem configuration structurePoul-Henning Kamp2004-07-301-10/+19
* Add support for the Synaptics Touchpad mouse driver. I reworked theNate Lawson2004-07-301-0/+25
* Remove global variable rootdevs and rootvp, they are unused as such.Poul-Henning Kamp2004-07-281-2/+0
* Remove (at least temporarily) the check that prevents us from includingMaxime Henrion2004-07-281-4/+0
* Introduce SYSCTL_CHILDREN_SET macro which can be used in place ofAlexander Kabaev2004-07-281-0/+2
* Emply __used attribute to prevent compiler from removing unreferencedAlexander Kabaev2004-07-281-1/+1
* Introduce __used attribute which serves as logical conuterpart ofAlexander Kabaev2004-07-281-0/+2
* Erroneously decreased __FreeBSD_version, which should have been increased ins...Oliver Eikemeier2004-07-281-1/+1
* back out the localkg changes until things have settled.Oliver Eikemeier2004-07-281-1/+1
* Convert the vfsconf list to a TAILQ.Poul-Henning Kamp2004-07-271-10/+9
* Rename suser_cred()'s PRISON_ROOT flag to SUSER_ALLOWJAIL. This isColin Percival2004-07-261-1/+2
* Eliminate unused second argument to reassignbuf() and simplify itPoul-Henning Kamp2004-07-251-1/+1
* More comment frobbing: insert a missing comma, and spell permissionsRobert Watson2004-07-251-1/+1
* Spelling fix in comment: s/though/thought/.Robert Watson2004-07-251-1/+1
* Ports related rc.d cleanups:Mike Makonnen2004-07-241-1/+1
* Add a macro, __pure, which expands to __attribute__((__pure__)) on gccTim J. Robbins2004-07-221-0/+6
* Back out just a portion of Alfred's last commit. Remove the MBUF_CHECKBosko Milekic2004-07-211-5/+0
* unbreak !WITNESS.Alfred Perlstein2004-07-211-0/+4
* Make sure we don't call mbuf allocation functions with mutexes held.Alfred Perlstein2004-07-211-0/+16
* Add kdb_thr_from_pid(), which given a PID returns the first threadMarcel Moolenaar2004-07-211-1/+2
* An a #error discouraging people from using pipe.h from places outsideMike Silbersack2004-07-211-4/+1
* Reimplement contigmalloc(9) with an algorithm which stands a greatly-Brian Feldman2004-07-191-0/+2
* When calling scheduler entrypoints for creating new threads and processes,Julian Elischer2004-07-181-6/+6
* Add doxygen doc comments for most of newbus and the BUS interface.Doug Rabson2004-07-181-76/+82
* Fix macro so that we don't get missing initializer warnings.Alfred Perlstein2004-07-171-1/+3
* Change named parameters from max (which conflicts with a macro in libkern.h)Alfred Perlstein2004-07-171-2/+2
* Add a kern_setsockopt and kern_getsockopt which can read the optionDavid Malone2004-07-171-0/+5
* Define semantic of M_SKIP_FIREWALL more precisely, i.e. also pass associatedMax Laier2004-07-171-1/+0
* Make M_SKIP_FIREWALL a global (and semantic) flag, preventing anything fromJuli Mallett2004-07-171-2/+2
* - Move TDF_OWEPREEMPT, TDF_OWEUPC, and TDF_USTATCLOCK over to td_pflagsJohn Baldwin2004-07-162-5/+6
* According to POSIX sys/socket.h must define CMSG_NXTHDR but most notHartmut Brandt2004-07-161-1/+1
* Add a SUSER_RUID flag to suser_cred. This flag indicates that we want toColin Percival2004-07-161-0/+1
* Copy qsort_r(3) from libc to libkern.Gleb Smirnoff2004-07-151-0/+2
* Preparation commit for the tty cleanups that will follow in the nearPoul-Henning Kamp2004-07-151-2/+2
* Do a pass over all modules in the kernel and make them return EOPNOTSUPPPoul-Henning Kamp2004-07-151-0/+1
* type prgregset_t really should be an array. this is odd, however, otherDavid Xu2004-07-151-1/+1
* Make FIOASYNC, FIOSETOWN and FIOGETOWN work on kqueues.Alfred Perlstein2004-07-141-1/+3
* do { } while(0) KNOTE macro, whitespaceAlfred Perlstein2004-07-141-2/+3