summaryrefslogtreecommitdiff
path: root/sys/kern
AgeCommit message (Expand)Author
1996-09-16Be less verbose if we have been compiled without DEBUGThorsten Lockert
1996-09-12ok, must have read access at least.Per Fogelstrom
1996-09-12remove excess tests...Per Fogelstrom
1996-09-09fix db_add_symtab arguments.Michael Shalayeff
1996-09-09Don't claim a better precision than (1,000,000 / hz) us...Thorsten Lockert
1996-09-06Fixed another bug niklas found. -mojMats O Jansson
1996-09-06Call me "Pedant"! prototype mismatches fixed and unused var removedNiklas Hallqvist
1996-09-06Added support for add device in subr_userconf. Not perfect but a good start.Mats O Jansson
1996-09-06Need cpu.h included to get at setsoftnet defineNiklas Hallqvist
1996-09-05ld has some funny things going with alignments...Per Fogelstrom
1996-09-05compile!Michael Shalayeff
1996-09-04more Swedish pedantery, kill statics, provide protos etcNiklas Hallqvist
1996-09-04pipe.h needed vm_page_t defined for me, so I moved it downNiklas Hallqvist
1996-09-04Do not do the if(a = b) game even if correct, it is confusingNiklas Hallqvist
1996-09-04Stylistic cleanup, like removing "static"s, and removing warningsNiklas Hallqvist
1996-09-03another typo....Theo de Raadt
1996-09-03do not coredump for setuid/setgid, unless run by rootTheo de Raadt
1996-09-02Don't drain the protocol queues at interrupt level.dm
1996-09-02shmdt when no mapping is ok, found by christosTheo de Raadt
1996-09-02loop till quitTheo de Raadt
1996-09-02Rename nextpid to lastpid; make it a global with type pid_tThorsten Lockert
1996-08-31Cleanup execPer Fogelstrom
1996-08-29lkm ddb symbol table loading. done during the middle ages by jtkohl, mergedTheo de Raadt
1996-08-29rnd -> randomTheo de Raadt
1996-08-27New fast pipe(2) from freebsd without fancy vm stuff.shawn
1996-08-26fix syscall debuggingTheo de Raadt
1996-08-25syncTheo de Raadt
1996-08-25issetugid() system call discovers if a process was started setuid or setgidTheo de Raadt
1996-08-24change to so_uid, also fix a missing credential found by dmTheo de Raadt
1996-08-21spit out a warning if /dev/console does not exist; from mouse@Collatz.McRCIM....Theo de Raadt
1996-08-17do not panic for common driver bugsTheo de Raadt
1996-08-15Clear p_pctcpu when a process exitThorsten Lockert
1996-08-15-Wall, -Wstrict-prototypes and some KNF cleanupNiklas Hallqvist
1996-08-15Remove unnecessary prototypeNiklas Hallqvist
1996-08-14incorrect size calculation in mbuf copying, netbsd pr#2692; fix from explorer...Theo de Raadt
1996-08-13microtime for srandomTheo de Raadt
1996-08-10srandom() seeds random() at boottimeTheo de Raadt
1996-08-08approximate seeks; banshee@gabriella.abattoir.comTheo de Raadt
1996-08-08Make {,f}chown(2) behaviour POSIX.1 compliant with SUID / SGID filesThorsten Lockert
1996-08-08Lose the SUID bit if owner changes in {,f}chownThorsten Lockert
1996-08-07tiny extent manager by shawnTheo de Raadt
1996-08-05layout style nit (am I a pedant, or what?)Niklas Hallqvist
1996-08-05struct socket gets so_ucred; permit only same uid or root to do port takeover.Theo de Raadt
1996-08-02Return EINVAL for invalid mode flags to access(2)Thorsten Lockert
1996-08-01xconsole was broken after last patch (UCONSOLE zap).Michael Shalayeff
1996-08-01Implemented _POSIX_SAVED_IDS behaviour according to 1003.1-1990, withThorsten Lockert
1996-07-31TIOCCONS must be able to VOP_ACCESS() /dev/console to succeed; fixes DOS attackTheo de Raadt
1996-07-29comment on ptrace & P_SUGIDTheo de Raadt
1996-07-28fix vsnprintf return valTheo de Raadt
1996-07-27subr_userconf.c only for BOOT_CONFIG optionTheo de Raadt