veego
dd200b1b9b
Import IP Filter 3.4.9
2000-08-09 20:49:40 +00:00
tv
1d8f5f2ea3
Pretend to do something useful (just fill in oldsigaction with SIG_IGN and
...
zeroes) if the mapped signal number comes up zero. Previously, sigaction1()
would return an error, confusing some linux apps trying to set handlers for
"all" signals.
2000-08-09 20:20:49 +00:00
tv
8df356a34f
%r, %n -> db_format_radix()
2000-08-09 20:09:25 +00:00
tv
5165243e6c
%lz -> db_format_hex()
2000-08-09 20:00:30 +00:00
tv
242cedc18c
Add two new functions, db_format_radix() and db_format_hex(), which supplant
...
the former %r and %z nonstandard kprintf strings.
2000-08-09 19:51:44 +00:00
thorpej
d35819d6e3
krb5_get_in_tkt() (called by krb5_get_in_tkt_with_password()) may
...
eventually call krb5_free_principal() via krb5_free_creds_contents(),
(when it succeeds, in particular). Check for the creds.server
already being freed, and don't free it again.
2000-08-09 17:44:18 +00:00
tshiozak
dec20dab0e
set MB_LEN_MAX to 32. I forgot the modification for arm26 yesterday.
2000-08-09 16:43:59 +00:00
tv
29550fc608
kprintf -> printf format attribute
2000-08-09 16:34:25 +00:00
tv
181f4183a5
Change kprintf attribute to printf.
2000-08-09 15:13:29 +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
itojun
1b2be13d48
DNS compression support.
...
be more picky about DNS label validation.
(sync with kame)
2000-08-09 14:36:00 +00:00
itojun
f714bfb0d8
rewrite local address detection code, to use getifaddrs(3), not gethostname(3).
...
gethostname(3) do not necessarily represent local host addrses.
pointed out by: Chuck Cranor
2000-08-09 14:28:50 +00:00
mrg
14e83027c8
add sparc64 support.
2000-08-09 14:22:15 +00:00
augustss
6845241166
Fix typo so the Makefile can be used again.
2000-08-09 14:21:44 +00:00
ad
a6ecf36d33
On NetBSD, the effect of the maximum age specification and specific interval
...
specification are independant of one another.
2000-08-09 13:57:22 +00:00
leo
1ea4a54de4
Remove MAKEDEV.local, we don't need it after creating the devices. Feable
...
attempt #1 to gain space :-(
2000-08-09 13:38:48 +00:00
leo
a3495b2d17
smaller ed(1)
2000-08-09 13:35:23 +00:00
drochner
a1b037bc3a
recognize the i440MX mobile chipset's IDE interface
2000-08-09 13:23:07 +00:00
mrg
88363a496c
enable fdformat on sparc64, too.
2000-08-09 11:38:47 +00:00
mrg
f3f04801b2
enable edlabel on sparc64, too.
2000-08-09 11:37:34 +00:00
mrg
64fe1807a8
remove xy & xd support.
2000-08-09 10:54:20 +00:00
mrg
940eb01a60
sparc64 is elf, too
2000-08-09 10:51:50 +00:00
tv
a66ae22ffa
This file shouldn't include /usr/lib/*_pic.a or /usr/lib/crt{begin,end}.o.
2000-08-09 10:37:38 +00:00
tv
8ba27bd9cd
Resort.
2000-08-09 10:28:54 +00:00
tv
361f4e3a0d
Add new kprintf links and bitmask_snprintf(9).
2000-08-09 10:27:43 +00:00
tv
5b0a45ec9b
Strip %b and DDB formats out of kprintf, as they are no longer supported.
2000-08-09 10:22:31 +00:00
tv
8bd030c63a
Remove the "kprintf" gcc attribute permanently. Use standard "printf"
...
format checking. We are now at 1.5E, as the removal of %b will cause
third-party LKMs to break.
2000-08-09 03:23:10 +00:00
tv
9f8eb67559
Add manpage for bitmask_snprintf(9), describe tprintf(9), and simplify
...
kprintf(9) by removing the now unsupported "extra" printf format strings.
2000-08-09 03:12:33 +00:00
tv
e371c5808a
Terminate an unterminated .Bl.
2000-08-09 03:11:00 +00:00
tv
ccb5bdbdd9
%b -> bitmask_snprintf()
2000-08-09 03:02:52 +00:00
tv
650553215e
%b -> bitmask_snprintf()
2000-08-09 02:26:26 +00:00
thorpej
ad533632da
Eliminate a no-longer-needed .PATH.
2000-08-09 02:16:20 +00:00
assar
aa97fc7fa5
set the correct owner on the krb5 ccache
2000-08-09 02:15:27 +00:00
shin
bf38a18dfc
Define bus_space_*_stream_N functions as their non-stream counterparts.
2000-08-09 02:12:50 +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
briggs
07967289f9
Needs to be linked with -lbz2 now.
2000-08-09 02:07:47 +00:00
tv
389bf995b5
%b -> bitmask_snprintf()
2000-08-09 01:56:33 +00:00
thorpej
414765c253
In fill_kproc2(), testing p->p_stats != NULL doesn't do much good,
...
instead test for (p->p_flag & I_INMEM), and don't access the U-area
(via p->p_stats) if that bit is clear. Fixes the hangs people have
seen when the system is paging and the user runs top/ps/w.
2000-08-08 23:42:07 +00:00
mjacob
0dc8c1fb35
Remove ispcmd_slow routine- SCBUSACCEL routine will set/clear tag/wide/sync.
...
Make some changes about where some things sit in the softc.
2000-08-08 22:58:30 +00:00
mjacob
9766fcf2be
Don't attempt to actually read SAF-TE temperature objects- nobody seems
...
to be obeying the original spec as to what the numeric value means.
Temperature flags are unaffected- these are still the 'pseudo-thermometers'
and overtemp/undertemp warnings will be caught and translated to SES objects
here.
2000-08-08 22:55:30 +00:00
mjacob
295864adef
During probe, use SCBUSACCEL ioctl to adapters that support it to
...
enable fast/wide/tagged.
2000-08-08 22:46:03 +00:00
mjacob
3910a2e8b1
add SCBUSACCEL ioctl
2000-08-08 22:45:03 +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
bjh21
4f33d5a8ab
Register definitions for the C&T 82C710, 82C711 and 82C721, as used in
...
the Acorn A5000, A4, A4000, A3010 and A3020.
2000-08-08 22:14:53 +00:00
soda
d5046f18c7
note "vm_page_zero_enable = FALSE"
2000-08-08 21:17:15 +00:00
bjh21
b642a6e612
ANSIfication and general cleaning.
2000-08-08 21:16:59 +00:00
soda
7f4849dc04
disable page zero in the idle loop on untested machines and pica for now.
...
this kluge fixes a problem that commands dump core on NEC Image RISCstation
which seems to be OEM of pica.
2000-08-08 21:11:46 +00:00
tv
91537bce4a
sizeof(fmtstring) + 8 wasn't enough for the string; that won't cope with the
...
printed version. Make a little more room for the bitmask_snprintf() call.
2000-08-08 19:59:41 +00:00
thorpej
c70ada6428
Fix printf format error pointed out by Steve Woodford.
2000-08-08 19:55:26 +00:00
tv
2b3a50d3de
%b -> bitmask_snprintf()
...
Because this code is shared, add a macro for bitmask_snprintf() that
should expand to the equivalent snprintf() on non-NetBSD systems. This is
only used in ?HCI_DEBUG cases anyway.
2000-08-08 19:51:46 +00:00