itojun
9922c987a9
make more pedantic check on strtoul. from deraadt, sync w/kame
2002-07-01 07:42:49 +00:00
bjh21
5d315d04c8
Bump minor to 12.85: __times13() addition.
2002-06-30 09:46:18 +00:00
bjh21
c1ba727b47
Version times() so that programs compiled before the recent change to make
...
sysconf(_SC_CLK_TCK) return hz will work.
In detail:
__times13() returns values scaled by hz.
times() returns values scaled by 100.
<sys/times.h> renames times() to __times13().
_SC_CLK_TCK has changed from 3 to 39.
sysconf(3) returns 100.
sysconf(39) returns hz.
CLK_TCK is defined as sysconf(39).
2002-06-30 09:45:39 +00:00
itojun
28735a6a17
correct port range check. from deraadt, sync w/kame, diff sent to bind-bugs
2002-06-29 12:23:10 +00:00
jdolecek
958680bc70
Deal with .Fn macro problem with function returning pointer to function;
...
sidestep it using troff macro trick from FreeBSD version of this manpage.
xref psignal(3) and strsignal(3)
This fixes lib/12260 by Ada Lim and lib/17406 by Greg A. Woods.
2002-06-28 21:55:08 +00:00
thorpej
45bf1f0dd9
Work around compiler problem on VAX by building with -O0 on that
...
platform.
2002-06-27 21:03:37 +00:00
itojun
2169d69bcf
correct %d/%u mismatch. sync w/kame
2002-06-27 14:39:45 +00:00
itojun
0c63dd3cf2
correct %d/%u mixup.
2002-06-27 10:22:07 +00:00
itojun
240c598f70
minor KNF (prototype decls should carry no variable name, otherwise macro
...
expansion will get you weird problem) and #define pedant (have paren).
2002-06-26 18:37:28 +00:00
itojun
2f69e2e14d
handle non-tty cases more gracefully.
2002-06-26 18:23:28 +00:00
christos
ce1b68c92d
PR/17352: David Laight: Curses core-dumps on windows > 1024 wide.
2002-06-26 18:13:59 +00:00
christos
750c3adcea
PR/17352: David Laight: handle numbers greater than 999.
...
In addition: eliminate uses of str*() functions that added complexity to the
code, and KNF.
2002-06-26 18:08:49 +00:00
thorpej
c029cf4e92
Remove -nostdinc from CPPFLAGS. That should only be used when
...
bsd.lib.mk wants it to be used.
2002-06-26 16:58:09 +00:00
thorpej
8893ba2f3c
Back out rev 1.20.
2002-06-26 16:30:46 +00:00
veego
d7a9005d0f
Back out rev 1.18:
...
Remove -I${DESTDIR}/usr/include since it's redundant.
It may be redundant in some environments, but not in all.
2002-06-26 15:21:50 +00:00
itojun
0c4fb2c7e1
correct DIAGASSERT
2002-06-26 09:39:48 +00:00
itojun
9cdbc86d39
correct bad practice in the code - it uses two changing variables
...
to manage buffer (buf and buflen). we eliminate buflen and use
fixed point (ep) as the ending pointer.
this fix is NOT critical.
2002-06-26 06:00:26 +00:00
itojun
092b3bc66a
avoid remote buffer overrun on hostbuf[]. From: Joost Pol <joost@pine.nl>
...
correct bad practice in the code - it uses two changing variables
to manage buffer (buf and buflen). we eliminate buflen and use
fixed point (ep) as the ending pointer.
this fix is critical.
2002-06-26 06:00:07 +00:00
itojun
fb40d48413
do not pass uninitialized variable to nsdispatch().
2002-06-26 02:40:46 +00:00
matt
5ac19a376b
Add finitef
2002-06-23 21:55:12 +00:00
matt
7a0238324a
Add cosf/sinf.
2002-06-23 21:54:37 +00:00
matt
471cb493ae
Add modff
2002-06-23 21:48:52 +00:00
perry
307f36e80c
Note that times now uses sysconf(_SC_CLK_TCK) ticks, not CLK_TCK
...
ticks. Although the two are the same, SuS now says you use the former,
not the latter, to get the information. Also, fill in a little
information on just how awful this crusty wreck is.
2002-06-23 21:32:01 +00:00
perry
25992495dc
Since CLK_TCK is now a macro expanding into a function call, cache its
...
output instead of using it willy nilly.
2002-06-23 20:21:08 +00:00
perry
ea360bda1a
make sysconf(_SC_CLK_TCK) return the kernel hz value, instead of a
...
fixed constant, as is done on Solaris, Linux, etc.
Technically, standards don't *require* this, but having it return a
constant is a violation of the spirit, and screws up programs that
(perhaps improperly) assume that it will return kernel hz.
2002-06-23 19:19:01 +00:00
itojun
292c386a5e
use strtok_r, as strtok can interfere with outside users.
2002-06-23 12:20:10 +00:00
itojun
211e500c75
use strtok_r, as strtok can interfere with other callers. from openbsd
2002-06-22 11:52:40 +00:00
wiz
4dc035fd8a
Undo last two, until I have time to take a good look at the problems.
2002-06-21 09:56:33 +00:00
blymn
d051a5de87
Added a NOTES section to describe the differences between our menus
...
library and the original AT&T one.
2002-06-20 12:18:48 +00:00
christos
abe6b5bef1
Make sure that we free memory and return null if we failed to initialize.
...
This should be pulled up to 1.6, but someone needs to make sure that it
does not affect broken programs.
2002-06-19 15:56:27 +00:00
blymn
5ce770b15c
Fixed typo in type declaration.
2002-06-19 14:12:57 +00:00
fvdl
b48e735f69
libarch for x86_64, mtrr only for now. This must later be fixed so
...
that code is shared with i386.
2002-06-18 08:29:35 +00:00
wiz
0f085a5188
Add Xrefs to ipcs(1) and ipcrm(1).
2002-06-16 22:39:32 +00:00
thorpej
24e460d382
If any of __pentiumpro__, __tune_pentiumpro__, or __tune_i686__ are
...
defined, use bf_enc_686.S, else bf_enc_586.S.
2002-06-16 18:35:02 +00:00
thorpej
d8a2597f4b
* Don't put the pathname to the host-tool compiler into the library.
...
Instead, inject the compiler version info from ${CC} -v.
* Don't put the date into the library. Instead, inject the OS version
info.
2002-06-16 17:57:29 +00:00
itojun
9ed8a29685
refer nsswitch.conf(5). From: Jim Bernard <jbernard@mines.edu>
2002-06-15 21:49:18 +00:00
wiz
a81e53dde5
Remove unnecessary spaces.
2002-06-15 09:39:52 +00:00
matt
1ece0e0c9a
Remove -I${DESTDIR}/usr/include since it's redundant.
2002-06-15 02:01:23 +00:00
matt
0202d560cf
Compile libm on VAX at WARNS=2; leave other architectures at WARNS=1
2002-06-15 00:13:07 +00:00
matt
f1009ecdff
Ansify libm noieeesrc (for VAX). Also make const data really const.
...
libm for VAX can compiles with WARNS=2
2002-06-15 00:10:17 +00:00
itojun
2153f7059e
discard first 256 words when we stir.
2002-06-14 03:11:24 +00:00
wiz
ec1956ee4e
According to POSIX, "-" (the string) is an exception and should not
...
be parsed as option. Restore behaviour broken by previous commit.
Mirrors second part of patch from lib/17248.
2002-06-13 21:18:50 +00:00
wiz
d2d91a9170
Fix '-' handling. POSIX only recognizes "--" as end-of-options.
...
Problem noted in lib/17248 by David Laight, including a patch.
Part of this patch was used.
2002-06-13 20:49:00 +00:00
christos
1d4eb17d96
Remove the cross reference of fileno(3). It is more appropriate to
...
cross reference this from fopen(3). After discussion with John Heasley
in PR/17224.
2002-06-13 18:02:38 +00:00
itojun
130b111dfb
net.inet.ip.redirtimeout default value changed
2002-06-13 16:33:26 +00:00
fvdl
4f2f06c917
Attempt to juggle the 2 seperarate status/mask bit sets for plain FP
...
and XMM to provide a consistent interface.
2002-06-12 19:17:22 +00:00
wiz
53f8a68c5f
Add Xr to fileno(3).
2002-06-12 09:21:40 +00:00
wiz
e2451b5981
Add Xr to fileno(3), as request in lib/17224.
2002-06-12 09:20:48 +00:00
bjh21
0de3f91b56
Don't try to put the host's /usr/include on the target compiler's include path.
...
This causes Bad Things to happen. Instead, use the target's /usr/include.
2002-06-11 22:55:34 +00:00
kleink
da5a8ed73c
Take into consideration that setpriority() silently fits the given
...
priority into its interval, so we really need to use getpriority() to
retrieve the correct return value; noted by Matthias Drochner.
2002-06-10 18:32:01 +00:00
itojun
7c75b5ec2f
sync with 0.9.6d. shlib minor for libssl and libcrypto
...
is cranked for additional functions.
2002-06-09 16:12:52 +00:00
matt
0ec15f80cc
Allow this to compile under gcc-current. No multiline strings for asm.
2002-06-09 06:18:34 +00:00
itojun
d79e894958
use weak_alias to make libcrypto_{idea,rc5} actually useful.
2002-06-09 02:14:30 +00:00
thorpej
8bbbfff0a1
Remove __LEADING_UNDERSCORE case.
2002-06-08 17:27:25 +00:00
wiz
51434352e0
Remove duplicate .Pp.
2002-06-07 11:29:16 +00:00
gmcgarry
1ffad275a3
Add descriptions for types and flags.
2002-06-07 04:59:13 +00:00
itojun
d2503f643b
type mismatch
2002-06-07 01:39:07 +00:00
itojun
44772e4b2f
there are people using #ifdef APPEND_DOT. recover it.
2002-06-07 01:36:09 +00:00
fvdl
165400b7ba
mov -> lea to access _map table.
2002-06-06 23:04:35 +00:00
itojun
8288fc93ab
s/STRN_CPY/strlcpy/
2002-06-06 21:45:19 +00:00
itojun
3ba1803eb3
correct misuse of strncpy (use strlcpy). from openbsd
2002-06-06 21:42:42 +00:00
itojun
2f7d82e63d
support scoped IPv6 address properly. PR 16810.
2002-06-06 21:28:49 +00:00
fvdl
e6f161c821
Fix the EINVAL return path.
2002-06-06 20:51:17 +00:00
fredette
02ac1ae2f0
Added hppa support (some of it incomplete) to lib/csu, lib/libc,
...
and lib/libkvm.
2002-06-06 20:31:19 +00:00
fvdl
e4b98ed506
Add init/fini handling.
2002-06-06 19:18:22 +00:00
fvdl
e8d64f072a
-x is too heavy-handed for removing symbols; newer versions of GNU ld
...
will completely delete empty local symbols with it. Use -X instead
for crt{begin,end}*.o, to keep init_fallthru hacks.
2002-06-06 19:17:01 +00:00
fvdl
d05b42e66d
kva -> physaddr translation through pagetable walking; for crash dumps
...
(as yet untested).
2002-06-05 22:01:55 +00:00
fvdl
f634f37b8d
Use NLIST_ELF64 for x86_64.
2002-06-05 20:04:22 +00:00
thorpej
7f350cba6c
Don't use multi-line string literals.
2002-06-05 02:51:03 +00:00
kleink
7965e254cb
As documented, return the new priority if successful; from Matthias
...
Drochner in PR lib/17156.
2002-06-04 10:58:12 +00:00
fvdl
10940acfe5
Add clone(2) implementation.
2002-06-03 18:31:12 +00:00
fvdl
e010b5ebde
Use the syscall insn for system calls. Fix up some assembly to
...
remove either previously made errors, or to account for the
fact that syscall clobbers %ecx.
2002-06-03 18:30:32 +00:00
wiz
919948e5f4
Fix SYNOPSIS, noted by Martin Macok on tech-userlevel.
2002-06-03 12:01:43 +00:00
itojun
35eb51aa09
use int32_t, instead of int, for on-disk data.
...
(so that we are safe in the future)
2002-05-30 14:55:47 +00:00
thorpej
d9f211b107
Make this work with an ISO C preprocessor.
2002-05-30 05:08:51 +00:00
simonb
9a430fa482
Correct the list of pseudo-terminals in the FILES section.
2002-05-30 01:42:58 +00:00
christos
daa19b1c89
I've been scolded for not bumping the minor, so there.
2002-05-29 20:07:44 +00:00
christos
8285c57686
Add some extensions that pppdump needs. These do not affect functionality
...
outside pppdump so I am not bumping the minor number.
2002-05-29 18:15:17 +00:00
eeh
9969483183
Fix conflict in definitions.
2002-05-29 15:58:03 +00:00
itojun
76ed88e323
add LIBRARY section
2002-05-28 11:38:29 +00:00
itojun
256a128339
document net.inet6.ip6.maxfrags
2002-05-28 03:17:26 +00:00
wiz
796338fdc4
Add SOUND_MASK_* for the last SOUND_MIXER_* values that didn't have any.
2002-05-27 14:42:15 +00:00
wiz
aa30599e06
__STDC__ is always defined on NetBSD.
2002-05-26 22:01:47 +00:00
wiz
effeef0d33
__STDC__ is always defined on NetBSD.
2002-05-26 18:33:25 +00:00
wiz
143cf52f81
__STDC__ is always defined on NetBSD.
2002-05-26 16:53:30 +00:00
wiz
738d04ecee
__STDC__ is always defined on NetBSD.
2002-05-26 16:39:57 +00:00
wiz
bf5ec17026
Remove #ifdef Bad_float_h and #ifndef __STDC__ parts (unneeded).
2002-05-26 15:04:08 +00:00
wiz
e3e4fede44
__STDC__ is always defined on NetBSD.
2002-05-26 14:48:19 +00:00
wiz
3fb28eec1f
__STDC__ is always defined on NetBSD.
2002-05-26 14:43:59 +00:00
wiz
077b67effa
__STDC__ is always defined on NetBSD.
2002-05-26 14:03:19 +00:00
wiz
92d8b1e9fa
Revert previous: .S files are currently compiled with -traditional-cpp,
...
so __STDC__ is _not_ always defined.
2002-05-26 12:24:55 +00:00
wiz
d56bb7c2ec
__STDC__ is always defined on NetBSD.
2002-05-26 11:48:00 +00:00
thorpej
42320e8223
* Move the prototype of __svfscanf from <stdio.h> to libc/stdio/local.h.
...
* Add prototype for vfscanf to <stdio.h>.
* Remove #define of vfscanf to __svfscanf from <stdio.h>.
* Include local.h in libc files which need __svfscanf.
* Add vfscanf weak alias to __svfscanf.
Fixes standards/16997.
NOTE: libc minor not bumped -- ride on the bump to 12.84 made by
itojun today.
2002-05-24 22:17:20 +00:00
itojun
a7ceb02faf
refer rnd(4), not random(4).
2002-05-24 14:37:19 +00:00
wiz
8b7401f11e
Quote <> for HTML output.
2002-05-24 09:45:00 +00:00
itojun
5ab78ccf04
be more picky about IP option. len >= 2 for normal options.
2002-05-24 06:05:31 +00:00
itojun
2ef04ff634
cleanup some of portability #ifdefs, which are not needed for netbsd.
2002-05-24 05:38:19 +00:00
itojun
5faa38589c
be more picky about malformed IP options.
2002-05-24 05:30:54 +00:00
itojun
19414d4312
use /dev/urandom, not /dev/arandom
2002-05-24 04:54:14 +00:00
itojun
418cd7b465
/dev/arandom does not exist in netbsd. use /dev/urandom.
2002-05-24 04:53:07 +00:00
itojun
caecca980a
crank minor for bcrypt support
2002-05-24 04:07:05 +00:00
thorpej
967ae659f1
Add some casts to quiet a "discards qualifier from pointer target type"
...
warning from gcc 3.2 (experimental) (which is complaining about the loss
of __restrict).
Reviewed and approved by tshiozak@astec.co.jp .
2002-05-24 04:04:30 +00:00
itojun
c89c003ed2
support bcrypt password. can be chosen by "blowfish" keyword in passwd.conf.
...
from openbsd
2002-05-24 04:02:47 +00:00
itojun
e68f73c3fe
add arc4random(3). from openbsd
2002-05-24 04:01:43 +00:00
tron
f2679ef4e3
Revert last change after protoype of getnameinfo(3) has been changed back.
2002-05-22 14:42:37 +00:00
wiz
5f7ebe2497
Grammar fix, and drop a .Pp after a section header.
2002-05-22 10:22:41 +00:00
bjh21
6bd902a1db
Adapt for recent lib/libc/softfloat changes.
2002-05-22 10:20:20 +00:00
kleink
a24f74d0fd
Turn the flags argument to getnameinfo(3) back into an int (from unsigned
...
int); this is consistent with RFC2553, the current draft-ietf-ipngwg-
rfc2553bis-05 and the majority of deployed implementations.
Also, there is an effort under way to have this changed back to int in
XBD6/XSH6, XNS, and POSIX-2001 TC1.
2002-05-22 09:42:37 +00:00
itojun
0ee7a49136
if called multiple times with different names, only the last pid file
...
will be kept
2002-05-22 07:37:26 +00:00
itojun
c2c2980f42
change return type of pidfile(3) to int (-1 on error), to inform caller
...
of errors. behavior now in sync with openbsd implementation.
(see tech-userlevel and bsd-api-discuss)
2002-05-22 07:31:40 +00:00
itojun
6a3445b8a3
be picky about string manipulation in reverse lookups
2002-05-22 02:39:15 +00:00
itojun
b617695b31
use strlcpy, not strcpy
2002-05-22 01:52:24 +00:00
bjh21
936b7f4cf8
Import the 32-bit version of SoftFloat 2a and separate it and the 64-bit
...
version into different directories. Which version a given port uses is
controlled by the SOFTFLOAT_BITS make variable. This is set to 64 (which
uses the same code we had before) by default. 32-bit platforms that don't
need extended precision support might get better performance by using 32.
Set the ARM port to use the 32-bit version of SoftFloat, since this is more
than a factor of two faster than the 64-bit version. This should get the
floating-point performance back to what it was in 1.5.
2002-05-21 23:51:04 +00:00
blymn
759e545dce
* Major rework to allow the TAB character in fields.
2002-05-20 15:00:11 +00:00
yamt
67eaaa4e49
BUGS:
...
Multibyte locales aren't supported for static binaries.
2002-05-19 13:44:31 +00:00
itojun
9244bd8154
document net.key.* sysctl. provide sysctl MIB for controlling
...
proposal payload on ACQUIRE message. sync w/kame
2002-05-19 08:12:55 +00:00
itojun
449d6afcab
style
2002-05-18 00:07:28 +00:00
itojun
c37fca45ce
do not reverse-lookup scoped IPv6 address. it does not make sense as
...
there's no way to give scope identifier. sync w/kame
2002-05-17 22:40:31 +00:00
wiz
44086ebfde
Remove duplicate that. lib/16849 by John Heasley.
2002-05-16 21:23:31 +00:00
wiz
9e98569eee
Space before comment after #endif.
2002-05-16 19:57:22 +00:00
wiz
da0b574ae0
Comment out token after #endif.
2002-05-16 19:30:41 +00:00
kleink
3f6b0b61a5
<netdb.h> doesn't need prerequisite headers.
2002-05-15 08:53:42 +00:00
kleink
eedae55de3
Consistent wording: plain files -> regular files.
2002-05-15 07:00:22 +00:00
thorpej
2afd826926
Delint after getaddrinfo(), etc. changes.
2002-05-14 23:58:08 +00:00
kleink
ba77dc646c
XNS5.2/POSIX-2001: change the size argument to inet_ntop from size_t to
...
socklen_t.
2002-05-14 18:57:31 +00:00
kleink
4b77e72e94
More XNS5.2/POSIX-2001 alignment: change the flags argument to
...
getnameinfo() from int to unsigned int.
2002-05-14 14:35:36 +00:00
kleink
485febee55
Align with XNS5.2/POSIX-2001: change hostlen and servlen arguments to
...
getnameinfo() from size_t to socklen_t.
2002-05-14 14:31:05 +00:00
kleink
dddf6754e0
ai_addrlen: size_t -> socklen_t.
2002-05-14 13:50:21 +00:00
kleink
2a438664b8
Leave a reminder for struct addrinfo.__ai_pad0's removal.
2002-05-14 13:47:06 +00:00
kleink
06d36d9eee
struct addrinfo.ai_addrlen used to be a size_t, per RFC 2553.
...
In XNS5.2, and subsequently in POSIX-2001 and draft-ietf-ipngwg-rfc2553bis-02
it was changed to a socklen_t.
To accomodate for this while preserving binary compatibility with the
old interface, prepend or append 32 bits of padding, depending on
the (LP64 data model) architecture's endianness.
This should be deleted the next time the libc major number is
incremented.
2002-05-14 13:45:13 +00:00
itojun
33fe7af9a4
sync with latest kame setkey(8), modulo icmp6 hack.
...
pfkey.c is now more picky about buffer length validation.
spddump (setkey -DP) will print lifetime information.
2002-05-14 11:24:20 +00:00
itojun
1d965dd4fe
typo
2002-05-14 11:03:39 +00:00
itojun
b5f1426ee0
rename: net.inet6.ip6.bindv6only -> net.inet6.ip6.v6only
...
sync w/kame.
2002-05-14 10:27:28 +00:00
itojun
92783e8fb8
s/IPV6_BINDV6ONLY/IPV6_V6ONLY/
2002-05-14 10:25:34 +00:00
wiz
05ffd2143d
Add return type. From KAWAKUBO Hiroshi in lib/16776.
2002-05-12 15:51:29 +00:00
wiz
d30d25dc1a
Spelling fixes, from Sergey Svishchev in kern/16650.
2002-05-12 15:48:36 +00:00
bjh21
010758bf16
Add SIGFPE support to SoftFloat, so fpsetmask/fpgetmask now work. A new
...
variable, float_exception_mask (#defined to _softfloat_float_exception_mask)
contains the current exception mask.
Also make the argument to float_raise into an fp_except.
Also synchronise file header comments between files.
2002-05-12 13:12:45 +00:00
kleink
4396915999
Rip out <sys/types.h> and <sys/socket.h> inclusions: there are no
...
pre-requisites for <netdb.h>.
2002-05-10 22:26:59 +00:00
kleink
c88f6e9e24
In the examples, initialize struct addrinfo explicitly to either 0 or a
...
NULL pointer; from der Mouse in PR lib/16634.
2002-05-10 22:11:24 +00:00
matt
858f46fb43
Define _SDA(2)_BASE_ as [] which is more correct.
2002-05-09 20:32:59 +00:00
bjh21
9ec812439b
In float*_round_to_int(), where we have switches over rounding modes, make
...
sure that all the modes are mentioned, if only with a "break;". This
ensures GCC doesn't whinge at us on ports which use an enum for fp_rnd.
2002-05-07 10:02:42 +00:00
tron
cf76f4876d
Fix memory leak which occurs after an allocation failure.
2002-05-07 09:06:51 +00:00
eeh
22abdf821b
Use large (-fPIC) relocations.
2002-05-07 01:34:21 +00:00
eeh
b92211c580
Go back from using %g2 (an application register) to %g7 (a system register)
...
for syscall returns.
2002-05-07 01:32:46 +00:00
eeh
1d63620b87
Add support for large -fPIC relocations.
2002-05-07 01:31:33 +00:00
bjh21
251de84ccc
Consistently declare the types of float_rounding_mode and float_exception_flags
...
as fp_rnd and fp_except respectively.
2002-05-06 19:05:00 +00:00
thorpej
f7d7544c87
Rename a local variable to avoid a shadow decl warning.
2002-05-05 20:00:51 +00:00
thorpej
046b47950e
Add a .register directive to appease newer gas.
2002-05-05 17:51:46 +00:00
simonb
fdf099ea04
Remove a check for a u_int8_t variable being greater than 255.
2002-05-05 08:28:47 +00:00
thorpej
6249662a70
Deal better with platforms that don't yet support shared libraries:
...
* Only add -fPIC if MKPIC != no.
* Only build crtbeginS and crtendS if MKPIC != no.
2002-05-05 00:45:31 +00:00