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
Ruslan Ermilov
251c176f41
mdoc(7) police: use certified section headers wherever possible.
2000-11-17 11:44:16 +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
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
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
Andrzej Bialecki
2de021a4bc
Correct description of KERN_PROC. Add description of KERN_PROC_ARGS.
2000-11-11 16:12:30 +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
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
Mike Pritchard
beb64fb5ac
Style & grammar fixes.
...
PR: docs/22374, docs/13020
2000-10-28 18:37:37 +00:00
Jacques Vidrine
580ef74769
Explicitly initialize _pw_passwd.
2000-10-27 18:27:07 +00:00
John Polstra
7f244df88e
Document RTLD_DEFAULT and the search algorithm used for resolving
...
undefined symbols.
2000-09-19 04:28:34 +00:00
John Polstra
07f643a52b
Make a somewhat unsatisfactory attempt to describe the effects of
...
the RTLD_GLOBAL and RTLD_LOCAL flags which can be passed to dlopen().
2000-09-19 04:02:05 +00:00
Poul-Henning Kamp
3cea595248
Pickup SPECNAMELEN from <sys/param.h> and use it.
...
A missing _PATH_DEVDB ("/var/run/dev.db") is not cause for a warning
anymore, the file is effectively optional these days.
2000-09-16 21:58:53 +00:00
Poul-Henning Kamp
8d25eb2c3a
Add code to devname(3) so it can find the names of devices which
...
were not present when dev_mkdb(8) was run.
First the dev_mkdb(8) database is searched, this caters for non-DEVFS
cases where people have renamed a device.
If that fails we ask the kernel using sysctl kern.devname if the device
driver has put a name in the dev_t. This covers DEVFS cloned devices.
If that also fails we format a string which isn't entirely useless.
2000-09-09 11:39:59 +00:00
Jacques Vidrine
248aee623c
Add nsswitch support. By creating an /etc/nsswitch.conf file, you can
...
configure FreeBSD so that various databases such as passwd and group can be
looked up using flat files, NIS, or Hesiod.
= Hesiod has been added to libc (see hesiod(3)).
= A library routine for parsing nsswitch.conf and invoking callback
functions as specified has been added to libc (see nsdispatch(3)).
= The following C library functions have been modified to use nsdispatch:
. getgrent, getgrnam, getgrgid
. getpwent, getpwnam, getpwuid
. getusershell
. getaddrinfo
. gethostbyname, gethostbyname2, gethostbyaddr
. getnetbyname, getnetbyaddr
. getipnodebyname, getipnodebyaddr, getnodebyname, getnodebyaddr
= host.conf has been removed from src/etc. rc.network has been modified
to warn that host.conf is no longer used at boot time. In addition, if
there is a host.conf but no nsswitch.conf, the latter is created at boot
time from the former.
Obtained from: NetBSD
2000-09-06 18:16:48 +00:00
Peter Wemm
7aa1d9cd4a
Remove the SIGSYS handler and wrapper around the __getcwd() syscall.
...
It was kinda silly since the sigaction() syscall that it used to setup
the handler is more recent than __getcwd(), therefore it was useless
as the wrapper would have died before even getting as far as __getcwd(2).
Reminded by: bde
2000-09-05 09:35:36 +00:00
Brian Somers
1357c5d3cc
setproctitle() requires unistd.h and not libutil.h/-lutil
2000-09-02 02:25:34 +00:00
Brian Somers
9feac5c218
Move setproctitle() from libutil to libc (after a repo-copy)
...
and bump __FreeBSD_version to 500012 to mark the occasion.
setproctitle() is prototyped in unistd.h as opposed to stdlib.h
where OpenBSD and NetBSD have it.
Reviewed by: peter
2000-09-02 01:51:36 +00:00
Dag-Erling Smørgrav
1250db8139
Import XPG4-compliant basename(3) and dirname(3) from OpenBSD.
...
The man pages need some adjustments.
PR: 12960, 12962
Submitted by: James Howard <howardjp@wam.umd.edu>
Obtained from: OpenBSD
2000-08-31 15:56:15 +00:00
Brian Feldman
8ca723793a
Fix style bugs (including ones introduced from OpenBSD).
2000-08-16 23:37:16 +00:00
Kris Kennaway
8f6d480067
sprintf -> snprintf paranoia
2000-08-04 10:23:42 +00:00
Jason Evans
b167c9a5c1
Make sem_post() safe to call from within a signal handler, as required by
...
POSIX/SUSv2.
2000-08-01 21:19:09 +00:00
Paul Saab
305ad8f908
If the format string passed to setproctitle begins with a '-'
...
character, skip the program name when setting the process title.
Ansified with extreme prejudice.
Reviewed by: peter
2000-08-01 06:37:09 +00:00
Peter Wemm
db3c6b6b22
Add a skeleton rfork_thread(3) man page.
2000-07-29 12:12:39 +00:00
Sheldon Hearn
8072ee08a9
Remove the reference to KERN_UPDATEINTERVAL and syncer(4), since
...
KERN_UPDATEINTERVAL can't be used to control sched_sync(). In
fact, there's no easy way to control the syncer with sysctls.
Reported by: bde
2000-07-22 15:36:36 +00:00
Sheldon Hearn
a6b651021d
Update stale references to update(4) with references to the new
...
syncer(4) manual page.
2000-07-19 07:39:08 +00:00
Jason Evans
8e234adf86
Change my email address in the copyright notices for the sake of consistency
...
(jasone@canonware.com --> jasone@freebsd.org ).
2000-07-18 01:38:19 +00:00
Jason Evans
82db3da3e1
Reshuffle the SEE ALSO section.
...
Prompted by: sheldonh
2000-07-17 22:33:32 +00:00
John Polstra
59a821dae2
Change the dllockinit() interface from "experimental" to
...
"deprecated" and warn that it will disappear eventually.
2000-07-08 04:17:28 +00:00
Sheldon Hearn
256dba38d1
Remove trailing whitespace only.
2000-07-03 08:31:02 +00:00
Sheldon Hearn
d72b904079
Fix overlong line and trailing whitespace introduced in rev 1.8.
2000-07-03 08:28:30 +00:00
Sheldon Hearn
c50c83c0e1
Add to the SEE ALSO section, a reference to the RFC mentioned in
...
text introduced in the previous commit.
2000-07-03 08:26:50 +00:00
Brian Feldman
a9e2722c58
Re-pair the MLINKS of unvis.3 with strunvisx.3. This undoubtedly was a
...
world breakage.
2000-07-03 05:21:43 +00:00
Alexander Langer
0b1c18e4cf
Add strunvisx.3 MLINK.
2000-07-02 21:45:16 +00:00
Alexander Langer
d8fa6babb4
Document VIS_HTTPSTYLE:
...
VIS_HTTPSTYLE is a new encoding style for use in vis(), strvis() and
strvisx() that escapes characters according to RFC 1808 (URI encoding).
Since decoding of these require different detection of start-points of
escaped characters, VIS_HTTPSTYLE can be given as flag to unvis().
unvis() will then properly decode URIs.
A new function appeared, strunvisx(): strunvisx() behaves similar as
strunvis(), with one exception: It has an additional flag parameter,
which is passed to unvis() to archive the effect I described above.
2000-07-02 21:31:26 +00:00
Dan Moschuk
d81584ae91
Style fixes.
2000-07-01 17:49:34 +00:00
Dan Moschuk
e63a7af508
Add URI encoding to the vis/unvis routines courtesy of VIS_HTTPSTYLE.
...
Since alex is a -doc committer, he can update his own manpage. :-)
Also add $FreeBSD$ while I'm here.
Submitted by: alex
2000-07-01 15:55:49 +00:00
Jason Evans
b79702feff
Fix typo in SEE ALSO section.
2000-06-28 03:15:21 +00:00
Josef Karthauser
1246bf7279
Remove the setflags/getflags routines. Their functionality has
...
been replaced with the library calls fflagstostr and strtofflags.
2000-06-18 20:10:41 +00:00
Josef Karthauser
c5bb91d1b2
Add strtofflags and fflagstostr to libc.
2000-06-17 11:55:57 +00:00
Josef Karthauser
8c7bdc130e
Modify strtofflags so that it returns a malloced string instead of a
...
pointer to a static buffer.
2000-06-17 11:09:24 +00:00
Josef Karthauser
d502d9ac46
The "def" arg for fflagstostr is too specialized for ls. The caller
...
can easily translate from "" to whatever it wants to print if no
flags are set. (ls prints "-" and mtree prints "none".)
Suggested by: bde
2000-06-17 01:43:56 +00:00
Josef Karthauser
b81eeaf0a6
Return of the evil file flags! The {s|g}etflags functions were
...
renamed to {s|g}etflagsbyname, which received objections. They're
now called strtofflags (string to file flags) and fflagstostr (file
flags to string).
Suggested by: bde
2000-06-17 01:28:13 +00:00
Kris Kennaway
6641555f44
#include <string.h> for memcpy() prototype
...
Obtained from: OpenBSD
2000-06-03 00:27:54 +00:00
Guy Helmer
b4183771fd
Describe errx/warnx in comparison to errc/warnc/err/warn.
...
Use .Fa instead of .Va for function arguments.
Reviewed by: sheldonh
2000-05-23 19:52:35 +00:00