Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make consistent the syscall stubs for the syscalls that got special | 2011-10-16 | 1 | -2/+8 | |
| | | | | | | | | handling to fix up the alignment of 64bit arguments so that they do the same dance where _thread_sys_FOO is the real stub and FOO is a weak alias. For some of them, this is needed for cancellation handling. From discussions with fgsch@, ok millert@ | ||||
* | zap remaining rcsid. | 2005-08-08 | 1 | -4/+1 | |
| | | | | | | Kill old files that are no longer compiled. okay theo | ||||
* | Make __syscall prototypes more consistent. Use register_t as the | 2005-04-06 | 1 | -5/+3 | |
| | | | | | return value for system calls that return size_t or ssize_t and quad_t for those that return off_t. | ||||
* | ansification; checked by pval | 2003-06-11 | 1 | -8/+2 | |
| | |||||
* | Remove the advertising clause in the UCB license which Berkeley | 2003-06-02 | 1 | -6/+2 | |
| | | | | rescinded 22 July 1999. Proofed by myself and Theo. | ||||
* | uncommit, since it breaks macppc libc. millert and miod have now said they | 2002-09-17 | 1 | -3/+6 | |
| | | | | | | did NOT approve those for commit. why did mickey feel he was ok to go commiting a set of diffs which had not been passed around and tested by people? we don't know. mickey, have you got something to say for yourself? | ||||
* | move __syscall prototype into unistd.h (like everybody else) and avoid private protos for it everywhere; millert@ ok | 2002-09-17 | 1 | -6/+3 | |
| | |||||
* | make mmap() return void *, add MAP_FAILED | 1998-01-02 | 1 | -3/+3 | |
| | |||||
* | mmap() now takes void * | 1997-11-14 | 1 | -2/+2 | |
| | |||||
* | Use SYSLIBC_SCCS; these are syscalls | 1997-04-26 | 1 | -3/+3 | |
| | |||||
* | Remove dead code | 1996-09-15 | 1 | -1/+5 | |
| | | | | | | Remove unused variables Silence some warnings lint(1) is your friend | ||||
* | Fix RCS ids | 1996-08-19 | 1 | -7/+1 | |
| | | | | Make sure everything uses {SYS,}LIBC_SCCS properly | ||||
* | do not proto __syscall or you will experience excruciating pain | 1996-05-01 | 1 | -1/+0 | |
| | |||||
* | Prototype __syscall() correctly | 1996-03-25 | 1 | -0/+1 | |
| | |||||
* | initial import of NetBSD tree | 1995-10-18 | 1 | -0/+64 | |