summaryrefslogtreecommitdiff
path: root/sys/kern
AgeCommit message (Expand)Author
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
1996-07-27sec can be a longTheo de Raadt
1996-07-23make printf/addlog return 0, for compat to userlandTheo de Raadt
1996-07-21Ensure we never use more than one callout table slotThorsten Lockert
1996-07-19Fixed NetBSD pr #2633 (douzzer@mit.edu)--Be slightly more reasonabledm
1996-07-11do not lose setuid flagTheo de Raadt
1996-07-02prettyTheo de Raadt
1996-07-02unsigned usec can go negative, should be added in as is; netbsd pr#2585; Juer...Theo de Raadt
1996-07-02-Wall & -Wstrict-prototype fixesNiklas Hallqvist
1996-06-29Add external declaration for osversion[]Thorsten Lockert
1996-06-29MIssed this one in previous commit; make uname(1) and uname(3) do theThorsten Lockert
1996-06-29fix. add to tags all the gnu ...Michael Shalayeff
1996-06-29put ext2fs into tags too.Michael Shalayeff
1996-06-27More bugs fixed. Replaced lots of "|" and "&" with the correct "||" and "&&".Mats O Jansson
1996-06-27Add ext2fs to the vfsswJason Downs
1996-06-26expand %d is panicstrdm
1996-06-26When a dirty buffer is written to, don't move it to the tail of theThorsten Lockert
1996-06-26New safer userconf_number, more can be terminated with q, if more than oneMats O Jansson
1996-06-25consider umask for AF_UNIX bind()Theo de Raadt
1996-06-23Added support for user modifiable kernel at boot (-c) /majaMats O Jansson
1996-06-21allow LKM listing.Michael Shalayeff
1996-06-21allocate LKM slot dynamically.Michael Shalayeff