| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Include <sys/malloc.h> instead of depending on namespace pollution 2 | bde | 2002-09-10 | 1 | -8/+5 |
* | vfs_syscalls.c: | bde | 2002-09-10 | 2 | -14/+6 |
* | Add security.mac.mmap_revocation, a flag indicating whether we | rwatson | 2002-09-09 | 1 | -0/+8 |
* | Minor code sync to MAC tree: push Giant locking up from | rwatson | 2002-09-09 | 1 | -2/+2 |
* | Fix a logic bug in the struct dev_t allocation code. | phk | 2002-09-08 | 1 | -5/+5 |
* | Make this driver work a whole lot better. | jake | 2002-09-08 | 1 | -0/+1 |
* | Do not blow up when we walk off the end of the brands list. | peter | 2002-09-08 | 1 | -1/+3 |
* | Tidy up some loose ends that bde pointed out. caddr_t bad, ok? | peter | 2002-09-07 | 1 | -7/+7 |
* | Remove bogus fill_kinfo_proc() before ptrace_set_pc(). There was no need | peter | 2002-09-07 | 1 | -1/+0 |
* | The true value of how the kernel was configured for KSTACK_PAGES was not | peter | 2002-09-07 | 1 | -8/+6 |
* | Make UAREA_PAGES and KSTACK_PAGES visible to userland via sysctl, like | peter | 2002-09-07 | 1 | -0/+6 |
* | fix braino.. | julian | 2002-09-07 | 2 | -2/+2 |
* | fix misplaced schedlock | julian | 2002-09-07 | 2 | -2/+2 |
* | Collect the a.out coredump code into the calling functions. | peter | 2002-09-07 | 1 | -1/+16 |
* | Minor spelling tweak: assume "his" is actually "This". | rwatson | 2002-09-06 | 1 | -1/+1 |
* | Use UMA as a complex object allocator. | julian | 2002-09-06 | 5 | -134/+128 |
* | Remove extra ';' | davidxu | 2002-09-06 | 1 | -1/+1 |
* | Introduce the VOP_OPENEXTATTR() and VOP_CLOSEEXTATTR() methods. | phk | 2002-09-05 | 1 | -0/+19 |
* | Fix an inherited style bug: compare with NOCRED instead of NULL. | phk | 2002-09-05 | 1 | -1/+1 |
* | Introduce new extattr_check_cred() function which implements the canonical | phk | 2002-09-05 | 1 | -0/+34 |
* | Add debug.rman_debug sysctl MIB and loader tunable instead of broken | iwasaki | 2002-09-05 | 1 | -5/+7 |
* | Fix a format buglet. | phk | 2002-09-05 | 1 | -1/+1 |
* | s/SGNL/SIG/ | davidxu | 2002-09-05 | 7 | -29/+29 |
* | Include <sys/malloc.h> instead of depending on namespace pollution 2 | bde | 2002-09-05 | 1 | -6/+5 |
* | Split up ptrace() into a wrapper that does the copying to and from | iedowse | 2002-09-05 | 1 | -68/+88 |
* | Under DIAGNOSTIC, complain if a timeout(9) routine took more than 1msec. | phk | 2002-09-04 | 1 | -4/+23 |
* | Do not employ timecounter hardware if our hz does not support their | phk | 2002-09-04 | 1 | -2/+10 |
* | Give up on calling tc_ticktock() from a timeout, we have timeout | phk | 2002-09-04 | 2 | -4/+8 |
* | Alright, fix the problems with the elf loader for the Alpha. It turns | dillon | 2002-09-04 | 1 | -8/+18 |
* | Make the text segment locating heuristics from rev 1.121 more reliable | peter | 2002-09-03 | 1 | -15/+10 |
* | - Change falloc() to acquire an fd from the process table last so that | jhb | 2002-09-03 | 1 | -108/+102 |
* | Add some KASSERT()'s to ensure that we don't perform spin mutex ops on | jhb | 2002-09-03 | 2 | -8/+32 |
* | In the kernel code, we have the tsleep() call with the PCATCH argument. | davidxu | 2002-09-03 | 3 | -13/+91 |
* | Split up __getcwd so that kernel callers of the internal version | iedowse | 2002-09-02 | 1 | -18/+30 |
* | Split fcntl() into a wrapper and a kernel-callable kern_fcntl() | iedowse | 2002-09-02 | 1 | -65/+83 |
* | Grammer cleanup | dillon | 2002-09-02 | 1 | -2/+2 |
* | fix bogus CTR3 message. | davidxu | 2002-09-02 | 1 | -1/+1 |
* | Moved elf brand identification into a function. Fully identify the | jake | 2002-09-02 | 1 | -105/+75 |
* | o Synchronize updates to struct vm_page::cow with the page queues lock. | alc | 2002-09-02 | 1 | -1/+3 |
* | Fixed more indentation bugs. | jake | 2002-09-02 | 1 | -3/+3 |
* | Added fields for VM_MIN_ADDRESS, PS_STRINGS and stack protections to | jake | 2002-09-01 | 3 | -10/+52 |
* | Split out a number of mostly VFS and signal related syscalls into | iedowse | 2002-09-01 | 5 | -215/+515 |
* | Implement data, text, and vmem limit checking in the elf loader and svr4 | dillon | 2002-08-30 | 1 | -10/+33 |
* | Change hw.physmem and hw.usermem to unsigned long like they used to be | peter | 2002-08-30 | 2 | -2/+2 |
* | Rejig the code to figure out estcpu and work out how long a KSEGRP has been | julian | 2002-08-30 | 2 | -17/+29 |
* | Actually remove the a.out kld loader. While I am not 100% sure, I believe | peter | 2002-08-29 | 1 | -594/+0 |
* | Fix crack-smoking code that was panicing on the quad xeon: | julian | 2002-08-29 | 2 | -52/+46 |
* | Add sanity check seeing if adjusted start address exceeds end address | iwasaki | 2002-08-29 | 1 | -0/+4 |
* | Renamed poorly named setregs to exec_setregs. Moved its prototype to | jake | 2002-08-29 | 1 | -2/+2 |
* | Don't require that sysentvec.sv_szsigcode be non-NULL. | jake | 2002-08-29 | 1 | -3/+7 |