guido
f0ee13b810
We _do_ support MS_ASYNC
...
Reviewed by: Matthew Dillon <dillon@apollo.backplane.com>
2000-01-24 18:35:16 +00:00
alfred
18f642a248
Clarify that we don't offer hard realtime.
...
Split timeval options into 3 paragraphs, it's easier on my eyes.
2000-01-24 02:13:21 +00:00
jasone
303a1b5e43
Remove unnecessary alternate entry points for *setjmp(). Make the main
...
entry point the standard name when not compiling libc_r (for example,
longjmp is the main entry point instead of __longjmp).
Suggested by: bde
2000-01-20 21:58:27 +00:00
jasone
271b33587d
Move ENTRY and ALTENTRY definitions to asm.h where they belong.
...
Unbreak profiling. Again.
Submitted by: bde
2000-01-20 03:15:01 +00:00
sheldonh
ad9f304ef9
Although it should be obvious that the 3-digit numeric values of the
...
characters shown are octal, state this explicitly for the easily
misled.
2000-01-19 16:21:05 +00:00
sheldonh
74366b47ef
Make the quotes in the #include line visible.
2000-01-19 13:27:03 +00:00
jasone
2c6582da15
Make minor entry point changes to support libc_r.
2000-01-19 07:01:40 +00:00
rwatson
bfcdbb7508
Fix bde'isms in acl/extattr syscall interface, renaming syscalls to
...
prettier (?) names, adding some const's around here, et al.
This is commit 4 out of 3, updating the userland library to reflect kernel
interface changes.
Reviewed by: bde
2000-01-19 06:13:59 +00:00
wpaul
81ac67ad74
Close PR#16028. Make the sanity check saner. The condition that we
...
check for on the server may arise legitimately on the client. The
correct way to check for a zero record length is to check for it
without the LAST_FRAG marker in it, since it's legal to send a LAST_FRAG
marker with 0 bytes of data.
PR: misc/16028
2000-01-19 06:12:32 +00:00
chris
5abc54f36b
Document KERN_QUANTUM under CTL_KERN
...
PR: 15637
Submitted by: jhs
2000-01-19 05:32:27 +00:00
chris
0d97bae686
Document isnanf() for checking if a float is NaN (``Not-a-Number'') and
...
create a link from isnanf.3 to isinf.3.
PR: 13878
2000-01-19 04:58:39 +00:00
markm
df0e9dcbe4
This man page is not needed; it just gets jumped on later when libcrypt
...
is installed.
Submitted by: bde
2000-01-18 18:25:45 +00:00
sheldonh
960ecfb171
Add HISTORY.
...
Submitted by: obrien
2000-01-18 12:50:13 +00:00
bde
cc85ed5238
Fixed missing backslash in previous commit. Adding setresuid.2 has taken
...
4 commits and 2 world breakages so far.
2000-01-18 05:38:05 +00:00
sheldonh
ab8476344d
Fix line too long style bug in the previous commit (which, by the
...
way, unbroke world).
2000-01-18 05:15:26 +00:00
ache
92d07f2587
add setresuid.2
2000-01-18 04:37:21 +00:00
rwatson
a9df9c5f9f
acl_delete_default_file() changed to acl_delete_def_file()
2000-01-17 17:48:22 +00:00
sheldonh
e6afbccaac
Add manual pages for the newly added setres[ug]id system calls.
2000-01-17 15:01:42 +00:00
kris
f7cc1d01ee
We no longer care about the VAX and Tahoe compilers :-)
2000-01-17 01:28:00 +00:00
rwatson
e48c1317b1
Oops, didn't commit the Makefile for libposix1e--this should fix build
...
problems.
Reviewed by: eivind
2000-01-15 23:33:49 +00:00
rwatson
71ddc09478
libposix1e provides userland library calls for the POSIX.1e security
...
interface. This commit introduces the library, as well as a modest
subset of the ACL calls, with some modifications to support multiple
ACL semantics.
Reviewed by: eivind
2000-01-15 19:44:27 +00:00
bde
3c0d60caf9
Fixed corrupted tabs in previous commit.
2000-01-14 15:47:00 +00:00
shin
16085f4294
libc rcmd update for IPv6.
...
A new function bindresvport2(), AF independent version of bindresvport()
is also added.
Reviewed by: sumikawa
Obtained from: KAME project
2000-01-13 15:09:48 +00:00
asmodai
67fa8a58e3
Correct placement of $FreeBSD$ CVS identifier.
2000-01-13 14:27:44 +00:00
asmodai
520393ee7a
Change `from'' to
`to''.
...
PR: 15729
Submitted by: Kim Toms
2000-01-13 14:26:23 +00:00
jasone
226390d852
Fix unresolved _libc_*() references in libc by creating weak aliases
...
to the respective system call entry points.
2000-01-13 09:26:50 +00:00
shin
5f66665af1
added IPv6 unspecified addr check for getipnodebyaddr.
2000-01-13 05:47:11 +00:00
shin
773759d8c9
added IPv4 mapped IPv6 addr consideration for getaddrinfo() reverse lookup case
2000-01-13 05:37:51 +00:00
jasone
75903038bc
Add three-tier symbol naming in support of POSIX thread cancellation
...
points. For library functions, the pattern is __sleep() <--
_libc_sleep() <-- sleep(). The arrows represent weak aliases. For
system calls, the pattern is _read() <-- _libc_read() <-- read().
2000-01-12 09:23:48 +00:00
jdp
2ffb21198c
Remove the warning that this interface shouldn't be used yet. Fix
...
a typo. Clarify a sentence.
2000-01-09 21:01:39 +00:00
kris
928ad74819
Correct discrepancy between definition of argument to tempnam() and
...
the name by which it is referenced in the text.
2000-01-09 08:54:03 +00:00
kris
1e78bc825f
Sync contents of struct nfsd_svrargs
2000-01-09 01:54:35 +00:00
itojun
be619b600c
remove most of PF_INET6 description. add references only.
...
Suggested by: Ruslan Ermilov <ru@FreeBSD.org>
2000-01-06 08:58:33 +00:00
itojun
b5c109c129
bring in description for KAME IPv6 changes.
...
XXX it looks that sysctl.3 lacks most of PF_INET items.
Reviewed by: shin
Obtained from: KAME (netbsd-current)
2000-01-06 03:47:57 +00:00
hoek
25fa278a58
Make example for handling "-##" work and comply with style(9). Still
...
doesn't handle nastier corner cases such as "-j3 -33" correctly. <shrug>
PR: docs/12994 (James Howard <howardjp@wam.umd.edu>)
2000-01-06 01:25:15 +00:00
bde
99aef07680
Fixed the type of dllockinit() (const unpoisoning).
...
Use long lines instead of lines split with backslash-newline in synopsis.
My synopsis checker doesn't understand backslash-newline.
2000-01-05 19:04:55 +00:00
bde
95de817e06
Fixed missing include in synopsis.
...
Use long lines instead of lines split with backslash-newline in synopsis.
My synopsis checker doesn't understand backslash-newline.
2000-01-05 19:02:14 +00:00
bde
2652dfd127
Fixed missing include in synopsis.
2000-01-05 18:54:37 +00:00
jasone
ee0047e544
Unbreak profiling. bde says this is not the cleanest way to fix the
...
problem, but that it works.
Submitted by: bde
2000-01-04 00:02:21 +00:00
billf
fd1f77cbc0
Grammar: "be even number" -> "be an even number"
2000-01-03 20:18:04 +00:00
hoek
8ff2a6f6d4
Backout the prev. commit. It's a bad idea to make-up terms. I believe
...
there is no good solution here.
Set-on-the-straight-and-narrow by: bde
1999-12-31 21:27:02 +00:00
peter
d53e4c1d80
Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"
...
is an application space macro and the applications are supposed to be free
to use it as they please (but cannot). This is consistant with the other
BSD's who made this change quite some time ago. More commits to come.
1999-12-29 05:07:58 +00:00
hoek
91e396f155
Typo cops.
1999-12-28 15:24:01 +00:00
hoek
30af2ca344
Add history: The reallocf() function first appeared in FreeBSD-3.0.
...
See imp's 199808201619.KAA20970@harmony.village.org in freebsd-hackers (the
reallocf.c cvs history mistakenly refers to freebsd-current).
1999-12-28 15:14:59 +00:00
hoek
6402f219ac
Add ".Xref tolower 3" since its internal use is inferred in DESCRIPTION.
1999-12-28 14:57:33 +00:00
hoek
ff58456baf
Avoid the potentially confusing term "a null pointer" and say "the NULL
...
pointer" instead. The potential confusion arises because the string/*.3
pages use the term "null-terminated string" (which is permissable). Moreover,
this also makes these two manpages more consistent with the other string/*.3
manpages.
1999-12-28 14:47:00 +00:00
hoek
e4beaa24b2
Add .Xrefs to tolower.3 and toupper.3, respectively.
1999-12-28 14:10:21 +00:00
rwatson
425c15d62c
Suppress vast quantities of unneeded warnings spewed by libc's gethostbydns
...
on encountering a real-world SIG record during a lookup of another type.
PR: bin/7352
Reviewed by: peter, eivind
1999-12-28 07:21:08 +00:00
shin
21448b4627
Small bug fix and improvements
...
(1)added error check of if_nameindex() return value at getaddrinfo().
(2)print out more detailed information when getaddrinfo() error value
is EAI_SYSTEM.(in this case system error num is kept in errno)
(1) is Discovered by: jinmei@kame.net in KAME environment.
1999-12-28 05:37:39 +00:00
jdp
363b7bd537
Work around an assert failure in the dynamic linker's default thread
...
locking functions. If an application loads a shared object with
dlopen() and the shared object has an init function which requires
lazy binding, then _rtld_bind is called when the thread is already
inside the dynamic linker. This leads to a recursive acquisition
of the lock, which I was not expecting -- hence the assert failure.
This work-around makes the default locking functions handle recursive
locking. It is NOT the correct fix -- that should be implemented
at the generic locking level rather than in the default locking
functions. I will implement the correct fix in a future commit.
Since the dllockinit() interface will likely need to change, warn
about that in both the man page and the header file.
1999-12-28 04:38:17 +00:00