Alfred Perlstein
070f57f520
document O_NOFOLLOW and O_FSYNC flags to open
2000-11-29 04:08:49 +00:00
John Baldwin
9a51cfcde1
Prefix the register argument of indirect 'jmp's with a * to make gas 2.10.x
...
happy.
2000-11-28 22:59:14 +00:00
Matthew Hunt
fecae3493c
The parameter that contains valid options is "optstring", not "optarg".
2000-11-28 22:06:17 +00:00
Maxim Sobolev
1447779521
Add reference to elf(5) in addition to already mentioned a.out(5) and add both
...
elf(5) and a.out(5) into `SEE ALSO' section.
2000-11-27 15:18:25 +00:00
David E. O'Brien
07a9238fc1
Note that the `fmt' parameter is a printf()-like string.
2000-11-26 23:33:40 +00:00
Poul-Henning Kamp
798c1fd885
Make it possible to override the function which writes messages to
...
stderr in case of warnings and errors.
Rename malloc_options to have a leading underscore, I belive I have been
told that is more correct namespace wise.
2000-11-26 10:30:18 +00:00
Kris Kennaway
4b5e6561d3
sprintf -> snprintf
2000-11-26 09:05:40 +00:00
Sheldon Hearn
b97552bf54
Remove the only hard sentence break in the file.
2000-11-24 10:48:02 +00:00
Ruslan Ermilov
454409ad22
Eliminate groff(1) warnings.
2000-11-24 09:33:37 +00:00
Ruslan Ermilov
c23155a43a
mdoc(7) police: Er macro usage cleanup.
2000-11-22 16:02:00 +00:00
Ruslan Ermilov
725ab6287f
log
2000-11-22 09:23:54 +00:00
Jonathan Lemon
ee85cf8bb2
Fix a logic reversal: the RFFDG flag must be unset in order to share
...
a file descriptor table. (Thanks to Alan Cox)
Clarify the fact that the changelist and eventlist can be shared.
2000-11-21 22:40:59 +00:00
Jeroen Ruigrok van der Werven
02e1f97870
Clarify the time parameter of the kevent() system call.
...
Inspired by PR: 21708
Submitted by: Ronald F. Guilmette <rfg@monkeys.com>
Reviewed by: jlemon
2000-11-21 15:22:36 +00:00
Sheldon Hearn
067c7f48de
Fix hard sentence break introduced in rev 1.7.
2000-11-20 16:25:10 +00:00
Sheldon Hearn
8e770e7803
Add a period missing from rev 1.13.
2000-11-20 16:19:37 +00:00
Sheldon Hearn
3efaff6731
Remove blank line introduced in rev 1.13.
2000-11-20 16:18:45 +00:00
Ruslan Ermilov
a304568fd9
mdoc(7) police: fixed warnings.
2000-11-20 14:22:41 +00:00
Ruslan Ermilov
432108fa2a
mdoc(7) police: fixed warning.
2000-11-20 14:18:21 +00:00
Ruslan Ermilov
563f6bde6e
mdoc(7) police: Nm -> Fn where appropriate.
2000-11-20 14:11:46 +00:00
Ruslan Ermilov
3b8ecdbbbe
mdoc(7) police: use the new features of the Nm macro.
2000-11-20 14:08:07 +00:00
Kris Kennaway
b05092e25a
MAXPATHNAMELEN -> MAXPATHLEN
...
Submitted by: ianm@kashmir.cit.nepean.uws.edu.au via OpenBSD
Obtained from: OpenBSD
2000-11-19 11:29:58 +00:00
Kris Kennaway
7853d5d839
Don't suggest people use getpid() to construct temporary filenames;
...
point them to mkstemp() instead.
Obtained from: OpenBSD (based on)
2000-11-19 10:30:42 +00:00
Kris Kennaway
dc3f2db745
Update the documentation to describe the new mktemp() family behaviour.
...
Also notes that mkstemp() first appeared in 4.4BSD (change obtained
from OpenBSD)
Reviewed by: sheldonh
2000-11-19 10:21:32 +00:00
Ruslan Ermilov
251c176f41
mdoc(7) police: use certified section headers wherever possible.
2000-11-17 11:44:16 +00:00
Ruslan Ermilov
55d8033fb4
Replace a dagger' sign with a
double dagger' one.
...
The former looks ugly on grotty(1) devices.
2000-11-16 11:22:42 +00:00
Ben Smithurst
cb17760de7
Remove fullstops from the end of .Xr lines in SEE ALSO section.
2000-11-15 14:40:14 +00:00
Ruslan Ermilov
855ac919f1
Convert this from -man to -mdoc.
2000-11-14 16:47:54 +00:00
Ruslan Ermilov
b5c508fba3
Use Fx macro wherever possible.
2000-11-14 11:20:58 +00:00
Sheldon Hearn
b03c558b5a
Change [Ii]t's to "It is" and "its" as appropriate.
2000-11-14 07:36:51 +00:00
Sheldon Hearn
d2d9aa87f5
Whitespace only: remove hard sentence breaks introduced in previous
...
commit and use a paragraph marker (Pp) instead of a blank line.
2000-11-14 07:35:02 +00:00
David E. O'Brien
fe17fef5d2
Bump the shared lib version. There seems to have been an incompatible
...
change committed to RELENG_4 where a bump there is now necessary.
We've got to go before RELENG_4 does.
2000-11-14 02:46:23 +00:00
Jacques Vidrine
0634de0c1f
Fix bug introduced in previous commit: users obtained via compat mode
...
had uid, gid set to 0 if not otherwise specified!
Submitted by: eivind
2000-11-13 21:22:50 +00:00
Nik Clayton
d4c5a1f678
Create the links for the reentrant time functions.
...
PR: docs/22644
Submitted by: andrew@ugh.net.au
2000-11-12 16:17:53 +00:00
Andrzej Bialecki
2de021a4bc
Correct description of KERN_PROC. Add description of KERN_PROC_ARGS.
2000-11-11 16:12:30 +00:00
Kris Kennaway
f1303ab4b2
Increase the size of the mktemp() filename space by dropping the PID from
...
the encoding and using the character set [a-zA-Z0-9]. This gives a total
of 62^6 = 56800235584 possible temporary filenames for the usual default
invocation of 6 X's (compared to as few as 52 possibilities for the
previous algorithm where up to 5 characters were wasted by the PID).
Update some apparently bitrotten comments to reflect reality.
Audited by: eivind, freebsd-audit
Reviewed by: freebsd-current (a while ago)
Originally submitted by: Peter Jeremy <Peter.Jeremy@alcatel.com.au>
2000-11-10 23:27:55 +00:00
Alfred Perlstein
589d1374d4
remove outdated bugs, we actually do have aio_cancel support
...
as well as support for the field aio_offset in the aiocb structure.
2000-11-10 20:57:05 +00:00
Jacques Vidrine
61a33b7ca5
Fix passwd entry `prototypes' in compat mode. I broke this in revision
...
1.55 when importing nsswitch from NetBSD.
Reported by: Naoki Kobayashi <shibata@geo.titech.ac.jp>
2000-11-10 19:11:14 +00:00
Ruslan Ermilov
726b61ab5f
Avoid use of direct troff requests in mdoc(7) manual pages.
2000-11-10 17:46:15 +00:00
David E. O'Brien
d045c51555
Use size_t rather than a 16-bit data type fo the length.
...
PR: 9350
Submitted by: Danny J. Zerkel <dzerkel@columbus.rr.com>
2000-11-07 22:19:23 +00:00
Ruslan Ermilov
a72b09f0aa
Fixed typos.
2000-11-06 15:46:57 +00:00
Kris Kennaway
ce41d42aeb
More secure temporary filename. This needs to be revisited to use
...
mkstemp().
2000-11-02 10:14:09 +00:00
Sheldon Hearn
22c8b05f4e
Fix nits introduced in rev 1.9:
...
Remove single-space hard sentence break.
Mark errno up as a Variable (Va).
2000-10-30 19:43:30 +00:00
Jeroen Ruigrok van der Werven
f99e2564c2
Replace old sigaction struct declaration with the new one as present
...
in <sys/signal.h>.
This might be a shortterm fix until the manpage is updated towards
POSIX terminology. And maybe not...
PR: 21542
Submitted by: Ronald F. Guilmette <rfg@monkeys.com>
2000-10-30 14:27:18 +00:00
Jeroen Ruigrok van der Werven
cc5966e584
Correct incorrect information about the PATH used for exec*() calls.
...
PR: 21990
Partially submitted by: Gerhard Sittig <Gerhard.Sittig@gmx.net>
2000-10-30 13:39:23 +00:00
Jeroen Ruigrok van der Werven
5714e85318
Whitespace only change: trim trailing whitespace.
2000-10-30 13:23:19 +00:00
Munechika SUMIKAWA
725f35a7e5
Fix memory leak.
...
Obtained from: KAME
2000-10-29 16:10:48 +00:00
Eivind Eklund
e68aef6429
Back out previous commit (MLINK malloc.conf.5 -> malloc.3).
...
This did not work correctly with whatis(1).
Issue brought up by: mpp
2000-10-29 13:20:24 +00:00
Eivind Eklund
8b746a4d67
Add link malloc.conf.5 -> malloc.3
2000-10-29 09:59:35 +00:00
Mike Pritchard
beb64fb5ac
Style & grammar fixes.
...
PR: docs/22374, docs/13020
2000-10-28 18:37:37 +00:00
Hajimu UMEMOTO
7363d0e795
defined HAVE_IFM_DATA for (free|net|open)bsd
...
Submitted by: JINMEI Tatuya <jinmei@isl.rdc.toshiba.co.jp>
Obtained from: KAME Project
2000-10-28 17:54:19 +00:00