kato
53a1ddf126
Sync with sys/i386/isa/sio.c revision up to 1.233.
1999-04-01 13:44:15 +00:00
kato
f9b8a6dd26
Sync with sys/i386/isa/npx.c revision 1.66.
1999-04-01 13:41:40 +00:00
kato
2cbb0fe753
Sync with sys/i386/conf/files.i386 revision up to 1.232.
1999-04-01 13:40:47 +00:00
kato
9769352ed0
Delete the aic driver.
1999-04-01 13:39:27 +00:00
cracauer
93ad3e4ae4
Use new -T switch to turn on immediate interruptibilty in shell
...
scripts. Also, the ugly 'echo -n' hack to prevent sh from a wrong
optimization isn't needed anymore.
1999-04-01 13:30:29 +00:00
cracauer
7d4e1acb70
The immediate execution of traps I introduced in September 1998 (to
...
make /etc/rc interruptible in cases when programs hang with blocked
signals) isn't standard enough.
It is now switched off by default and a new switch -T enables it.
You should update /etc/rc to the version I'm about to commit in a few
minutes to keep it interruptible.
1999-04-01 13:27:36 +00:00
brian
d3c259f30d
Drop PAP & CHAP packets if we're not in NETWORK or AUTHENTICATE
...
phase.
1999-04-01 11:05:23 +00:00
ache
c1a2210272
fix sign extension bug
...
Submitted by: Nikolai Saoukh <nms@ethereal.ru>
1999-04-01 10:22:48 +00:00
foxfair
cc015237c0
Correct bits, make output format clearly.
1999-04-01 10:15:15 +00:00
wpaul
feef7a688c
Make the Macronix driver work on FreeBSD/alpha and add to GENERIC.
...
Like the PNIC, we have to copy packet headers in the receive handler
because the chip will only DMA to longword aligned buffers.
Also do some mindor cleanups.
1999-04-01 02:09:37 +00:00
ghelmer
c6be18ffe3
Update refs for KLD's and kldload.
...
Submitted by: Nathan Ahlstrom <nrahlstr@winternet.com>
1999-04-01 01:42:28 +00:00
jdp
bc4052e9db
Rename spppcontrol.1 to spppcontrol.8. The latter file was created
...
by repository copy.
1999-04-01 00:07:33 +00:00
jdp
3334e9995e
Null commit to note that spppcontrol.1 has been repository copied
...
to spppcontrol.8.
1999-04-01 00:01:51 +00:00
asami
130fabc3f3
Add ${DESTDIR} to installation path. Move target to under beforeinstall:.
...
Submitted by: bde
1999-03-31 23:53:50 +00:00
n_hibma
3339395160
added vision camera
1999-03-31 23:53:48 +00:00
brian
959984e5f3
sh doesn't support <> redirections.
...
PR: 7325
1999-03-31 21:02:01 +00:00
brian
5903778a46
Get things right for tty names of length UT_LINESIZE.
...
Cosmetic: Don't shadow the `p' variable.
Remove two unused variables.
PR: 3638
1999-03-31 21:01:39 +00:00
phk
4fc819fb12
Too good to be missed
1999-03-31 20:24:02 +00:00
wpaul
bdd984d6ed
Shorten device names so that the pci probe lines don't exceed 80 chars
...
and wrap to a second line.
Put 'command never completed' message inside #ifdef DIAGNOSTIC/#endif to
stop people worrying about it (it's harmless).
1999-03-31 15:45:15 +00:00
sada
32cd4118d2
I'm sorry, this was already fixed in etc/mtree/BSD.var.dist.
...
Submitted by: asami@FreeBSD.ORG
1999-03-31 15:38:38 +00:00
yokota
54bbea8403
Follow up to the recent vm86 change in rev. 1.19.
...
- Make a copy of the information block returned in the vm86 space
by the VESA BIOS init function. Otherwise it will be overwritten
by subsequent BIOS calls in the same vm86 context.
1999-03-31 15:27:00 +00:00
eivind
07557653cb
Add NTFS
1999-03-31 15:23:31 +00:00
brian
30ff6b4d5e
Avoid a few warnings on the alpha
1999-03-31 14:21:46 +00:00
nsayer
a319323dd6
Add support for bridging to if_tx.c
...
PR: 10534
Submitted by: nsayer
1999-03-31 13:50:52 +00:00
brian
83fb217c7c
Oops - remove register keyword
1999-03-31 13:44:07 +00:00
asami
2a6d0c5e46
Explicitly specify mode 755 for /var/db/pkg -- it will be mode 700 otherwise.
1999-03-31 13:38:37 +00:00
brian
a1bb7672e0
Another alignment bogon.
1999-03-31 13:33:43 +00:00
sos
d40e33da2a
The DEVFS case was screwed by my last commit here..
1999-03-31 12:30:58 +00:00
sada
1a4ea9c418
Sometimes we have to make `/var/db/pkg' directory before we create
...
`.mkversion' :)
Submitted by: YAMAMOTO Shigeru <shigeru@bremen.or.jp>
1999-03-31 12:15:33 +00:00
sada
4573e1f503
Make release would fail for lack of /etc/resolv.conf or $DISTFILES/
...
PR: misc/9913
Submitted by: YAMAMOTO Shigeru <shigeru@bremen.or.jp>
1999-03-31 11:18:52 +00:00
grog
8ede2af020
vinum_resetstats: Reset stats for drives correctly when recursing.
1999-03-31 08:44:20 +00:00
grog
3d21e67dc9
Change the meaning of the combination of -s and no -v option in the
...
list functions. Previously, it would produce a non-verbose listing of
the objects followed individually by a statistics listing. Now it
produces only a one-line-per-object statistics listing.
1999-03-31 08:43:40 +00:00
grog
271303fae5
Destaticize some variables to allow checking on them when exiting.
1999-03-31 08:43:12 +00:00
grog
c97de30901
daemonq_return request: Clean up request queue and free all memory
...
before returning to die.
1999-03-31 08:42:52 +00:00
grog
c6dd405652
free_drive: free the drive free list if it has one.
1999-03-31 08:42:04 +00:00
grog
9099a42364
vinumattach: Remove some really old, dead cruft.
...
free_vinum: Wait for daemon to stop by checking the
vinum_conf.flags & VF_DAEMONOPEN.
vinum_modevent:
When compiled with VINUMDEBUG, check if we have
forgotten to free any memory, and log an error if we
have.
vinumopen: Allow open of an empty subdisk (otherwise we can't
initialize it).
1999-03-31 08:41:18 +00:00
joerg
95b1857c43
Make <DEL> an alternative rubout character for command input; many
...
serial terminals use this as their default rubout key.
1999-03-31 08:28:42 +00:00
asami
c395f45bd2
Add /var/db/pkg.
...
Submitted by: John Hay <jhay@mikom.csir.co.za>
1999-03-31 07:06:39 +00:00
obrien
fd8441b8ba
An earlier version of Rev 1.66 was reviewed by bde and the issues were
...
hashed out with his gracious help.
1999-03-31 06:42:36 +00:00
obrien
f8c7ec1135
Add bits we were getting from gnu/usr.bin/cc/Makefile.inc.
1999-03-31 06:40:40 +00:00
obrien
6c0cffc61f
* Deal with libgcc's move from gnu/usr.bin/cc to gnu/lib.
...
Move was necessary as libgcc should be built with the freshly built
compiler and thus we must wait until the freshly built bits have been
installed somewhere so we can use them. libgcc presence in gnu/usr.bin/cc/
gets in the way of building the new compiler. We could have either
cd'ed to specific directories w/in gnu/usr.bin/cc/ and built and installed
individual bits, or move libgcc out of the way and let our normal subdir
building process work.
* Don't build libgcc in "bootstrap-libraries:" target it should not be
assumed the currently installed compiler can correctly build libgcc.
(as is the case for g++ 2.7.2 and EGCS' libgcc)
1999-03-31 06:38:13 +00:00
obrien
59e0228778
Hookup libgcc at gnu/lib instead of gnu/usr.bin/cc
...
(libgcc was repository copied for me by Peter)
1999-03-31 06:30:40 +00:00
grog
aca8020417
Various bug fixes to make them actually work.
1999-03-31 05:54:20 +00:00
wpaul
27b07bcce7
Insert ifmedia_set() that I forgot and put in the vtophys() hack for
...
the alpha. Now the ThunderLAN driver works on the alpha (both my
sample cards check out.) Update the alpha GENERIC config to include
ThunderLAN driver now that I've tested it.
1999-03-31 04:04:14 +00:00
nsayer
3ca4431d71
Merge from RELENG_2_2, per luigi. Fixes the ntoh?() issue for the
...
firewall code when called from the bridge code.
PR: 10818
Submitted by: nsayer
Obtained from: luigi
1999-03-30 23:45:34 +00:00
nsayer
499635c721
Merge from RELENG_2_2, per luigi. Fixes the ntoh?() issue for the
...
firewall code when called from the bridge code.
PR: 10818
Submitted by: nsayer
Obtained from: luigi
1999-03-30 23:45:14 +00:00
nsayer
7b15ffb0e8
Cause PORT commands to use the high IP port range. This makes fetch
...
(and its friends) more firewall friendly.
PR: 10580
Submitted by: nsayer
1999-03-30 22:06:08 +00:00
eivind
d642f11d27
Fix the oltr entries.
1999-03-30 21:32:43 +00:00
nsayer
808e2fca86
SX ISA cards are only 32k wide in 8 bit mode (which is the only
...
mode supported by the manufacturer).
PR: 6255
Submitted by: nsayer
1999-03-30 21:22:39 +00:00
obrien
794737fcf1
Our ping doesn't have the ``-w'' option.
...
Submitted by: Kevin Street <street@iname.com>
1999-03-30 21:21:23 +00:00