summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Split sleepq_wakeup_thread() into two functions. sleepq_remove_thread()jhb2004-05-131-13/+50
* Eliminate a memory leak in kern_symlink() that could occur iftjr2004-05-112-2/+2
* Remove misplaced duplicate comment and slightly reformat thejulian2004-05-091-16/+6
* set m_len to reflect mbuf contents on return from m_dup1; fixes an obscuresam2004-05-091-0/+1
* Fix rtprio() to do sensible things when called from threaded processes.julian2004-05-081-4/+45
* Avoid pointless zeroing of the bogus page in vfs_bio_clrbuf().alc2004-05-081-6/+8
* Unconditionally lock Giant in do_sendfile(), rather than locking itrwatson2004-05-081-2/+2
* Compare t_brkc against (char)_POSIX_VDISABLE, not against -1.cognet2004-05-071-1/+1
* Move the CPU newbus attachment to i386 legacy. The acpi_cpu device willnjl2004-05-061-70/+0
* Make vm_page's PG_ZERO flag immutable between the time of the page'salc2004-05-062-15/+1
* Add /* !MAC */ to final #endif.rwatson2004-05-031-1/+1
* Bump copyright date for NETA to 2004.rwatson2004-05-031-1/+1
* Add MAC_STATIC, a kernel option that disables internal MAC Frameworkrwatson2004-05-031-0/+25
* Fix a race condition which could result in profprocs being decrementedcperciva2004-05-031-0/+2
* Checkpoint commit for an alternative WIP kernel module loader that isn'tpeter2004-04-301-1058/+695
* Keep track of threads waiting in kse_release() to avoid a racedeischen2004-04-283-33/+79
* If the buffer supplied to kenv(KENV_DUMP, ...) isn't big enough,das2004-04-281-21/+18
* Give jail(8) the feature to allow raw sockets from within abmilekic2004-04-261-0/+5
* Always use nd.ni_vp->v_mount as an argument for VFS_QUOTACTL(), just likepjd2004-04-262-10/+8
* The paper "Hashed Timers and Hierarchical Wheels: Data Structures for thehmp2004-04-251-1/+1
* 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
OpenPOWER on IntegriCloud