Commit Graph

7019 Commits

Author SHA1 Message Date
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
wiz d509f2554d We use long month names in .Dd. 2003-08-11 08:23:21 +00:00
augustss df8ead8f63 Add Sony Ericsson DCU10. 2003-08-11 08:19:18 +00:00
keihan be22639c8e Add a bunch more, ok'd by Grant Beattie. 2003-08-10 00:44:46 +00:00
keihan 785984d9e4 Add a bunch of acronyms, approved by Grant Beattie. 2003-08-09 01:35:16 +00:00
keihan 40bff3072a Add a couple of acronyms and fix API.
This and the previous commit to acronyms approved by Lubomir Sedlacik.
2003-08-08 19:17:52 +00:00
keihan 5a33a0e11d Add 'stfa'. 2003-08-08 19:16:13 +00:00