Go to file
thorpej f0dda0d383 Add positional read and write system calls:
- pread() (#173) and pwrite() (#174), which are defined by XPG4.2.  System
  call numbers match Solaris.
- preadv() (#289) and pwritev() (#290), which are the positional cousins
  of readv() and writev(), but not defined by any standard.
1998-06-30 19:33:11 +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 Add positional read and write system calls: 1998-06-30 19:33:11 +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