summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Use UMA as a complex object allocator.julian2002-09-065-134/+128
* Remove extra ';'davidxu2002-09-061-1/+1
* Introduce the VOP_OPENEXTATTR() and VOP_CLOSEEXTATTR() methods.phk2002-09-051-0/+19
* Fix an inherited style bug: compare with NOCRED instead of NULL.phk2002-09-051-1/+1
* Introduce new extattr_check_cred() function which implements the canonicalphk2002-09-051-0/+34
* Add debug.rman_debug sysctl MIB and loader tunable instead of brokeniwasaki2002-09-051-5/+7
* Fix a format buglet.phk2002-09-051-1/+1
* s/SGNL/SIG/davidxu2002-09-057-29/+29
* Include <sys/malloc.h> instead of depending on namespace pollution 2bde2002-09-051-6/+5
* Split up ptrace() into a wrapper that does the copying to and fromiedowse2002-09-051-68/+88
* Under DIAGNOSTIC, complain if a timeout(9) routine took more than 1msec.phk2002-09-041-4/+23
* Do not employ timecounter hardware if our hz does not support theirphk2002-09-041-2/+10
* Give up on calling tc_ticktock() from a timeout, we have timeoutphk2002-09-042-4/+8
* 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
OpenPOWER on IntegriCloud