summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Added fields for VM_MIN_ADDRESS, PS_STRINGS and stack protections tojake2002-09-013-10/+52
* Split out a number of mostly VFS and signal related syscalls intoiedowse2002-09-015-215/+515
* Implement data, text, and vmem limit checking in the elf loader and svr4dillon2002-08-301-10/+33
* Change hw.physmem and hw.usermem to unsigned long like they used to bepeter2002-08-302-2/+2
* Rejig the code to figure out estcpu and work out how long a KSEGRP has beenjulian2002-08-302-17/+29
* Actually remove the a.out kld loader. While I am not 100% sure, I believepeter2002-08-291-594/+0
* Fix crack-smoking code that was panicing on the quad xeon:julian2002-08-292-52/+46
* Add sanity check seeing if adjusted start address exceeds end addressiwasaki2002-08-291-0/+4
* Renamed poorly named setregs to exec_setregs. Moved its prototype tojake2002-08-291-2/+2
* Don't require that sysentvec.sv_szsigcode be non-NULL.jake2002-08-291-3/+7
* Unrot SPARSE_MAPPING code (vm_map_pageable -> vm_map_wire).jake2002-08-292-8/+8
* updatepri() works on a ksegrp (where the scheduling parameters are), sopeter2002-08-282-20/+23
* accept(2) on a socket that has been shutdown(2) normally returnsarchie2002-08-281-5/+4
* Include <sys/lockmgr.h> for the definitions of the locking interfaces thatbde2002-08-271-2/+2
* Add a new KTR type KTR_CONTENTION, and use it in the mutex code toiedowse2002-08-262-0/+40
* Add WITNESS_FILE() and WITNESS_LINE(), which allow users of witnessiedowse2002-08-261-0/+22
* move the assert to cover more casesjulian2002-08-261-1/+1
* Fixed most indentation bugs.jake2002-08-252-53/+40
* Fixed placement of operators. Wrapped long lines.jake2002-08-252-15/+23
* Replace various spelling with FALLTHROUGH which is lint()ablecharnier2002-08-257-12/+12
* Fixed white space around operators, casts and reserved words.jake2002-08-242-32/+30
* return x; -> return (x);jake2002-08-242-43/+43
* Work around a GCC optimization bug on ia64: In link_elf_symbol_values(),marcel2002-08-242-4/+4
* Move the TAILQ_INIT(&td->td_selq) before the retry: label. Otherwise inpeter2002-08-231-4/+2
* Don't re-lock the sched lock if we didn't unlock it.julian2002-08-231-1/+1
* - Fix a mistake in my last few commits. The PDROP flag stops msleep fromjeff2002-08-232-6/+2
* s/sus/sys/ in the a.out kernel case.peter2002-08-222-2/+2
* slight cleanup of single-threading code for KSE processesjulian2002-08-224-6/+53
* Replace (ab)uses of "NULL" where "0" is really meant.archie2002-08-221-1/+1
* Instead of grabbing the userland a.out.h/link.h (or worse, frompeter2002-08-221-3/+5
* Instead of nlist.h and link.h, use sys/nlist_aout.h and sys/link_elf.hpeter2002-08-222-4/+4
* Spell proprly properly:rwatson2002-08-221-1/+1
* Include <sys/systm.h> for the declarations of many things instead ofbde2002-08-221-0/+1
* o Remove the AIOCBLIST_ASYNCFREE flag and related code. It's never set.alc2002-08-221-19/+2
* - Closer inspection revealed a possible deadlock situation in vn_lock() thatjeff2002-08-221-16/+13
* - Make vn_lock() vget() and VOP_LOCK() all behave the same way WRTjeff2002-08-222-18/+9
* - Return two shared locks to exclusive locks. This was premature.jeff2002-08-221-2/+11
* - Fix interlock handling in vn_lock(). Previously, vn_lock() could returnjeff2002-08-221-10/+12
* - Fix interlock handling in vn_lock(). Previously, vn_lock() could returnjeff2002-08-221-17/+9
* Don't use "NULL" when "0" is really meant.archie2002-08-212-3/+3
* Revert some suspension/sleep/signal code from KSE-IIIjulian2002-08-213-43/+49
* - Document two cases, one in vget and the other in vn_lock, where the statejeff2002-08-212-0/+2
* - If vn_lock fails with the LK_INTERLOCK flag set, interlock will not bejeff2002-08-211-2/+3
* - Add two new debugging macros: ASSERT_VI_LOCKED and ASSERT_VI_UNLOCKEDjeff2002-08-212-8/+65
* - Hold the vnode lock across unlink() so that the v_vflag check is safe.jeff2002-08-212-30/+40
* Close a race in process label changing opened due to dropping therwatson2002-08-191-7/+10
* Regen.rwatson2002-08-192-3/+3
* mac_syscall is now implemented, switch to MSTD.rwatson2002-08-191-1/+1
* Pass active_cred and file_cred into the MAC framework explicitlyrwatson2002-08-196-32/+57
* Provide an implementation of mac_syscall() so that security modulesrwatson2002-08-191-0/+38
OpenPOWER on IntegriCloud