Commit Graph

5064 Commits

Author SHA1 Message Date
chs 450ff86b66 convert luna68k to ELF. ok'd by nisimura. 2001-12-22 23:38:20 +00:00
wiz 0b01b2e171 Mention that it appeared in 1.6, as long as it's not pulled
up to the 1-5-branch. Fixes misc/15016.
2001-12-21 04:01:53 +00:00
thorpej ab25dcd90e Switch alpha to the new toolchain. 2001-12-20 18:29:47 +00:00
tv 26375a1710 Remove -Wa,-Av9a hack from <sys.mk> and relegate it to the places that need
it (kernel and libc).

The current version of the gas assembler in the tree (2.11.2) already
defaults to generating object files for "-Av9 -64", supporting V9
instructions in ELF64 object format.  "-Av9a" is only needed for specific
parts of the NetBSD base sources, and not for all third-party code.
2001-12-19 21:17:59 +00:00
wiz 081e3b7d41 Remove useless DIAGNOSTICS section. 2001-12-19 18:34:33 +00:00
ad e36a9972b4 ethernet -> Ethernet 2001-12-18 13:33:18 +00:00
ad 59ae797568 ethernet -> Ethernet, more spacing. 2001-12-18 13:31:45 +00:00
ad 9523ee5f87 First appeared in 1.5.3. 2001-12-18 13:28:42 +00:00
atatat e5b4f1000b Mention the typical command to use to extract the embedded config data
from the kernel.
2001-12-18 03:44:35 +00:00
mrg ffa430c2f0 add a newsyslog.conf that matches the all.debug. 2001-12-18 01:44:36 +00:00
tv 35bea081fe Always depend on ${MANPAGES}, so deliberately pre-generated files are
built automatically (even without a ${MANSUFFIX}).
2001-12-17 21:27:45 +00:00
wiz 4a120d785e Improve grammar and use .Nx instead of 'NetBSD'. 2001-12-17 21:03:20 +00:00
atatat 106061dd27 Describe the new "kernel config embedding" options. 2001-12-17 20:09:55 +00:00
mhitch 576463d9d3 Change manual pages to reference the new two-stage boot loader.
Also include the installboot option to change the default boot command
line.
2001-12-17 06:01:23 +00:00
wiz 31e448f633 Fix some typos. 2001-12-16 23:50:14 +00:00
wiz 66352c6591 Misc. minor fixes. 2001-12-16 23:47:19 +00:00
bouyer 2752bdbb87 Note support of newer promise controllers. 2001-12-16 23:40:23 +00:00
jdolecek 9b14b25d0d Apply fixes from Chris Pockele (followup to misc/13937):
- keycode 5 [4 '] defined wrong
- keycode 6 [5 (] defined wrong
- definition for keycode 29 (Control_L).  For some reason,
  Ctrl-Alt-Fn console switching would not work with this included.
  Without it, the console switching works fine.
- keycode 41 [_ _] not defined, wrong behaviour
2001-12-16 20:48:38 +00:00
jdolecek a7f1eca681 Document EXEC_ELF_CATCHALL. Addresses kern/14409 by Matthew Green. 2001-12-16 20:44:11 +00:00
scw 18449b952b Switch all OBJECT_FMT=elf m68k ports to new-toolchain. 2001-12-16 20:31:09 +00:00
mbw e9356472cd Added a page describing how to set up HP-UX emulation on m68k-based systems. 2001-12-16 19:40:50 +00:00
soren 8918a1ba7f Reflect pcmcia_mem_map(9) interface change. 2001-12-15 13:23:29 +00:00
soren 171d50ebca By analogy with cardbus.9, call it 'PCMCIA PC-Card'. 2001-12-15 12:43:36 +00:00
thorpej a676fd1679 Err, after consulting FSF's config.sub, shl -> shle. 2001-12-15 01:50:33 +00:00
thorpej a78b7669d7 MACHINE_GNU_ARCH for sh3el is "shl". sh3eb and sh3el ELF targets
are also named "netbsdelf".
2001-12-15 00:39:08 +00:00
wiz 822b0a82d8 Add BOGAHICA, fix DKDC, and lowercase letter in another one. 2/3 from 14928. 2001-12-14 15:16:42 +00:00
wiz 0d5dab060b Add two keywords "netmask" in examples. Fixes PR #14930. 2001-12-14 15:12:39 +00:00
explorer 1411757e4a install bsd.hostlib.mk, since bsd.hostprog.mk is and things in /usr/src/tools wants it. 2001-12-14 05:46:47 +00:00
gmcgarry c0ac5406a7 Use "machine description file" and "device definition files" correctly. 2001-12-13 19:29:32 +00:00
gmcgarry 612fadfc86 Document the defflag and defparam statements. 2001-12-13 19:26:50 +00:00
wiz 1bfe0400cb Fix copyright line. 2001-12-12 15:53:28 +00:00
augustss e32c80d646 Add uirda(4). 2001-12-12 15:29:23 +00:00
wiz d2482f58bd Grammar improvement, and note passwd.conf.5. 2001-12-12 13:36:11 +00:00
wiz f65f8ab0f2 Regen for pci and wsfont additions. 2001-12-12 12:57:48 +00:00
lukem b0b0a32ad7 Set NOxxx= before <bsd.own.mk> is pulled in (even indirectly).
Otherwise the appropriate MKxxx=no won't be defined .
2001-12-12 12:24:19 +00:00
thorpej 3ff7b8a100 Per suggestion from Todd:
Wrap assignments of various tools within USETOOLS_BINUTILS and
USETOOLS_GCC (names reflect the FSF packages the tools are provided
by), which default to "yes", for easy testing of different versions
of these packages.
2001-12-12 05:50:09 +00:00
tv f845c9ab5f Revert rev. 1.228. If USE_NEW_TOOLCHAIN is set to "yes" explicitly by the
user on a platform that is not *OFFICIALLY* switched to the new toolchain,
WE REALLY, REALLY DO WANT A LOUD WARNING AT THE START OF THE BUILD!
2001-12-12 03:39:27 +00:00
tv ae87b37058 Revert previous. This breaks many things, since such variables as LD and AS
are defined in <sys.mk>!

A better way needs to be devised for this.
2001-12-12 03:28:37 +00:00
tv 8e6f7afb5b MKfoo=no -> NOfoo 2001-12-12 01:48:43 +00:00
thorpej ebb6a06799 Set the following vars with FOO?= so that alternative versions
can be specified in mk.conf: AR, AS, LD, NM, OBJCOPY, OBJDUMP,
RANLIB, SIZE, and STRIP.

This, along with some symlinks in TOOLDIR, makes it much easier to
test different versions of the GNU toolchain (e.g. binutils-current).
2001-12-12 00:50:27 +00:00
tv e690fbabcd Major readability cleanups. 2001-12-11 23:25:23 +00:00
uwe 800dc9aa35 Regen for cir/irframe xrefs. 2001-12-11 05:29:47 +00:00
uwe b7ca1c480b Regen after adding pci bus device to MAKEDEV script. 2001-12-11 04:49:32 +00:00
chris 32f7e7abff Sync to current arm32 MAKEDEV 2001-12-11 00:54:31 +00:00
wiz 77c9498048 Typo fixes, sort sections and SEE ALSO, whitespace nits, mark up path names. 2001-12-11 00:08:52 +00:00
wiz f5cd075d16 Refer bsd.pkg.defaults.mk instead of mk.conf.examples. Reported in
pkg/14899 by Jonathan Perkin.
2001-12-10 23:30:27 +00:00
martin 5994282374 Add documentation for the in-kernel pppoe implementation. 2001-12-10 20:49:29 +00:00
ichiro 9695f880d9 add support products
misc/14865
2001-12-08 08:16:56 +00:00
soren 3d2fffaf07 Add sgimips O2 synopsis. 2001-12-08 06:00:04 +00:00
gmcgarry bb2d399d73 Add rtc(4) page. 2001-12-08 05:47:56 +00:00
gmcgarry aa2e1d506f This page isn't pmax-specific. Nuke commented-out sections about... wscons! 2001-12-08 05:41:04 +00:00
gmcgarry 0c1acbd94d Provide a SYNOPSIS section now the hil(4) has a proper attachment.
Also nuke HISTORY.
2001-12-08 05:36:58 +00:00
minoura 3e9a826813 Add -p option to suppress creating the partition table. 2001-12-08 00:51:03 +00:00
wiz 7992385439 Fix Bl argument, drop an unnecessary .Pp and some unnecessary "the"s. 2001-12-07 19:02:30 +00:00
wiz b8872cd2f0 Use Fd in SYNOPSIS. 2001-12-07 18:58:33 +00:00
wiz d46bac173c Fix Bd arguments, sort sections, use Fd in SYNOPSIS. 2001-12-07 18:58:06 +00:00
wiz 1e9ce4fb48 Fix Bd arguments, unquote Sh argument, sort sections. 2001-12-07 18:56:03 +00:00
wiz f79e9ad9e5 Massively improve markup, fix a sentence and two xrefs. 2001-12-07 18:49:30 +00:00
jmc 0ce9aa8e6c Add pwd_mkdb as a toolchain bit for builds 2001-12-07 02:28:53 +00:00
ross 78eb8a9d0b Add most of the missing supported system types, order roughly by
performance, and remove editorial comments on models.
2001-12-06 15:51:47 +00:00
augustss dc53d00438 Xref comms/birda package. 2001-12-06 06:07:35 +00:00
gmcgarry 3bd93d8e74 This is tc.9, not ioasic.9 2001-12-05 23:49:40 +00:00
augustss a240e78b7f Link malloc_roundup.9 to the right thing; section 9 links were off by one. 2001-12-05 21:13:59 +00:00
wiz 9dde6cdf61 Drop a trailing space. 2001-12-05 15:05:15 +00:00
enami 20b9d83486 proc0 isn't the init. 2001-12-05 13:51:43 +00:00
mrg 15e86089fb add some sparc64 specific options. 2001-12-05 13:28:54 +00:00
ad 079e2a0548 Document malloc_roundup(). 2001-12-05 12:44:24 +00:00
lukem 0de64177a3 add hash(9) 2001-12-05 07:31:24 +00:00
augustss 44350c3eee Xref irdaattach(8). 2001-12-05 02:12:25 +00:00
wiz 04b24f8e2a Misc fixes. 2001-12-04 23:42:02 +00:00
augustss 56c82209ee Update with irframe API descriptions. 2001-12-04 23:29:14 +00:00
wiz 8a84fcd9f0 Sort SEE ALSO. 2001-12-04 23:16:15 +00:00
jdolecek a3894c8cef note the NCR 53C90 (esp) driver
xref ne(4)
mark AHA-1640 as "not tested recently"
2001-12-04 20:55:47 +00:00
jdolecek d908c8f196 note MCA attachment 2001-12-04 20:52:48 +00:00
jdolecek 7851c7aacd document M_CANFAIL 2001-12-04 20:39:02 +00:00
jdolecek 20353052f0 the dump device isn't hardcoded into compiled kernel commonly nowadays
xref swapctl(8)
2001-12-04 19:56:55 +00:00
wiz b4371d47f5 Replace some misuses of "then" with "than". 2001-12-04 17:56:30 +00:00
jmc 92a08ecf01 If USE_NEW_TOOLCHAIN is defined and set to yes treat that as a match (and then
reset it to nowarn so it lines up with ported platforms).
2001-12-04 04:25:21 +00:00
simonb b250cceb73 Add SWMBO. 2001-12-04 03:04:16 +00:00
augustss 3050e58cec Add a man page for the IrDA line discipline driver. 2001-12-03 23:23:47 +00:00
lukem 0b85b873c2 add MMU, TLB. sort 2001-12-03 05:38:10 +00:00
wiz 4ab3d5a0bc Fix typo. 2001-12-02 19:59:26 +00:00
augustss 617506af94 Make a link from irda to irframe. 2001-12-02 19:52:37 +00:00
augustss d0b41e02c5 Note that the man page is incomplete. 2001-12-02 19:50:49 +00:00
augustss 047ca61989 Add cir(4) and oboe(4) man pages. 2001-12-02 19:46:04 +00:00
wiz b68a5bd59b Drop unnecessary .Pp. Sort commented Xrefs in SEE ALSO. 2001-12-02 18:59:27 +00:00
wiz 70fe6c1246 Add MAKEDEV(8) for acorn32 and necessary directories. 2001-12-02 18:56:47 +00:00
wiz a3aa0450e9 Regen (wscons) 2001-12-02 18:50:04 +00:00
wiz a6a0cf88c5 Regen for cir/irframe addition. 2001-12-02 18:49:44 +00:00
augustss 02b1fff116 Add irframe(4) man page. 2001-12-02 16:42:37 +00:00
wiz a4f2821180 Drop a space, and mark-up EINVAL. 2001-12-02 08:40:27 +00:00
yamt ad37337699 add a line for cardbus attachment. 2001-12-02 03:20:52 +00:00
yamt 7a6838c92e add "function ?" forgotton in the previous commit. 2001-12-02 03:12:44 +00:00
yamt a187b01a11 note pcmcia and isapnp attachments. 2001-12-02 03:07:53 +00:00
gmcgarry 796fcac29a Documentation for itimerfix(9), from Christos Zoulas. 2001-12-02 02:26:26 +00:00
wiz 223b4be581 Fix Xref. 2001-12-01 16:19:42 +00:00
wiz 470a2e6a72 Fix typo, and use .Nx for NetBSD. 2001-12-01 16:17:45 +00:00
kleink 383736ea93 SSIA 2001-12-01 10:43:21 +00:00
bouyer 34d6f4f3c4 Note ATAPI tape support 2001-12-01 00:29:50 +00:00
manu 7054731317 Updated COMPAT_LINUX (for the mips, it's not extremely experimental anymore,
it's just experimental), and added COMPAT_IRIXi (highly experimental).
2001-11-30 21:26:26 +00:00