n_hibma
4c0628c3d0
Updated the list of devices supported by the USB susystem.
...
Thanks Mike for the hint.
1999-04-10 16:54:12 +00:00
n_hibma
44e9cae9f6
uncomment the uhci entry
1999-04-10 15:23:12 +00:00
chuckr
df095df65a
Fix description of size, it's in kilobytes, not bytes.
1999-04-10 15:09:07 +00:00
hm
821982eb1d
Add ISDN cards supported by isdn4bsd to list of supported hardware,
...
remove nic driver for Dr. Neuhaus Niccy 300x ISDN cards from this list
1999-04-10 14:34:29 +00:00
ache
28f52eeb09
add -s to usage
...
PR: 11056
Submitted by: Nickolay N. Dudorov <nnd@mail.nsk.ru>
1999-04-10 14:03:38 +00:00
foxfair
71e6903007
Correct a link problem with zh_TW.BIG5, make the display reasonable.
1999-04-10 12:22:25 +00:00
des
0a96c9181d
Allow the user to specify a different firewall script than /etc/rc.firewall.
1999-04-10 10:56:58 +00:00
grog
4ea2c51252
struct drive: add fields for debugging lockdrive deadlocks.
1999-04-10 08:12:44 +00:00
grog
16b49ae256
set_sd_state:
...
If a drive is down, take "empty" sds down. Previously they were
unchanged, which cause set_plex_state to take them up under some
circumstances.
1999-04-10 08:12:12 +00:00
grog
a69fe82894
When VINUMDEBUG is set, add function basename() to return the base
...
name of a file. Used by MMalloc and lockdrive.
1999-04-10 08:11:44 +00:00
grog
3053fd36c3
lockdrive: Add debug calls to catch occasional deadlocks on drives.
...
The problem is probably gone, but the debug checks remain
for a while.
1999-04-10 08:11:21 +00:00
grog
ab82ea3490
Add flag keyword w.
1999-04-10 08:10:55 +00:00
grog
02db416f92
daemon_save_config:
...
Fix a potential drive deadlock when saving config to a non-existent
drive.
Add debug calls to catch occasional deadlocks on drives. The problem
(above) is probably gone, but the debug checks remain for a while.
1999-04-10 08:10:24 +00:00
grog
fa23ff64d5
Define macro LOCKDRIVE for debugging drive locking deadlocks.
1999-04-10 08:09:49 +00:00
grog
ff04614b5c
Add declaration for basename()
...
Change lockdrive definition if VINUMDEBUG is set.
1999-04-10 08:09:27 +00:00
grog
8a6f490fac
Add debug calls to catch occasional deadlocks on drives. The problem
...
is probably gone, but the debug checks remain for a while.
update_plex_config: Catch yet another divide-by-zero problem when
detaching the last subdisk from a striped plex.
Uncovered-by: Michael Reifenberger <root@nihil.plaut.de>
1999-04-10 08:08:45 +00:00
obrien
812333ae22
Look in the new place for GCC bits.
1999-04-10 08:07:34 +00:00
kato
63ec7836d6
Sync with sys/i386/i386/userconfig.c revision 1.133.
1999-04-10 04:44:33 +00:00
kato
57cf6ac34b
Sync with sys/i386/conf/files.i386 revision 1.233.
1999-04-10 04:42:46 +00:00
grog
c3355422b5
Add kldstat macro, which basically does the same thing as kldstat(8)
1999-04-10 04:04:16 +00:00
grog
bc183ba3bb
Document -w option for init command.
...
Reorganize OPTIONS section into alphabetical order.
1999-04-10 04:02:23 +00:00
grog
b3fa99a769
Add -w option to init command: wait for init to complete before
...
returning.
1999-04-10 04:00:49 +00:00
bde
fbe37a582c
Oops, the previous log message should have been:
...
Include <machine/ansi.h> so that this file is self-sufficient again.
Rev.1.6 doesn't do this as claimed unless <nlist.h> has nonstandard
pollution.
Cleaned up includes.
1999-04-10 03:49:43 +00:00
alc
17353c7e05
pmap_remove_pte:
...
Use "loadandclear" to update the pte.
pmap_changebit and pmap_ts_referenced:
Switch to pmap_TLB_invalidate from invltlb.
1999-04-10 02:58:17 +00:00
ache
614e69dd79
add -s to synopsis
1999-04-10 01:56:20 +00:00
nik
1faac82544
Add a warning bout the SoundBlaster and ISA DMA locking up the machine,
...
and a possible workaround.
PR: docs/5358
Submitted by: Matthew Dillon
Reviewed by: nik
1999-04-09 21:14:56 +00:00
obrien
8f6b9f8b2f
Did not mean to import these with 2.0b1pl17
...
(was the docs/ dir in previous ISC distfiles)
1999-04-09 18:51:21 +00:00
bde
20977f06d8
Fixed world breakage. Fixed (?) building with -jN (N > 1).
...
The previous commit made things worse by breaking the -j0 case and
moving around the breakage for the -jN case. The fix involves
restoring .ORDER statements that were deleted in the previous commit,
removing wrong special handling of tree-check.h, and rewriting the
generation of fudged dependencies based on an idea I got from the
previous commit (filter out problematic objects first).
1999-04-09 18:46:48 +00:00
imp
53a0c77900
Various language and style concerns fixed.
...
Noted by: bde
1999-04-09 18:26:46 +00:00
des
f9cbfc392a
Allow setting MAXFILES in the kernel config.
1999-04-09 16:28:11 +00:00
tegge
e35119550e
When a variable expansion is enclosed in double quotes, the internal
...
representation of the expression is quoted. Take care of this when
doing pattern matching in conjunction with trimming.
#!/bin/sh
c=d:e; echo "${c%:e}"
PR: NetBSD PR#7231
Noticed by: Havard Eidnes <Havard.Eidnes@runit.sintef.no>
1999-04-09 15:23:48 +00:00
bde
b624ddd420
Declare mkstemps().
1999-04-09 15:06:56 +00:00
bde
6f90f82fc7
Fixed missing include in synopsis.
...
Fixed some mdoc usage errors.
1999-04-09 14:31:59 +00:00
jdp
9dd48e58c3
The ELF specification says that the RPATH in the executable or
...
shared object takes precedence over LD_LIBRARY_PATH. Make the
dynamic linker do it that way.
1999-04-09 06:42:00 +00:00
imp
2aba902430
Ooops. Forgot C++ ABI major version bump (aka breakage).
1999-04-09 06:34:00 +00:00
imp
a1fc8fe78f
In reading -current, I noticed I had overlooked the NOAOUT -> WANT_AOUT
...
change, which deserves a mention here.
1999-04-09 06:31:00 +00:00
imp
ca4d2961cf
Added a whole lot of information on upgrading with egcs and the common
...
problems discussed in -current up through approx april 7th. Those
more in the know please read these changes and send me corrections.
I've only hit a few of the cases, not all of them, so my reporting is
second hand at best.
1999-04-09 06:17:37 +00:00
jdp
4f46e3a475
Ugh. I didn't know this Makefile was reaching over into the dynamic
...
linker sources for some of its header files. Add a -I flag to pick
up a new directory over there.
1999-04-09 05:56:23 +00:00
brian
040921481a
If given host.domain:nn[.nn], trimdomain() now reduces it to
...
host:nn[.nn] (if the domain is the same as the local one).
1999-04-09 01:54:10 +00:00
grog
2dbfcc3870
update_plex_config: Eliminate a potential divide-by-zero.
...
Tripped-over-by: Karl Pielorz <kpielorz@tdx.co.uk>
1999-04-09 01:20:22 +00:00
grog
b08fc2420a
Modify parameter checking in LongJmp to match the reality of an
...
enlarged kernel memory space.
Paniced-over-by: Karl Pielorz <kpielorz@tdx.co.uk>
Michael Reifenberger <root@nihil.plaut.de>
1999-04-09 01:17:50 +00:00
grog
b8d0fb1938
If the wrong version of vinum(8) has been started (i.e. non-RAID-5
...
when the kernel module is RAID-5, or the other way round), execve()
the correct one.
Add \n to an error message.
1999-04-09 01:14:36 +00:00
jdp
e595dd9e79
Eliminate all machine-dependent code from the main source body and
...
the Makefile, and move it down into the architecture-specific
subdirectories.
Eliminate an asm() statement for the i386.
Make the dynamic linker work if it is built as an executable instead
of as a shared library. See i386/Makefile.inc to find out how to
do it. Note, this change is not enabled and it might never be
enabled. But it might be useful in the future. Building the
dynamic linker as an executable should make it start up faster,
because it won't have any relocations. But in practice I suspect
the difference is negligible.
1999-04-09 00:28:43 +00:00
obrien
2034f40c32
Another fix for -jN building -- the last fix didn't fix it for everybody.
...
Submitted by: Luoqi Chen <luoqi@watermarkgroup.com>
1999-04-08 23:37:46 +00:00
n_hibma
feebb94411
1) Add Lucent USS-720 eval kit
...
2) Rename Epson printer cable to proper name
1999-04-08 23:26:50 +00:00
eivind
51b9d2ad97
Add a comment that natd is made for use with NICs, not PPP links - I'm
...
tired of the five people each day that ask me how to set up natd for
use with PPP.
1999-04-08 23:15:31 +00:00
n_hibma
ec9894f656
1) Add AKS USB-HASP 0.6
...
2) Rename Lucent -> Epson
(Undoes previous commit, Mike agrees)
1999-04-08 23:13:17 +00:00
jkh
4723af978b
MF22: Bring forward the far more explanatory motd we had in 2.2.8
...
Suggested by: Nathan Ahlstrom <nrahlstr@winternet.com>
1999-04-08 22:39:43 +00:00
msmith
17d47cad52
Add a skinny USB section. Note that the Zip mention preempts the actual
...
comitting of the umass driver by a little.
1999-04-08 21:42:11 +00:00
brian
7670f1eab4
MF libexec/telnetd: Determine the host name using an array size of
...
MAXHOSTNAMELEN and call trimdomain() before implementing
the -u option.
1999-04-08 21:39:34 +00:00