summaryrefslogtreecommitdiffstats
path: root/sys/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix a couple of issues with the stack limit for 32-bit processes on 64-bitjhb2007-07-121-0/+1
* Fix userland applications compilation by using correct KPI protectionattilio2007-07-111-0/+7
* Fix some problems with lock_profiling in sx locks:attilio2007-07-061-1/+3
* Bump version after repo-copy of I4B headers.bz2007-07-061-1/+1
* Bump version for new mmap/lseek/etc syscallspeter2007-07-041-1/+1
* Regenerate after mmap/lseek/etc syscall changes.peter2007-07-043-42/+112
* Since cdev mutex is after system map mutex in global lock order, free()kib2007-07-041-0/+2
* Significantly reduce the memory leak as noted in BUGS section forscf2007-07-041-1/+1
* Since rev. 1.199 of sys/kern/kern_conf.c, the thread that callskib2007-07-031-0/+10
* Add a note about the pf update, mark libexec/ftp-proxy as obsolete and bumpmlaier2007-07-031-1/+1
* Link pf 4.1 to the build:mlaier2007-07-031-5/+1
* Continue kernel privilege cleanup for 7.0: unstaticize suser_enabled andrwatson2007-07-021-1/+0
* Introduce a new rwlocks initialization function: rw_init_flags.attilio2007-06-262-3/+18
* Update comment: kernel privileges are, in fact sorted by subsytem.rwatson2007-06-181-1/+1
* Rather than passing SUSER_RUID into priv_check_cred() to specify whenrwatson2007-06-161-10/+4
* Simplify/optimize RB_NFIND().jasone2007-06-151-19/+11
* - Fix kse by moving the upcalls list back out of the zero'd section.jeff2007-06-121-1/+3
* - Garbage collect unused concurrency functions.jeff2007-06-122-13/+10
* Import rewrite of IPv4 socket multicast layer to support source-specificbms2007-06-122-1/+4
* Solve a complex exit race introduced with thread_lock:jeff2007-06-121-0/+1
* Eliminate now-unused SUSER_ALLOWJAIL arguments to priv_check_cred(); inrwatson2007-06-122-6/+12
* - Move p_ru to the zero'd section of the proc to keep stats accurate.jeff2007-06-111-1/+1
* Bump __FreeBSD_version for TCP LRO support.andre2007-06-111-1/+1
* Back out the previous commit which added an M_LRO mbuf flaggallatin2007-06-111-2/+1
* Allow drivers, such as cxgb and mxge, which support LRO to bypassgallatin2007-06-111-1/+2
* Update 802.11 wireless support:sam2007-06-111-1/+1
* Optimize vmmeter locking.attilio2007-06-101-50/+56
* Now pam_nologin(8) will provide an account management functionyar2007-06-101-1/+1
* rufetch and calcru sometimes should be called atomically together.attilio2007-06-091-1/+3
* Since locking in kern/subr_prof.c is changed a bit, we need nomore ofattilio2007-06-091-2/+0
* The current rusage code show peculiar problems:attilio2007-06-091-1/+1
* Move per-process audit state from a pointer in the proc structure torwatson2007-06-072-2/+3
* - Remove unused variable from create_thread().jhb2007-06-072-4/+4
* Bump __FreeBSD_version for the change of the vn_open/VOP_OPEN file indexkib2007-06-071-1/+1
* Backout experimental adaptive-spin umtx code.davidxu2007-06-062-3/+1
* - Placing the 'volatile' on the right side of the * in the td_lockjeff2007-06-062-3/+3
* - Change comments and asserts to reflect the removal of the globaljeff2007-06-041-1/+1
* Commit 3/14 of sched_lock decomposition.jeff2007-06-041-4/+6
* Commit 1/14 of sched_lock decomposition.jeff2007-06-043-57/+81
* Add a function for exporting 64 bit types.dwmalone2007-06-041-0/+1
* - Move rusage from being per-process in struct pstats to per-thread injeff2007-06-013-29/+33
* Revert VMCNT_* operations introduction.attilio2007-05-311-24/+9
* Revert UF_OPENING workaround for CURRENT.kib2007-05-313-4/+4
* Add functions sx_xlock_sig() and sx_slock_sig().attilio2007-05-311-64/+90
* style(9) fixes for sx locks.attilio2007-05-291-4/+4
* Use the same ARG_MAX for arm than for the other platforms. I don't see anycognet2007-05-291-4/+0
* "make delete-old" needs more than 64KB worth of arguments. Bothmarcel2007-05-291-1/+1
* The cache_leaf_test() function seems to be unused, so remove it.pjd2007-05-251-1/+0
* Don't set lo_name and clobber lo_flags in lock_profile_object_init().jhb2007-05-231-2/+0
* Increase precision of time values in the process accountingdds2007-05-221-14/+57
OpenPOWER on IntegriCloud