Commit Graph

5521 Commits

Author SHA1 Message Date
martin adbd854114 Sync with /etc/defaults/rc.conf: remove isdn_autoupdown and isdn_interfaces. 2002-04-11 13:20:22 +00:00
martin 876d3c9146 Add an example for the new "autoupdown" keyword. 2002-04-11 09:08:19 +00:00
lukem 0476c683f0 replace BSDSRCDIR with _SRC_TOP_, since the latter is more likely to
be "accurate".  document _SRC_TOP_.
2002-04-10 15:05:41 +00:00
jdolecek a4fee01be9 Only attempt to make the machine links for targets 'depend', 'all',
'dependall'.
This fixes misc/16227 by Stoned Elipot.

XXX this solution is not ideal
2002-04-09 17:14:38 +00:00
wiz 8237994500 No more arm32. 2002-04-08 12:25:22 +00:00
wiz 31430d144f Add MAKEDEV(8) for algor, cats, evbsh3, mvmeppc, playstation2, shark;
remove the one for arm32.
2002-04-07 15:28:43 +00:00
isaki d94d75b353 Delete BUGS section.
Broken recording and bad quality is now fixed.
2002-04-07 15:06:12 +00:00
lukem 84505c7adf fix comma 2002-04-07 04:20:17 +00:00
jdolecek a5abace5e2 Do what rev. 1.50 intented using .BEGIN, g/c target 'machine-links'.
Making ${OBJS} and ${DPSRC} depend on target which is always out of date is
_really_ bad idea.
2002-04-06 17:49:02 +00:00
wiz 779da7b65b No .Pp before .Sh. 2002-04-05 23:25:36 +00:00
wiz d2c35cc474 Various fixes, from spelling to mdoc. 2002-04-05 23:19:31 +00:00
thorpej 09ebc46c6e Document the interrupt mitigation microcode option. 2002-04-05 20:01:41 +00:00
bouyer 99ff14de48 Add a man page for mstohz() 2002-04-05 18:30:32 +00:00
gmcgarry b4f31e9e93 hpib devices attach to hpibbus? 2002-04-05 05:37:22 +00:00
lukem 7ee66d710d now using the MI installboot 2002-04-04 23:03:24 +00:00
lukem 266f41b284 add INSTALLBOOT. sort some entries in bsd.sys.mk 2002-04-03 05:32:58 +00:00
augustss b3d17dfe30 Xref urlphy. 2002-04-02 20:45:40 +00:00
ragge ba1c5e4c6b Add Lulea. Someone may want to call me. 2002-04-02 20:21:59 +00:00
heinz 7719786762 wording 2002-04-02 14:16:34 +00:00
heinz 87e2a62572 typos 2002-04-02 14:14:45 +00:00
lukem d213d804f7 Rename MEMORY_DISK_SIZE (formerly MINIROOTSIZE) to MEMORY_DISK_ROOT_SIZE,
which was suggested by Izumi Tsutsui <tsutsui@ceres.dti.ne.jp> as
being more consistent with what it's controlling...
2002-04-02 05:30:34 +00:00
garbled ed4b98d40c This file had gotten out of date with /etc/defaults/rc.conf and caused sushi
to be very unhappy with life.  Audited this file again, which should
bring it back in line, and fix the problem noted by Bill Studenmund.
Thanks for taking the time to find the bug Bill.
2002-04-02 03:00:05 +00:00
chs 272a0d7448 correct and clarify the previous revision. 2002-04-01 17:30:02 +00:00
bjh21 15b0cb61a9 Add a default for CAP_MKDB. 2002-04-01 13:30:24 +00:00
bjh21 c3e2abe891 Add CKSUM. 2002-03-31 15:01:39 +00:00
bjh21 c18727ccec MACHINE_ARCH can't be "arm26", so don't bother checking for that. 2002-03-31 14:59:04 +00:00
bjh21 407daa978b Provide a default for PWD_MKDB. 2002-03-31 11:48:45 +00:00
matt 6c83577293 Change VAX to default to new toolchain. 2002-03-30 21:53:27 +00:00
bjh21 5169d40111 cap_mkdb -> ${CAP_MKDB}
This helps with building on Linux.
2002-03-30 19:09:52 +00:00
tv 75032d5369 COPTS is for target objects, not host objects. 2002-03-29 18:58:19 +00:00
wiz c5fcadba34 Sort sections, sort SEE ALSO. 2002-03-29 16:23:50 +00:00
bjh21 ba310d53be Document that COMPAT_LINUX works on arm as well.
While we're here, downcase all the architecture names and put them in
alphabetical order.
2002-03-29 16:07:39 +00:00
martin 7796c0f420 Add a man page for the nell driver, document current state and limitations. 2002-03-29 10:23:07 +00:00
manu f5542b6481 Added uvm_swap_stats() 2002-03-29 08:56:31 +00:00
ichiro 7ed7b1185b s/RL8150L/RTL8150L 2002-03-29 04:50:42 +00:00
wiz e64116ef31 mdoc fixes, and correct HISTORY section. 2002-03-29 00:00:11 +00:00
ichiro f51a1295d1 add url(4) 2002-03-28 21:38:09 +00:00
ichiro 40e484a087 add simple manual for url(4) 2002-03-28 21:35:28 +00:00
eeh fe394d06b6 Explicitly document previously undocumented (and changed) semantics
of pmap_clear_reference and pmap_clear_modify.
2002-03-28 18:22:20 +00:00
matt c670c2a754 Don't complain if vax && ELF. 2002-03-28 06:59:39 +00:00
thorpej f448e157d7 Manual page for the Intel i8254x Gigabit Ethernet driver. 2002-03-28 05:07:58 +00:00
lukem 5ee7ac8886 Replace $critical_filesystems_beforenet with $critical_filesystems_local .
Replace  $critical_filesystems            with  $critical_filesystems_remote .

The new names are now consistent with the type argument that
mount_critical_filesystems() is called with, and allows for other types to
be easily supported by that function.

For backwards compatibility purposes, if the now obsolete variable is defined
(even empty), it takes precedence over the new form, and you will be warned.
If you want to stop the warnings, update your rc.conf(5) settings!
2002-03-27 08:53:39 +00:00
eeh f0a7e18ff6 Use the medium low model for sparc64 programs that don't 2GB of data segment. 2002-03-27 05:40:54 +00:00
eeh 72feb11b6e Reserve %g4 for backwards compatibility with the old ABI. 2002-03-27 05:39:00 +00:00
fredette ba0d9b105c In the machine-links target, the sun2 also needs a sun68k symlink.
Plan ahead and make it on the sun3 also.
2002-03-26 23:13:08 +00:00
wiz 4a4415baa7 End sentence with a dot, not a comma. 2002-03-25 19:32:26 +00:00
wiz f476686b6c mdoc fixes 2002-03-25 19:27:45 +00:00
martin 156d335bb2 Add man page for the Fritz!PCI ISDN card driver 2002-03-25 19:15:35 +00:00
shiba a3b10f5127 Switch mac68k to ELF. Now the default executable binaries are ELF.
Approved by Scott,briggs,fredb,wormey
2002-03-25 14:03:05 +00:00
kent e242265100 Mention /usr/lkm/{compat,exec}_pecoff.o
Correct URLs
2002-03-25 10:17:29 +00:00