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
cgd
46a40b386f
M-x shuffle-functions-and-documentation
...
basically, move things around so documentation is in the correct place,
and bump appropriate functions into the 'compat' section.
1994-04-06 23:29:29 +00:00
cgd
ae0bb68985
stubs, to get the padding right. so nasty it's almost unbelievable.
...
also, kill "special lseek" bogon.
1994-04-02 05:38:15 +00:00
cgd
bedbcf1adb
delete duplicated info, from Mark Weaver
1994-04-01 03:44:32 +00:00
mycroft
5e7902055e
Add lseek.S to SRCS.
1994-03-31 18:39:41 +00:00
jtc
76ac392966
Last weekend's uid_t & gid_t changes allow us to change the uid & gid
...
arguments to fchown() from ints to a uid_t and a gid_t.
1994-03-29 02:54:58 +00:00
jtc
c461cc3066
Last weekend's gid_t changes allow us to change the gidset argument of
...
getgroups() and setgroups() from a int ptr to a gid_t ptr.
1994-03-29 02:46:37 +00:00
jtc
c9db20ec0b
Last weekend's gid_t changes allow us to change the gidset argument of
...
getgroups() and setgroups() from a int ptr to a gid_t ptr.
1994-03-29 02:46:29 +00:00
cgd
c0ae496079
fix from Paul Vixie for (probably a cut-and-paste) typo
1994-03-16 02:04:14 +00:00
jtc
df8e9f0bbd
More spelling errors
1994-01-31 18:36:17 +00:00
jtc
a5ee0f03c4
ENOPSUPP -> EOPNOPSUPP
1994-01-31 18:33:21 +00:00
jtc
12d5be7f56
Fix spelling errors.
1994-01-10 23:54:08 +00:00
jtc
8ec96af59d
Changed return value from int to pid_t.
1993-12-30 19:16:46 +00:00
jtc
412e7d5328
More manpage tweaks.
1993-12-15 20:32:47 +00:00
jtc
348a090081
Add explicit return types and needed header files to SYNOPSIS section.
1993-12-15 18:08:12 +00:00
jtc
8ee12398cc
Must #include <sys/types.h> to use these functions.
1993-12-15 17:40:20 +00:00
jtc
0477eb4598
Tell user to #include <fcntl.h>, not <sys/fcntl.h> or <sys/file.h>.
1993-12-15 17:36:56 +00:00
cgd
0ada107897
update for .S and MACHINE_ARCH
1993-12-04 02:33:35 +00:00
jtc
17585e0f6d
Manpage formatting tweaks.
1993-12-01 18:49:52 +00:00
jtc
250b6aa06e
Use "Er" for argument to -width in the lists in the ERROR sections --- so
...
the formatting is consistant.
1993-11-29 21:24:57 +00:00
jtc
7ce85221c7
Fix formatting problem theo found.
1993-11-29 19:51:48 +00:00
jtc
f947c6c25d
Format ERROR values like all the other manual pages.
1993-11-29 19:45:00 +00:00
jtc
9c4ad8fbd4
Misc manpage fixes.
1993-11-25 02:48:32 +00:00
jtc
6e9ac1805f
Clean up manpages:
...
Use .Fn rather than .Nm macro in HISTORY and STANDARDS sections.
Use .At and .St macros instead of spelling out "Version 6 UNIX",
"IEEE 1003.1-1988 (POSIX)", etc.
1993-11-25 00:38:17 +00:00
mycroft
6b9d227409
MLINKS+=setpgid.2 setpgrp.2
...
Noticed by Poul-Henning Kamp <phk@data.fls.dk>.
1993-11-21 19:32:11 +00:00
cgd
5e9b346b27
Add the System V message queue and semaphore facilities. Implemented
...
by Daniel Boulet <danny@BouletFermat.ab.ca>
1993-11-14 12:40:23 +00:00
cgd
1966e528e6
fix flag name 'bug.' reported by Lennart Augustsson <augustss@cs.chalmers.se>
1993-11-08 03:31:24 +00:00
cgd
dfa98edf21
fixes from Garrett A. Wollman <wollman@emba.uvm.edu>:
...
note that EACCES is returned if program file is on an FS mounted
MNT_NOEXEC. also fix missing close-paren.
1993-10-26 01:49:04 +00:00
jtc
981beb6413
Use .Xr for SEE ALSO cross references.
1993-10-15 00:05:44 +00:00
cgd
41ec5a7f5c
adding sysarch() man page
1993-10-12 02:16:33 +00:00
cgd
0b9f50897e
make an arch directory in libc, and move all machine dirs into it
1993-10-07 00:17:24 +00:00
jtc
801bd1aa6a
Changed Synopsis, Buffer is of type "void *", not "char *".
...
The <unistd.h> header was allready correct.
1993-10-05 16:44:33 +00:00
jtc
778779a2cf
Changed SYNOPSIS. Moved function "prototype" for waitpid above #include
...
of <sys/reso
1993-10-05 16:42:40 +00:00
jtc
2faea8001e
Changed SYNOPSIS, include <sys/types.h> too.
1993-10-05 16:38:01 +00:00
jtc
11b6c26d07
Changed SYNOPSIS, include <sys/types.h> before <unistd.h>.
1993-10-04 18:36:57 +00:00
jtc
5475952064
Changed SYNOPSIS, include <sys/types.h> before <unistd.h>
1993-10-04 18:34:15 +00:00
jtc
84aafdfd51
Changed SYNOPSIS, include <sys/types.h>.
...
Still need to change code and manpage such that gidset array is gid_t.
1993-10-04 18:33:05 +00:00
jtc
881b030573
Changed SYNOPSIS, #include <unistd.h> too.
1993-10-04 18:31:22 +00:00
jtc
f8c0bb78a8
Changed SYNOPSIS, <sys/types.h> should be included _before_ <unistd.h>,
...
not after.
1993-10-04 18:30:23 +00:00
jtc
54654f9e43
Changed SYNOPSIS to #include <sys/types.h> before <unistd.h>, as it should
...
(must, in a strictly conforming implementation) to define pid_t.
1993-10-04 18:16:06 +00:00
jtc
d2de74baea
Remove "volatile" from function declaration in SYNOPSIS. We may want to
...
replace it with __dead, but volatile is clearly wrong.
1993-10-04 18:09:24 +00:00
jtc
e7b64d20b2
Add #include <sys/types.h> to SYNOPSIS section, as it is needed too.
1993-10-04 18:01:12 +00:00
jtc
fcd7123054
Add #include <sys/types.h> to SYNOPSIS, as it needs to be included too.
1993-10-04 18:00:10 +00:00
pk
0c44ab58a7
Support for making PIC versions of the system call stubs.
1993-09-29 01:27:10 +00:00
brezak
6b9e025ea9
Add sysarch() syscall.
1993-09-19 18:51:55 +00:00
brezak
979015728c
Add syscall stubs for SYSV Shared Memory.
1993-08-25 02:50:51 +00:00
mycroft
ca08320ae9
We shouldn't be diddling POBJS and CLEANFILES. bsd.lib.mk already does the
...
Right Thing.
1993-08-16 04:16:33 +00:00
mycroft
6fdbcf4e88
For some reason, substitution on variables doesn't seem to work in a target
...
list. I don't think I want to know why.
1993-08-16 03:32:58 +00:00
mycroft
990ccb9207
Separate rules for .o and .po files. The previous method just caused too
...
many problems.
1993-08-16 02:44:19 +00:00
jtc
eb3ed86c00
Clean up manpage; cross-reference utime(3).
1993-08-14 00:00:56 +00:00
jtc
2166786f23
update manpage to -mandoc macros
1993-08-05 21:31:41 +00:00
mycroft
b1bd4afedc
Add RCS indentifiers.
1993-08-01 07:42:49 +00:00
mycroft
dfb9caab49
Add RCS indentifiers.
1993-08-01 07:32:48 +00:00
mycroft
cda4f8f6ee
Add RCS identifiers.
1993-08-01 05:37:30 +00:00
cgd
f9350c73f0
getpgrp actually takes void. ask the IEEE...
1993-05-16 01:51:51 +00:00
glass
6613302d1d
calling sequence was totally wrong. documented calling sequence (basically
...
the types). real documentation is a waste as nothing but nfsd(8) calls
it and the interface changes a great deal in 4.4
1993-05-11 07:36:48 +00:00
cgd
c5d886aff7
diffs for uname (posix!) system call, provided by John Brezak <brezak@osf.org>
1993-05-06 10:46:12 +00:00
deraadt
355265a866
added: the entire domainanme set. domainmame(1), domainname(2), and a spiffy
...
man page.
1993-04-02 12:24:21 +00:00
cgd
61f282557f
initial import of 386bsd-0.1 sources
1993-03-21 09:45:37 +00:00