joda
fc34792ee1
install kerberos.8 manpage, and krb5.conf sample file
2000-09-10 19:36:43 +00:00
veego
ba8461727b
Include <unistd.h> for the issetugid prototype.
...
Fix a compile problem on the alpha.
2000-09-09 20:50:33 +00:00
jdolecek
f973bb5351
document kern.maxptys/KERN_MAXPTYS
...
note that kern.maxvnodes is raise only
2000-09-09 17:06:34 +00:00
tshiozak
fcc188c19e
Disallow '/' character in LC_* and LANG environment variable, and
...
prevent to look up PATH_LOCALE and NLSPATH on setuid/setgid executable.
This is important to prevent to cause some kind of security hole.
2000-09-08 20:56:36 +00:00
taca
413b89b272
- Fix strftime(3) not to ignore tm_zone filed of last parameter,
...
and "%Z" in format string is converted as proper time zone.
This was taken from tzcode2000f. Fix PR lib/10950.
2000-09-07 12:45:03 +00:00
thorpej
9c5afcb2f0
Move the Alpha _mcount() into a .S file so that it can be
...
pre-processed, like other Alpha assembly files.
2000-09-05 16:28:30 +00:00
lukem
6592086aee
- generate ansi prototypes instead of using __P(). noted by christos
...
- fix a couple of comments
2000-09-04 23:45:18 +00:00
lukem
e4b166ade0
convert to new style guide
2000-09-04 23:36:41 +00:00
lukem
d30d584a91
convert to new style guide, which includes:
...
- ansi prototypes & features (such as stdargs)
- 8 space indents
2000-09-04 22:06:28 +00:00
itojun
e871d0cd31
on /etc/hosts lookup, set "official host name" (the leftmost hostname)
...
into ai_canonname. this is to synchronize with practice in gethostby*.
comment from ume@mahoroba.org . sync with kame.
2000-08-31 17:32:39 +00:00
jhawk
a022cf9d37
Use
...
${MAKE}
instead of
make
2000-08-30 23:51:46 +00:00
wennmach
821c7e766b
Added MLINKS for svis, strsvis, and strsvisx
2000-08-29 10:49:09 +00:00
lukem
f5e2e0bfea
history_def_set has a `const int' as a third arg, not an `int'.
...
picked up by the ultrix compiler, reported by simonb@ ...
2000-08-29 07:04:32 +00:00
kleink
051d885a24
{OPEN_MAX} does not apply to a user but a single process; noticed by Brook
...
Milligan on current-users.
2000-08-29 06:38:23 +00:00
eeh
d3312c2719
Fix layout of fields in jmp_buf. [N.B. we could make JMP_BUFLEN 9 if we want.]
2000-08-28 00:45:59 +00:00
itojun
152da24bd9
implement net.inet6.ip6.{anon,low}port{min,max} sysctl variable.
2000-08-26 11:03:45 +00:00
itojun
3c7320bedf
document net.inet.ip.lowport{min,max}
2000-08-26 11:00:41 +00:00
thorpej
a3fe3d3cf9
Some (popular) programs expect to be able to re-initialize `optind'
...
to 0 and have getopt(3)/getopt_long(3) continue to function properly.
This happens to work with GNU getopt_long(3), so mimmick the behavior.
Fixes pkg/10980 (Manuel Bouyer): rsyncd was relying on this behavior.
2000-08-25 17:05:49 +00:00
joda
991b448f39
add newline at end of file, to please (the quite buggy) mkid
2000-08-22 12:24:17 +00:00
soren
7eaf9092e8
Typo.
2000-08-21 23:23:23 +00:00
augustss
5329aaea38
Remove __P().
2000-08-20 15:57:02 +00:00
tron
29e1f8bd9f
Use accurate rounding in conversion between OSS and NetBSD volume values.
...
The optimized integer formula was supplied by Wolfgang Solfrank on
"tech-kern@netbsd.org". This fixes problems with e.g FreeBSD TV (fxtv),
RealPlayer-7.0 Beta 2 (PR pkg/10818) and KDE's "kscd".
2000-08-16 16:14:33 +00:00
mrg
7f59d8e891
use .tmp temporaries for generated files, to avoid having failed generated
...
output being used.
2000-08-15 12:01:40 +00:00
christos
ee788dacd9
Don't enable lin's exit on warnings yet. It'll break most ports.
2000-08-13 23:26:12 +00:00
christos
0aee707a3b
add -w to ctags. got finally tired of looking at all those dup error messages
...
that nobody will ever fix.
2000-08-13 22:43:28 +00:00
augustss
674ea71335
Print unknown usages with 4 digits.
...
Mask in page extraction.
2000-08-13 22:22:02 +00:00
thorpej
c9623242e3
G/c SHLIB_* versions from here, noted by Bernd Ernesti.
2000-08-13 19:42:48 +00:00
thorpej
4691305019
Add missing shlib_version file (set lists had correct info,
...
but this was missing?).
2000-08-13 17:06:29 +00:00
itojun
4915bd101e
change behavior of waddnstr(w, s, 0) to be more conformant to XCURSES.
...
(see comment for detail)
2000-08-13 03:26:41 +00:00
itojun
3804b1dddf
build a trace version of libcurses, with "make -DDEBUG_CURSES"
...
(commented out as it is very uncommon)
2000-08-13 03:20:07 +00:00
kleink
63cc1452f6
Bump minor version to 65: addition of __setlocale_mb_len_max_32() and
...
__mb_cur_max.
2000-08-10 10:05:20 +00:00
kleink
bc3eaa0a03
ISO/IEC 9899:1999: MB_CUR_MAX expands to a positive integer expression with
...
type size_t (not int).
(Incompatible ABI change, ignored due to a window of just two days.)
2000-08-10 10:03:43 +00:00
kleink
e12dc92808
RCS Id police: add NetBSD tag, restore unexpanded Id tag from Citrus.
2000-08-10 09:55:32 +00:00
gmcgarry
68e607a368
Remove executable permission from src/lib/checkver.
2000-08-09 23:41:24 +00:00
thorpej
24ceace29d
Add krb5_princ_type() and krb5_princ_size() that appear in the MIT
...
API but not in Heimdal, and add commented out empty versions of
krb5_princ_set_realm_length(), krb5_princ_set_realm_data(),
krb5_princ_name(), and krb5_princ_component(), which also appear
in the MIT API, but which cannot be implemented in Heimdal until
a change is made to how some data is represented internally (as
these API functions expose that, as foolish as that is, but
that's how MIT did it, and some applications use it).
2000-08-09 23:27:19 +00:00
itojun
14fcd6ed41
mention that current get{addr,name}info implementation are not thread-safe.
...
(sync with kame)
From: Greg Thompson
2000-08-09 22:52:49 +00:00
itojun
babc498cc8
implement EDNS0 support, as EDNS0 support will be made mandatory for
...
IPv6 transport-ready resolvers/DNS servers. need careful configuration
when enable it. (default config is not affected).
see manpage for details.
XXX visible symbol __res_opt() is added, however, it is not supposed to be
called from outside, libc minor is not bumped.
2000-08-09 14:40:52 +00:00
thorpej
ad533632da
Eliminate a no-longer-needed .PATH.
2000-08-09 02:16:20 +00:00
thorpej
6285648cc8
Don't include our own rnd_keys.c -- NetBSD's libcrypto already has it.
2000-08-09 02:12:48 +00:00
tshiozak
51a53de0d5
Preparation for the future introduction of multibyte locale.
...
- MB_LEN_MAX is increased to 32.
- To ensure binary compatibility for old executables
under multibyte locale, versioned setlocale is added.
- __mb_len_cur definision is added in setlocale.c
and enable it in stdlib.h .
It is also important for multibyte locale stuffs,
but I just forgot.
2000-08-08 22:31:13 +00:00
itojun
6acd1fa341
sync comment with reality. from kame
2000-08-07 16:18:45 +00:00
ad
136f4e3b32
%edx is free; use it instead of %ebx.
2000-08-07 14:46:52 +00:00
enami
630f9b81c9
- Test allocation failure.
...
- Don't leave a pointer dangling on failure case.
- Don't leak a file descriptor on failure case.
2000-08-07 06:08:33 +00:00
enami
2e68d337ae
Nuke redundant test (though, gcc optimizer was clever enough not to emit
...
redundant code).
2000-08-07 06:00:59 +00:00
enami
d753bcdd59
- Wrap long lines.
...
- Protect multi-statement macro with do {} while (0)
2000-08-07 05:56:11 +00:00
matt
09f029058b
Fix some ELF/a.out lossage
2000-08-07 03:18:04 +00:00
msaitoh
3dd01d42a7
include bsd.own.mk
2000-08-06 22:41:05 +00:00
blymn
d58fc5179f
* Fixed bug where unpost would delwin a sub-window that libmenu did not
...
create.
2000-08-06 13:32:59 +00:00
garbled
e694403caf
Change LDFLAGS to HOST_LDFLAGS here too..
2000-08-05 17:41:15 +00:00
garbled
cf5856544c
Change ${LDFLAGS} to ${HOST_LDFLAGS} because we are using HOST_CC. Fixes
...
cross compile bug.
2000-08-05 06:57:21 +00:00