summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
...
* Minor code sync to MAC tree: push Giant locking up fromrwatson2002-09-091-2/+2
* Fix a logic bug in the struct dev_t allocation code.phk2002-09-081-5/+5
* Make this driver work a whole lot better.jake2002-09-081-0/+1
* Do not blow up when we walk off the end of the brands list.peter2002-09-081-1/+3
* Tidy up some loose ends that bde pointed out. caddr_t bad, ok?peter2002-09-071-7/+7
* Remove bogus fill_kinfo_proc() before ptrace_set_pc(). There was no needpeter2002-09-071-1/+0
* The true value of how the kernel was configured for KSTACK_PAGES was notpeter2002-09-071-8/+6
* Make UAREA_PAGES and KSTACK_PAGES visible to userland via sysctl, likepeter2002-09-071-0/+6
* fix braino..julian2002-09-072-2/+2
* fix misplaced schedlockjulian2002-09-072-2/+2
* Collect the a.out coredump code into the calling functions.peter2002-09-071-1/+16
* Minor spelling tweak: assume "his" is actually "This".rwatson2002-09-061-1/+1
* 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
OpenPOWER on IntegriCloud