Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-06-06 | -Wall sucks | Theo de Raadt | |
1999-06-06 | adjtime(2) did not return EFAULT for bad olddelta ptr; ↵ | Theo de Raadt | |
darrenr@merlin.reed.wattle.id.au | |||
1998-02-20 | Please GCC 2.8's harsher view of good style | Niklas Hallqvist | |
1998-02-08 | Updates to match type changes in syscall tables | Thorsten Lockert | |
1997-10-17 | Don't allow root to set the clock back in time if securelevel > 1. This | Todd C. Miller | |
got nuked when settime() was added. | |||
1997-04-28 | The type of a pointer to const characters is not the same as a const pointer | Niklas Hallqvist | |
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. | |||
1997-04-26 | First argument to nanosleep(2) is const; so is the first argument to | Thorsten Lockert | |
copyin(9). Propagate this. | |||
1997-04-23 | In nanosleep, use local error variable when storing rqtp in so that an error | Thorsten Lockert | |
from a failed tsleep will still be returned to the caller; from jtc@NetBSD | |||
1997-04-20 | Add new POSIX 1003.1b related syscalls; from pk@NetBSD | Thorsten Lockert | |
1997-03-16 | allow settimeofday() at securelevel < 2, rather than < 1. | flipk | |
the consensus was that it was too annoying to not be able to change the clock at securelevel == 1. | |||
1997-02-22 | Upodate to lite2 -- don't allow setting back the clock if securelevel > 0 | Todd C. Miller | |
1996-03-31 | From NetBSD: NFSv3 import (tomorrow's Net's kernel) | Michael Shalayeff | |
Open's patches kept in. i'll possibly take a look at Lite2 soon, is there smth usefull ?.. | |||
1996-03-03 | From NetBSD: 960217 merge | Niklas Hallqvist | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |