itojun
adf3a0eef5
redo previous (simplify KPTR)
2001-01-08 18:03:45 +00:00
jdolecek
e4de90b20d
by default, use stable sort
...
add -S flag to switch to non-stable sort; for GNU sort compatibility,
provide -s flag too
2001-01-08 18:00:31 +00:00
itojun
3410e7bd02
backout previous; did not compile on non-alpha
2001-01-08 17:55:28 +00:00
nathanw
5af86c93fb
The "#auvia" line was removed from this config; remove the "#audio* at
...
auvia?" line as well.
2001-01-08 17:35:29 +00:00
itojun
a3c77f0437
simplify KPTR processing.
2001-01-08 17:18:24 +00:00
itojun
6931d9c234
do not decode non-first IPv6 fragment. sync with tcpdump.org code
2001-01-08 16:42:29 +00:00
bjh21
438a7af846
Mention eh driver.
2001-01-08 16:15:39 +00:00
lukem
e0cb66f652
rcsid & whitespace police
2001-01-08 15:21:37 +00:00
itojun
65c6e6aaa6
do not build shared version of libcrypto_{idea,rc5}.
...
to override functions in libcryto_*, it is easier to supply non-shared
libcrypto_*.
2001-01-08 14:59:32 +00:00
itojun
e30f75ded9
declare __P if missing
2001-01-08 14:53:19 +00:00
itojun
60a6af6e96
do not declare OF() in header. use __P().
...
maybe we could have ansified it, but did not for possible feedback to the
original zlib distribution
2001-01-08 14:48:19 +00:00
bjh21
584dc984d3
Keyboard and mouse are the same device, so list them on the same line.
2001-01-08 14:37:48 +00:00
fvdl
52d1f12742
Make these actually work (fixes PR 11914).
2001-01-08 14:36:41 +00:00
itojun
7d061a2000
consistency for usage()
2001-01-08 14:12:06 +00:00
lukem
a962dc9124
add sradixsort(3)
2001-01-08 14:08:17 +00:00
itojun
c5520fd00b
uninitialized pointer. PR 11702
2001-01-08 14:06:12 +00:00
lukem
b8d674b457
link sradixsort(3) -> radixsort(3)
2001-01-08 14:06:09 +00:00
itojun
561c43d3fa
use MACHINE_CPU=arm on both arm26/32.
2001-01-08 13:28:08 +00:00
itojun
f320afb26b
address PR 11653. checked on alpha.
...
XXX supports 32bit and 64bit pointers only
2001-01-08 13:20:29 +00:00
martin
5b6d57d949
Supply enough rope to let the user disable or override all interface
...
up/down magic.
2001-01-08 12:45:39 +00:00
christos
a36e2b78f7
fix arm32 confusion. There was a regression that changed 4096->8192
...
somewhere after 1.10. I am fixing this in the master source of file.
[this should be pulled up for 1.5.1]
2001-01-08 12:41:06 +00:00
takemura
757dca55b7
These ioctl commands should be '_IOW' to set value.
...
WSMOUSEIO_SRES
WSMOUSEIO_SSCALE
WSMOUSEIO_SRATE
2001-01-08 11:20:24 +00:00
rh
21ea7bd559
regen
2001-01-08 09:53:08 +00:00
rh
48276d65d9
Add IDs for the NEC Versa LX and Versa Pro LX
2001-01-08 09:52:22 +00:00
takemura
a0a2fc0688
Implement WSMOUSEIO_SRES to control A/D port scan interval.
2001-01-08 09:50:08 +00:00
enami
cdd63c8e8b
Add RCSid.
2001-01-08 08:37:12 +00:00
garbled
ff9d32a832
Add a bug that I forgot about in here.. so that I don't forget to fix it.
2001-01-08 08:33:24 +00:00
itojun
99b0df5333
use MACIHNE_CPU to determine architecture-dependent source code directory.
...
is use of exists(foo) safe enough?
TODO: many other places to fix
2001-01-08 08:29:59 +00:00
garbled
5a95f8151c
Add the sushi manpage to the makefile.
2001-01-08 08:24:17 +00:00
garbled
9d62d0bfd2
Add entires for the sushi manpage.
2001-01-08 08:15:35 +00:00
garbled
729ebd2d8e
Write a manpage for sushi. Closes PR 11902 by Lennart Augustsson.
2001-01-08 08:12:54 +00:00
itojun
c2cbc35d36
need string.h for mem* prototypes.
...
XXX not sure if we need to compile getopt{,1}.c in gnu/usr.bin/{bc,dc}...
2001-01-08 08:06:37 +00:00
mrg
2ae6017367
link openssl with -lcrypto_rc5 and/or -lcrypto_idea (before -lcrypto) if
...
those ciphers are asked for with MKCRYPTO_RC5/MKCRYPTO_IDEA. avoids building
rc5/idea support with missing libcrypto support.
2001-01-08 07:49:01 +00:00
enami
c3b283e57f
Missed RCSid in rev. 1.61.
2001-01-08 07:48:59 +00:00
mrg
9354cc7a64
add missing $LIBCRYPTO_RC5 and $LIBCRYPTO_IDEA
2001-01-08 07:41:10 +00:00
itojun
1a0a03b824
add missing DPADD
2001-01-08 07:38:00 +00:00
mrg
762bc3c71a
add missing $LIBSSL
2001-01-08 07:36:10 +00:00
itojun
9833445e10
declare MACHINE_CPU. MACHINE_CPU will be generated from MACHINE_ARCH,
...
to identifiy CPU type in build tree (like mipse[lb] -> mips, sh3e[lb] -> sh3).
XXX what should we do about arm and sparc?
2001-01-08 07:28:07 +00:00
martin
6f9aebaaf0
Cleanup startup error message handling, copy fatal messages to stderr
...
too when not (yet) running in background.
Avoid calling endwin() when curses has not been initialized. Fixes a core
dump reported by Bernd Ernesti when running full-screen mode with
configuration file errors.
2001-01-08 07:18:54 +00:00
chs
6717a2ac1b
in vtruncbuf(), use a "synchronous freeing" flush to prevent a race
...
between write i/os in a disk-based filesystem vs. the disk block being
freed by a truncation, allocated to a new file, and written again with
different data. if the disk driver reorders the requests and does
the second i/o first, the old data will clobber the new, corrupting
the new file.
2001-01-08 07:05:47 +00:00
itojun
9bbe5b85ca
"lp" must be defined reagardless from __HAVE_OLD_DISKLABEL
2001-01-08 06:57:21 +00:00
martin
592d28a907
Regen after MAKEDEV update.
2001-01-08 06:22:42 +00:00
martin
fd6a417d77
Group isdn devices, so "sh MAKEDEV isdn" will create them all.
...
Add apropriate entries to the archs that already have isdn support
enabled in their cdev array.
2001-01-08 06:21:19 +00:00
chs
f0ff6fc897
in uvn_flush(), when PGO_SYNCIO is specified then we should wait for
...
pending i/os to complete before returning even if PGO_CLEANIT is not
specified. this fixes two races:
(1) NFS write rpcs vs. setattr operations which truncate the file.
if the truncate doesn't wait for pending writes to complete then
a later write rpc completion can undo the effect of the truncate.
this problem has been reported by several people.
(2) write i/os in disk-based filesystem vs. the disk block being
freed by a truncation, allocated to a new file, and written
again with different data. if the disk driver reorders the requests
and does the second i/o first, the old data will clobber the new,
corrupting the new file. I haven't heard of anyone experiencing
this problem yet, but it's fixed now anyway.
2001-01-08 06:21:13 +00:00
itojun
9f119cbf91
wrap icmp6 checksum error printf() into #ifdef ND6DEBUG.
...
sync with kame, NetBSD PR 11911.
2001-01-08 06:12:46 +00:00
phil
e6550aba7b
Update for bc-1.06.
2001-01-08 04:53:59 +00:00
simonb
699a13760c
Add regression tests for div/ldiv/lldiv.
2001-01-08 04:41:31 +00:00
simonb
d7d808597e
Add regression tests for div/ldiv/lldiv.
...
Inspired by port-i386/11914 from Luke Mewburn.
2001-01-08 04:39:31 +00:00
phil
957f1a0095
Finish the import of bc-1.06.
2001-01-08 04:03:30 +00:00
phil
0215b1186b
Import bc-1.06
2001-01-08 03:28:58 +00:00