summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* When FREE()ing kqueue related structures, charge them to the correct bucket.jlemon2001-09-301-3/+3
* Re-enable mbtypes statistics in the mbuf allocator. I disabled thesebmilekic2001-09-301-13/+71
* Have EVFILT_TIMERS allocate their callouts via malloc() instead of usingjlemon2001-09-291-14/+30
* Add a couple of API functions I need for my pseudofs WIP. Documentationdes2001-09-291-1/+51
* Make the NODEF type usable. A syscall of type NODEF will onlymarcel2001-09-281-1/+2
* o When performing a securelevel check as part of securelevel_ge() orrwatson2001-09-261-8/+15
* o Modify kern.securelevel MIB entry to return a local securelevel, ifrwatson2001-09-261-6/+27
* o Initialize per-jail securelevel from global securelevel as part ofrwatson2001-09-261-0/+1
* o Modify static settime() to accept the proc * for the process requestingrwatson2001-09-261-5/+6
* o Modify sysctl access control check to use securelevel_gt(), andrwatson2001-09-261-9/+29
* Enable vmiodirenable by default. Remove incorrect comment from sysctl.conf.dillon2001-09-261-1/+1
* Make uio_yield() a global. Call uio_yield() between chunksdillon2001-09-264-8/+9
* Lock the vnode while truncating the corefile. This fixes a panicps2001-09-261-0/+2
* Remove superflous parens after de-macroizing.jhb2001-09-262-4/+4
* o So, when <dd> e-mailed me and said that the comment was invertedrwatson2001-09-251-6/+6
* 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
OpenPOWER on IntegriCloud