summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Include <sys/gmon.h> instead of <machine/profile.h> for the declarationbde2004-05-191-3/+3
* syncache broke rev 1.23 which was done to fix the "thundering herd"ps2004-05-192-2/+2
* If a symbol has section+offset definitions provided, always use insteadpeter2004-05-181-6/+9
* Remove leftover padding variables.peter2004-05-181-8/+4
* Since we go to the trouble of compiling the kobj ops table for each class,peter2004-05-171-0/+1
* Clean up the code some more. Unify the text/data (progbits) and bsspeter2004-05-171-236/+249
* Oops, use the generic ELF_ST_BIND() macro instead of ELF64_ST_BIND.peter2004-05-171-5/+5
* Make a small revision to the api between the elf linker core and thepeter2004-05-161-7/+14
* Fixed some common printf format errors. Don't assume that "struct foo *"bde2004-05-142-33/+27
* 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
OpenPOWER on IntegriCloud