Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
to non-const characters. Besides, the prototypes for copyin and friends, as
well as timeout/untimeout takes void *, not caddr_t (char *), so I matched
them. Slight KNF. This change makes it pass -Wcast-qual.
|
|
copyin(9). Propagate this.
|
|
|
|
from a failed tsleep will still be returned to the caller; from jtc@NetBSD
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Future direction, might make sense to make this a kernel symbol tha
is sysctl-able.
|
|
OpenBSD define, not BSD which is a bit more useful.
|
|
|
|
|
|
the consensus was that it was too annoying to not be able to change
the clock at securelevel == 1.
|
|
ctime or mtime has changed). Useful for laptops and news servers.
|
|
|
|
|
|
|
|
|
|
|
|
This fixes the problem of not being able to read kernel virtual memory on
the alpha, thus breaking things like ps etc.
|
|
|
|
|
|
|
|
|
|
Greece. From ftp.funet.fi:/pub/unix/security/net/ip/BSDipsec.tar.gz
|
|
with uid/gid mismatches, P_SUGIDEXEC should persist (in case the
environment has not been cleaned). pointed out by wietse@porcupine.org
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
noticed by Tim Newsham <newsham@aloha.net>
|
|
|
|
buffer cache poisoning when bufpages/nbuf is larger than 1. Also correct
readahead amount calculation. Optimize page moving when buffers have excess
pages.
|
|
user/kernel siginfo si_pid #define
|