Age | Commit message (Expand) | Author |
2002-05-24 | protect more of the bookkeeping variables with splbio. | Artur Grabowski |
2002-05-24 | typo | Artur Grabowski |
2002-05-24 | cluster_callback is a b_iodone handler. Since it calls functions | Artur Grabowski |
2002-05-23 | In sys_accept don't FILE_SET_MATURE the file if we got an error and we've fre... | Artur Grabowski |
2002-05-23 | Fix a comment I missed when renaming FILE_UNUSE to FRELE. | Artur Grabowski |
2002-05-22 | some b_iodone handlers and vwakeup require splbio. | Artur Grabowski |
2002-05-20 | Add one more level to the kern.splassert sysctl. | Artur Grabowski |
2002-05-20 | make it compile w/ debugging on | Michael Shalayeff |
2002-05-18 | dump the stack on splassert failure (XXX - need some kind of | Artur Grabowski |
2002-05-18 | If ddb.panic is disabled, print the stack trace before dumping. | Artur Grabowski |
2002-05-16 | systrace facility, used to enforce and generate policies for system calls | Niels Provos |
2002-05-16 | sprinkle some splassert(IPL_BIO) in some functions that are commented as "sho... | Artur Grabowski |
2002-05-15 | Implement splassert() for sparc - a tool for finding problems related to | Artur Grabowski |
2002-05-11 | track egid/rgid on bound/connected sockets too (pf will use this) | Theo de Raadt |
2002-05-08 | A process can always signal itself--no need to restrict signals even if | Todd C. Miller |
2002-05-02 | In UKC, when adding a fixed unit device (foo0) by cloning a star device | Miod Vallat |
2002-05-02 | Cause the exec to fail if we are unable to allocate resources when dup'ing | Todd C. Miller |
2002-04-27 | Comment biodone as "must be called at splbio". | Artur Grabowski |
2002-04-24 | Introduce a new file, machine/internal_types.h, to hold that specific arch | Marc Espie |
2002-04-18 | Provide the correct signal number to the ktrace PSIG information instead | Miod Vallat |
2002-04-10 | don't attach to system processes. | Federico G. Schwindt |
2002-03-21 | Two patches from NetBSD: | Jason Wright |
2002-03-17 | Add a DIAGNOSTIC check for when both LK_CANRECURSE and | Artur Grabowski |
2002-03-17 | Since LK_RECURSEFAIL and LK_CANRECURSE contradict each other | Artur Grabowski |
2002-03-15 | Kill #if __STDC__ used to do K&R vs. ANSI varargs/stdarg; just do things | Todd C. Miller |
2002-03-14 | Don't put a space between a function name and its args in the prototype. | Todd C. Miller |
2002-03-14 | Don't put a tab between a function and its arguments | Todd C. Miller |
2002-03-14 | remove ambiguity in version,ostype,osversion,osrelease and their constanity, ... | Michael Shalayeff |
2002-03-14 | version[] is externed in the systm.h and give it some const | Michael Shalayeff |
2002-03-14 | invalid argv causes efault, not einval; form daniel@lucq.org | Michael Shalayeff |
2002-03-14 | Final __P removal plus some cosmetic fixups | Todd C. Miller |
2002-03-14 | generate std ANSI protos, not __P ones | Todd C. Miller |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2002-03-14 | Regen after syscall changes (option PTRACE) | Miod Vallat |
2002-03-14 | Turn the ptrace(2) syscall into a kernel compile option, option PTRACE in | Miod Vallat |
2002-03-14 | Whoops. missing simple_unlock. | Artur Grabowski |
2002-03-13 | On sparc, PAGE_SIZE and friends might not be a compile-time constant. | Miod Vallat |
2002-03-12 | Change the PT_IO interfaces like discussed on | Artur Grabowski |
2002-03-12 | In the PT_STEP case, first set the new pc, then arrange | Artur Grabowski |
2002-03-11 | Since all archs implement PT_GETREGS and PT_SETREGS, make then unoptional. | Artur Grabowski |
2002-03-11 | Add a more sane API for reading/writing traced process memory | Artur Grabowski |
2002-03-08 | semicolon is not always what it seems, replace w/ a \n in asm labels | Michael Shalayeff |
2002-03-01 | fp doesn't necessarily have to be set when we do the early FRELE. | Artur Grabowski |
2002-03-01 | sysctl for cryptodevallowsoft - /dev/crypto will allow the software engine | Niels Provos |
2002-02-26 | fucntion->function. | Federico G. Schwindt |
2002-02-25 | Make pool_sethardlimit() check that it doesn't decrease the limit below | Daniel Hartmeier |
2002-02-23 | sysctl kern.usercrypto | Theo de Raadt |
2002-02-23 | Move out draining of the allocator to an own function and | Artur Grabowski |
2002-02-23 | If the allocator has the PA_WANT flag set, return whole pages immediately. | Artur Grabowski |
2002-02-23 | Fix up some functions. Don't have static all over the place | Artur Grabowski |