jasone
dcf0db55cc
Remove cancellation point propagation.
2000-04-26 23:17:17 +00:00
jkoshy
bcf41d55dd
Fix typo. Use `.Fa' to denote a function argument.
...
PR: docs/18214
Submitted by: Ben Smithurst <ben@scientia.demon.co.uk>
2000-04-26 05:09:22 +00:00
wollman
6f323e4920
Spell MAP_NOSYNC correctly.
...
Submitted by: allenc@verinet.com
2000-04-23 15:15:15 +00:00
wollman
363de667b5
.Lb-ify
2000-04-23 02:02:33 +00:00
phantom
13fe72d4bf
Introduce .Lb macro to libutil manpages
...
Sort .Nm values in some manpages
Remove explicit note about compiling with -lutil, it's implicitly
declared by .Lb macro now.
2000-04-22 16:17:00 +00:00
phantom
0660c0586a
Introduce .Lb macro to libposix1e manpages
...
Sort some .Nm values
Decapitalize .Nd values
2000-04-22 16:13:36 +00:00
phantom
c8cd1c858c
Introduce .Lb macro to libc_r manpages.
2000-04-22 15:50:29 +00:00
wollman
32fbc9e863
Add shm_open(3) and shm_unlink(3). The documentation could use a good
...
bit of work (and is stylistically probably the worst manual page
I've ever written).
2000-04-22 15:24:29 +00:00
phantom
5401879e3b
Introduce ".Lb" macro to libc manpages.
...
More libraries manpages updates following.
2000-04-21 09:42:15 +00:00
shin
8b8912f3ff
Change getaddrinfo() resolve order
...
from
all AAAA trial, then all A trial
to
try AAAA and A for each trial
TODO: more fix for the case where IPv4 mapped IPv6 addr is disabled
Reviewed by: ume
2000-04-20 03:31:40 +00:00
ache
c3fb688657
Add comment after locales
...
Use .Li for type
Suggested-by: sheldonh
2000-04-12 18:38:30 +00:00
asmodai
e486fe2ee6
Fix typo, reported by George Cox.
...
Fix hard sentence breaks.
Submitted by: George Cox <gjvc@sophos.com>
2000-04-12 13:38:26 +00:00
sheldonh
a365f1d25a
Do proper byte swapping in 64bit routines.
...
PR: 17681
Submitted by: "David E. Cross" <crossd@cs.rpi.edu>
Obtained from: NetBSD
2000-04-12 08:41:16 +00:00
ache
3a0797d2a4
Better wording according to multibyte(3)
...
Better man formatting
Add reference to multibyte(3)
2000-04-11 14:41:37 +00:00
phk
296f8c148a
Add a missing THREAD_UNLOCK() found missing by Valentin Nechayev
...
<netch@segfault.kiev.ua>
Remove allocation failure check from 'A' option, the 'X' option does
this as a standalone check now.
2000-04-10 09:24:44 +00:00
archie
e0670dffd3
Document EWOULDBLOCK as a possible errno return value.
2000-04-09 19:10:57 +00:00
ache
15bf78e6dc
Back out valid argument domain change - sneak to this function by error.
...
Reword test condition better. Previous variant was true for negative
characters too.
2000-03-28 11:46:40 +00:00
ache
68cad6a3ea
Describe valid argument domain for 8-bit wide locales to prevent common error
...
calling ctype functions with signed char as an argument.
2000-03-28 11:36:31 +00:00
jlemon
8ab55710ca
Decrement the timeout being passed to poll() if poll was interrupted for
...
some reason. This will prevent an infinite loop if (say) a sigalarm is
being scheduled at a more frequent interval than the poll timeout.
PR: 2191, 8847, 10553
2000-03-26 19:20:50 +00:00
charnier
abcb2d08a5
Spelling, fprintf -> err, remove unneeded variable declaration
2000-03-26 15:18:12 +00:00
bde
c5722a7ded
Fixed missing #include of <sys/types.h> in synopsis.
...
Fixed spelling error in prototype for inet_option_space().
Fixed syntax error in prototype for inet6_option_alloc().
2000-03-23 16:29:05 +00:00
bde
fce3c66cc6
Fixed missing #include of <sys/types.h> in synopsis.
2000-03-23 16:20:20 +00:00
bde
d9abbd8cc8
Fixed wrong arg type in synopsis.
2000-03-23 15:28:30 +00:00
jasone
d7816647ef
Add a man page for aio_waitcomplete(). Update the aio_cancel() man page to
...
reflect the fact that aio_cancel() works now.
Submitted by: Christopher Sedore <cmsedore@maxwell.syr.edu>
2000-03-21 10:25:22 +00:00
bsd
c1a1c736a7
Back out that last commit, it may be insecure (pointed out by Warner
...
Losh).
2000-03-16 23:53:41 +00:00
bsd
bf05d34440
Slight adjustment to __ivaliduser() - don't ignore the last line in
...
the .rhosts file just because there is no ending linefeed.
2000-03-16 22:58:34 +00:00
jasone
23c4215cb0
Take care to avoid having "strong" and "weak" symbols of the same name in
...
libc_r.
2000-03-16 02:14:41 +00:00
jlemon
859f9435c8
Fix uninitialized variable.
...
Submitted by: tanimura
2000-03-15 15:04:54 +00:00
shin
602b08acfa
Merge from NetBSD. Addition of inet_ntop() and inet_pton() description.
...
Specified by: Robert Muir <rmuir@looksharp.net>
Obtained from: NetBSD
2000-03-12 19:38:22 +00:00
shin
12c8708cdb
Cosmetic fix. Re-order MLINKS for if_indextoname.3 and inet.3 as alphabetical
...
order.
2000-03-12 19:29:52 +00:00
shin
7fac483886
Correct MLINKS contents for rcmd.3, because it is obsolete due to
...
recent changes to rcmd.3.
links to iruserok_af.3, ruserok_af.3 are removed.
link to iruserok_sa.3 is added.
2000-03-12 19:12:03 +00:00
shin
4a9ac000d9
Import from KAME. Advanced API related function descriptions.
...
Obtained from: KAME project
2000-03-12 18:45:49 +00:00
jlemon
53f4095f26
Add in IPV4 NIS support.
...
PR: 17290 (but not the same patch)
Approved by: jkh
2000-03-09 22:52:30 +00:00
paul
62f215a16f
Fix various unsigned vs signed errors that caused problems with uids
...
and gids bigger than 16 bits. Added checks for uids and gids that are
bigger than 32 bits.
Approved by: jkh (partly, this fix is bigger than I first intended)
2000-03-09 18:11:16 +00:00
shin
62fa4ac2fe
More grammer, wording, and mdoc fixes.
...
Submitted by: bde
Reviewed by: sheldonh
2000-03-09 16:41:27 +00:00
cracauer
4c5ed2febd
Temporary cosmetic change to prevent gcc-2.95.2 from doing an
...
optimization that generates code our current as doesn't understand.
The result is bad code that damages dynamic symbol locations at
runtime. Ouch. See PR bin/16862 and discussion in -current.
This change will be backed out when gcc and gas are back in sync.
PR: Fixes bin/16862, but not the underlying problem.
Submitted by: bde
Approved by: jdk
2000-03-08 12:46:25 +00:00
shin
1b7dce690e
Replace structure copy form ifreq obtained by SIOCGIFADDR
...
to memcpy(), to avoid unaligned access trap on alpha.
Approved by: jkh
2000-03-03 13:05:00 +00:00
shin
73d476cc64
CMSG_XXX macros alignment fixes to follow RFC2292.
...
Approved by: jkh
Submitted by: Partly from tech@openbsd
Reviewed by: itojun
2000-03-03 11:13:12 +00:00
bde
d83d7a1636
Fixed wrong function return types in synopsis.
2000-03-03 05:28:51 +00:00
shin
3d5c7f466d
-Reflect function name change.
...
-Added more description.
-Many grammer fix.
-Fix hard sentence break.
-Many other man style fix.
Thanks for bde finding out the problem.
Thanks for sheldon for the patient and thorough review.
:-)
Submitted by: bde
Reviewed by: sheldonh
2000-03-02 15:57:06 +00:00
sheldonh
244b8ead7d
Remove more single-space hard sentence breaks.
2000-03-02 14:54:02 +00:00
sheldonh
329223e6f2
Remove single-space hard sentence breaks. These degrade the quality
...
of the typeset output, tend to make diffs harder to read and provide
bad examples for new-comers to mdoc.
2000-03-02 09:14:21 +00:00
nik
a00cc32757
Fix errors in .Xr usage.
...
PR: docs/17057
Submitted by: Submitted by: Udo Erdelhoff <ue@nathan.ruhr.de>
2000-03-01 10:48:35 +00:00
ps
c3800346ab
Add MAP_NOCORE to mmap(2), and MADV_NOCORE and MADV_CORE to madvise(2).
...
This
This feature allows you to specify if mmap'd data is included in
an application's corefile.
Change the type of eflags in struct vm_map_entry from u_char to
vm_eflags_t (an unsigned int).
Reviewed by: dillon,jdp,alfred
Approved by: jkh
2000-02-28 04:10:35 +00:00
ru
90e3f24f25
Restore [no]{s|u}unlnk' and
[no]opaque' support.
...
Broken in src/bin/ls/stat_flags.c,v 1.12.
PR: 16885
Approved by: jkh
2000-02-22 08:13:07 +00:00
shin
98f78aba9d
Change IPv6 scoped addr format again based on recent standard discussion.
...
Sorry for the flapping, but no change will be done for 4.0 anymore.
Official standard will be published around April or later.
If different format would be adopted at that time, then support for
the new format will be added to the succeeding FreeBSD 4.x.
Approved by: jkh
2000-02-19 16:10:16 +00:00
dillon
7a2987cf94
Fix null-pointer dereference crash when the system is intentionally
...
run out of KVM through a mmap()/fork() bomb that allocates hundreds
of thousands of vm_map_entry structures.
Add panic to make null-pointer dereference crash a little more verbose.
Add a new sysctl, vm.max_proc_mmap, which specifies the maximum number
of mmap()'d spaces (discrete vm_map_entry's in the process). The value
defaults to around 9000 for a 128MB machine. The test is scaled for the
number of processes sharing a vmspace (aka linux threads). Setting
the value to 0 disables the feature.
PR: kern/16573
Approved by: jkh
2000-02-16 21:11:33 +00:00
jasone
940003aae4
Add man pages for the sem_*() functions.
...
Approved by: jkh
2000-02-16 19:31:53 +00:00
fenner
2471367d59
Fix coredump in gethostbyaddr() when the returned answer is too large to
...
fit in the static buffer. This fix causes it to look like there is no
data available, which is also wrong but is better than dumping core.
PR: bin/10344
Reviewed by: billf
Approved by: jkh
2000-02-16 04:39:00 +00:00
chris
47ff3cea33
Replace .Os BSD' which caused a troff error with
.Bx' which also
...
happens to be the correct macro to use in this situation.
2000-02-14 01:34:15 +00:00