Commit Graph

108 Commits

Author SHA1 Message Date
mycroft
4c34be6b52 Clean up deleted files. 1995-03-01 00:00:00 +00:00
cgd
2493ac526d fix typo, and the fact that i was using a large xterm 1995-02-27 13:22:55 +00:00
cgd
110ae2f203 resurrect man page, only to note deprecation; belongs elsewhere (where?) 1995-02-27 13:21:35 +00:00
cgd
4eab61bd40 merge with lite, keeping most local changes. clean up Ids 1995-02-27 12:31:34 +00:00
cgd
c67e54a2e2 clean up merge, fix Id's 1995-02-27 11:22:54 +00:00
cgd
aeb457b1a7 from Lite 1995-02-27 10:49:50 +00:00
cgd
5b9633ddd7 fix RCS Id. fix definition of fsid_t. 1995-02-27 10:43:23 +00:00
cgd
be21d1de72 clean up RCS Id's 1995-02-27 10:41:36 +00:00
jtc
ee4db031bc sigmask() macro doesn't belong here, it's in the sigblock() manpage 1995-01-04 18:48:00 +00:00
mycroft
e0354b7995 Build undelete(2) stub. 1994-12-28 01:42:56 +00:00
cgd
ae9172d6cd specify man pages the new way. 1994-12-22 09:57:51 +00:00
jtc
debb742e2f Changed type of struct rlimit from quad_t to rlim_t.
Changed RLIM_INFINITY to 64 bit quantity.
1994-12-08 06:49:43 +00:00
deraadt
283e16a22b ptrace(2) by der mouse; not checked for accuracy 1994-11-14 06:26:44 +00:00
cgd
04a4b7684b make the sysv functions real syscalls. 1994-10-20 04:17:05 +00:00
cgd
9230a088b3 cast 1994-10-19 03:21:41 +00:00
cgd
32e7357c0f either change or update references to sigvec(), as appropriate 1994-10-17 23:49:08 +00:00
mycroft
97a272bc2e vmunix --> netbsd 1994-09-17 00:17:12 +00:00
mycroft
f41d9ebe51 Use an explicit references to UIO_MAXIOV, rather than a number. ref: PR 433 1994-09-16 03:08:46 +00:00
mycroft
67fc54c45a Update based on the 4.4-Lite version. 1994-08-26 12:55:25 +00:00
mycroft
f2098184d9 Fix for MAP_FILE changes. 1994-07-31 08:49:56 +00:00
mycroft
3d78977935 pipe(2) is no longer implemented using socketpair(2). 1994-07-17 05:14:55 +00:00
cgd
00c343f97a Changes by Thorsten Lockert and myself (though my role was only minor)
to document msync's error returns.
1994-06-21 04:49:04 +00:00
cgd
450db3f901 clean up import, rcsid 1994-06-21 04:24:53 +00:00
mycroft
93f0b31706 Clean up deleted files. 1994-06-14 03:56:04 +00:00
jtc
8c740dbc32 Convert getdtablesize() from syscall to function 1994-06-14 03:54:48 +00:00
jtc
e12121f0ea Change manpage's struct sigaltstack definition to match the one in
<sys/signal.h>.  Fixes bug 283.
1994-06-13 14:34:24 +00:00
jtc
d356abc303 User's should #include <signal.h>, not <sys/signal.h> if they want to
use this function portably.
1994-06-13 14:26:18 +00:00
cgd
809de843f3 oops; forgot man page 1994-06-13 00:13:48 +00:00
mycroft
4849d78f88 Clean up deleted files. 1994-06-12 22:58:06 +00:00
cgd
3943fb37c8 kill async_daemon; it's dead now 1994-06-12 22:58:03 +00:00
jtc
86da5c14f9 The umask effects mknod(2) too. 1994-05-18 14:36:13 +00:00
cgd
77c263426a oops, forgot to delete 1994-05-08 04:35:22 +00:00
mycroft
0cc9738192 Clean up deleted files. 1994-05-07 04:11:57 +00:00
cgd
8b8a31862e update for present reality. shlib version number bump (last for a bit) 1994-05-07 04:11:08 +00:00
cgd
fc7bd30680 new syscalls 1994-05-07 03:27:01 +00:00
jtc
e15ede0fe3 revoke(2) manpage 1994-05-07 00:35:36 +00:00
jtc
4853bb7972 44lite code 1994-05-07 00:26:28 +00:00
cgd
218c24c1ae clean 1994-05-06 01:02:52 +00:00
cgd
33b1618a57 rlimit stuff, and more. bump shlib major, for rlimit change, and for
safety (now that hackish off_t stuff gone completely.)
1994-05-04 02:30:39 +00:00
jtc
aec02f9cc9 Correctly describe conditions of ESRCH & EACCESS errors 1994-05-02 23:54:59 +00:00
cgd
9f0883781f update to match reality; this was *really* out of date! 1994-04-25 18:47:04 +00:00
jtc
38065bce20 Remove description of EINVAL, "The pathname contains a character with the
high-order bit set", as this error is obsolete.

Eventually we may want to add code to some of the "optional" filesystems
(msdosfs, etc.) that checks for illegal characters.  At that time it would
be appropriate to reintroduce this error with appropriate text.  Perhaps
"The pathname contains a character that is not valid for filesystem type".
1994-04-22 00:13:22 +00:00
jtc
a3376999f0 Use symbolic names {NAME_MAX} & {PATH_MAX} instead of 255 and 1023 in
description of ENAMETOOLONG error.
1994-04-19 00:10:45 +00:00
jtc
4304e0ec4e Add curly braces around NGROUPS_MAX.
This convention is used in manpages for other UN*X systems to refer to
system values (availiable via sysconf() or pathconf()) rather than
definitions in <limits.h>.
1994-04-19 00:09:04 +00:00
jtc
2c861674c4 First cut at a setsid(2) manual page. 1994-04-15 22:48:01 +00:00
jtc
2f9562f951 Describe special case when gidsetlen == 0.
NGROUPS -> NGROUPS_MAX.
1994-04-15 22:44:06 +00:00
jtc
293ba06c9d Describe causes of EINVAL error.
NGROUPS -> NGROUPS_MAX.
1994-04-15 22:43:25 +00:00
glass
f7a0b6da1d bleh 1994-04-11 06:36:04 +00:00
cgd
47894a50ac light clean 1994-04-10 00:16:58 +00:00
cgd
5f0c20b37b fix typo; from Thomas Eberhardt 1994-04-09 22:57:32 +00:00