summaryrefslogtreecommitdiff
path: root/sys/kern
AgeCommit message (Expand)Author
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
2002-02-22EA syncDale Rahn
2002-02-22Extended Attribute support from FreeBSD/TrustedBSD ok art@, deraadt@Dale Rahn
2002-02-22include a siginfo_t with ktrace PSIG information, so that kdump can printTheo de Raadt
2002-02-22Fix stack sharing in FORK_VMNOSTACK.Artur Grabowski
2002-02-21Fix /tmp races.Miod Vallat
2002-02-19Heh. Don't assume that sizeof(void *) > sizeof(int).Artur Grabowski
2002-02-19Missing FRELE in error case. ok provos@Thomas Nordin
2002-02-18fix issue on LP64 BE arch's w/ fcntl's F_GETOWNEric Jackson
2002-02-18Don't do unnecessary normalization. ok art@Thomas Nordin
2002-02-17Patch from Daniel Lucq <daniel@lucq.org>Mats O Jansson
2002-02-17ICANON is a t_lflag, not t_iflag; neelnatu@yahoo.comTheo de Raadt
2002-02-17Repeat. But this time get the math right and avoid sleeping forever.Artur Grabowski
2002-02-17Enable stackgap_random. Set it initially to 1k.Artur Grabowski
2002-02-16Simplify pid selection algorithm. ok art@ deraadt@Thomas Nordin
2002-02-15Improve comment. ok art@Thomas Nordin
2002-02-15undo latest commit for now, it breaks nanosleepPeter Valchev
2002-02-15Make rescheduling to a later time faster. ok art@Thomas Nordin
2002-02-15Don't get confused in nanosleep(2) when the time changes.Artur Grabowski
2002-02-15Add a tvtohz function. Like hzto, but doesn't subtract the current time.Artur Grabowski
2002-02-14No more RFORK_FDSAHRE option, always allow FORK_SHAREFILES.Artur Grabowski