Alfred Perlstein
6430719389
sync with src/sys/sys/mount.h
1999-09-10 09:12:24 +00:00
Bill Fumerola
3113e9d141
Add aio_{cancel,error,return,suspend,write} into the mix.
...
Submitted by: Dan Nelson <dnelson@emsphone.com>
Forgotten by: mpp
1999-09-09 19:06:57 +00:00
Ruslan Ermilov
406bc24462
- add reference to siginterrupt(3)
...
- mdoc(7) fixes
1999-09-06 15:15:51 +00:00
Dag-Erling Smørgrav
ecab1f6824
Don't forget to reset _pw_stepping_yp to 0 before returning. Fixes a bug
...
where getpwent() would ignore wildcard entries that followed a netgroup
entry.
PR: misc/12999
Submitted by: David Hedley <david@inty.net>
1999-09-06 08:04:43 +00:00
Peter Wemm
b60a120f4b
Tidy up $Log$ debris.
1999-09-05 17:42:45 +00:00
Alexey Zelkin
0ae8283b3d
Some style and "look" fixes
...
Reviewed by: mpp
1999-09-05 07:02:22 +00:00
Alexey Zelkin
b288071d9d
Name Description (.Nd macro) added.
...
Style and punctuation errors fixes.
ERRORS section included to RETURN VALUES because it's
describing return values instead of errors and their handling.
Reviewed by: mpp
1999-09-05 06:59:34 +00:00
Alexey Zelkin
1fcbf95515
mdoc(7) style fix.
...
Correct RB_* values list bounds.
Reviewed by: mpp
1999-09-05 06:50:49 +00:00
Alexey Zelkin
b6c461d787
mdoc(7) style fix: FreeBSD -> .Fx
...
Reviewed by: mpp
1999-09-05 06:47:01 +00:00
Alexey Zelkin
417f221ddc
Remove useless .Fn macro suffix
...
Reviewed by: mpp
1999-09-05 06:41:49 +00:00
Alexey Zelkin
c60ceb83c2
mdoc style fix.
...
Reviewed by: mpp
1999-09-05 06:39:22 +00:00
Alexey Zelkin
3cd9a8622a
mdoc(7) style fixes
...
Reviewed by: mpp
1999-09-05 06:37:01 +00:00
Alexey Zelkin
2c6dd93a11
Spelling and grammar error fix.
...
mdoc(7)'fy.
PR: docs/13406
Submitted by: Garret Woolman <woolman@khavrinen.lcs.mit.edu>
Reviewed by: mpp
1999-09-04 15:56:51 +00:00
Luoqi Chen
018949c4ac
Use definitions provided in sysarch.h for args structures.
...
Reviewed by: marcel
1999-09-02 21:03:32 +00:00
Warner Losh
f183d53e63
Fix the root cause of the fts buffer overflow. This is a temporary
...
patch to stop the core dumps while others come up with a better
reviewed patch which may also fix other problems. We do illegal
pointer arithmetic, but it should be OK since FreeBSD only supports
machines with flat address spaces.
Submitted by: bde
1999-09-02 07:45:07 +00:00
Sheldon Hearn
33d37c13fc
Back out previous commit. I mistook passing commentary from bde for
...
review.
Requested by: bde
1999-08-31 13:11:39 +00:00
Sheldon Hearn
8559ed58e8
Only issue a warning for the first occurrence of a UID > USHRT_MAX and
...
the first occurrence of a GID > USHRT_MAX.
PR: 13344
Reviewed by: bde
1999-08-30 09:55:42 +00:00
Mike Pritchard
ba79fc6822
Add $FreeBSD$ lines to man pages that are missing them to make
...
it easier for translation teams.
PR: docs/13418
Submitted by: Alexey Zelkin <phantom@cris.net>
1999-08-28 23:04:49 +00:00
Peter Wemm
a1a4f1a0d8
$Header$ -> $FreeBSD$
1999-08-28 05:11:36 +00:00
Peter Wemm
97d92980a9
$Id$ -> $FreeBSD$
1999-08-28 01:35:59 +00:00
Peter Wemm
7f3dea244c
$Id$ -> $FreeBSD$
1999-08-28 00:22:10 +00:00
Peter Wemm
2a4562393f
$Id$ -> $FreeBSD$
1999-08-27 23:15:48 +00:00
Mike Pritchard
8a951d305e
Remove some 4.3BSDish anacronisims that stated that it was an
...
error for a pathname to contain a character with the high-order
bit set.
Inspired by: joerg's previous commit
1999-08-27 20:21:18 +00:00
Joerg Wunsch
b6e3808f9b
Remove a 4.3BSDish anachronism that claimed EPERM for an attempt to
...
mknod() a pathname containg a ``character with the high-order bit
set''.
1999-08-27 14:25:00 +00:00
Chris Costello
1d71a557cc
Document ENOSYS error.
...
PR: docs/13290
1999-08-23 11:07:29 +00:00
Brian Feldman
fa62586ae7
This is the addition of a syslog(3) security.* top-level category. This
...
should be used from now on for anything security but not auth-related.
Included are updates for all relevant manpages and also to /etc files,
creating a new /var/log/security. Nothing in the system logs to
/var/log/security yet as of the time of this commit.
Reviewed by: rgrimes, imp, chris
1999-08-21 18:24:29 +00:00
Warner Losh
028aace8e1
Add warnings, ala mktemp, to tempnam and tmpnam as a reminder that
...
these are inherently unsafe interfaces.
Do not allow TMPDIR to override path for setuid/setgid programs.
1999-08-21 17:56:44 +00:00
Peter Holm
91289ebc39
Reverted to revision 1.8 as previous fix causes fts_open with with a
...
path name argument with a trailing '/' to fail.
Reviewed by: phk
1999-08-15 19:21:29 +00:00
Mike Pritchard
74804d58a0
Various man page cleanup:
...
- Sort xrefs
- FreeBSD.ORG -> FreeBSD.org
- Be consistent with section names as outlines in mdoc(7)
- Other misc mdoc cleanup.
PR: doc/13144
Submitted by: Alexy M. Zelkin <phantom@cris.net>
1999-08-15 09:51:25 +00:00
Peter Holm
82f712dfaf
Reviewed by: phk
...
When fts_open is used with option FTS_NOCHDIR the full
path entry of type FTS_DP is returned with a trailing
'/' if the final directory is empty.
This fix coresponds to netbsd's __fts13.c v. 1.16
1999-08-14 12:19:40 +00:00
Chris Costello
ab9120cd42
Add $Id$ tag.
1999-08-14 07:59:58 +00:00
Chris Costello
823e5a6438
Bad reference time(2) changed to time(3)
1999-08-14 07:57:52 +00:00
Chris Costello
b21e4aed42
Bad reference of sysctl(1) changed to sysctl(8)
1999-08-14 07:46:50 +00:00
Chris Costello
a251398eea
Fix .Xr line for `getpagesize'
1999-08-14 07:33:15 +00:00
Chris Costello
b07158f71c
Fix some bad references:
...
fopen(2) -> fopen(3)
fclose(2) -> fclose(3)
1999-08-14 07:07:46 +00:00
Chris Costello
e5721f2fd3
Change reference to mount(1) to mount(8)
1999-08-14 06:17:24 +00:00
Chris Costello
2d3a25e901
Change reference from kldload(3) to kldload(2)
1999-08-13 21:02:39 +00:00
Robert Nordier
18e08df153
Treat an attempt to read from a write-only stream more consistently.
...
Submitted by: Anton Berezin <tobez@plab.ku.dk>
PR : 12852
1999-08-10 21:36:51 +00:00
Warner Losh
d64292d252
Use the latest version of these files from OpenBSD.
...
1) Safty change from casper dik was added to OpenBSD's sources since I
grabbed them. milltert@openbsd.org
2) Split up strlcpy to improve efficiency of the common case.
milltert@openbsd.org
3) Cleanup of cross references for man page. {alex,aaron}@openbsd.org
Pointed out by: deraadt@openbsd.org
1999-08-10 05:58:58 +00:00
Warner Losh
a41df9e30e
Import strl{cat,cpy} from OpenBSD.
...
Obtained from: OpenBSD
1999-08-10 05:21:31 +00:00
Bruce Evans
749a33625d
Fixed missing "G" in the list item for the main description of %g and
...
%G formats.
1999-08-08 11:00:01 +00:00
Tim Vanderhoek
cc5aedfb1a
Mention that EXIT_SUCCESS and EXIT_FAILURE are preferred over
...
sysexits.h-values as exit codes for portable programs.
1999-08-01 20:46:45 +00:00
Bruce Evans
176ef327fa
Fixed $Id$.
...
Removed POSIX.1/NetBSD markup (braces) for NAME_MAX, etc. We don't
define this. Most FreeBSD man pages hard-code the limits; in fact,
utimes.2 recently became the only file in libc/sys/*.2 that mentions
NAME_MAX. There probably should be mandoc macros for this.
1999-07-31 22:29:17 +00:00
Bruce Evans
fbcc97c9d2
Removed a duplicate reference to System V.4.
1999-07-31 22:14:46 +00:00
Bruce Evans
1c8deedd38
Fixed syntax error in previous commit.
1999-07-31 22:10:17 +00:00
Bruce Evans
d3ac30dd5e
FIxed disordering in previous commit. Fixed some old disorder.
1999-07-31 22:00:09 +00:00
Nik Clayton
83f7951bfc
Document that writev(2) can fail with ENOBUFS.
...
Text is a compromise based on messages from Wes Peters, Ville-Pertti
Keinonen, and Matt Dillon.
PR: docs/10512
Submitted by: Howard Goldstein <hgoldst@mpcs.com>
1999-07-30 21:20:09 +00:00
Mike Pritchard
6a8edfca23
Use the .At macro when referencing versions of AT&T UNIX.
...
Note: you need to install the current groff tmac macros for these
man pages to format correctly. Specifically, rev 1.21 of
contrib_groff/tmac/doc-syms in -current, or rev 1.17.24 for 3.2-stable
1999-07-30 12:45:20 +00:00
Mike Pritchard
afb7dc43a9
Document the getdents(2) system call. The documentation was
...
added to the getdirentries(2) man page because 95%+ of that
man page comprised the text of the getdents(2) man page
I obtained from NetBSD.
1999-07-30 11:32:08 +00:00
Mike Pritchard
07677e5025
Document the lchmod(2) system call.
...
Pointed-out-by: bde
1999-07-30 10:08:21 +00:00