rnordier
ca95252dd1
This commit was generated by cvs2svn to compensate for changes in r39092,
...
which included commits to RCS files with non-trunk default branches.
1998-09-12 06:49:48 +00:00
rnordier
abde35fb7b
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
wollman
aac5469d30
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
jkh
dad2df585c
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
yokota
30c8ef5ad9
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
tegge
b4e3d223bf
Don't allow longjmp into a no longer valid stack frame.
1998-09-10 02:01:06 +00:00
obrien
69c1361306
I don't want to be the only one to use `cut''. Use
`sed'' instead.
1998-09-10 00:27:57 +00:00
brian
910a1a36bf
Reflect reality
1998-09-09 22:51:49 +00:00
obrien
05172643a8
Fully use our own generated files for NFSv3.
1998-09-09 16:11:01 +00:00
danny
fbca1bfc85
Fix typos.
1998-09-09 05:09:55 +00:00
brian
5279ba7b15
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
sos
022fe92df7
Add 'blank' and 'nextwriteable' commands for atapi CD-R/RW support.
1998-09-08 20:51:24 +00:00
jkh
2c0dd32df1
Whoops, update the makefile too while I'm at it.
1998-09-08 11:44:37 +00:00
jkh
15f8e2550c
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
jkh
d9b7f7adb8
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
jkh
57c8d973f3
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
jkh
a5f5454e47
Fix bogus suffix stripping to be less naive.
...
PR: 3418
Noted by: pst
1998-09-08 03:15:41 +00:00
jkh
8355921f31
Fail as documented when a dependency cannot be found
...
PR: 7318
Submitted by: djv@bedford.net
1998-09-08 03:02:45 +00:00
jb
21c8ab7090
Change MACHINE to MACHINE_ARCH to support MACHINE=pc98.
1998-09-05 08:22:30 +00:00
obrien
c1a6032276
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
7141a89d60
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
imp
099f92f50d
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
yokota
b8dea74f96
Fix uninitialized variable.
...
PR: bin/7799
Submitted by: Sheldon Hearn (axl@iafrica.com )
1998-09-04 10:15:48 +00:00
obrien
0b208f0c46
Don't utilize the pre-4.4Lite2 INITMOUNTNAMES compatibility cruft.
...
(bde will remove it soon)
1998-09-04 08:55:29 +00:00
ache
d1aa8892b2
add missing sys/queue.h
1998-09-04 07:48:53 +00:00
nsouch
67419707bb
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
28865a6b9b
Install amd.conf
1998-09-02 21:09:14 +00:00
jkh
7144badade
Silence potentially bogus warning.
1998-09-01 06:58:11 +00:00
jkh
343eedd829
Don't set the router_enable variable by default.
1998-08-31 17:47:52 +00:00
wosch
68cda92e4a
Sort cross references.
1998-08-31 16:41:09 +00:00
brian
d4fe100b7c
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
jkh
7dc9b47468
Accept gateway value of NO
1998-08-31 09:02:03 +00:00
jkoshy
640c398571
The `group{del,mod,show}' take require a '[group|gid]' argument.
...
PR: docs/7788
1998-08-31 04:49:04 +00:00
brian
0d85445a6a
Add OpenBSD build support
1998-08-30 23:53:25 +00:00
brian
2f5ba7be71
Add OpenBSD build support
...
Remove -Wmissing-prototypes
1998-08-30 23:53:00 +00:00
gpalmer
4138d6e994
Split lines into one subdir per line.
1998-08-30 20:58:16 +00:00
gpalmer
84eee1adc6
Make pstat machine-independant again
1998-08-30 20:15:09 +00:00
gpalmer
0e9433c83d
DPDADD -> DPADD
1998-08-30 19:59:53 +00:00
gpalmer
6d2659382d
Fix parallel makes falling over on xwhere
1998-08-30 19:59:35 +00:00
jkoshy
6df2d2c053
Install ipmon.8 in man8/ not man1/.
...
PR: 7778
Submitted by: horikawa@jp.freebsd.org
1998-08-30 04:48:00 +00:00
brian
a9fa47c283
Don't use `-width 20'', it's misleading. Use
`-width XX''
...
instead.
1998-08-29 23:02:45 +00:00
brian
31fd739804
Don't claim that the alias library isn't loaded until
...
used.
1998-08-29 23:02:43 +00:00
brian
a6f2807f3b
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
58408d4032
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
b881fdab9e
Mention `cbcp'' in
`set log ?''
1998-08-29 18:37:02 +00:00
jkh
deb4aca6dc
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
jkh
b68b3fb56c
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
obrien
94d0aeca4b
bmake framework for contrib_amd
1998-08-27 08:09:42 +00:00
obrien
a9218237de
Make way for the contrib_amd bmake frame work.
1998-08-27 08:03:35 +00:00
jkh
8fcd4bbef1
Catch more cases where the CDROM has been mounted.
1998-08-27 00:50:14 +00:00