summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Move the mount of the root filesystem to happen in the init process beforephk2002-03-083-10/+6
* Unconditionally limit maxproc so that it is not possiblesilby2002-03-071-0/+6
* Add needed includes of machine/smp.h, remove nested include in sys/smp.hjake2002-03-072-0/+3
* Rename runq_find() to runq_findproc(), and hide it behind #ifdef DIAGNOSTIC,des2002-03-061-3/+5
* Fix a typo, unbreak the world.maxim2002-03-061-1/+1
* Don't (blindly) truncate the unit number to 4 digits when formatting thebde2002-03-061-1/+3
* Maximum semid is seminfo.semmni not seminfo.semmsl.maxim2002-03-061-3/+3
* Three p_ucred -> td_ucred's missed in jhb's earlier pass; all appear torwatson2002-03-053-5/+5
* The change from td->td_proc->p_ucred to td->td_ucred has shortened somerwatson2002-03-052-8/+6
* - Use td_ucred for jail checks.jhb2002-03-053-84/+45
* * Move bswlist declaration and initialization from kern/vfs_bio.c toeivind2002-03-051-4/+15
* Change wmesg to const char * instead of char *eivind2002-03-051-1/+1
* Part II: update various mechanically generated files to allow for newrwatson2002-03-052-2/+14
* Reserve system call numbers for the MAC framework. This will preventrwatson2002-03-051-1/+6
* Document all functions, global and static variables, and sysctls.eivind2002-03-059-128/+338
* Fix a warning.robert2002-03-051-2/+0
* Add a new variable mp_maxid. This is used so that per cpu datastructures mayjeff2002-03-051-2/+14
* Track the number of wired pages to avoid unwiring unwired pages.tanimura2002-03-051-0/+1
* Add generalized power profile code.iwasaki2002-03-041-0/+31
* Fix bug in mb_alloc that made systems configured withbmilekic2002-03-031-3/+1
* Check the version of ex_anon (a `struct xucred') before using it todd2002-03-031-0/+10
* Fix lock leakage and late unlock.tanimura2002-03-022-3/+4
* In sosend(), enforce the socket buffer limits regardless of whetheriedowse2002-02-281-1/+1
* Remove now unused struct proc *p.imp2002-02-271-1/+0
* - Change namei() to use td_ucred instead of p_ucred.jhb2002-02-273-7/+7
* - Change unp_listen() to accept a thread rather than a proc as its secondjhb2002-02-271-5/+5
* Fix Giant leakage in several error cases in __semctl().jhb2002-02-271-4/+4
* Add a comment about an unlocked access to p_ucred that will go away injhb2002-02-271-0/+1
* kill __P.alfred2002-02-271-22/+22
* add assertions in the places where giant is required to catch whenalfred2002-02-271-0/+12
* 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
OpenPOWER on IntegriCloud