Age | Commit message (Expand) | Author |
1996-09-06 | Need cpu.h included to get at setsoftnet define | Niklas Hallqvist |
1996-09-05 | ld has some funny things going with alignments... | Per Fogelstrom |
1996-09-05 | compile! | Michael Shalayeff |
1996-09-04 | more Swedish pedantery, kill statics, provide protos etc | Niklas Hallqvist |
1996-09-04 | pipe.h needed vm_page_t defined for me, so I moved it down | Niklas Hallqvist |
1996-09-04 | Do not do the if(a = b) game even if correct, it is confusing | Niklas Hallqvist |
1996-09-04 | Stylistic cleanup, like removing "static"s, and removing warnings | Niklas Hallqvist |
1996-09-03 | another typo.... | Theo de Raadt |
1996-09-03 | do not coredump for setuid/setgid, unless run by root | Theo de Raadt |
1996-09-02 | Don't drain the protocol queues at interrupt level. | dm |
1996-09-02 | shmdt when no mapping is ok, found by christos | Theo de Raadt |
1996-09-02 | loop till quit | Theo de Raadt |
1996-09-02 | Rename nextpid to lastpid; make it a global with type pid_t | Thorsten Lockert |
1996-08-31 | Cleanup exec | Per Fogelstrom |
1996-08-29 | lkm ddb symbol table loading. done during the middle ages by jtkohl, merged | Theo de Raadt |
1996-08-29 | rnd -> random | Theo de Raadt |
1996-08-27 | New fast pipe(2) from freebsd without fancy vm stuff. | shawn |
1996-08-26 | fix syscall debugging | Theo de Raadt |
1996-08-25 | sync | Theo de Raadt |
1996-08-25 | issetugid() system call discovers if a process was started setuid or setgid | Theo de Raadt |
1996-08-24 | change to so_uid, also fix a missing credential found by dm | Theo de Raadt |
1996-08-21 | spit out a warning if /dev/console does not exist; from mouse@Collatz.McRCIM.... | Theo de Raadt |
1996-08-17 | do not panic for common driver bugs | Theo de Raadt |
1996-08-15 | Clear p_pctcpu when a process exit | Thorsten Lockert |
1996-08-15 | -Wall, -Wstrict-prototypes and some KNF cleanup | Niklas Hallqvist |
1996-08-15 | Remove unnecessary prototype | Niklas Hallqvist |
1996-08-14 | incorrect size calculation in mbuf copying, netbsd pr#2692; fix from explorer... | Theo de Raadt |
1996-08-13 | microtime for srandom | Theo de Raadt |
1996-08-10 | srandom() seeds random() at boottime | Theo de Raadt |
1996-08-08 | approximate seeks; banshee@gabriella.abattoir.com | Theo de Raadt |
1996-08-08 | Make {,f}chown(2) behaviour POSIX.1 compliant with SUID / SGID files | Thorsten Lockert |
1996-08-08 | Lose the SUID bit if owner changes in {,f}chown | Thorsten Lockert |
1996-08-07 | tiny extent manager by shawn | Theo de Raadt |
1996-08-05 | layout style nit (am I a pedant, or what?) | Niklas Hallqvist |
1996-08-05 | struct socket gets so_ucred; permit only same uid or root to do port takeover. | Theo de Raadt |
1996-08-02 | Return EINVAL for invalid mode flags to access(2) | Thorsten Lockert |
1996-08-01 | xconsole was broken after last patch (UCONSOLE zap). | Michael Shalayeff |
1996-08-01 | Implemented _POSIX_SAVED_IDS behaviour according to 1003.1-1990, with | Thorsten Lockert |
1996-07-31 | TIOCCONS must be able to VOP_ACCESS() /dev/console to succeed; fixes DOS attack | Theo de Raadt |
1996-07-29 | comment on ptrace & P_SUGID | Theo de Raadt |
1996-07-28 | fix vsnprintf return val | Theo de Raadt |
1996-07-27 | subr_userconf.c only for BOOT_CONFIG option | Theo de Raadt |
1996-07-27 | sec can be a long | Theo de Raadt |
1996-07-23 | make printf/addlog return 0, for compat to userland | Theo de Raadt |
1996-07-21 | Ensure we never use more than one callout table slot | Thorsten Lockert |
1996-07-19 | Fixed NetBSD pr #2633 (douzzer@mit.edu)--Be slightly more reasonable | dm |
1996-07-11 | do not lose setuid flag | Theo de Raadt |
1996-07-02 | pretty | Theo de Raadt |
1996-07-02 | unsigned usec can go negative, should be added in as is; netbsd pr#2585; Juer... | Theo de Raadt |
1996-07-02 | -Wall & -Wstrict-prototype fixes | Niklas Hallqvist |