roberto
6743cf9eb6
Remove the old binaries (they've been renamed) without the 'x').
...
Suggested by: phk
1999-12-16 12:40:51 +00:00
marcel
7b128dcb9c
Add libmd to LDFLAGS. libmd is needed by libcrypt.
1999-12-16 12:12:28 +00:00
cracauer
a6c2f2ad3b
Second part of 8-bit fixes.
1999-12-16 12:03:46 +00:00
jkh
e9b545322a
Make the perl build a little less chatty.
...
Reviewed by: markm
1999-12-16 11:21:08 +00:00
marcel
e32efbad28
Add libmd (or move it after libcrypt). We don't want the linker to be
...
smart because it will definitely get it wrong. This popped up during
cross-linking.
1999-12-16 10:55:45 +00:00
obrien
92744e1fac
* State in words that "#define^IMACRO" is proper, as it is hard to tell
...
from the example.
* Embelish the usage() example to show how uppercase options are sorted.
Taken from previous bdelinting.
1999-12-16 10:02:20 +00:00
obrien
b789ca1b9a
Rev 1.9 did not follow style(9) in ordering.
1999-12-16 09:49:54 +00:00
obrien
c076680615
Options added in rev 1.14 were not documented in usage().
1999-12-16 09:49:24 +00:00
sos
38a6433289
Cleanup the probe messages a bit, show what the device really is, not
...
just "CDROM". Also cope with devices that doesn't report speed in
the old way, this should be changed into the new GET_PERFORMANCE
cmd instead..
1999-12-16 08:22:16 +00:00
cracauer
dc7406ccb8
Mixed updates:
...
- isa => nexus
- flags
- GPL_MATH_EMULATE
- document breakage of non-GPL emulator since we use new compiler.
- break lines in paragraohs I touched so that sentenses start on new
lines.
1999-12-16 08:05:09 +00:00
mjacob
9e5f68a92b
Add Dual LVD bus (1280) support
1999-12-16 05:42:02 +00:00
billf
263f5e1e45
Add DOCSUPFILE, like PORTSSUPFILE. (ie 'make update' in /usr/doc)
...
PR: docs/15439
Submitted by: Christian Weisgerber <naddy@mips.rhein-neckar.de>
Obtained from: ports/Makefile
1999-12-16 02:22:17 +00:00
nik
f8b5138670
"char *area" -> "char **area", to match the source code.
...
PR: docs/14738
Submitted by: Mori Kouji <moriko@yakumo.noe.mcu.or.jp>
1999-12-16 02:16:54 +00:00
nik
23f67763ad
Document that securelevel >= 2 clamps time changes to at most one second.
...
PR: docs/14449
Submitted by: James FitzGibbon <james@targetnet.com>
1999-12-16 02:15:53 +00:00
jkh
9a3f1f4929
Correct slight stuff-up in previous patch.
1999-12-16 02:14:30 +00:00
jkh
c4a2fd34b9
Update to use MD disk instead of MFS
1999-12-16 02:08:52 +00:00
obrien
f1e75fd104
Fix my CPP_SPEC synatax screwup.
...
Totally pissed at self: obrien
1999-12-16 02:03:35 +00:00
billf
75d7fc32bc
Spelling fix (manuall -> manual)
...
Submitted by: Jeroen C. van Gelderen <jeroen@vangelderen.org>
1999-12-16 01:25:17 +00:00
billf
dd083c4e1e
It is possible for someone to want to 'make update' wht SUPFILE not defined
...
while SUPFILE1 or PORTSSUPFILE are defined.
1999-12-16 01:21:48 +00:00
billf
73b591d0a1
Spelling correction (adress -> address)
1999-12-16 01:05:48 +00:00
jkh
c1c6d497b5
Copy the loader.help file to the boot floppy.
1999-12-16 00:58:58 +00:00
jkh
25b59a777c
don't mknod stuff without making sure it's not there first.
1999-12-16 00:51:38 +00:00
jkh
68303bfb69
Correct comment about creating a boot floppy.
...
Submited by: Jack O'Neill <jack@germanium.xtalwind.net>
1999-12-16 00:36:05 +00:00
imp
5e12c7f730
dev/pcic/i82365_isasubr.c was removed from tree when it was merged
...
into i82365_isa.c. Update conf/files to reflect that.
1999-12-16 00:19:47 +00:00
eivind
87724eb673
Introduce NDFREE (and remove VOP_ABORTOP)
1999-12-15 23:02:35 +00:00
hm
529bc073c0
update to isdn4bsd beta release 0.90: since the isic drivers are now
...
new-busified, remove all isic traces from compatibility mode wrapper
Noticed by: Warner Losh
1999-12-15 20:14:22 +00:00
guido
af5d601f37
Add MAINTAINER tag.
...
The Makefiles in sbin/{ipfstat,ipmon,ipnat} were repository copied
from the respective directories in usr.sbin
1999-12-15 19:48:02 +00:00
tegge
d7b240d6df
Typo fix.
1999-12-15 19:17:08 +00:00
jkh
b8ea83e2b2
Properly disable COMPAT_3X for alpha.
1999-12-15 18:55:27 +00:00
marcel
269d3d2845
Add -L${DESTDIR}${LIBDIR} to ld's command line so that the right
...
libstand is used.
1999-12-15 18:16:56 +00:00
marcel
021e5674ba
Don't use -C internally. Use -c. For some reason files are not copied
...
with -C, although they should.
1999-12-15 18:08:56 +00:00
marcel
d86e78f467
Misuse MakeMaker's DEFINE parameter to add an include path to the cc
...
command line. The makefiles created can now be used for cross-building.
1999-12-15 18:06:49 +00:00
marcel
8c2845067b
Allow elf2exe to be compiled on architectures other than Alpha. This
...
is trivially accomplished by including sys/elf64.h instead of elf.h.
1999-12-15 18:02:33 +00:00
obrien
e2fbb53a77
This was a mixed bag of spaces and ^I's.
1999-12-15 17:58:29 +00:00
cracauer
eda32af3b4
Document SA_SIGINFO
...
Reviewed by: Sheldon Hearn <sheldonh@uunet.co.za>
1999-12-15 16:51:35 +00:00
cracauer
daba963c8a
Document ulimit -b for RLIMIT_SBSIZE.
1999-12-15 16:12:32 +00:00
gallatin
22dd32c01d
Add an enable_osf1 knob to the alpha startup code
1999-12-15 14:27:59 +00:00
hm
cd2a57bc83
update to isdn4bsd beta release 0.90: make LINT compile again, at least
...
one "device isic0 ..." line has to be uncommented.
1999-12-15 13:29:05 +00:00
hm
a0742c99b6
update to isdn4bsd beta release 0.90: add ELSA PCC-16 isic support file
1999-12-15 13:27:12 +00:00
gallatin
250790f2f9
Enable building of the OSF/1 compat module.
1999-12-15 13:14:23 +00:00
sheldonh
d0bb5a97e0
Add missing trailing slash to URL.
1999-12-15 13:11:32 +00:00
yokota
efcb9d59cb
- Improve the three button emulation by introdusing a small state
...
machine. The three-button emulation of moused has been somewhat
difficult to use for many people. I hope this update fixes it.
- Add a new option, -E, to set timeout value to detect two buttons
are pressed down simulteneously. The default value for this timeout
is 200msec.
1999-12-15 12:58:58 +00:00
hm
f2525f952b
update to isdn4bsd beta release 0.90: since the isic drivers are now
...
new-busified, remove all isic traces from compatibility mode wrapper
1999-12-15 12:54:11 +00:00
cracauer
ea70a76b31
First round of 8-bit fixes.
1999-12-15 11:46:32 +00:00
obrien
fc793cf05b
Remove the defining of __i486__ baesd on TARGET_CPU_DEFAULT and !m386 or m486.
1999-12-15 10:16:25 +00:00
yokota
a917920b0c
- Add the device resume method. It supercedes the existing resume
...
routine which hooks the apm driver.
- Rename the PSM_HOOKAPM option to PSM_HOOKRESUME.
- Delete unnecessary #include.
1999-12-15 10:04:05 +00:00
jkh
19ab44d39b
Catch up to the fact that block devices are toast.
...
Teach about the afd driver.
Teach new char dev for ad driver.
Make ownerships correct.
Submitted by: jhb
1999-12-15 08:33:56 +00:00
imp
0c150ca4f7
Add alloc/release resource. Need to connect functionality later.
1999-12-15 06:57:18 +00:00
shin
f3539c3f23
Enable INET6 by default.
...
This should be OK on non INET6 enabled kernel.
1999-12-15 05:13:22 +00:00
tanimura
7f2fbeebfd
Add the description and example of sbc for non-PnP cards.
...
Noticed by: Kentaro Inagaki <inagaki@tg.rim.or.jp>
1999-12-15 05:10:00 +00:00