thorpej
a1ef87dff1
Add {cat,man}4/evbarm subdirectories.
2002-08-02 21:22:23 +00:00
thorpej
26c8830394
Add {man,cat}4/evbarm subdirectories.
2002-08-02 21:21:43 +00:00
thorpej
c8c1d803c3
Add evbarm/iopaau(4) manual page.
2002-08-02 21:20:28 +00:00
thorpej
2c34344b0a
Add a manual page for the Intel IOP AAU.
2002-08-02 21:11:19 +00:00
pooka
cc3d906ee9
work around cross-compile problems on 1.5.x, don't try to include
...
<stdint.h> on that platform
2002-08-02 20:32:55 +00:00
chris
624b632030
Fix segv when running show_help.
...
Seems that copyright had it's type changed, but not the extern.
2002-08-02 20:03:36 +00:00
soren
5fa952b83f
As in PR kern/10999 from Matthew Orgass, make the panic message more
...
helpful in the case where no console device has registered.
2002-08-02 19:55:32 +00:00
soren
f69878391e
Regen.
2002-08-02 19:36:26 +00:00
soren
6d154bbd46
Add O2 Micro Cardbus bridge ID from PR kern/17469 by Nicolas Joly.
2002-08-02 19:35:43 +00:00
soren
2c3f82e5d3
Match mbuf changes.
...
Fixes PR kern/16039 from Tomas Svensson.
2002-08-02 19:21:57 +00:00
perseant
479f3c7ea7
Add regression tests section for LFS. First regression test is based on
...
IWAMOTO Toshihiro's test program submitted with PR #9994 , modified to
perform the same operations on a control file, presumably held in a
known-working filesystem. Test and control files are compared with "diff"
after the run (assuming that the kernel does not panic, which is really
the main point of the test).
Not included in the parent Makefile's list, as it requires the existence of
an LFS of some size.
2002-08-02 19:10:49 +00:00
soren
8e607cdca8
G/c vestiges of old sun3-specific SYMTAB_SPACE support.
2002-08-02 18:19:58 +00:00
soren
c760d33b3e
Fix comment about format.
...
Fixes PR misc/17722 from David MacKenzie.
2002-08-02 18:02:53 +00:00
seb
46495173b2
Fix FTP_CMD for Solaris: something went wrong when it was added.
...
Approved by wiz.
2002-08-02 17:04:55 +00:00
explorer
4dd0826200
display the V, W, and Wh rather than mV, mW, and mWh
2002-08-02 16:51:48 +00:00
wiz
42ec3bd114
Support wtmpx.
2002-08-02 15:05:57 +00:00
wiz
d9deaad608
de__P(), ANSIfy.
2002-08-02 14:59:40 +00:00
oster
4488afa61f
Do not truncate the size of the vnd, as that will cause lossage with
...
images with sizes that are not multiples of 1MB. Fix as proposed by me on
tech-kern, and ok'ed by Christos.
2002-08-02 14:43:32 +00:00
is
539874bb55
loadbsd doesn't work for ELF kernels.
2002-08-02 14:35:49 +00:00
itojun
95c7243aec
more effort to make it compile on platforms w/o linux emul
2002-08-02 14:29:34 +00:00
blymn
93ae143731
Do not free the first element of the fields array. This fixes pr 17754.
2002-08-02 14:10:25 +00:00
christos
c9bffd0130
fix argument order.
2002-08-02 14:06:07 +00:00
christos
0f38e42a7a
fix typos that prevented us from cleaning utmpx. Noted by wiz
2002-08-02 14:03:22 +00:00
ad
22a1da8740
Regen.
2002-08-02 12:45:23 +00:00
ad
7416434a87
PR 17719 from Mark Davies: Additional Adaptec RAID controller types.
2002-08-02 12:44:42 +00:00
scw
451eb422ae
Fix dump_lfs build following recent utmp changes.
2002-08-02 12:29:36 +00:00
tshiozak
0b03f5f98b
remove an obstructive ?: operator of the check added in the last commit by
...
itojun-san.
2002-08-02 12:27:32 +00:00
blymn
4e295cd045
Allow REQ_RIGHT_CHAR to get to the end of the line.
2002-08-02 11:49:18 +00:00
blymn
a5ab810726
Refresh window after a driver command.
2002-08-02 11:48:02 +00:00
bouyer
d9c216c219
Add Siig 20x 8 ports and and Oxford x952 cards. From Paul Shupak in kern/17790.
2002-08-02 10:40:30 +00:00
grant
c095f9f3cc
make 'use existing partitions' work on i386.
...
patch provided by Tyler Retzlaff, fixes install/17747.
2002-08-02 10:28:17 +00:00
gmcgarry
cb7e814f6e
Fix inverted pre-processor test.
2002-08-02 08:43:09 +00:00
soren
e426c0fac8
Following FreeBSD's example, remove the old pre-statfs(2) code for
...
examining FFS filesystems directly. This also gets rid of df(1)'s
setgid operator bit.
2002-08-02 08:17:12 +00:00
soren
819df08c48
stat(2) can return ENXIO.
2002-08-02 08:08:26 +00:00
itojun
73811081f9
correct use of strlcpy (really need to enforce length, so use memcpy)
2002-08-02 08:02:36 +00:00
bouyer
36969486b0
Add yet another broken sony cdrom. This one, in addition to broken LUN
...
handling, has broken sync negotiation. Also add PQUIRK_NOWIDE to be safe.
Fix PR kern/17773.
2002-08-02 08:00:36 +00:00
itojun
463bfdcd98
use strlcpy where appropriate
2002-08-02 07:50:35 +00:00
tshiozak
19debadf5c
fix a bug of setlocale when changing locales with LC_ALL for the first
...
argunemt and with a string containing many slashes for the second argument.
This bug may cause setlocale() to destroy static datas.
If a setuid program calls this function as 'setlocale(LC_ALL, "");',
this might be vulnerable, although there are few programs having such
vulnerability. This bug probably affects every versions of NetBSD,
including 1.4, 1.5 and 1.6.
XXX: This part of setlocale is unseemly, thus we had better rewrite it in
the future.
2002-08-02 07:12:51 +00:00
thorpej
c070073d8e
Add support for xor2, xor3, and xor4. Fix inverted direction
...
indications in some bus_dma operations.
2002-08-02 06:52:16 +00:00
thorpej
5eb844a0f7
Document "xor2", "xor3", and "xor4".
2002-08-02 06:50:05 +00:00
thorpej
32ff91814a
Add "xor2", "xor3", and "xor4" function names, which perform an
...
XOR on 2, 3, and 4 input streams, respectively.
2002-08-02 06:45:40 +00:00
thorpej
add44d0f41
Fix a signed/unsigned botch that broke an error recovery path.
...
(I could have sworn I fixed this bug over a week ago...)
2002-08-02 06:35:59 +00:00
mrg
81cda3082a
fix PR#11945 Tyler Retzlaff <rtr@wasabisystems.com>:
...
>The reason this occurs is because of left over scum in unused partition
>table slots for host system parts. This should clean it up.
2002-08-02 05:38:18 +00:00
ichiro
2543e04449
chenge comment for wi(4)
...
- add vender Intersil
2002-08-02 05:26:44 +00:00
grant
0b81a2c68e
set root partition default bsize and fsize.
2002-08-02 05:11:29 +00:00
soren
f7f75af9c5
Make NAMEI_DIAGNOSTIC compile.
2002-08-02 04:49:35 +00:00
grant
f4e0ef0aad
allow unsetting of mountpoints in disklabel editor.
...
partially addresses install/17801.
2002-08-02 04:08:47 +00:00
simonb
cb9c117389
Don't set BINOWN if using the default BINMODE.
2002-08-02 04:05:13 +00:00
oster
d64a7f44ce
- AuxFunc is no longer used.
...
- cleanup function prototypes in rf_diskqueue.h
2002-08-02 04:01:51 +00:00
simonb
8cd68a2ff9
Setting BINMODE=555 is redundant, as is setting BIN{OWN,GRP} of we're
...
using the default BINMODE.
2002-08-02 03:58:09 +00:00