christos
c4e5d9e2b5
add -DSTATETOP to enable top(1) style display for ipfstat.
2001-03-13 16:29:42 +00:00
ross
64846612a5
fix WARNS triggered by reachover makefile under regress
2001-03-13 08:15:14 +00:00
ross
0ce22aecff
Warn about hooking up ./testfloat
2001-03-13 08:09:15 +00:00
ross
d4a390a3c3
Conversion notes.
2001-03-13 08:02:17 +00:00
ross
4d8829d5a8
Boilerplate, WARNS.
2001-03-13 07:49:33 +00:00
ross
a6c28c44df
TestFloat-2a contained a bunch of code obviously intended to work
...
around rand(3) bugs. Replace it all with this random(3) conversion.
2001-03-13 07:47:01 +00:00
ross
101660d9a5
Two new functions:
...
o syst_floatx80_to_int32_round_to_zero()
o syst_floatx80_to_int64_round_to_zero()
Boilerplate.
<machine/asm.h>
2001-03-13 07:43:19 +00:00
ross
28904f8f58
<machine/asm.h> conversion.
...
Boilerplate.
2001-03-13 07:41:26 +00:00
ross
89f51f809a
Boilerplate.
2001-03-13 07:39:58 +00:00
jmc
fcb48d8a3e
Fix typo on fwlynx_pci driver. Brett McCoy reported this in.
2001-03-13 07:38:05 +00:00
ross
8b75248b5a
Generic conversion (ieeefp.h, inttypes, endian), no arm special cases yet.
...
Also rcsid, TNF license, derivative work notice, etc.
2001-03-13 07:37:59 +00:00
ross
0cdd4f95c5
Another generic-version of an originally target-specific .h file.
...
This still needs target-NaN, endian, and the arm26 DEMANGLE special case.
This may be moved back under arch/ in the future.
2001-03-13 07:25:02 +00:00
ross
159fa2a091
This file is target-specific in SoftFloat, but this is my attempt
...
at making a completely generic one. Modified from libc/arch/sh3/softfloat.
o <inttypes.h> conversion
o <endian.h> conversion
o merge of BITS32 and BITS64 ABI, C89 inline, rcsid, derivative work
_ notice.
2001-03-13 07:18:38 +00:00
ross
5550be0101
rcsid, WARNS, don't give \r to stdio ops
2001-03-13 06:48:56 +00:00
ross
a9cb2700d6
rcsid, WARNS, don't occasionally fprintf or fputc a \r
2001-03-13 06:45:24 +00:00
ross
e247affc1d
The NetBSD way.
2001-03-13 06:39:30 +00:00
ross
11dc1555d3
BSD make conversion.
2001-03-13 06:37:34 +00:00
ross
5a6cac7136
Original post-\r-rip include files for TestFloat-2a
2001-03-13 06:33:17 +00:00
ross
3fc4c3244f
Import of .txt files from TestFloat-2A, after ripping the \r's out, sigh.
2001-03-13 06:23:17 +00:00
ross
122b058a16
Import of TestFLoat-2a from UCB/John R. Hauser. Source already
...
reorged but unmodified. (I think src/dist rocks, but this pkg
is unlikely to ever get a vendor branch rev; this seemed best.)
It has a BSD-like license, and in any case the same license as
libc/softfloat and libc/arch/arm32/fplib.
2001-03-13 06:13:57 +00:00
mason
e99776a380
There ain't no such thing as a free lunch.
2001-03-13 05:51:46 +00:00
chs
631f092c9b
make this compile again.
2001-03-13 04:20:13 +00:00
sato
ae8397d1f8
comment out:options WSDISPLAY_DEFAULTSCREENS=4
2001-03-13 03:44:23 +00:00
fair
4ca39aa709
Add a description of the special kernel thread "ioflush" to the "special
...
processes" section, per PR 10912. While we're here, clean up nroff nits,
like spaces at the ends of lines.
2001-03-13 03:24:13 +00:00
itojun
0dff585654
cope with malformed packets better.
...
ftp://ftp.FreeBSD.org/pub/FreeBSD/CERT/patches/SA-01:28/timed.patch
2001-03-13 00:14:39 +00:00
onoe
e880c0b80b
Fix to validate selfid buffer according to the OHCI spec.
...
1. read 'gen' from first quadlet of the buffer.
2. raed selfid packets in the buffer.
3. confirm 'gen' field of the SELFID register matches 1.
2001-03-12 23:39:35 +00:00
onoe
4536167cac
Reinitialize context match register at fwohci_hw_init()
...
to receive asynchronous stream data after suspend/resume.
2001-03-12 23:36:09 +00:00
onoe
2cff6cf490
use OHCI_BITVAL(val, name), instead of
...
((val) & (name##_MASK)) >> name##_BITPOS
2001-03-12 23:27:53 +00:00
onoe
1c4a0d3428
change fw_verbose inside #ifdef FW_DEBUG
...
0) no verbose messages.
1) print non-fatal errors, nodeid, unique ID for other nodes.
2) extra printfs.
2001-03-12 23:22:37 +00:00
zuntum
73418788ae
Move "Tomasz Luchowski <zuntum@netbsd.org>" entry to appropriate place
2001-03-12 21:06:01 +00:00
is
e2e5c62d49
Make this compile again (when building the LKMs).
2001-03-12 21:00:02 +00:00
manu
c1faa5c059
enabled COMPAT_LINUX for sandpoint
2001-03-12 20:10:06 +00:00
thorpej
9ab0878e2a
If we get a KRB5KRB_AP_ERR_BAD_INTEGRITY on a TGS req with
...
a key usage of KRB5_KU_TGS_REQ_AUTH, then try again with a
key usage of KRB5_KU_AP_REQ_AUTH. This addresses an interop
issue between new kinit(1) (0.3e) and older KDCs (such as 0.3a).
Patch from assar@netbsd.org ; see discussion on current-users.
2001-03-12 19:25:51 +00:00
joda
bee147163e
simplify the krb5 code somewhat
2001-03-12 17:56:36 +00:00
wiz
c79d6f4378
Fix typo in comment reported by Yuji Yamano in kern/12391.
2001-03-12 17:26:37 +00:00
atatat
a99a7deee1
Allow md5 passwords of length 34 as passwords
2001-03-12 16:48:13 +00:00
lukem
c01bf98a39
commented out entry for named_chrootdir
2001-03-12 16:13:17 +00:00
lukem
6ddd47cd37
if $named_chrootdir != "", ensure that the following files, devices,
...
and links exist:
${named_chrootdir}/usr/libexec/named-xfer
${named_chrootdir}/dev/null
${named_chrootdir}/etc/localtime
/var/run/named.pid -> ${named_chrootdir}/var/run/named.pid
/var/run/ndc -> ${named_chrootdir}/var/run/ndc
and then start named with the appropriate options to run chroot(2)ed
under $named_chrootdir as user named group named.
to take advantage of this, an admin should copy /etc/namedb ->
${named_chrootdir}/etc/namedb, and set named_chrootdir in /etc/rc.conf.
[dev/null & etc/localtime setup inspired by openbsd. i already had the rest]
2001-03-12 16:08:38 +00:00
lukem
a2c01fa479
if $named_chrootdir is defined, add ${named_chrootdir}/var/run/log to
...
the list of sockets listened to.
2001-03-12 16:04:20 +00:00
lukem
b6742129e8
move date before rcorder
2001-03-12 15:56:39 +00:00
tsutsui
06237a6a03
Add some delay in zstty_attach() to wait previous console output
...
to complete before hardware initialization.
2001-03-12 15:46:56 +00:00
tsubai
9f1a6e07a4
Round up block size to at least NBPG bytes.
2001-03-12 15:41:52 +00:00
wiz
c897860d56
Reflect correct architecture in comment.
2001-03-12 14:10:03 +00:00
jdolecek
5cf4138b21
Don't exit with status 1 for successfull (non-interrupted) run.
...
Reported and patch provided in bin/12372 by Jim Bernard.
2001-03-12 13:29:26 +00:00
wiz
0447d6c08c
Remove obsolete /usr/share/man/{cat,man}{1,3,5}/i386.
2001-03-12 12:48:47 +00:00
wiz
63a17b0b9a
Remove /usr/include/dev/tc/stic{var,reg}.h, as they are installed again,
...
and were re-added to comp/mi.
2001-03-12 12:47:50 +00:00
wiz
3d302370cb
Add man/cat8/atari/ahdilabel.0.
2001-03-12 12:44:42 +00:00
wiz
ba3729096b
Remove man/{man,cat}{1,3,5}/i386, as they are in the obsolete list now.
...
Add /var/named hierarchy (set name correct?).
2001-03-12 12:43:32 +00:00
bouyer
9ea2b5098b
Preliminary support for SYM53C1010-33 (at 80MB/s only for now), based on
...
patches sent by Matthias Drochner <M.Drochner@fz-juelich.de> and
Kenneth R Westerback <kwesterback@home.com>
2001-03-12 10:00:50 +00:00
bouyer
e28d425492
Update for promise Ultra/100 support.
2001-03-12 09:56:19 +00:00