itojun
94a4066862
postfix 20010228-pl02
2001-05-08 04:55:29 +00:00
sommerfeld
263f3e581d
Suppress duplicate entries in ALLFILES, FILES, INCS, DEPINCS, INFOFILES,
...
NLSALL, CATPAGES, MANPAGES, HTMLPAGES, and SCRIPTS.
2001-05-08 03:19:51 +00:00
onoe
c85f9c433b
Do not discard input data from client for channels waiting for connection
...
establishment.
2001-05-08 03:02:35 +00:00
sommerfeld
075bf1a2b8
Make this parallel-safe when MACHINE == MACHINE_ARCH
2001-05-08 02:15:39 +00:00
sommerfeld
50cca24c03
parallelize the obj pass, too
2001-05-08 02:04:08 +00:00
sommerfeld
390fe67281
Add .WAIT barrier for parallel make
2001-05-08 02:03:18 +00:00
thorpej
0b8c6fcc77
Fix a silly mistake I made when reworking the uvm inactive list
...
some time ago. The mistake was to check that the page was not
referenced since the last active scan before moving it to inactive.
Now we just clear reference and move it to inacive (which is where
the second clock hand sweep occurs).
2001-05-07 22:01:28 +00:00
fredette
bdf32dea4f
Turned all lea/jsr combinations back into jbsrs,
...
as they were originally.
2001-05-07 21:48:24 +00:00
tron
d6be44d3c8
Add a new option "e" to "dump" which allows to eject tapes automatically
...
if a tape change is required.
2001-05-07 21:17:48 +00:00
jdolecek
9e29be957a
Move splched() prototype under splserial() in SYNOPSYS, so that the
...
entries are sorted by priority correctly.
2001-05-07 17:59:41 +00:00
kleink
15318b7678
Internally rename sysconf() to __sysconf() to make its latter name suitable
...
for use from public headers. Also, do so on all platforms.
2001-05-07 17:25:57 +00:00
kleink
6814785547
Make the END() argument match the entry name.
2001-05-07 17:19:17 +00:00
jdolecek
27a5a43c04
In the check_header() function, bump the number of allowed section headers
...
to 512. Apparently, there are ELF binaries with more than 128 section
headers - an example is one of Linux Word Perfect 8 utilities.
This fixes kern/12455 by Mark Davies.
2001-05-07 17:09:13 +00:00
jdolecek
d14c9b252f
add ./usr/share/wscons/keymaps/pckbd.hu.iso8859-2 and
...
./usr/share/wscons/keymaps/pckbd.ru.koi8-r
2001-05-07 16:51:08 +00:00
jdolecek
8a0e6e297a
Add hungarian iso8859-2 keymap, provided by Ferenc Kulcsar in misc/11457.
2001-05-07 16:47:57 +00:00
jdolecek
683024fb41
Add koi8-r-oriented keymap, submitted by Sergey Svishchev in misc/10976.
2001-05-07 16:37:34 +00:00
kleink
017a840cd9
getopt(3): EOF -> -1.
2001-05-07 14:51:46 +00:00
kleink
a0649bd297
getopt(3): EOF -> -1.
2001-05-07 14:00:22 +00:00
itojun
d9bcf0f87a
use "!rtsol" for IPv6 interface autoconf.
...
XXX i did not use "!rtsol $int" because there could be problem with
shell script expansion ($int gets expanded too early).
2001-05-07 11:49:52 +00:00
uch
93069cf02a
recompile.
2001-05-07 11:15:28 +00:00
uch
a4cf833c49
add Fujitsu PenCentra 130 entry.
2001-05-07 11:12:10 +00:00
lukem
a4845ebfa1
delint to c89; use #define instead of static const int for an array size
2001-05-07 10:15:46 +00:00
jdolecek
3b932d2fe1
Fix the operator precedence list to match reality. Operators were incorrectly
...
grouped there.
2001-05-07 10:14:43 +00:00
manu
7e6929fe90
Changed EMUL_BSD_ASYNCIO_PIPE to EMUL_NO_BSD_ASYNCIO_PIPE, so that
...
the native emulation (NetBSD) does not have a flag.
2001-05-07 09:55:12 +00:00
minoura
0bb85c4922
Encoding ulinear and mulaw are both software emulated.
...
From Isaki-san.
2001-05-07 09:42:30 +00:00
lukem
42f4b2cf45
only error on a newline in a string if -t (traditional) mode is enabled, since
...
ansi c supports multi-line strings without the trailing \n\ ...
2001-05-07 09:02:55 +00:00
lukem
5b2ac78763
regen from vnode_if.sh rev 1.29
2001-05-07 08:48:07 +00:00
lukem
e1adc31453
delint: vop_default_desc was declared const but not defined const.
2001-05-07 08:46:02 +00:00
kleink
714d58eb51
For consistency add a _DIAGASSERT() case, and remove some cruft.
2001-05-07 08:32:20 +00:00
kleink
b03ace75dd
Add a _DIAGASSERT() case, and remove some cruft.
2001-05-07 08:29:25 +00:00
kleink
cb31d8175c
Use <stddef.h> rather than <stdio.h> if it's just NULL that's wanted.
2001-05-07 08:26:13 +00:00
lukem
a9bf1b0410
delint
2001-05-07 08:15:41 +00:00
martin
6c84f44386
Add pppoectl entries.
2001-05-07 08:03:15 +00:00
lukem
ab72f65dcd
Don't try and use single quotes in the RHS of a ${ :+ } expansion
...
because /bin/sh needs a different syntax than ksh (and bash, etc).
Use a more obvious and less error prone method. (This complicated
use of ${:+} was only used to build the su command when running as
a separate user, but could always cause problems.)
Problem noted by Hubert Feyrer in conjunction with /etc/rc.d/sshd.
2001-05-07 07:07:11 +00:00
lukem
3b2a77c393
need stdio.h for NULL...
2001-05-07 02:51:59 +00:00
enami
8e5a4722c5
Make this file *just* compiles again when __HAVE_MINIMAL_EMUL is defined.
2001-05-07 02:51:53 +00:00
enami
362af21bc7
Fix broken indentation introduced by previous commit.
2001-05-07 02:28:55 +00:00
wiz
ea2038449e
vmstat(8) -> vmstat(1).
2001-05-06 23:52:14 +00:00
wiz
7da30c83ac
Change xref for vmstat(8) to vmstat(1).
...
Whitespace, punctuation and spelling fixes while I'm here.
2001-05-06 23:48:31 +00:00
wiz
553c8f83e4
Move vmstat.8 to vmstat.1, since the program lives in /usr/bin now and is
...
not super-user-only.
Cf. short discussion on tech-userlevel.
2001-05-06 23:37:36 +00:00
ad
11527af796
Sleep for 10 seconds before compressing the old log.
2001-05-06 21:03:25 +00:00
is
9c48209178
Be more verbose in the warnings.
2001-05-06 20:49:43 +00:00
he
9c2e1d2339
Newly built binaries from netbsd-1-4 sources, including fix for
...
PR#10940.
2001-05-06 20:38:52 +00:00
ad
3db21b039c
We map in by MLX_EISA_SLOT_OFFSET, so remember that when accessing the
...
IOCONF registers. Pointed out by thorpej.
2001-05-06 20:34:41 +00:00
ad
14ad1926a8
Add mlx at eisa.
2001-05-06 20:32:20 +00:00
kleink
a7d0606917
Cosmetical oversight.
2001-05-06 20:25:28 +00:00
thorpej
04f36fcb9e
Remove a comment which is no longer true. From Artur Grabowski.
2001-05-06 20:12:09 +00:00
fvdl
8311862915
Add amd766 support. Rename some variables to 7x6 now that it supports
...
both 756 and 766.
2001-05-06 20:06:35 +00:00
ad
ae9cc4fa8a
Add an (untested) EISA front-end for the `mlx' driver.
2001-05-06 19:54:59 +00:00
ad
95450fbced
Make provision for resetting the board at start-up.
2001-05-06 19:53:04 +00:00