summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Utilize sf_buf_alloc() rather than pmap_qenter() (and sometimesalc2004-04-232-20/+13
* There was a thread on "unusually high load averages" when running underobrien2004-04-221-2/+2
* Look out! vn_start_write() is able to return 0 and NULL 'mp'.pjd2004-04-222-0/+4
* Include <sys/mutex.h> and its prerequisite <sys/lock.h> instesd of dependingbde2004-04-211-5/+8
* 1. Remove callout_stop binary compatibility.cperciva2004-04-201-10/+0
* If you're trying to find out if a thread is valid and inmtm2004-04-191-4/+4
* constify the last argument of m_copyback.luigi2004-04-181-1/+1
* Fixed some style bugs in previous commit (mainly an insertion sort errorbde2004-04-171-9/+10
* - Enable (unmask) interrupt sources earlier in the ithread loop.jhb2004-04-161-8/+33
* At some point during the history of m_getcl(), MAC support began torwatson2004-04-161-6/+6
* Ensure that the poll_burst <= poll_burst_max constraint really holds.ru2004-04-151-0/+2
* Fix off by one error, twice.imp2004-04-121-2/+2
* stop() no longer needs sched_lock held; in fact, holding sched_lock causescperciva2004-04-121-3/+2
* Put deprecated sysctl code inside BURN_BRIDGES.mux2004-04-111-3/+5
* Use vm_page_hold() rather than vm_page_wire() for short-duration pagealc2004-04-111-2/+2
* Remove a comment that complains about the lack of %qd, to justifymux2004-04-101-3/+2
* Plug minor memory leak of module_t structures when unloading a filepeadar2004-04-091-1/+3
* Spell "switches" a more conventional way.cognet2004-04-091-1/+1
* Compare pointers with NULL rather than using pointers are booleans inrwatson2004-04-091-51/+53
* Fix a regression in my change which sends headers along with data; asilby2004-04-081-2/+8
* Do not assume that the initial thread (i.e. the thread with the IDmarcel2004-04-081-6/+9
* Add whitespace before comment blocks. (reported by njl)cperciva2004-04-081-16/+13
* Remove advertising clause from University of California Regent'simp2004-04-071-4/+0
* Fix filt_timer* races: Finish initializing a knote before we pass it tocperciva2004-04-071-2/+2
* Introduce a callout_drain() function. This acts in the same manner ascperciva2004-04-061-1/+90
* Associate a simple count of waiters with each condition variable. Thejhb2004-04-061-2/+13
* Add a new kernel option MUTEX_WAKE_ALL that changes the mutex unlock codejhb2004-04-061-0/+10
* Rename turnstile_wakeup() to turnstile_broadcast() to make the namingjhb2004-04-061-2/+2
* Removed some less than useful comments:bde2004-04-062-136/+0
* Remove advertising clause from University of California Regent's license,imp2004-04-0556-228/+0
* Try not to crash instantly when signalling a libthr program to death.dfr2004-04-051-1/+1
* Regen.dfr2004-04-052-4/+4
* Add lgetfh(2) which is like getfh(2) but doesn't follow symlinks.dfr2004-04-053-1/+77
* Detatch incorrect spellings of detach.rwatson2004-04-041-1/+1
* - Use the proper constant in sched_interact_update(). Previously,jeff2004-04-041-1/+1
* Create NT_PRSTATUS and NT_FPREGSET notes for each and every threadmarcel2004-04-031-50/+81
* Assign thread IDs to kernel threads. The purpose of the thread ID (tid)marcel2004-04-034-4/+198
* In some cases, sf_buf_alloc() should sleep with pri PCATCH; in others, italc2004-04-032-2/+2
* Add missing comment terminator.kris2004-04-021-1/+1
* The comment complained about not having a thread_unlink()julian2004-04-021-5/+2
* Finish fixing up Alpha to work with an MP safe ptrace():jhb2004-04-011-8/+8
* Don't print out 'GIANT-LOCKED' for INTR_FAST drivers.scottl2004-04-011-1/+1
* Remove sysctl kern.ps_argsopen, it is not very useful, one should usepjd2004-04-011-3/+0
* Remove ps_argsopen check. It is was bogus in the past and was correctedpjd2004-04-011-5/+0
* Remove unused variable.julian2004-03-311-2/+0
* In sofree(), avoid nested declaration and initialization inrwatson2004-03-311-1/+2
* Export uipc_connect2() from uipc_usrreq.c instead of unp_connect2(),rwatson2004-03-311-2/+3
* White space and wording changes to init_param3().alc2004-03-301-5/+3
* Prefer NULL to 0 when testing and assigning pointer values.rwatson2004-03-301-56/+57
* Shorten some XXXKSE commentrypeter2004-03-291-4/+2
OpenPOWER on IntegriCloud