summaryrefslogtreecommitdiff
path: root/sys/kern
AgeCommit message (Expand)Author
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
1997-08-31for non-tty TIOCSPGRP/F_SETOWN/FIOSETOWN pgid setting calls, store uidTheo de Raadt
1997-08-31mbuf leak repair; mycroft@netbsdTheo de Raadt
1997-08-30repair all that gunkTheo de Raadt
1997-08-30empty files suckTheo de Raadt
1997-08-29regen for prefix ntp system calls with sys_ like other system callskstailey
1997-08-29prefix ntp system calls with sys_ like other system callskstailey
1997-08-21constrain nfiles so that fdavail() never lies; bug report and test program fr...Theo de Raadt
1997-08-20In m_split(), restore m_pkthdr.len to original length if weTodd C. Miller
1997-08-07I know u_short will always be 16 bits, call me a pedant..Niklas Hallqvist
1997-08-04let us all try this for a while, and argue amongst ourselves.Theo de Raadt
1997-08-01only allow setuid if fd_refcnt == 1, due to rforkTheo de Raadt
1997-08-01disable RFFDG; long explanation...Theo de Raadt
1997-07-28two unneeded variables; enami@ba2.so-net.or.jpTheo de Raadt
1997-07-25return EINVAL in case bad locking specified; netbsdMichael Shalayeff
1997-07-25oops, bad commentsMichael Shalayeff
1997-07-25add {struct,member,export} keywords, tsarna@endicor.comMichael Shalayeff
1997-07-25indent properlyTheo de Raadt
1997-07-25from netbsd: check user access rights only if UIO_USERSPACEMichael Shalayeff
1997-07-23No need to doubly include vm/vm.hNiklas Hallqvist
1997-07-23Add AppleTalk.denny
1997-07-20vm.hTheo de Raadt
1997-07-15cannot do this; flipk has found test cases where this failsTheo de Raadt
1997-07-12Add some more extent stuff, in preperation of PnP. Huh? Did ITobias Weingartner
1997-07-11Do not force FOLLOW (to follow symbolic links) when creating new filesThorsten Lockert
1997-07-07count pages in forkstat, see "vmstat -f"kstailey
1997-06-29constrain lowwater >= highwaterTheo de Raadt
1997-06-23oopsTheo de Raadt
1997-06-23for SO_SND*/SO_RCV*, clip low-end of parameter to 1Theo de Raadt
1997-06-22wasn't a race after all. properly initialize event_q pointers so theflipk
1997-06-21notes about sysctl additionsMichael Shalayeff
1997-06-21revert, there's a nasty race condition here.flipk
1997-06-18Switch to the NetBSD implementation of null path handling; by kleink@NetBSD.orgThorsten Lockert
1997-06-14split the treatment of the random eventsMichael Shalayeff
1997-06-14Don't look beyond the end of bdevsw[], from NetBSD PR 3748 by Michael L HitchThorsten Lockert
1997-06-06SO_SNDTIMEO tv_usec calc error; stevens, vol2, p548Theo de Raadt