summaryrefslogtreecommitdiff
path: root/sys/kern
AgeCommit message (Expand)Author
1997-12-30make it compile w/ GPROFMichael Shalayeff
1997-12-29sysctl ddb.panic_ddb; felix@mamba.pond.sub.orgTheo de Raadt
1997-12-28Do not lose the first char in msgbufNiklas Hallqvist
1997-12-28I should be more careful about what I check in. Undo earlier commenting-outConstantine Sapuntzakis
1997-12-26Get rid of string literals for file system names and replace withConstantine Sapuntzakis
1997-12-16evaluate length before doing compat stuff which might overwrite theNiels Provos
1997-12-12Fixed spelling in a comment.gene
1997-12-11do not clear setuid/setgid for *chmod(-1,-1); pointed out by provosTheo de Raadt
1997-12-10extra ()Theo de Raadt
1997-12-10Remove special case for O_TRUNC that is irelevant now thatTodd C. Miller
1997-12-10try again; proactively check that O_TRUNC has FWRITETheo de Raadt
1997-12-10only permit O_TRUNC if FWRITE is set; chatted about by millert and myself for...Theo de Raadt
1997-12-09fix O_TRUNC and O_{SH,EX}LOCK properly; problem found by provosTheo de Raadt
1997-12-08add kern.nosuidcoredump to lock things out even moreTheo de Raadt
1997-11-30fix TIOCGPGRP in sunos emulationTheo de Raadt
1997-11-24Fix non-DIAGNOSTIC (and non-COMPAT*) compilationNiklas Hallqvist
1997-11-24fix memory leak; hbriceno@lcs.mit.eduTheo de Raadt
1997-11-23indentMichael Shalayeff
1997-11-23nuke prehistoric disk statisticsMichael Shalayeff
1997-11-20Fix for open(2) when O_TRUNC and O_??LOCK are used together. ITodd C. Miller
1997-11-18Use 0177777, not 07777 as the mask to check for EINVAL. This allowsTodd C. Miller
1997-11-17kleink: When fstat(2)ing a file descriptor of a local communications domainTheo de Raadt
1997-11-17only consider 9 bits for the umaskTheo de Raadt
1997-11-17make chmod() and fchmod() return EINVAL for bad mode bitsTheo de Raadt
1997-11-17indentTheo de Raadt
1997-11-15for shutdown(2), if "how" is not 0-2, return EINVALTheo de Raadt
1997-11-14Fixed up a VOP_UNLOCK call so that it uses the correction proc *Constantine Sapuntzakis
1997-11-14syncTheo de Raadt
1997-11-14convert to void *addrTheo de Raadt
1997-11-13syncTheo de Raadt
1997-11-13make msync() have 3 argsTheo de Raadt
1997-11-13Count characters even when !OPOST and FLUSHO.Theo de Raadt
1997-11-13syncTheo de Raadt
1997-11-13add getsid(2), XPG4Theo de Raadt
1997-11-13in ttywait(), double check if we need to sleep before sleepingTheo de Raadt
1997-11-13EXTPROC fix from lite2.Todd C. Miller
1997-11-11MSG_EOR on SOCK_STREAM is invalid; wollmanTheo de Raadt
1997-11-11uninitialized variableNiklas Hallqvist
1997-11-08Sync to NetBSD; some extra KNFNiklas Hallqvist
1997-11-07Fixed hang on shutdownConstantine Sapuntzakis
1997-11-07EXT2FS somehow disappeared from the list of file systems.Constantine Sapuntzakis
1997-11-07$OpenBSD$Niklas Hallqvist
1997-11-06DEBUG now compilesConstantine Sapuntzakis
1997-11-06Fixes so that it compiles with #ifdef DEBUGConstantine Sapuntzakis
1997-11-06Removed i386-specific crudConstantine Sapuntzakis
1997-11-06fix ps(1) LIM columnkstailey
1997-11-06Updates for VFS Lite 2 + soft update.Constantine Sapuntzakis
1997-11-06mak kernel compiles w/o bios0Michael Shalayeff
1997-11-04fix printf formatting of "ps" (aka "show all proc") so that lines neverchuck
1997-11-04import torek's vfprintf() from libc [renamed to kprintf and allchuck