Go to file
thorpej f8fe385b78 Rewrite svr4_sys_pread() and svr4_sys_pwrite() in terms of the native
NetBSD pread(2) and pwrite(2).  These still require indirection because
the arguments need to be converted to the correct types.

Delete svr4_sys_pread64() and svr4_sys_pwrite64(), since the arguments
for these calls do not need conversion, and the syscall switch calls
the native NetBSD system calls directly.
1998-06-30 19:42:56 +00:00
bin Fix a minor bug that made conv=sync pad partial blocks with garbage, 1998-06-29 19:49:04 +00:00
distrib Move the crt{begin,end}* stuff from base to comp. 1998-06-30 19:06:48 +00:00
etc Add "cvspserver" from IANA's "port-numbers" as requested in PR misc/5675 1998-06-29 05:24:51 +00:00
games Added optional argument for calculating the phase of the moon for a specified 1998-06-13 01:09:22 +00:00
gnu Remove junk related to KERNEL_U_SIZE. 1998-06-27 19:37:15 +00:00
include pid/gid is not int but pid_t/gid_t (u_int32_t (unsigned!)). 1998-06-22 13:29:43 +00:00
lib Revert the #define of ioctl to its previous state since my 1998-06-29 20:48:00 +00:00
libexec Merge in changes from OpenBSD. 1998-06-27 21:15:42 +00:00
regress Use PF_* for socket(2) calls. 1998-06-24 23:51:30 +00:00
sbin Add an unlink (-u) flag so that we can use this for installs. 1998-06-24 19:56:11 +00:00
share add about 7 missing filesystems from the large list, and add a lot of man page xrefs 1998-06-29 23:50:51 +00:00
sys Rewrite svr4_sys_pread() and svr4_sys_pwrite() in terms of the native 1998-06-30 19:42:56 +00:00
usr.bin Fixed a couple of simple bugs, added data returned for arrow keys for 1998-06-30 06:57:57 +00:00
usr.sbin Fix braino. 1998-06-30 03:42:23 +00:00
Makefile Revert 1.44 and associated changes; you can't prebuild anything without 1998-05-27 06:38:37 +00:00