summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Add vm object locking.alc2003-06-111-12/+12
* Use __FBSDID().obrien2003-06-113-6/+9
* Don't overflow when calculating vm_kmem_size. This fixes kmem_mapps2003-06-111-4/+4
* Fix error in my last commit. Correctly maintain p_maxthrwaits and unlockdavidxu2003-06-112-10/+16
* Use __FBSDID().obrien2003-06-11137-231/+417
* If there are signals delivered to current thread, breaks out of loop,davidxu2003-06-102-8/+6
* style(9).mux2003-06-091-12/+20
* Wait for the real interval timer callout handler to finish executing if itjhb2003-06-092-2/+14
* The issetugid() function is MPSAFE.jhb2003-06-091-1/+1
* Update the vm object and page locking in exec_map_first_page(). Mark thealc2003-06-091-9/+15
* - Add vm object locking to vm_pgmoveco().alc2003-06-091-2/+5
* Attempt to fix Alpha build by renaming ident[] to kern_ident[].jmallett2003-06-091-1/+1
* - Add a td_pflags field to struct thread for private flags accessed only byjhb2003-06-093-25/+19
* Expose kern.ident by way of OID_AUTO.jmallett2003-06-091-0/+3
* - Add a simple CPU load balancing algorithm. This works by executing once ajeff2003-06-091-7/+95
* Lock the vm object when performing vm_page_grab().alc2003-06-081-2/+2
* - When a new thread is added to a kseq the load is incremented prior tojeff2003-06-081-5/+20
* Improve the root-dev prompt facility for printing devices which couldphk2003-06-071-11/+2
* thread_signal_add now is called with ps_mtx held, unlock it beforedavidxu2003-06-062-6/+10
* If a system call comes in requesting to retrieve an attribute namedrwatson2003-06-052-2/+26
* Add vop_listextattr(), similar to vop_getextattr() but without arwatson2003-06-051-0/+12
* Change the second (and last) argument of cpu_set_upcall(). Previouslymarcel2003-06-043-6/+3
* Add instrumentation which tells us how much work softclock() doesphk2003-06-041-2/+26
* Implementations of extattr_list_fd(), extattr_list_file(), andrwatson2003-06-042-0/+286
* Regen from syscalls.master:1.149, addition of extended attributerwatson2003-06-042-2/+8
* Add system calls to explicitly list extended attributes on arwatson2003-06-041-0/+6
* Assert the vnode lock when returning successfully from vn_open_cred().rwatson2003-06-041-0/+1
* Remove un-needed code.julian2003-06-042-98/+54
* Fix a potential bucket leak where when freeing to an empty bucketbmilekic2003-06-031-57/+29
* - Remove the blocked pointer from the umtx structure.jeff2003-06-031-171/+163
* Add tracking of process leaders sharing a file descriptor table andtegge2003-06-023-19/+226
* Remove the ia64 hackery in threadinit() that was needed to work aroundmarcel2003-06-012-28/+0
* Attempt to further comment and clarify System V IPC logic: documentrwatson2003-05-311-9/+24
* Attempt to marginally de-obfuscate sections of the System V IPC accessrwatson2003-05-311-2/+7
* Add "" around mutex name to make message less confusing.phk2003-05-312-2/+2
* Remove unused variable(s).phk2003-05-316-20/+2
* Remove return after panic.phk2003-05-311-2/+0
* Remove needless returnphk2003-05-311-1/+0
* Add a couple of XXX comments where the intent is not clear.phk2003-05-311-0/+2
* Remove unused variable(s).phk2003-05-311-5/+2
* Remove return after panic.phk2003-05-311-1/+0
* Remove unused variable and now unbalanced call to splbio();phk2003-05-311-2/+0
* Fix ia32 compat on ia64. Recent ia64 MD changes caused the garbage onmarcel2003-05-311-5/+4
* "break" rather than fall through to a break in the default clause.phk2003-05-311-0/+1
* Introduce {be,le}_uuid_{enc,dec}() functions for explicitly encodingphk2003-05-311-0/+80
* The IO_NOWDRAIN and B_NOWDRAIN hacks are no longer needed to preventphk2003-05-312-8/+4
* Add __amd64__ to the ifdefs that introduce the "pcicfg" spinlock topeter2003-05-311-1/+1
* When loading a module that contains a sysctl which is already compiledmux2003-05-291-1/+24
* Add an INVARIENTS only check to make sure Giant is held if mbufdwmalone2003-05-291-0/+2
* Grab giant in sendit rather than kern_sendit because sockargs maydwmalone2003-05-291-4/+6
OpenPOWER on IntegriCloud