Commit Graph

7325 Commits

Author SHA1 Message Date
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
fvdl
95641fb068 Enable gdb 5.3 for MACHINE_ARCH == x86_64 2003-10-14 02:08:02 +00:00
mycroft
1022cd1018 ANSI IEC INCITS ISO SASI 2003-10-14 01:20:53 +00:00
mycroft
20210d2842 The expansion of SCSI was wrong(!). 2003-10-14 01:18:08 +00:00
mycroft
3751d947f8 Add CAV and CLV. 2003-10-14 01:15:07 +00:00
bouyer
341734578e Add a man page for pmatch(). 2003-10-13 19:52:58 +00:00
agc
9f1aac5bb3 Move Jason Downs's code from a 4-clause to a 3-clause licence by
removing the advertising clause.  Diffs provided in PR 22410 by Joel
Baker, confirmed to the board by Jason Downs.

With additional thanks to Jason Thorpe.
2003-10-13 15:36:33 +00:00
agc
61470ee029 Move Mark Nudelman's code from a 4-clause to a 3-clause licence by removing
the advertising clause. Diffs provided in PR 22549 by Joel Baker, confirmed
to the board by Mark Nudelman.
2003-10-13 14:34:25 +00:00
jdolecek
899a030145 xref mailer.conf(5) in SEE ALSO 2003-10-12 11:50:29 +00:00
lukem
7b256958f1 Only try to KERNOBJDIR!= if the required directory exists. 2003-10-11 08:05:57 +00:00
jdolecek
5951c8215b if S is not already defined, use ${NETBSDSRCDIR}/sys or ${BSDSRCDIR}/sys to set
top of kernel source tree
2003-10-11 07:15:59 +00:00
jmmv
00cb14ef50 + TRT 2003-10-10 12:16:05 +00:00
wiz
9951eb124d Sort SEE ALSO; replace some "Ic ata" with "Xr ata 4". 2003-10-08 13:39:11 +00:00
bouyer
e3847b4da7 Add man page for per-chip pciide drivers. 2003-10-08 12:02:40 +00:00
bouyer
7cc555fc4d Add a ata(4) man page, with a symlink to atabus(4), and xref where
appropriate.
2003-10-08 11:20:09 +00:00
lukem
1c33b4e6a4 Overhaul MBR handling (part 1):
<sys/bootblock.h>:
    *	Added definitions for the Master Boot Record (MBR) used by
	a variety of systems (primarily i386), including the format
	of the BIOS Parameter Block (BPB).
	This information was cribbed from a variety of sources
	including <sys/disklabel_mbr.h> which this is a superset of.

	As part of this, some data structure elements and #defines
	were renamed to be more "namespace friendly" and consistent
	with other bootblocks and MBR documentation.
	Update all uses of the old names to the new names.

<sys/disklabel_mbr.h>:
    *	Deprecated in favor of <sys/bootblock.h> (the latter is more
	"host tool" friendly).

amd64 & i386:
    *	Renamed /usr/mdec/bootxx_dosfs to /usr/mdec/bootxx_msdos, to
	be consistent with the naming convention of the msdosfs tools.

    *	Removed /usr/mdec/bootxx_ufs, as it's equivalent to bootxx_ffsv1
	and it's confusing to have two functionally equivalent bootblocks,
	especially given that "ufs" has multiple meanings (it could be
	a synonym for "ffs", or the group of ffs/lfs/ext2fs file systems).

    *	Rework pbr.S (the first sector of bootxx_*):
	    +	Ensure that BPB (bytes 11..89) and the partition table
		(bytes 446..509) do not contain code.
	    +	Add support for booting from FAT partitions if BOOT_FROM_FAT
		is defined.  (Only set for bootxx_msdos).
	    +	Remove "dummy" partition 3; if people want to installboot(8)
		these to the start of the disk they can use fdisk(8) to
		create a real MBR partition table...
	    +	Compile with TERSE_ERROR so it fits because of the above.
		Whilst this is less user friendly, I feel it's important
		to have a valid partition table and BPB in the MBR/PBR.

    *	Renamed /usr/mdec/biosboot to /usr/mdec/boot, to be consistent
	with other platforms.

    *	Enable SUPPORT_DOSFS in /usr/mdec/boot (stage2), so that
    	we can boot off FAT partitions.

    *	Crank version of /usr/mdec/boot to 3.1, and fix some of the other
	entries in the version file.

installboot(8) (i386):
    *	Read the existing MBR of the filesystem and retain the BIOS
    	Parameter Block (BPB) in bytes 11..89 and the MBR partition
	table in bytes 446..509.  (Previously installboot(8) would
	trash those two sections of the MBR.)

mbrlabel(8):
    *	Use sys/lib/libkern/xlat_mbr_fstype.c instead of homegrown code
	to map the MBR partition type to the NetBSD disklabel type.


Test built "make release" for i386, and new bootblocks verified to work
(even off FAT!).
2003-10-08 04:25:43 +00:00
jmmv
24679f3c3d + CAD, CGA, CRT, DAC, DDC, DDWG, DVI, EDID, EGA, HDCP, LCD, POST, SVGA, TFT,
TMDS, VESA, VGA, XGA
2003-10-07 15:05:14 +00:00
matt
7744cd370c HPPA toolchain is now in-tree. 2003-10-06 05:19:32 +00:00
bouyer
7b066791c8 Remove references to University of California from my copyright notices. 2003-10-05 17:48:49 +00:00
bouyer
83953e7963 Fix ponctuation in copyright. 2003-10-05 16:32:13 +00:00
bouyer
36b4e768d5 Fix copyright. 2003-10-05 16:30:22 +00:00
wiz
2ff85c01a5 bce appeared in 1.6.2. 2003-10-05 11:58:36 +00:00
fvdl
852a11e722 Enable gcc3 for x86_64. 2003-10-05 02:22:30 +00:00
wiz
1911acaed7 Fill in Jaromir's name in license; new sentence, new line. 2003-10-04 23:38:58 +00:00
jdolecek
493adc0ad4 add basic grf(4) manpage, mainly just with explanation
what is each grf* device mapped to and with crossrefs to the
actual underlying device manpages
2003-10-04 14:10:41 +00:00
jdolecek
513eefcff8 add evbsh5 MAKEDEV(8) manpage 2003-10-04 13:38:25 +00:00
jdolecek
39ef5010c4 regen - g/c nonexitent 'cbq' device and empty device groups 2003-10-04 13:33:27 +00:00
jmmv
45eac10315 + ACPI, APIC, AT, ATAPI, ATX, CPU, ECP, EPP, PIC, PIO, S/PDIF, SMART, SPD
UC, USWC, XT
2003-10-03 13:48:09 +00:00
abs
024a9509bc s/dails/dials/ in a comment 2003-10-02 21:32:56 +00:00
jmmv
88659c9335 +FPM 2003-10-02 13:33:29 +00:00
wiz
6181ed442a Bump date for previous; grammar improvements. 2003-10-02 07:06:36 +00:00
itojun
30b8d01871 suggest setting netmask to 32 for security reasons; see tech-userlevel 2003-10-02 01:21:16 +00:00
jmmv
457f6dbe79 Add several memory related terms. 2003-10-01 20:11:11 +00:00
lukem
58d2d9a196 Set _LIBLDOPTS to set -Wl,-rpath-link -R -L appropriately based
on the setting of ${SHLIBDIR} and ${SHLIBINSTALLDIR} (_not_ ${_LIBSODIR}).

Fixes cruel and unusual ^W^W^W obscure native-build and not-so-obscure
cross-builds problems I was having with shared libraries with a
non-base LIBDIR (e.g, /usr/X11R6/lib) that use LDADD to pull in other
libraries from /usr/lib (such as libm) which are really in /lib and the
symlink from ${DESTDIR}/usr/lib/libm.so to /lib/libm.so.N.M was confusing
the linker.  Stuffing -rpath-link ${DESTDIR}/lib in solves the problem.

This should mean that shared libraries that depend upon other shared
libraries in other directories should DTRT in a DESTDIR (cross-)build...

Inspired by _PROGLDOPTS in <bsd.prog.mk>
2003-09-30 07:24:23 +00:00
jmmv
43a170e323 +AFU 2003-09-29 12:44:30 +00:00
wiz
9326479dd9 Fix typos; new sentence, new line; fix name in license (ok'd by manu);
sort sections; sort SEE ALSO; drop trailing whitespace.
2003-09-29 10:05:35 +00:00
manu
855db7049d Setup to run Darwin binaries 2003-09-29 09:56:04 +00:00
lukem
0f9e6cf359 Add LIBSTDCXX (for usr/lib/libstdc++.a).
Sync LIB* documentation with reality.
2003-09-29 01:06:37 +00:00
wiz
c53b0c7769 Add man page for bce(4), and xref it from bge(4). 2003-09-28 18:32:18 +00:00
kent
bda517788a Note the driver supports ICH5.
Bump date.
2003-09-28 14:33:19 +00:00
wiz
dee5a1a9cd Use more macros, fix a typo, drop trailing spaces, misc other fixes. 2003-09-28 10:23:22 +00:00
dsl
a924e3a0d4 Add do_setres[u,g}id 2003-09-28 09:09:55 +00:00
simonb
47d4b67a20 Use uintN_t in code example instead of u_intN_t. Agrees with current
standards (and more importantly Klaus too :-).
2003-09-27 21:17:31 +00:00
kei
58b5cb57f3 Add missing `Ar' flag. Approved by Thomas Klausner. 2003-09-27 14:52:58 +00:00
mycroft
b9556aa82f List VAX as non-GCC3. 2003-09-27 04:27:32 +00:00
mbw
d0130ca8c2 combined macppc and mac68k man pages and moved to src/share/man/man4 2003-09-26 23:09:07 +00:00
mbw
9bed16c664 Correct copyright attributions 2003-09-26 23:05:55 +00:00
wiz
8298dd1da5 Sort SEE ALSO. 2003-09-26 21:34:03 +00:00
wiz
f74af19061 Drop trailing spaces. 2003-09-26 21:21:23 +00:00
wiz
08844128da New sentence, new line. 2003-09-26 21:13:54 +00:00
christos
d1ec79f82d back out previous, suggested by gimpy. 2003-09-26 20:51:55 +00:00
christos
a28207daf8 entry for amd64->x86_64 map in gnu arch. 2003-09-26 20:40:29 +00:00
mbw
9b84e3a4fe Combine mac68k and macppc mc.4 man page into an MI man page. 2003-09-26 20:22:08 +00:00
mbw
c5d6d22d3d Combine mac68k and macppc mc.4 man page into an MI man page. 2003-09-26 19:53:50 +00:00
mbw
0229f57aee Alex Zepeda <zipzippy@sonic.net> created some nice new ADB man pages
based loosely on the mac68k adb.4.  These pages are MI (mac68k and macppc).
2003-09-26 19:15:15 +00:00
mbw
dd59fe3653 Nice new mac68k/macppc obio man pages courtesy of Alex Zepeda
<zipzippy@sonic.net>
2003-09-26 19:05:56 +00:00
mbw
149f8d8b52 Update macppc ethernet device references
- delete obsolete de refs
 - change gm to gem
2003-09-26 18:50:16 +00:00
mbw
a482248158 Mention that gm is obsoleted by the gem driver. 2003-09-26 18:38:04 +00:00
mbw
9498a978d7 New man page on the Apple Macintosh Enhanced SCSI Hardware driver
contributed by Alex Zepeda <zipzippy@sonic.net>
2003-09-26 18:33:49 +00:00
tshiozak
8bf28f7014 update conversion tables for KSC5601(KSX1001) <-> UCS.
reported by bjy.
2003-09-26 17:58:42 +00:00
christos
d68cb7df37 constification notes. 2003-09-25 22:06:41 +00:00
wiz
2365b48b5e Add RCS Id; sort sections; no trailing dot in SEE ALSO section. 2003-09-25 17:38:00 +00:00
pooka
4eeb5e46d5 build iavc.4 and isdncapi.4 2003-09-25 16:48:04 +00:00
pooka
7598ad0cc0 simple manual pages for iavc and capi mostly borrowed from FreeBSD 2003-09-25 16:45:44 +00:00
pooka
0bb7981ffd move iwic.4 to the same place with its isdn friends 2003-09-25 16:34:55 +00:00
matt
c6d135e9c5 Switch Alpha to GDB5.3 2003-09-24 06:19:12 +00:00
matt
53ea4f5070 Switch PowerPC to GCC 3.3.1 and GDB 5.3. 2003-09-24 04:58:33 +00:00
christos
17a5344584 Turn on the switch for gdb53/m68k. Thanks Christian Limpach! 2003-09-23 13:45:27 +00:00
wiz
a936fb8471 Bump date for previous. 2003-09-22 21:08:49 +00:00
jandberg
54dc1f63e0 regen after wsmouse addition 2003-09-22 18:33:41 +00:00
cl
177e4581bf document COMPAT_16 (requested by Izumi Tsutsui) 2003-09-22 17:13:32 +00:00
christos
802390c474 Add more comments for gdb-5.3 2003-09-22 14:50:51 +00:00
wiz
f28be7c09d Bump date for previous. 2003-09-22 13:23:56 +00:00
christos
5ae3f9d89d document passing of signo to fownsignal 2003-09-22 13:00:45 +00:00
matt
f75f4d1a47 Add missing continuator. 2003-09-22 01:25:06 +00:00
matt
e99025e911 Switch MACHINE_ARCH arm to GCC 3.3.1 2003-09-21 20:16:47 +00:00
wiz
550397cf2c Fix xrefs, and add lots of articles to make it sound better. 2003-09-21 20:05:23 +00:00
jdolecek
ef5b64a14d add manpage for fsetown(9), fgetown(9), fownsignal(9) 2003-09-21 19:35:42 +00:00
wiz
484ba54613 Bump date for previous, and escape an exclamation mark so it
gets marked up.
2003-09-21 15:18:33 +00:00
thorpej
7cc3c61aa7 Document "show sched_qs". 2003-09-20 15:15:39 +00:00
lukem
9c437ec754 Change LNFILES' to BUILDSYMLINKS', to more accurately describe its purpose.
Per discussion with Simon Gerraty.
2003-09-20 06:20:41 +00:00
martin
57b44eed3f Drop explicit medlow model and default to -O2 for sparc64. 2003-09-19 16:32:10 +00:00
pooka
ed2f08d8a7 regen (isdnteld) 2003-09-19 11:14:28 +00:00
mrg
ee467f4816 switch i386, sparc, sparc64 & alpha to GCC 3.3.1. 2003-09-19 08:15:46 +00:00
mrg
f9975d193b add a HAVE_GDB53 switch. defaults to no one yet. 2003-09-18 23:17:55 +00:00
keihan
2dbdce50d1 Sort entries. 2003-09-18 21:59:27 +00:00
keihan
69c90e7958 Add MTU and fix lower case description on MTA and MUA.
OK'd by Grant Beattie
2003-09-16 07:29:31 +00:00
wiz
df7ebc9ee6 Bump date for previous, and add two articles. 2003-09-15 13:19:10 +00:00
yamt
0f28ff6749 correct book title. 2003-09-15 13:15:31 +00:00
yamt
f11dd83e4c a brief note about struct buf. 2003-09-15 13:14:34 +00:00
wiz
dd44c6fdfc Bump date for previous; Pa is markup for paths, 0/1/2 do not need
markup (or perhaps use a Bl/El list?).
2003-09-15 13:10:27 +00:00
agc
177bfa395f Document PKG_DEBUG_LEVEL and its possible values, as requested in PR 22200 2003-09-15 12:32:02 +00:00
lukem
e71fc1cc14 Check ${SHLIBDIR} against "/usr/lib" instead of ${LIBDIR} when determining
if we need to add stuff (usually "/lib") to the rpath-link path before
"/usr/lib".  Otherwise, this barfs if LIBDIR != /usr/lib or /lib, and
we're cross-building (e.g., in src/x11)
2003-09-14 22:36:55 +00:00
wiz
5944b04138 Add semicolons. 2003-09-14 09:04:12 +00:00
christos
042b7bb598 Expose SI_TIMER now that we are planning to deal with it. 2003-09-13 22:35:13 +00:00
kleink
f8ca3e32e0 Fix one formatting botch. 2003-09-13 21:53:19 +00:00
kleink
abff257787 Overhaul; replace with current data from the ISO 639/JAC site and adopt
the format of the country table.
2003-09-13 21:50:58 +00:00
lukem
6ede1ad4a2 in cleanx11man, support "MAN defaults to ${PROG}.1" 2003-09-13 20:39:45 +00:00
lukem
ee09f184e5 explicitly set BINDIR LIBDIR MANDIR here 2003-09-13 20:10:44 +00:00
lukem
403d124c72 implement MKSTATICLIB, which defaults to "yes". if "no" (which NOSTATICLIB
also sets, a la the other variables), prevents build and installation
of the "normal" static *.a libraries.
2003-09-13 19:08:26 +00:00
simonb
1cc7226c95 Fix a tyop, wrap some long lines. 2003-09-13 11:16:28 +00:00
erh
552531a249 Also support per-program LDFLAGS and LDSTATIC. 2003-09-13 03:44:20 +00:00
erh
056a75c41e Create a way to add additional flags to COPTS, CPPFLAGS, CXXFLAGS and LDADD
for particular libraries or programs by specifying the additions in mk.conf
instead of needing to go edit individual Makefiles.
2003-09-13 02:52:05 +00:00
lukem
ee20b1b408 sanitise ${DESTDIR}${SOMEOTHERVAR} 2003-09-13 00:16:10 +00:00
lukem
7be275a0ed add infrastructure to support reach-over builds of xsrc 2003-09-12 07:44:10 +00:00
lukem
5ec73d3c6d <bsd.x11.mk>: infrastructure to support reach-over builds of xsrc 2003-09-12 07:40:34 +00:00
wiz
e8080261ea Remove superfluous .Nm arguments; grammar fixes; add semicolons
when enumerating variables (looks more natural).
2003-09-10 14:24:23 +00:00
christos
97f5766ac2 New man page for siginfo. 2003-09-10 14:11:27 +00:00
wiz
a4ef1e4169 Fix typo. 2003-09-10 13:54:08 +00:00
jschauma
88744fcbcc Add MUA and MTA. 2003-09-10 03:34:58 +00:00
wiz
a607a10950 Punctuation fix. 2003-09-08 18:06:40 +00:00
wiz
dca9ccd375 Use St -isoC-9X instead of St -isoC9X, to be in sync with groff. 2003-09-08 17:54:31 +00:00
simonb
47b6d4cbaf Note that umass works with Sony DSC Digital Cameras in general, and not
just one specific model (augments PR doc-bug/22684).
2003-09-08 11:45:23 +00:00
seb
4fa89f262a Remove link from pool_cache.9 to itself.
Implicit approval by kleink@.
2003-09-07 21:14:22 +00:00
wiz
47190e80b8 Consistently use 'RFC 1234' instead of 'RFC1234' or 'RFC-1234'.
From jmc@openbsd.
2003-09-07 16:22:20 +00:00
wiz
306ad0947f Grammar improvements from Jason Lingohr in PR 22712. 2003-09-07 15:57:30 +00:00
wiz
fed69d20fb Fix a Xr (missing section), and sort SEE ALSO. 2003-09-07 14:10:34 +00:00
yamt
1a8fb0c4bb a pool_cache(9) manpage.
maybe incomplete, but better than none.
2003-09-07 11:24:34 +00:00
yamt
3284959051 add a missig period. 2003-09-07 10:09:07 +00:00
wiz
9ff10e9612 Mark up NULL; whitespace nits. 2003-09-06 23:20:57 +00:00
christos
245108acf3 clarify versioning scheme, and update for SA_SIGINFO. 2003-09-06 22:08:48 +00:00
yamt
23af6a400e this is about buffer cache, not namei 2003-09-06 19:38:19 +00:00
yamt
ef0f2fa292 use .Fn rather than .Fa for functions. 2003-09-06 19:25:04 +00:00
wiz
ab4849bbde Grammar improvements; fix typos; mark up B_* flags with .Dv. 2003-09-06 19:09:03 +00:00
yamt
5c0b08ff13 use .Fn rather than .Fa for functions. 2003-09-06 19:02:42 +00:00
yamt
b840c9fdf3 note that bread() and friends don't use a given ucred. 2003-09-06 18:41:44 +00:00
yamt
ad7083055f a man page for buffer cache interfaces.
(an incomplete page is better than no page)
2003-09-06 18:12:39 +00:00
wiz
4777604a08 Add man page for aica(4). 2003-09-06 16:24:21 +00:00
cjep
902ec20eef Sync w/ FreeBSD v1.73 (add FreeBSD 5.1 and BSD/OS 5.0 to the family tree). 2003-09-06 13:36:23 +00:00
tron
1b7c775558 Add a few more devices which are known to work with this driver.
Some of them were suggested by Rich Neswold in PR kern/22684.
2003-09-05 09:04:40 +00:00
wiz
1579d37ceb In `openfiles' attribute, clarify that it's the number of open file
descriptors (which could include sockets, etc.).
From jmc@openbsd.
2003-09-04 09:19:36 +00:00
lukem
959cbfd166 revert previous; there's too much hairy crap in sys/lkm/compat involving
the order that Makefile.inc is pulled in to get this to work.

this stuff needs a rototill (for another day). for example, having every
sys/lkm/** directory make their own  machine ${MACHINE_CPU} and possibly
${SHARED_MACHINE_CPU} (e.g, x86 for i386/x86_64) is not the most optimal
situation ...
2003-09-04 08:27:08 +00:00
lukem
f212488840 simplify include symlink creation with LNFILES 2003-09-04 07:15:43 +00:00
dan
b8ae1829cd build atw.4 2003-09-04 03:17:03 +00:00
lukem
d4ea794325 .PHONY cleanlnfiles 2003-09-03 07:09:39 +00:00
lukem
518360ab1a pull in <bsd.files.mk> incase LNFILES is used by <bsd.man.mk> user. 2003-09-03 05:40:12 +00:00
lukem
d18c364585 Implement LNFILES: a list of two word items:
lnsrc lntgt
For each lnsrc item, create a symlink named lntgt.
The lntgt symlinks are removed by the cleandir target.
2003-09-03 05:38:09 +00:00
junyoung
54df754e6e Sort unsorted entries in last commit. 2003-09-02 10:29:27 +00:00
junyoung
2b86c997a6 Sort entries by name. 2003-09-02 10:26:46 +00:00
junyoung
d1c665c08e Add UTF-8 ctype locale support for Korean.
From Min Sik Kim <minskim bawi org>. tshiozak@ ok.
2003-09-02 09:30:31 +00:00
wiz
d66a08dbdc Bump date for previous. 2003-09-01 18:51:15 +00:00
manu
6035c6f8af The sentence explaining programs using /proc are unsupported is misleading:
we support them using -o linux option of mount_proc. Remove it.
2003-09-01 17:54:41 +00:00
uwe
ce52f77fb0 Now that HAVE_GCC3 is always defined, adjust the logic that selects if
NOPIC for sh3 should be set to check the value of HAVE_GCC3.
2003-09-01 09:38:42 +00:00
lukem
fd483b4d81 provide commands required to create the syslog log files used by this config 2003-09-01 00:30:34 +00:00
lukem
da5f4674a3 don't need to rotate /var/cron/log, as all.debug doesn't use it 2003-09-01 00:29:05 +00:00
wiz
8cc29c0e3f Grammar improvements; new sentence, new line; drop superfluous Pp. 2003-08-31 16:40:33 +00:00
wiz
5230fed0a0 Bump date for previous; use Dv for a #define; add an article for better grammar. 2003-08-31 16:38:30 +00:00
wiz
df4a783e58 Bump date for last, remove superfluous Pp. 2003-08-31 16:36:34 +00:00
wiz
36b8de2473 Add ASAIC (as soon as I can). 2003-08-31 16:35:32 +00:00
enami
6023693d1b uvm_map() takes sixth argument `align'. 2003-08-31 12:35:35 +00:00
ragge
6914781990 Remove description of trailers and some non-existing error messages. 2003-08-31 11:34:09 +00:00
ragge
27d88f53e3 Add qt manpage. 2003-08-31 11:29:05 +00:00
wiz
fc388bdc8b Use more markup; comment out xref to hostname.if(5) which we do not have;
drop trailing whitespace; use standard section header order.
2003-08-30 23:15:05 +00:00
jdolecek
7dbbf58371 add sk(4) manpage, adapted from OpenBSD by Stephen Degler
followup to PR kern/22511
2003-08-30 22:00:37 +00:00
jmmv
673c04d3d6 Add NOYB, NOYFB. From Soren Jacobsen. 2003-08-30 20:49:20 +00:00
wiz
d6391bee35 Add KVA, PDP, PTE, and PTP. 2003-08-30 10:17:45 +00:00
martin
a79495d23b Default sparc64 to XFree 4. 2003-08-29 10:51:21 +00:00
wiz
c5400d5e9a Sync termios(4) with header file. Reported by Vink Joris.
Diff provided by jmc@openbsd -- thanks!
2003-08-28 19:39:40 +00:00
tron
1fc6b8eac2 Fix logic error in last change which caused GCC 3.x to be the default for
several platforms unintentionally.
2003-08-28 12:28:34 +00:00
mrg
1a086c6b25 introduce an additional switch to enable building GCC3 instead of GCC2:
HAVE_GCC3.  if this is set, we also set USE_TOOLS_TOOLCHAIN=no.  change
the definition of the former to be restricted to whether tools/toolchain
is used or not.
2003-08-27 16:03:17 +00:00
wiz
ba19061c25 Bump date for last. 2003-08-24 18:12:58 +00:00
marcus
f41f88660b Mention AICA device driver. 2003-08-24 17:35:58 +00:00
lukem
40a8a5734e Support ${LDFLAGS} when linking libraries 2003-08-24 09:35:49 +00:00
wiz
c75eddaaa3 New sentence, new line; grammar fix. 2003-08-23 23:29:54 +00:00
wiz
7aa5d5eb62 regen (+crypto) 2003-08-23 23:16:36 +00:00
wiz
604306e5cf Bump date for last. 2003-08-23 23:10:27 +00:00
wiz
2da7435114 Bump date for last. 2003-08-23 22:39:32 +00:00
wiz
5049850f67 New sentence, new line. 2003-08-23 22:25:03 +00:00
yamt
ee4f738b03 sync with reality. 2003-08-23 07:21:07 +00:00
dsl
a33723f245 Add a ${PROG}.ro target that does an 'ld -r' of the program object files.
Allows a much simplified build of 'crunched' binaries since crunchgen can
build prog.ro instead of having to deretmine the names of all the .o files.
2003-08-22 19:17:00 +00:00
christos
4ef8a70c82 Disable -Wtraditional and explain why. 2003-08-22 18:07:21 +00:00
itojun
2aaba1f5d3 add Corega USB-TXS (aue.4 and if_aue.c are very out of sync - could some
take a look?)
2003-08-22 06:43:02 +00:00
itojun
15980e345d manpage for udav* 2003-08-22 06:42:01 +00:00
jschauma
1a1b3c583d Add MIA 2003-08-21 12:57:14 +00:00
drochner
3eecd94099 vlan support works, as far as the driver is concerned, so uncomment
the corresponding part
2003-08-21 12:50:57 +00:00
jdolecek
2ed4245f5e fixup the part what happens when specified filename
doesn't exist in description of cinclude
2003-08-19 09:33:16 +00:00
jdolecek
3faeefaf20 document 'include', 'cinclude', 'prefix' and 'package'
bump date
2003-08-19 09:29:22 +00:00
tshiozak
ad49f181fd To ensure the mapping identical, change the unicode codepoint for the reverse
solidus on JIS X 0208.
2003-08-18 15:28:25 +00:00
keihan
35b86d9c94 Add CIDR and NIC. 2003-08-15 05:56:41 +00:00
wiz
82c8a2d63a Bump date and copyright for last, and add a comma. 2003-08-14 17:59:40 +00:00
elric
b7b719ccb6 We're using a default keylength for cgd of 128 in AES not 256. 2003-08-14 17:57:07 +00:00
dsl
16243ec6f5 Bring closer to reality - specify correct filenames for new boot code.
Fixes port-i386/22477
2003-08-14 09:55:29 +00:00
itojun
c61230d99d fix bad example of select() - first arg shouldn't be FD_SETSIZE. from openbsd 2003-08-13 02:07:06 +00:00
lukem
28d70b03dc order .SUFFIXES similar to other *.mk files 2003-08-11 09:59:43 +00:00