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
jeffs
22bda73efd
To be safe when called from interupt, [fs]uswintr need to preserve
...
cpu_onfault. By Etan Solomita (ethan@geocast.com ).
2000-08-09 23:03:24 +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
jeffs
0b5e00636a
Fix a bug in how .S routines call _mcount to allocate stack before
...
use. By Ethan Solomita (ethan@geocast.com ).
2000-08-09 22:52:36 +00:00
msaitoh
90f4e30815
2nd argument of SYS___syscall(code, ...) is quad alignmented.
...
On little endian mode, 1st argument is not r5 but r4.
2000-08-09 22:11:17 +00:00
tv
ae4dea1dc4
Some versions of Linux libc look for /proc/.../exe instead of /proc/../file.
...
Add an entry for "exe" that is the same as "file", provided only if
COMPAT_LINUX is set.
2000-08-09 21:08:11 +00:00
veego
b3d0df91fb
Resolve conflicts.
2000-08-09 21:00:39 +00:00
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