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
Jacques Vidrine
580ef74769
Explicitly initialize _pw_passwd.
2000-10-27 18:27:07 +00:00
Hajimu UMEMOTO
4a5af3d0cc
Make RES_OPTIONS=inet6 work.
...
Basically PR22196, but slightly modified.
PR: bin/22196
2000-10-27 12:34:52 +00:00
Andrey A. Chernov
a91655018d
For %c replace reference to asctime(3) with ctime(3) from which %c genetically
...
originates
2000-10-26 22:11:11 +00:00
Andrey A. Chernov
aabf7d45a4
Treat c_fmt field as compatibility placeholder
2000-10-26 16:20:57 +00:00
Andrey A. Chernov
c877745700
Force "%c" to be ctime-compatible
...
Submitted by: ru
2000-10-26 16:07:04 +00:00
Andrey A. Chernov
f0b22c7b6a
Force %c to be "%a %Ef %T %Y" to eliminate problems with bad c_fmt
...
Submitted by: ru
2000-10-26 14:22:41 +00:00
Andrey A. Chernov
a2e0cef1d5
Describe %c better
...
Submitted by: ru (with modifications)
2000-10-24 15:37:48 +00:00
Nick Hibma
40a7a362c7
Correct the text on RETURN VALUES.
2000-10-20 00:27:56 +00:00
Doug Rabson
84dc1ae7fc
Return zero from setjmp() and _setjmp() for now.
2000-10-16 16:51:50 +00:00
Doug Rabson
6b7d87d9e1
Fix a couple of dumb mistakes.
2000-10-16 16:48:48 +00:00
Marcel Moolenaar
603fa52221
Fix RAW dependency violation on p6 between cmp and mov.
2000-10-15 20:33:41 +00:00
Doug Rabson
94fb7ad620
Initial libc port for ia64.
2000-10-14 17:01:12 +00:00
John W. De Boskey
6bf02e51da
Document the ptrace() PT_STEP request.
...
Add references to the newly added hardware debug register
support functions i386_clr_watch(3) and i386_set_watch(3).
Reviewed by: Sean Eric Fagan <sef@kithrup.com>
and no other response to the review request.
2000-10-14 04:01:39 +00:00
Robert Watson
36fa62c01b
o Introduce cap_from_text() and cap_to_text() implementations.
...
Reviewed by: green
Obtained from: TrustedBSD Project
Security audited by: imp, green
2000-10-13 18:24:58 +00:00
Robert Watson
ab024bb02e
o Simplify capability types away from an array of ints to a single
...
u_int64_t flag field, bounding the number of capabilities at 64,
but substantially cleaning up capability logic (there are currently
43 defined capabilities).
o Heads up to anyone actually using capabilities: the constant
assignments for various capabilities have been redone, so any
persistent binary capability stores (i.e., '$posix1e.cap' EA
backing files) must be recreated. If you have one of these,
you'll know about it, so if you have no idea what this means,
don't worry.
o Update libposix1e to reflect this new definition, fixing the
exposed functions that directly manipulate the flags fields.
Obtained from: TrustedBSD Project
2000-10-13 17:12:58 +00:00
Robert Watson
42acb11991
o Update BUGS entry to indicate in a more precise manner the implementation
...
status of capabilities (library is complete, kernel work is maintained
outside the tree).
Obtained from: TrustedBSD Project
2000-10-12 17:58:14 +00:00
Jason Evans
1ae8b96572
Fix pthread cancellation point propagation.
2000-10-12 04:29:44 +00:00
Robert Watson
c0e01b9036
o Introduce a MAINTAINER entry for libposix1e, since it is actively
...
developed and maintained.
2000-10-02 23:41:19 +00:00
Jacques Vidrine
534f2a9dad
Use issetugid instead of comparing get[ug]id and gete[ug]id.
...
Suggested by: Don Lewis <Don.Lewis@tsc.tdk.com>
2000-09-30 17:29:54 +00:00
Jacques Vidrine
b27eae53e9
Ignore HESIOD_CONFIG and HES_DOMAIN environmental variables for
...
set-user-ID and set-group-ID programs.
Suggested by: Danny Braniss <danny@cs.huji.ac.il>
2000-09-29 12:56:33 +00:00
Peter Wemm
5edc357219
Add man pages for mod*(2). Shamelessly cut/pasted from the kld*(2) man
...
pages by Chris Costello.
2000-09-28 22:39:59 +00:00
Alexey Zelkin
e3950d8e0e
Fix typo
...
PR: misc/21596
Submitted by: TOGAWA Satoshi <toga@puyo.org>
2000-09-27 18:24:31 +00:00
Jun-ichiro itojun Hagino
45181a751b
off-by-1 error in string length validation
...
From: Pavel Kankovsky <peak@argo.troja.mff.cuni.cz>
2000-09-25 23:04:36 +00:00
Robert Watson
374c6c0f71
o Minor whitespace, comment cleanups
...
o Removal of unneeded enum
o Removal of commented out debugging printf()'s.
Obtained from: TrustedBSD Project
2000-09-22 16:36:04 +00:00
Eivind Eklund
11ab3fc7cb
Better documentation of append mode. This should have gone in -current
...
directly. Now also .Xr fseek reference.
Prodded by: sheldonh
2000-09-22 12:55:36 +00:00
Ralf S. Engelschall
a98588331c
Resurrect documentation of chflags(2)'s SF_ARCHIVED.
...
PR: 21428
Reviewed by: ben
2000-09-22 06:58:22 +00:00
Brian S. Dean
9d90941a83
Add a couple of debug register helper functions to assist in setting
...
and clearing watchpoints.
Reviewed by: jwd@FreeBSD.org , -hackers@
2000-09-21 17:07:27 +00:00