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