summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Alright, fix the problems with the elf loader for the Alpha. It turnsdillon2002-09-041-8/+18
* Make the text segment locating heuristics from rev 1.121 more reliablepeter2002-09-031-15/+10
* - Change falloc() to acquire an fd from the process table last so thatjhb2002-09-031-108/+102
* Add some KASSERT()'s to ensure that we don't perform spin mutex ops onjhb2002-09-032-8/+32
* In the kernel code, we have the tsleep() call with the PCATCH argument.davidxu2002-09-033-13/+91
* Split up __getcwd so that kernel callers of the internal versioniedowse2002-09-021-18/+30
* Split fcntl() into a wrapper and a kernel-callable kern_fcntl()iedowse2002-09-021-65/+83
* Grammer cleanupdillon2002-09-021-2/+2
* fix bogus CTR3 message.davidxu2002-09-021-1/+1
* Moved elf brand identification into a function. Fully identify thejake2002-09-021-105/+75
* o Synchronize updates to struct vm_page::cow with the page queues lock.alc2002-09-021-1/+3
* Fixed more indentation bugs.jake2002-09-021-3/+3
* 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
OpenPOWER on IntegriCloud