kleink
2d5034e643
EPERM is returned when the file to be removed is a directory and the file
...
system containing it does not permit the use of unlink(2) on a directory.
Add a missing comma.
1997-07-01 09:52:53 +00:00
phil
1c1a1ceb84
Update for reality. vfork differes only in the suspension of the parent.
...
(Closes PR 2713.)
1997-06-30 18:42:51 +00:00
lukem
76b5bb5198
fix a couple of typos
1997-06-21 07:02:40 +00:00
mrg
2989e9f477
actually document swapctl(2).
1997-06-20 05:47:58 +00:00
mrg
7bc62c9a2d
move swapon() stub here
1997-06-12 22:39:15 +00:00
mrg
552af779d2
bring mrg-vm-swap2 onto mainilne.
1997-06-12 15:46:19 +00:00
mikel
cfbba2e092
getdtablesize(2) -> getdtablesize(3)
1997-06-06 04:03:19 +00:00
cjs
ce91a5dfce
Back out BUILDDIR change.
1997-05-31 22:38:59 +00:00
kleink
1dd65e81d9
DESTDIR -> BUILDDIR
1997-05-30 21:36:26 +00:00
cgd
c917dfb5b2
Fix broken uses of Dd. Both the mdoc and mdoc.samples pages agree:
...
.Dd is supposed to be invoked like:
.Dd month day, year
e.g. ".Dd January 25, 1989", rather than:
.Dd "month day, year"
which is what these pages did.
1997-05-29 01:48:05 +00:00
jonathan
7a5244ba6c
Delete hanging .if left by patch.
1997-05-24 03:02:12 +00:00
jonathan
346af6eeff
More table-driven changes: split CPICFLAGS into separate flags, to
...
support the two different incompatible rules for build .so files from
.S source on both NetBSD and binutils toolchains:
${CPP} | ${AS} for syscalls
${CC} for non-syscalls
for which the different toolchains's ${AS} requires diffferent flags.
1997-05-24 01:42:36 +00:00
pk
ddc2d9d857
MNAMELEN is 90.
1997-05-21 21:48:47 +00:00
kleink
f41ec7b2ac
Add/update 1003.1 conformance notice.
1997-05-16 16:03:53 +00:00
kleink
733adc6801
Add/update 1003.1 conformance notice.
1997-05-16 15:31:01 +00:00
kleink
645ac6dfe5
Update standards conformance.
1997-05-16 15:19:40 +00:00
kleink
eaf8e7e2ee
Note 1003.1 conformance.
1997-05-16 15:18:22 +00:00
kleink
b1f98ac0f2
Update standards conformance.
1997-05-15 17:05:18 +00:00
kleink
05aaaac188
Precede the dependency on /usr/include/sys/syscall.h with ${DESTDIR};
...
fixes PR/3595 from dave@comp.vuw.ac.nz (Dave Sainty).
1997-05-14 13:33:23 +00:00
kleink
244f0cc5f2
Update to the new `chown(2) vs. (S_ISUID|S_ISGID)' world order.
1997-05-13 17:45:16 +00:00
mikel
a9f44d3e01
xrefs need section numbers
1997-05-13 03:15:40 +00:00
mikel
7c0be96cf7
xref sigprocmask(2), not obsolete sigsetmask(2).
1997-05-12 07:46:33 +00:00
kleink
3cfcf494cd
Use PSEUDO_NOERROR() for _exit(): it never returns.
1997-05-02 18:16:50 +00:00
kleink
1cacd20927
Note that fchown(2) also implies clearing the set-{group,user}-id bits;
...
update standards conformance.
1997-04-30 19:35:33 +00:00
tls
fd8263148c
document kernel change
1997-04-26 21:25:49 +00:00
mycroft
96e0f61989
Rework text explaining false positives.
1997-04-23 20:29:52 +00:00
mikel
e98ae4a7d1
document new reasons why {,f}chflags() can return EPERM; fixes
...
PR kern/3491. also, fix typo found by Paul Boven.
1997-04-23 06:00:51 +00:00
mikel
459878d396
add description of file flags, with xrefs to chflags(2).
...
add missing group/other file mode bits (!).
eliminate obsolete CAVEATS section.
fix misc. grammar and macro usage errors.
1997-04-22 06:40:38 +00:00
mikel
9c59822c67
add missing opaque and archived bits; from Paul Boven in PR kern/3491.
...
also fixed some formatting nits.
1997-04-22 06:10:26 +00:00
jtc
ef676dcc1a
Add stubs which set errno to ENOSYS and return -1 for the POSIX.1b
...
timer_* API. This was done to avoid bumping the libc minor number
each time a new portion is implemented.
This should be extended to the entire .1b API, although that will
require minor header file modifications to add the required structure
and type definitions.
1997-04-17 19:07:15 +00:00
jtc
3bfc110d1d
Add nanosleep
1997-04-17 18:13:41 +00:00
jtc
e56fb3b58a
Documentation for the new nanosleep syscall.
...
Hacked out from the sleep(3) and other exiting manpages.
1997-04-17 18:12:02 +00:00
kleink
64a2cc5d5b
Documented EINVAL result for invalid resulting offsets.
1997-04-04 14:32:54 +00:00
mikel
cf6ca2ec52
oops, realphabetize manpages
1997-04-01 07:50:19 +00:00
christos
98931492ff
PR/3410: NAKAJIMA Yoshihiro: Add futimes.2 link
1997-03-29 21:35:45 +00:00
thorpej
71f8c85449
PowerPC uses new binutils, as well.
1997-03-29 21:07:19 +00:00
mikel
ccf0993f9d
cleanup xrefs
1997-03-27 08:20:35 +00:00
mikel
e8ec797779
oops, missed one (from PR 3397)
1997-03-27 07:57:12 +00:00
mikel
4ab6dc7d2e
allow examination of SIGKILL and SIGSTOP signal handlers (but still
...
disallow changes); from Klaus Klein in PR standards/3398.
1997-03-27 07:52:25 +00:00
mikel
b81091e992
POSIX.1 specifies that a failed link() to a directory must return EPERM,
...
and EMLINK was not documented; from Klaus Klein in PR standards/3397.
Also documented EOPNOTSUPP for filesystems that don't support hard links.
1997-03-27 07:30:25 +00:00
mikel
19fd4b60de
make setpgid(pid, pgrp) return EINVAL if pgrp < 0 as required by POSIX.1;
...
from Klaus Klein in PR standards/3395.
1997-03-27 06:14:03 +00:00
mikel
f07e47bdb6
add ktrace(2), don't segregate SYSV IPC manpages, and add link for shmdt(2)
1997-03-27 02:39:15 +00:00
is
c8785a5591
Added EHOSTUNREACH description to ERRORS, closing PR 3133.
1997-03-25 15:43:06 +00:00
mikel
863572aff7
fix misplaced punctuation in SEE ALSO section.
1997-03-25 05:19:05 +00:00
mikel
04695059c2
add xrefs to readlink(2) and symlink(7). former from Brian Grayson in
...
PR misc/3378, latter by me.
1997-03-25 05:18:21 +00:00
mikel
8d58d36e7b
make manpage match header; from Brian Grayson in PR misc/3367
...
(partial fix).
1997-03-21 05:59:54 +00:00
mikel
0159e147c7
per-user process limit is set by RLIMIT_NPROC, not MAXUPRC; fixes PR 888.
1997-03-11 07:27:59 +00:00
mouse
80c0d60f84
alternate -> alternative, per PR 2643
1997-03-08 13:47:08 +00:00
mouse
ff44468136
alternate -> alternative, per PR 2643
1997-03-08 13:36:38 +00:00
mikel
35ccea10a2
fix broken xref, add entries for EOPNOTSUPP, and indicate that this
...
syscall arrived in 4.4BSD.
1997-03-05 06:53:40 +00:00
mikel
e707982f35
check options argument to wait{3,4,pid}(); from Klaus Klein in PR 3182.
1997-02-07 05:33:07 +00:00
mikel
ce6705faed
replace <sys/types.h> with <unistd.h> and fix type of brk();
...
PRs 2938 and 3132.
also added xref to mmap(2).
1997-01-23 05:32:52 +00:00
perry
44f0373a13
change sigpause(2) to sigsuspend(2) or sigpause(3), depending
...
Also try to fix other bad references to sig* man pages.
Fixes pr-2885 from Jonathan Stone
These SEE ALSO sections are still bloody messes (sigh)
1997-01-17 03:44:59 +00:00
perry
11c8a144e6
minor formatting tweak
1997-01-12 05:18:14 +00:00
thorpej
45d4f45f46
Fix typo; control message type for SO_TIMESTAMP is SCM_TIMESTAMP.
1997-01-12 01:01:06 +00:00
thorpej
2773f282b9
Document the SO_TIMESTAMP socket option.
1997-01-12 00:46:08 +00:00
cgd
80aa3bcb46
Fix quad_t __syscall() return goofs. Now these should work on big-endian
...
systems, too.
1996-12-23 03:00:25 +00:00
cgd
5f4060ddf0
a script to build C source code stubs to be fed to lint(1) from the data
...
in <sys/syscall.h>.
1996-12-22 11:38:34 +00:00
cgd
132d3e56e8
add LASM, LNOERR, and LPSEUDO variables, analogous to e.g. PASM, PNOERR, and
...
PPSEUDO but for .ln files rather than .po files. Add the new variables
to LOBJS, as well. The rules to build those objects them call a helper
script (sys/makelintstub) and pipe the result to lint. Unfortunately,
dependency handling for these built .ln files is a bit sub-optimal right
now, but that can be fixed later.
1996-12-22 11:37:37 +00:00
cgd
4a62cd93f8
explicitly cast __syscall() returns to (int) so that lint knows
...
that we know what we're doing.
1996-12-22 10:40:27 +00:00
cgd
675052764f
fix bogon: <sys/shm.h>, not <sys/msg.h>, should be included to use this.
1996-12-22 10:35:20 +00:00
cgd
1d8e0e8fda
note that __syscall() is prototyped to return a quad_t
1996-12-21 01:38:56 +00:00
cgd
d3b76936e9
pull in unistd.h for prototypes
1996-12-20 20:17:19 +00:00
jtc
75eaaaa282
Add clock_* and ntp_* syscalls
1996-11-19 02:48:26 +00:00
lukem
43d6d7cf35
fix the the typos
1996-11-12 01:04:24 +00:00
mycroft
c9ec05f4b2
Treat reboot() like a normal system call. From PR 2458.
1996-11-11 13:41:08 +00:00
cgd
61f9093c88
document MNT_NOCOREDUMP
1996-10-23 22:54:26 +00:00
explorer
e2cf7cd786
ufs/quota.h -> ufs/ufs/quota.h, and some instances of ufs -> ffs
...
closes pr misc/2842
1996-10-22 21:49:00 +00:00
perry
a0028dc022
Remove spurious clock_* syscalls that got committed last night. They
...
broke shared libc's very badly. (Okayed by thorpej).
1996-10-19 18:42:12 +00:00
jtc
4f35ae26fc
Generate syscall functions which can never fail (getgid, getegid, geteuid,
...
getpid, getppid, ...) with new RSYSCALL_NOERROR macro which has been added
to the SYS.h header of each port.
1996-10-19 00:54:22 +00:00
cgd
4cd050e74f
temporary hack until better support for multiple toolchains is in the tree:
...
build SASM and SPSEUDO on the alpha without the '-k' flag to the assembler,
since -k is a flag specific to NetBSD's hacked assembler.
1996-10-13 20:28:55 +00:00
scottr
6f72cdccd4
Remove outdated BUGS section (from Mike Long, PR 2804)
1996-10-04 16:59:46 +00:00
christos
e324d0c9f6
Reflect reality.
1996-09-28 19:08:22 +00:00
jtc
6c68d47b78
Renamed _getlogin syscall to __getlogin, as _getlogin is the namespace
...
clean name for getlogin.
Moved _getlogin.o (now __getlogin.o) from PSEUDO to ASM, as this
syscall really does have a return value (although it will "always"
succeed since it should only be called from libc's getlogin())
1996-09-19 04:50:02 +00:00
mycroft
c49d89171e
Mention that timeout is in milliseconds.
1996-09-07 21:53:08 +00:00
mycroft
28a375c45a
Cross-reference poll(2).
1996-09-07 21:51:53 +00:00
mycroft
56b990d61e
Document the use of INFTIM.
1996-09-07 21:50:07 +00:00
mycroft
52528cc4f8
Add a poll(2) man page.
1996-09-07 19:05:32 +00:00
mycroft
f6f3a3525f
Document EFAULT as a valid error.
1996-09-07 17:54:26 +00:00
mycroft
65e2460e9e
Build a stub for poll(2).
1996-09-07 14:25:51 +00:00
mrg
18393cb155
document RB_STRING.
1996-08-10 00:22:29 +00:00
thorpej
5ef055ef5c
Phrasing/formatting tweaks, from Kenneth Stailey <kstailey@dol-esa.gov>
...
in PR #2677 .
1996-08-09 19:09:32 +00:00
mrg
9c0b5cc2eb
reboot(2)/getpgid(2) changes.
1996-08-09 14:10:45 +00:00
mrg
74693079c6
update for new reboot(2).
1996-08-09 10:32:11 +00:00
mycroft
601306abca
Resurrect the setre[ug]id() stubs.
1996-06-23 11:52:49 +00:00
mycroft
23558a0acd
Clean up removed files.
1996-06-23 11:50:33 +00:00
mycroft
db3e68aa58
Describe the _POSIX_SAVED_IDS situation more clearly.
1996-05-21 23:39:57 +00:00
mycroft
e376b17fef
Build a stub for futimes().
1996-04-23 10:42:30 +00:00
mycroft
ad2105650e
Document futimes().
1996-04-23 10:34:16 +00:00
jtc
991d366a82
Update to agree with <sys/mount.h>; From Todd C. Miller <millert@cs.colorado.edu>
1996-02-29 23:47:48 +00:00
jtc
1980640710
comment out PT_READ_U, PT_WRITE_U, PT_SYSCALL descriptions
1996-02-23 01:39:41 +00:00
phil
f85411e692
Change to fit reality. Backlog is limited to 128, not 5.
...
(sys/socket.h: SOMAXCONN)
1996-02-16 20:38:45 +00:00
mycroft
3544b72f01
Update to match mount(2) prototype.
1996-02-08 18:33:58 +00:00
mycroft
18fbe90d92
Document EMFILE and ENFILE.
1996-01-31 20:14:42 +00:00
jtc
78db0b395c
Add S_IFWHT to correspond with <sys/stat.h>; Reported by Mike Long in PR #1949
1996-01-17 02:15:28 +00:00
thorpej
05df93de55
Document the EACCES errno value as returned by sendmsg(2), per
...
Ted Mellon <mellon@fugue.com>, PR #1093 .
1996-01-15 01:17:18 +00:00
jtc
990dc3cb42
Fix grammar error pointed out by Peter Seebach in PR#1846
1995-12-27 21:17:02 +00:00
jtc
31ed1143ff
merge in changes from 1.1 release branch
1995-11-28 06:41:14 +00:00
cgd
a2ce90f34c
change definition of profil() to make it 64-bit friendly. This has
...
no practical consequence on 32-bit systems. old prototype was
int profil(char *, int, int, int), and new one is int profile(char *,
size_t, u_long, u_int). the size_t is the size of the buffer,
and the u_long is the 'starting offset'. (I changed the last int
to u_int, because it's treated as a u_int everywhere, and isn't
logically a signed value.)
1995-11-22 23:07:19 +00:00
jtc
15ad6704b0
SysV IPC manpages from Frank van der Linden
1995-10-16 23:49:07 +00:00
jtc
b5d1933995
Manpage fixes from Jochen Pohl. Aligns the prototypes in the SYNOPSIS
...
section with the actual function declarations. See PR #1589 for details.
1995-10-12 15:40:27 +00:00
christos
d0749900af
Don't write a.out files; breaks parallel makes.
1995-09-25 00:57:28 +00:00
cgd
d9393d75fb
fix pr 1214 slightly differently. i _didn't_ use the .Fa macro to
...
mark "file," because in context it didn't seem as if the argument was
being literally named. rather it seemed that the argument's purpose
being described. (the difference being: "... modification times of the
file named by file" would be a case where the the argument was named,
and thus be used with .Fa.)
1995-07-12 07:18:31 +00:00
cgd
8f0aa84845
make these manual pages match current reality
1995-06-29 11:40:44 +00:00
cgd
abde65bef8
fix typo, as pointed out by David Brownlee
1995-06-27 22:32:28 +00:00
cgd
873e3c7169
add mlock xrefs as suggested by davide@cs.cmu.edu
1995-06-24 10:47:05 +00:00
cgd
98c450a103
add mincore xref as suggested by davide@cs.cmu.edu
1995-06-24 10:42:03 +00:00
jtc
5c433aa57e
char * -> const char *
1995-04-19 23:31:15 +00:00
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
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