summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredjhb2002-02-2728-232/+218
* Temporarily lock Giant while we update td_ucred. The proc lock doesn'tjhb2002-02-271-6/+6
* Fix a NULL deref panic in pipe_write, we can't blindly lockalfred2002-02-271-12/+12
* Make getcredhostname() take a buffer and the buffer's sizerobert2002-02-271-3/+12
* Add a function which returns the correct hostname for a givenrobert2002-02-271-0/+11
* MPsafe fixes:alfred2002-02-271-4/+23
* Return ESRCH if the target process is not inferior to the curproc.tanimura2002-02-271-0/+2
* Don't hardcode /sys when making tags, instead use ${.CURDIR}/.. thisalfred2002-02-271-1/+1
* Back out all the pmap related stuff I've touched over the last few days.peter2002-02-274-9/+6
* First rev at making pipe(2) pipe's MPsafe.alfred2002-02-271-22/+68
* Introduce a version field to `struct xucred' in place of one of thedd2002-02-272-10/+18
* Jake further reduced IPI shootdowns on sparc64 in loops by using rangedpeter2002-02-273-6/+6
* revert last commit temporarily due to whining on the lists.dillon2002-02-262-15/+1
* STAGE-1 of 3 commit - allow (but do not require) interrupts to remaindillon2002-02-262-1/+15
* Fixed 3 regressions in rev.1.99 (clobbering of the English fix in rev.1.98,bde2002-02-261-3/+4
* Hide "bla bla exists, skipping it" behind bootverbose.sos2002-02-261-4/+4
* Cast the variable, not the constant to 64 bits.phk2002-02-261-1/+1
* Fix warning in !SMP case.phk2002-02-261-0/+2
* Remove unused variable.phk2002-02-261-1/+0
* Fix warning. s/microuptime()/binuptime()/ for switchtime initial value.peter2002-02-261-1/+1
* Fix a warning. Do not assume pointer == long.peter2002-02-261-2/+2
* Work-in-progress commit syncing up pmap cleanups that I have been workingpeter2002-02-251-0/+3
* Sockets passed into uipc_abort() have been allocated by sonewconn()iedowse2002-02-251-10/+2
* Add a generation number to timecounters and spin if it changes underphk2002-02-241-37/+62
* Fix a typo (?) in previous commit told ttyprintf() to print the integerphk2002-02-241-1/+1
* Lock struct pgrp, session and sigio.tanimura2002-02-2318-263/+833
* Make this compile.jake2002-02-231-1/+1
* Add some DIAGNOSTIC code.julian2002-02-222-12/+39
* - Whitespace fixes leftover from previous commit.arr2002-02-221-21/+21
* - Whitespace fixup left over from previous commit.arr2002-02-221-10/+9
* Convert p->p_runtime and PCPU(switchtime) to bintime format.phk2002-02-226-35/+23
* Use better scaling factor for NTPs correction.phk2002-02-221-1/+7
* GC: BIO_ORDERED, various infrastructure dealing with BIO_ORDERED.phk2002-02-223-6/+2
* Replace bowrite() with BUF_WRITE in ufs.phk2002-02-221-16/+0
* - Massive style fixup.arr2002-02-221-1268/+1292
* Add support for iovcnt greater than 1. This should resolve problemsbp2002-02-211-14/+16
* Fixed some style bugs. Added a comment about a bug in PT_SSTEP.bde2002-02-211-25/+21
* Recover bits that were lost in transition in rev.1.76:bde2002-02-211-16/+77
* Oops, used wrong error value for unimplemented syscalls.julian2002-02-201-6/+6
* Tidy up some unused variablespeter2002-02-202-10/+0
* - Fix style further by adding parentheses around return values so thatarr2002-02-201-14/+14
* - Style.9 formatting fix; this commit is mostly white space related witharr2002-02-201-209/+209
* More cleanups relating to vm object allocation failure: make sure werwatson2002-02-201-1/+5
* A few misc forkbomb defenses:silby2002-02-191-2/+5
* Add stub syscalls and definitions for KSE calls.julian2002-02-194-3/+58
* Add 5 KSE syscalls. Two will be implemented with the next KSEjulian2002-02-191-0/+6
* Load the current timecounter into tc. The timecounter global can changedillon2002-02-181-1/+2
* Add kern_giant_ucred to instrument Giant around ucred related operationsdillon2002-02-182-0/+4
* Make v_addpollinfo() visible and non-inline.phk2002-02-181-5/+5
* Rehash of 1.43: simply remove the comment, since it's highly redundantrwatson2002-02-181-13/+0
OpenPOWER on IntegriCloud