Commit Graph

7208 Commits

Author SHA1 Message Date
mycroft 68fd22e460 68k works with GCC 3 on next68k and amiga. Throw the switch. 2003-10-24 17:44:36 +00:00
wiz 54cad697fd Mention Acard ATP865-A support; bump date. 2003-10-24 16:08:33 +00:00
wiz 48b267be4d Mark up error code with .Er. 2003-10-24 07:43:35 +00:00
hubertf 49756bfb27 Document which error vflush may return. Saves some code-reading... 2003-10-23 22:30:47 +00:00
simonb 61cddc3b80 Add "com* at opb?" for IBM PowerPC 4xx CPUs. 2003-10-23 02:25:36 +00:00
skrll 6cbe1f3d8f gdb 5.3 for arm is in progress 2003-10-22 07:43:59 +00:00
hannken c6d83326cb Forgot to update the .Dd line. From Thomas Klausner <wiz@netbsd.org>. 2003-10-22 07:12:43 +00:00
hannken 9dec5da8e8 Add section 9 man pages for:
vfs_write_suspend, vfs_write_resume, vn_start_write and vn_finished_write.
2003-10-21 22:01:24 +00:00
thorpej 3267ff8288 Add i82545GM and i82546GB controllers. 2003-10-21 17:10:00 +00:00
lukem 7675cc90f4 Move the MAKEVERBOSE setup from <bsd.sys.mk> to <bsd.own.mk>, and
change all the variable assignments from = to ?=
2003-10-21 16:36:58 +00:00
wiz 4452a32353 Talk about LKMs instead of klds. /sys symlink is dead, so
use longer path for source files. Remove an unnecessary dot.
2003-10-21 16:21:55 +00:00
lukem 130ab7336b Rework how MAKEVERBOSE operates:
*	Don't bother prefixing commands with a line of  ${_MKCMD}\
	and instead rely upon "make -s".  This is less intrusive on
	all the Makefiles than the former.  Idea from David Laight.

    *	Rename the variables use to print messages.  The scheme now is:
	    _MKMSG_FOO		Run  _MKMSG 'foo'
	    _MKTARGET_FOO	Run  _MKMSG_FOO ${.TARGET}
	From discussion with Alistair Crooks.
2003-10-21 10:01:19 +00:00
itojun e0a77c7886 mention sysctl(8) interface for SADB_DUMP 2003-10-21 08:44:04 +00:00
uwe 6d8eafdb48 adc(4) - SuperH on-chip analog/digital converter 2003-10-21 01:38:27 +00:00
uwe cfe781220f shb(4) - bus for SuperH on-chip peripheral devices. 2003-10-21 00:15:45 +00:00
wiz 60e31ba365 Drop trailing spaces; use .St for IEEE 1275; some nits. 2003-10-20 11:55:19 +00:00
mbw d6209b12a7 Add new macppc boot(8) man page. Fixes PR port-macppc/21372. 2003-10-20 09:07:44 +00:00
itojun 566d91a6d8 add GB2312 after JIS0208/0213, then there's no confusion.
some chinese chars may get converted into JIS0208/0213 on
"iconv -f utf-8 -t iso-2022-jp-2".  but anyway, it's iso-2022-*jp*-2 so
japanese chars should take precedence.
XXX what should we do about X11 ctext?

i really hate unicode han unification.
do we really need to support language tags?
2003-10-20 08:00:33 +00:00
chs 7e53301bb7 fix parallel-make race. 2003-10-20 01:53:02 +00:00
itojun 4f2eafbac7 add iso-2022-jp-2.
XXX somehow adding GB2312 causes iconv to mishandle jis x0208.
2003-10-20 01:26:44 +00:00
lukem 0e3525fabb Add MAKEVERBOSE pretty versions for .cc .cpp .cxx .C
Fix typo in .l.o and .y.o rule
2003-10-20 00:24:22 +00:00
he 848e3bb5cf Make the documentation match the source, and excise instances of
the RUNNING flag which existed in an earlier draft implementation.
Also, now that callout_stop() no longer clears INVOKING, reflect
that as well.
2003-10-19 14:37:12 +00:00
lukem 094017b449 add _MKMSGCREATE.m 2003-10-19 14:23:02 +00:00
lukem 252bf981a7 support MAKEVERBOSE and use ${HOST_SH} 2003-10-19 14:20:28 +00:00
lukem e7cffe140c implement MAKEVERBOSE 2003-10-19 14:10:13 +00:00
lukem 87700a22c8 Implement MAKEVERBOSE.
Rework a bunch of make .for loops into sh for loops.

(XXX: This stuff could be implemented in a more efficient manner that
does a lot less of  SOMEMAKEVAR!=some shell command  , etc etc)
2003-10-19 14:08:50 +00:00
lukem fa6713d480 use the correct comment style... 2003-10-19 09:47:40 +00:00
wiz 21069b6a1b Add man8.ibmnws and MAKEDEV(8) for ibmnws. 2003-10-19 09:12:00 +00:00
lukem b606e4ebf0 support MAKEVERBOSE 2003-10-19 06:10:41 +00:00
lukem d931e2e741 support MAKEVERBOSE 2003-10-19 05:24:53 +00:00
lukem 4afe0be65c support MAKEVERBOSE for .txi.info .texi.info .texinfo.info 2003-10-19 04:54:53 +00:00
lukem bef75a2e23 add _MKMSGINSTALL.m 2003-10-19 03:53:33 +00:00
lukem d2142fb492 fix _MKSHECHO for MAKEVERBOSE=1 2003-10-19 03:21:18 +00:00
lukem 4ccb31e74a Provide _MKMSG{BUILD,CREATE,COMPILE,FORMAT,INSTALL,LINK,LEX,YACC} to display
${_MKMSG} "  ...  {$.TARGET}"  and use appropriately.

Provide _MKMSGLINK.m to provide "link" message by itself (without ${.TARGET})

Replace _MKSHCMD with _MKSHECHO
2003-10-19 03:00:55 +00:00
lukem e14dfde075 Add rules for .s .s.o .S .S.o to support per-source COPTS,CPUFLAGS,CPPFLAGS
and MAKEVERBOSE
2003-10-19 02:11:29 +00:00
matt 7cca41f35a Default MK{BINUTILS,CVS,GCCCMDS,POSTFIX,SENDMAIL,UUCP} to yes 2003-10-18 23:40:36 +00:00
lukem f1e290c260 implement MAKEVERBOSE for rules which are of the form:
@cmp -s ${.ALLSRC} ${.TARGET} || ( echo cmd && cmd )
2003-10-18 16:41:19 +00:00
lukem 52a5f69154 implement MAKEVERBOSE for filesinstall 2003-10-18 16:40:47 +00:00
lukem d1ac0f085b implement MAKEVERBOSE 2003-10-18 15:37:29 +00:00
lukem 03b6213598 Implement MAKEVERBOSE to control how "verbose" the standard make(1) rules are.
Supported values:
    0	Minimal output ("quiet")
    1	Describe what is occurring
    2	Describe what is occurring and echo the actual command ("verbose")
	This is the default, and is equivalent to the previous behaviour.
2003-10-18 15:33:59 +00:00
wiz 54e541b387 regen (+Xr grf 4). 2003-10-17 22:11:48 +00:00
wiz 3025e2fc16 regen (-ed) 2003-10-17 22:11:25 +00:00
wiz 11639fb42c Bump date for previous. 2003-10-17 22:05:27 +00:00
wiz c9317ea9c9 Misc markup fixes (avoid \f.); sort sections; use standard section headers;
drop trailing spaces; sort SEE ALSO; no content change.
2003-10-17 09:42:42 +00:00
keihan 5062de16fc Add BGP, GPU, IC, MAC, PTLA, RGB, TLA and fix CPU.
OK'd by salo@
2003-10-17 08:56:39 +00:00
grog 743ecb29d2 Preliminary docco for vinum. 2003-10-16 08:29:52 +00:00
wennmach 7587eabcbc add PCMCIA 2003-10-15 08:52:51 +00:00
wiz 0d93a88b28 Sort SEE ALSO. 2003-10-15 08:38:10 +00:00
wiz 538e6e3e1e Move siginfo(5) and ucontext(5) to siginfo(2) and ucontext(2) resp.,
and fix references.
Per a discussion on source-changes around Sep 14 2003.
2003-10-14 14:59:03 +00:00
wiz d981fc9cc4 Use still more macros. 2003-10-14 06:49:51 +00:00