Bill Paul
a5be897656
Add device list entries for the tl and xl PCI ethernet devices.
1998-09-13 16:45:10 +00:00
Robert Nordier
38c931abc7
Enable client entry point support.
1998-09-13 13:28:07 +00:00
Robert Nordier
d60dc4ef43
Activate btxld.
1998-09-12 06:58:18 +00:00
Robert Nordier
9c9f4492f8
btxld is a link editor for BTX (boot extender) clients, supporting ELF,
...
a.out, and binary formats.
1998-09-12 06:49:48 +00:00
Garrett Wollman
90cf373d9b
Fix additional warnings. Remove -Werror, since some people have complained
...
about it.
PR: 7886
Submitted by: Stefan Eggers <seggers@semyam.dinoco.de> (partially)
1998-09-11 18:49:33 +00:00
Jordan K. Hubbard
375ca45770
correct usage of cleanup() everywhere - this became bogus when the warnx/errx
...
stuff was added and nobody seems to have noticed. :)
Noticed by: Josh MacDonald <jmacd@paris.CS.Berkeley.EDU>
1998-09-11 07:26:58 +00:00
Kazutaka YOKOTA
d30ada6d4b
The fix in the previous commit was not sufficient; the upper 24 bits
...
of an int argument still contained garbage.
Pointed out by: bde
PR: bin/7799
1998-09-10 12:20:09 +00:00
Tor Egge
b45187b7cc
Don't allow longjmp into a no longer valid stack frame.
1998-09-10 02:01:06 +00:00
David E. O'Brien
c4e8b7e41e
I don't want to be the only one to use `cut''. Use
`sed'' instead.
1998-09-10 00:27:57 +00:00
Brian Somers
e9af5a192a
Reflect reality
1998-09-09 22:51:49 +00:00
David E. O'Brien
bc4d911b88
Fully use our own generated files for NFSv3.
1998-09-09 16:11:01 +00:00
Daniel O'Callaghan
087572a597
Fix typos.
1998-09-09 05:09:55 +00:00
Brian Somers
7ac9884afe
Initialise lcp::his_mru to the ``set mtu'' value if it's less
...
than DEF_MRU, allowing our interface mtu to be decreased
despite negotiation with the peer.
1998-09-09 00:03:09 +00:00
Søren Schmidt
1235adff33
Add 'blank' and 'nextwriteable' commands for atapi CD-R/RW support.
1998-09-08 20:51:24 +00:00
Jordan K. Hubbard
5d7e166f85
Whoops, update the makefile too while I'm at it.
1998-09-08 11:44:37 +00:00
Jordan K. Hubbard
dac9272725
Go back to using MSDOSFS instead of Robert Nordier's stand-alone DOS
...
library. I have to include MSDOSFS on the boot floppy anyway (so I can
read DOS floppies in a few other contexts) and since both -stable and
-current MSDOSFS handle long filenames, I'm OK on that now. Should
save about 10K of space.
1998-09-08 11:44:08 +00:00
Jordan K. Hubbard
aa75b0b778
Make totally sure that we have the latest 1.7 version of booteasy
...
(it looked like it already to me, but the PR gives me cause to wonder).
PR: 2514
1998-09-08 10:46:40 +00:00
Jordan K. Hubbard
8c26c30381
o Set paths internally for pkg_add for tools we might want to invoke.
...
o Fix bogus suffix handling.
o Tell user when an FTP url is being xferred rather than being silent.
This sort of violates "the unix way" but it stops people from whacking
^C when they think it's hung, too. Sometimes visual indication of
success is important. Doesn't spit out anything if not on a TTY.
1998-09-08 10:42:26 +00:00
Jordan K. Hubbard
4a641d8eeb
Fix bogus suffix stripping to be less naive.
...
PR: 3418
Noted by: pst
1998-09-08 03:15:41 +00:00
Jordan K. Hubbard
62203a9ce5
Fail as documented when a dependency cannot be found
...
PR: 7318
Submitted by: djv@bedford.net
1998-09-08 03:02:45 +00:00
John Birrell
db36ef8f02
Change MACHINE to MACHINE_ARCH to support MACHINE=pc98.
1998-09-05 08:22:30 +00:00
David E. O'Brien
72c53665f2
With the change to the 4.4Lite2 mount interface we don't need special
...
conf files.
1998-09-05 00:58:37 +00:00
Brian Somers
9e8ec64b6b
Don't cast potentially unaligned addresses to pointers to
...
non-char types on non-i386 architectures.
On Alpha and Sparc we get a bus error if we do.
1998-09-04 18:26:00 +00:00
Warner Losh
94d1a20141
o Enable standby mode in apm utility. You need a newer kernel for this
...
functionality to work (however, the kernel changes were committed
to current at 1998/07/05 23:29:11 PDT).
o Enable setting of a timer for later wakeup. Note, not all APM
BIOSes support this for all modes (mine doesn't support waking up on
a timer from standby mode).
o Print out the APM capabilities, as reported by the BIOS.
o Report wake on ring indication. No way to enable/disable this, but
it is reported.
o update man page with above
o The output of this command has changed, so if you have a script that
parses its output, then you may need to rewrite it slightly.
o The code attempts to deal with older kernels than July 5, 1998, but
that part of the code isn't well tested.
1998-09-04 16:08:54 +00:00
Kazutaka YOKOTA
afab29051f
Fix uninitialized variable.
...
PR: bin/7799
Submitted by: Sheldon Hearn (axl@iafrica.com )
1998-09-04 10:15:48 +00:00
David E. O'Brien
89fb7161b9
Don't utilize the pre-4.4Lite2 INITMOUNTNAMES compatibility cruft.
...
(bde will remove it soon)
1998-09-04 08:55:29 +00:00
Andrey A. Chernov
aa578ab67a
add missing sys/queue.h
1998-09-04 07:48:53 +00:00
Nicolas Souchu
8d8b289af3
Reviewed by: Doug Rabson
...
Submitted by: nsouch
'local' token added to support new bus architecture .c files generated
by .m files.
1998-09-03 21:03:43 +00:00
Brian Somers
9de9848b61
Install amd.conf
1998-09-02 21:09:14 +00:00
Jordan K. Hubbard
45878e4d34
Silence potentially bogus warning.
1998-09-01 06:58:11 +00:00
Jordan K. Hubbard
119cff04ef
Don't set the router_enable variable by default.
1998-08-31 17:47:52 +00:00
Wolfram Schneider
acd8019083
Sort cross references.
1998-08-31 16:41:09 +00:00
Brian Somers
c9a426e9e1
Remove OpenBSD build support - let the Makefile vary per
...
OS rather than making it a mess and potentially screwing
up cross builds.
Suggested by: bde
1998-08-31 12:14:32 +00:00
Jordan K. Hubbard
87757a15d3
Accept gateway value of NO
1998-08-31 09:02:03 +00:00
Joseph Koshy
06f64964ea
The `group{del,mod,show}' take require a '[group|gid]' argument.
...
PR: docs/7788
1998-08-31 04:49:04 +00:00
Brian Somers
e8ede338eb
Add OpenBSD build support
1998-08-30 23:53:25 +00:00
Brian Somers
09bc8205a9
Add OpenBSD build support
...
Remove -Wmissing-prototypes
1998-08-30 23:53:00 +00:00
Gary Palmer
0451ac36bd
Split lines into one subdir per line.
1998-08-30 20:58:16 +00:00
Gary Palmer
971104bfb7
Make pstat machine-independant again
1998-08-30 20:15:09 +00:00
Gary Palmer
dd6303bd2a
DPDADD -> DPADD
1998-08-30 19:59:53 +00:00
Gary Palmer
1f4dcd683a
Fix parallel makes falling over on xwhere
1998-08-30 19:59:35 +00:00
Joseph Koshy
80c936833f
Install ipmon.8 in man8/ not man1/.
...
PR: 7778
Submitted by: horikawa@jp.freebsd.org
1998-08-30 04:48:00 +00:00
Brian Somers
a804ec2201
Don't use `-width 20'', it's misleading. Use
`-width XX''
...
instead.
1998-08-29 23:02:45 +00:00
Brian Somers
7fdd475323
Don't claim that the alias library isn't loaded until
...
used.
1998-08-29 23:02:43 +00:00
Brian Somers
131ef891c7
Add the following word substitutions when running a shell
...
command:
AUTHNAME: The local authname
ENDDISC: The local endpoint discriminator
LABEL: The configuration label in use
PEER_ENDDISC: The peers endpoint discriminator
USER: The peers authname
1998-08-29 23:02:42 +00:00
Brian Somers
080a2247c2
Allow the use of HISADDR, MYADDR and INTERFACE as words
...
embedded in the args of a "shell" or "!bg" command, and
only accept upper case versions.
We can now do:
! sh -c "ifconfig INTERFACE >/tmp/myfile"
1998-08-29 23:02:39 +00:00
Brian Somers
e227fded3f
Mention `cbcp'' in
`set log ?''
1998-08-29 18:37:02 +00:00
Jordan K. Hubbard
ccee8446a8
Add /usr/lib to the list of things to chflag before upgrading.
...
Noticed by: Blaz Zupan <blaz@gold.amis.net>
1998-08-28 01:03:41 +00:00
Jordan K. Hubbard
47d8228368
Fix recursive package add problem (for on-disk package files) I introduced
...
with the change in semantics to make_playpen(). Now package dependencies
more than 2 levels deep should work again. Pass the hat.
1998-08-27 14:59:55 +00:00
David E. O'Brien
f4a9d83b40
bmake framework for contrib_amd
1998-08-27 08:09:42 +00:00