thorpej
60fd0955b1
Un-comment-out Xr to uuidgen(1).
2004-09-13 23:36:25 +00:00
thorpej
523777c603
Add HISTORY section.
2004-09-13 23:24:15 +00:00
wiz
a1c60f9187
New sentence, new line. -1 needs a backslash. Fix a typo.
...
Fix an article. Comment out Xr to uuidgen(1), since we do not have that.
2004-09-13 22:52:39 +00:00
thorpej
de1dfb1250
DCE 1.1 RPC compatible UUID routines for libc, adapted from FreeBSD.
...
Encode/decode to big/little endian binary blob routines adapted from
kernel.
PR 23470.
2004-09-13 21:44:54 +00:00
simonb
965b11f656
Fix non-ELF case in _nsloadmod().
2004-09-08 10:52:56 +00:00
jrf
190b2e4c51
Replaced strncpy with strlcpy. Thanks to Peter Postma who
...
pointed them our in PR #25762 . Approved by christos@NetBSD.org .
2004-09-07 13:20:39 +00:00
jmmv
eb6866861c
s/password databases/group databases/
2004-09-02 11:43:18 +00:00
uwe
e8d7ac57c1
Add missing .Ed reported by new mdoc.
2004-08-31 17:11:33 +00:00
wiz
484705032c
Bump date for removal of net.key.random_int.
2004-08-27 14:35:11 +00:00
itojun
8ba8c58e74
remove net.key.random_int
2004-08-27 04:58:10 +00:00
pooka
f213e15f84
The values for the parameter "how" are defined in sys/signal.h, not signal.h
2004-08-25 11:56:50 +00:00
ginsbach
3cb63a0abe
Add MLINK for gethostent as suggested by Matthias Drochner.
2004-08-24 01:41:51 +00:00
rearnsha
54f20047f5
Add missing new line.
2004-08-21 13:08:29 +00:00
rearnsha
ed6e0e9e42
Use RET and RETc for returning.
2004-08-21 11:30:17 +00:00
rearnsha
145b31af81
Use RETc for returning. When v4T or later use BX for calling the target.
2004-08-21 11:29:51 +00:00
rearnsha
017d1fb251
Use RET and RETc for returning.
2004-08-21 11:25:17 +00:00
rearnsha
84104f4511
Use RET to return.
...
If ARMv5 or later then use CLZ rather than long-winded tale-lookup.
2004-08-21 11:24:28 +00:00
rearnsha
d4072e3a7c
Always use bx for returning (this code is always ARMv5TE.
2004-08-21 11:22:33 +00:00
rearnsha
d6621260dc
Use RET and RETc macros for returning.
2004-08-21 11:20:10 +00:00
rearnsha
85647ccc31
Use RET macro for returning from PSEUDO & PSEUDO_NOERROR
2004-08-21 11:18:40 +00:00
dogcow
96178d4078
insert a missing quotation mark.
2004-08-20 04:44:11 +00:00
christos
ea369b9669
Deal with RESCUEDIR
2004-08-19 22:25:49 +00:00
ginsbach
f56858739a
namespace protection for gethostent()
2004-08-17 14:10:06 +00:00
wiz
11a3ae1c04
Add commas in enumerations; drop trailing whitespace; bump date for previous.
2004-08-17 13:45:14 +00:00
ginsbach
ab52fcd2c6
endhostent() and sethostent() should actaully do something now that
...
gethostent() has been restored to libc. Reviewed by <christos>.
2004-08-17 02:40:05 +00:00
ginsbach
30ef75e3f4
Restore gethostent() as a supported interface. Yes, it maybe obsolete
...
but it is specified by IEEE Std 1003.1, 2004 Edition (POSIX) and
the X/Open standards (Issue 6 and XNS 5.2).
* revert change removing gethostent() from gethostbyname(3) man page
* delete kruft from gethnamaddr.c leaving only gethostent() as a
wrapper around _gethtent().
* revert recent changes to <netdb.h>
+ restore gethostent() prototype
+ restore freehostent() prototype; handle similar to non-shipped
getipnodby*() prototypes
+ use correct XOPEN_SOURCE version (520 not 500) for freeaddrinfo()
prototype; interface specified by XNS5.2 not XNS5
Reviewd by <christos> and <drochner>.
2004-08-17 02:29:56 +00:00
wiz
8a066267fb
Bump date for const change.
2004-08-16 10:18:27 +00:00
ginsbach
ebcc92c100
* add const qualifier making getrpcbyname() and getrpcbyname_r()
...
prototypes match those used in latest Sun RPC code (TI-RPC 2.3)
* modify function getrpcbyname() definition as appropriate
2004-08-16 02:47:54 +00:00
wiz
5bf3687024
Add an article.
2004-08-14 11:04:29 +00:00
jdolecek
64fbdbbf78
document timeradd() and timersub() too, as e.g. select(2) points
...
to getitimer(2) for timersub() description
use .Fn rather than .Fa for the macro names
bump date
2004-08-14 10:03:30 +00:00
ginsbach
ca4f974ad7
Use ANSI function decls.
2004-08-05 03:06:37 +00:00
yamt
91ee88d04d
actually add _Exit.
2004-08-05 00:17:02 +00:00
ginsbach
9af61ddeaf
Fix getrpcbyname() alias lookups. Closes PR lib/23294; reviewed by <christos>.
2004-08-02 18:59:09 +00:00
tshiozak
f7d656a488
revert the last all changes related to iconv(3).
2004-08-02 13:38:21 +00:00
thorpej
a2bbd45143
Prevent a deadlock that could occur if we try to update the configuration
...
data structures during a recursive call to nsdispatch() by keeping a record
of which threads are inside nsdispatch() at any given time.
2004-08-02 00:19:34 +00:00
wiz
50779db1e3
Bump date for previous.
2004-08-01 19:24:47 +00:00
tshiozak
2edebf3ee0
sync with the current iconv() prototype.
2004-08-01 17:07:15 +00:00
tshiozak
ab8d4be7c6
make sure that the iconv(3) follows the POSIX specification;
...
change the 2nd argument from "const char ** restrict" to "char ** restrict".
2004-08-01 16:40:58 +00:00
lukem
934fa4ac14
support MAKEVERBOSE in tags:
2004-07-31 14:13:05 +00:00
wiz
e9abe80526
Use \*[Lt]\*[Gt] or Aq instead of <>; sort SEE ALSO.
2004-07-27 14:35:56 +00:00
enami
0520e17087
- Honor the HN_NOSPACE flag (i.e., don't put a space if specified,
...
and put space if not specified).
- There was a test which didn't count the suffixlen. Fix it.
- Make the code a bit easier to read.
2004-07-27 01:56:24 +00:00
drochner
0ca4ad479d
fix alignment check for source
...
should fix PR port-amd64/26416 by Nicolas Joly
2004-07-26 18:51:21 +00:00
chs
95a63d48f2
add missing FP functions, from openbsd.
2004-07-24 19:09:29 +00:00
thorpej
43d6d8d887
Add support for dynamically loading nsswitch modules on ELF platforms.
...
Adapted from FreeBSD. Maintains full backward API / ABI compatbility
with built-in-only nsdispatch().
While here, also make nsdispatch() itself thread-safe.
2004-07-24 18:42:51 +00:00
tshiozak
09e09c2c2c
make sure CITRUS=no to work.
2004-07-21 20:27:46 +00:00
tshiozak
f1849eeaba
- add support for "/force" symbol on locale.alias.
...
- a bit clean-up.
2004-07-21 18:51:30 +00:00
tshiozak
7b7f96b642
add prototype for load_locale_sub().
2004-07-21 17:49:49 +00:00
tshiozak
335bc6323f
add support for locale.alias file.
2004-07-21 14:18:16 +00:00
tshiozak
8ad8061809
use _citrus_lookup_alias() instead of __unalias().
2004-07-21 14:17:22 +00:00
tshiozak
23affd3c41
make sure that _citrus_lookup family functions can be specified their case
...
sensitivity.
2004-07-21 14:16:34 +00:00