summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Since we no longer inline any debugging code in the mutex operations, movejhb2001-09-222-8/+48
* o vpaccess() -> vn_access() -- Peter reminds me that there is alreadyrwatson2001-09-222-8/+8
* Use the passed in thread to selrecord() instead of curthread.jhb2001-09-214-6/+6
* Use the passed in thread pointer instead of curthread in calls tojhb2001-09-211-2/+2
* The P_SELECT flag was moved from p->p_flag to td->td_flags, but p_flagjhb2001-09-211-2/+20
* Remove unneeded proc variables and fix comments.jhb2001-09-211-11/+6
* o Part two of eaccess(2) commit, rebuilt system call code.rwatson2001-09-212-2/+4
* o Introduce eaccess(2), a version of access(2) that uses the effectiverwatson2001-09-213-28/+135
* Remove a bogus comment. "atomic" doesn't mean that the operation is donejhb2001-09-211-1/+0
* GC some #if 0'd code.jhb2001-09-211-8/+2
* Whitespace and spelling fixes.jhb2001-09-211-2/+2
* Make msgseg, msgssz (->msgmax) and msgmni TUNABLE.mr2001-09-211-0/+5
* Add a pointer to kenv(1).peter2001-09-211-0/+3
* Revert last commit. The same functionality can be obtained through thejlemon2001-09-211-26/+27
* o Rename u_cansee() to cr_cansee(), making the name more comprehensiblerwatson2001-09-201-3/+3
* Add a sysctl MIB 'kern.env', that dumps the contents of the kerneljlemon2001-09-201-27/+26
* decrement the dumping variable after use so we can call it several timespeter2001-09-201-4/+6
* Fix a bug in propagate priority: the kse group pointer wasn't beingjhb2001-09-192-0/+2
* o Clarification of securelevel_{ge,gt} comment.rwatson2001-09-191-2/+2
* Add missing ; in last commitpeter2001-09-191-1/+1
* Regeneratepeter2001-09-182-2/+4
* Cleanup and split of nfs client and server code.peter2001-09-181-0/+1
* Use a 'p' variable instead of repetitively indirecting td->td_proc forjhb2001-09-181-17/+20
* Don't initialize proc0's mutex twice. It is already done earlier on in thejhb2001-09-181-1/+0
* o Introduce two new calls, securelevel_gt() and securelevel_ge(), whichrwatson2001-09-181-3/+57
* Set debug information on the process being traced, not the current (debugger)mp2001-09-181-2/+2
* Change p into ke->ke_proc, this was hidden behind INVARIANTS.jlemon2001-09-181-1/+1
* Fix a fatal type mismatch (char *static_env; vs char static_env[]).peter2001-09-171-2/+0
* Replace line accidentally deleted during KSE additions.julian2001-09-171-1/+1
* o Correct authorization check in CANSIGIO(), which suffered from incorrectrwatson2001-09-151-4/+5
* In the devfs case, have initproc attempt the easy cases of mounting /dev.peter2001-09-151-1/+17
* The ia64 kernel is now linked dynamically so parse its _DYNAMIC structure.dfr2001-09-152-8/+0
* Fix locking on td_flags for TDF_DEADLKTREAT. If the comments in the codejhb2001-09-132-9/+10
* PR: kern/29698 (part)mr2001-09-131-0/+19
* PR: kern/29698 (part)mr2001-09-132-0/+18
* If an incoming struct proc could have been NULL before, tehn don'tjulian2001-09-121-4/+5
* KSE Milestone 2julian2001-09-1290-3613/+4173
* Fix the kern.module_path issue that required the trailing '/' characterpeter2001-09-121-12/+15
* Correct a debugging message.dd2001-09-111-1/+1
* Implement the long-awaited module->file cache database. A userlandpeter2001-09-111-87/+299
* - Axe holding_giant as it is not used now anyways and was ok'd byjhb2001-09-101-35/+4
* Fix a warning on alpha (real problem) and make pstat -t work as a bonus.peter2001-09-101-1/+1
* Make the `nsops' variable in `semop' unsigned. This prevents andd2001-09-101-5/+5
* Fix some signed/unsigned integer confusion, and add bounds checking ofkris2001-09-101-0/+5
* Fix a warning. l_name is managed by us and is malloc/free'ed.peter2001-09-102-2/+2
* Add on UPAGES to ki_rssize since it is there as result of the processpeter2001-09-101-0/+2
* Rip some well duplicated code out of cpu_wait() and cpu_exit() and movepeter2001-09-102-11/+30
* This brings in a Yahoo coredump patch from Paul, with additional mods bydillon2001-09-084-12/+67
* Call sendsig() with the proc lock held and return with it held.jhb2001-09-061-4/+0
* Sigh. Dig up text from a signature in a 1994 Usenet post I made and redopeter2001-09-051-5/+12
OpenPOWER on IntegriCloud