summaryrefslogtreecommitdiff
path: root/sys/kern
AgeCommit message (Expand)Author
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
1997-10-28dkcsum is *really* mandatory. XXX will be done differently later.Niklas Hallqvist
1997-10-24prevent open() with wrong flagsTheo de Raadt
1997-10-21When the input queues are flushed on a blocked tty, make sure to unblockNiklas Hallqvist
1997-10-17Don't allow root to set the clock back in time if securelevel > 1. ThisTodd C. Miller
1997-10-06back out vfs lite2 till after 2.2Theo de Raadt
1997-10-06VFS Lite2 ChangesConstantine Sapuntzakis
1997-10-06VFS Lite2 ChangesConstantine Sapuntzakis
1997-10-01added 'q' modifier (64-bit integers) in kernel vsprintf/kprintfAngelos D. Keromytis
1997-09-27Cleaning up my tree.. that is why nits like this extra blank lineNiklas Hallqvist
1997-09-24s/DEBUG/LKM_DEBUG/gMichael Shalayeff
1997-09-18it is definately wrong to initialize the pgid at open() time because theTheo de Raadt
1997-09-15From FreeBSD (joerg@freebsd.org):Todd C. Miller
1997-09-12add copyright for the work i did in csignal()Theo de Raadt
1997-09-03changes for ps "emul" optionkstailey
1997-09-02COMPAT_BSDOS exec and compat changes.Jason Downs