184981 Commits

Author SHA1 Message Date
christos
5227fdf88f hook lex 2009-10-26 21:37:36 +00:00
christos
a1b53986b9 unhook lex 2009-10-26 21:37:10 +00:00
christos
fb86afc52f hook the new flex. 2009-10-26 21:36:46 +00:00
christos
36ea22b0a0 mention m4 2009-10-26 21:35:51 +00:00
christos
4f376672fe switch to new lex 2009-10-26 21:32:14 +00:00
christos
b65f79abb4 Allow tools to override m4 2009-10-26 21:30:02 +00:00
christos
a7f00c959b We don't need the pre-built skel.c 2009-10-26 21:29:46 +00:00
joerg
f56301292d Hard-wire NetBSD major+minor version for the tool version of mandoc.
This gives "NetBSD 5.99" for .Os in -current and "NetBSD 6.0" for the
next release.
2009-10-26 21:17:19 +00:00
christos
c6ea3d2acf fix the tools build 2009-10-26 21:16:49 +00:00
christos
315c7490d2 fix compilation. 2009-10-26 21:14:18 +00:00
christos
7b2c561b05 fix prototype 2009-10-26 21:12:47 +00:00
christos
f3efdb75c5 resolve conflicts. 2009-10-26 21:11:28 +00:00
christos
71dafaa1f2 Import new m4 from OpenBSD. 2009-10-26 21:08:59 +00:00
jnemeth
906faa3823 mention MODULE_CLASS_SECMODEL 2009-10-26 20:43:37 +00:00
jnemeth
79487327f2 XXX - confirmed that ms_required is comma-delimited
XXX - MODULE_CLASS_ANY shouldn't be returned, but potentially could
      be if a module were declared that way
2009-10-26 20:40:00 +00:00
martin
d0ff1af4a8 g/c zssoftpending 2009-10-26 19:55:11 +00:00
christos
9d0a89234a avoid unused label warning 2009-10-26 19:23:33 +00:00
christos
2599685db6 rename warn -> lwarn to use the pre-generated parse.c since our yacc is
not up to snuff yet.
2009-10-26 19:23:19 +00:00
cegger
62cf489d8e kill extra whitespaces
reviewed by tsutsui@
2009-10-26 19:16:54 +00:00
rmind
c32b625d4c Update comment about proc0_init(). 2009-10-26 19:03:17 +00:00
christos
4db887aecb Now it works, but it needs gm4...
Problem was that our bison cannot deal with it, so we don't regenerate
parse.c and parse.h from parse.y.
So we need:
	1. Fix m4
	2. Get new byacc/bison
2009-10-26 18:32:39 +00:00
cegger
5b494d7c82 buildfix: only declare sysctl_net_ifq_setup() if INET or INET6 is defined 2009-10-26 16:41:35 +00:00
joerg
f92e474cf5 Add -n option to print major and minor version, e.g. 5.99 on -current. 2009-10-26 15:32:38 +00:00
joerg
a7dee04f3e Correctly process .%U. 2009-10-26 15:05:51 +00:00
joerg
03c9951425 Finish import of mdocml-1.9.10. 2009-10-26 14:55:12 +00:00
joerg
22af4063ff Import mdocml-1.9.10:
- allow compile-time override for the OS name
- added support for .PD and .%U
- extend mdoc.7
- switch option select to -O, so that -o can be used for the output
format
- improve portability
2009-10-26 14:54:01 +00:00
joerg
23b37b767d Obfuscate RCS ID matching so that CVS doesn't expand it. 2009-10-26 14:50:45 +00:00
tsutsui
359ac4c562 A checksum value in alpha boot block is stored in little endian,
so use le64toh() to print it on the host tool.
While here, use consistent (unsignd long long) casts on printing it.
2009-10-26 14:26:25 +00:00
tsutsui
020968479d A boot block on alpha is always little endian, so read and store values
in little endian via le64toh() and htole64() in ALPHA_BOOT_BLOCK_CKSUM().
Fixes installboot(8) (and future endian-aware disklabel(8)) for alpha
on big endian machines.
2009-10-26 14:22:47 +00:00
christos
2eca3b8eba it is more complicated to rebuild the skel now. 2009-10-26 11:19:47 +00:00
christos
05294a5e58 add version 2009-10-26 11:17:16 +00:00
dholland
f1c1c5ddec Edit - expand descriptions; document data structures in English rather
than in C; use more markup; make nroff output not exceed 80 columns.
2009-10-26 05:57:36 +00:00
christos
d7f7e48d85 - fix warnings
- add scan.c as initscan.c
2009-10-26 04:27:15 +00:00
christos
cb146138e8 unhook flex for now 2009-10-26 04:10:12 +00:00
christos
d79895b899 put back lex 2009-10-26 04:09:45 +00:00
christos
4958d088d0 back to old lex 2009-10-26 04:08:25 +00:00
thorpej
b88f55760b Garbage-collect pmap_do_reactivate() and the associated IPI -- nothing has
used them for a long time.
2009-10-26 03:51:42 +00:00
thorpej
ba23fd19c8 Garbage-collect PMAP_LEV1MAP_SHOOTDOWN() -- it hasn't been used for a long
time.
2009-10-26 03:21:19 +00:00
christos
cad376bd0d merge 2.32 which is actually 2.31. Most important change is:
- use multicast over point-to-point (GRE) links as proposed by Dan Lukes.
2009-10-26 02:53:15 +00:00
christos
e36acb5e79 mention routed update 2009-10-26 02:51:01 +00:00
christos
c1a5405608 add flex 2009-10-26 01:59:35 +00:00
christos
94ee31ba1d add the texinfo manual 2009-10-26 01:39:45 +00:00
christos
d1370f63ae add options from the new castrated man page. 2009-10-26 01:37:21 +00:00
christos
c2f95008ab add a script to help future imports 2009-10-26 01:34:43 +00:00
christos
a4a48e0be4 mention flex 2009-10-26 01:33:28 +00:00
christos
7fe0717e8a Add flex. 2009-10-26 01:22:41 +00:00
christos
d7a39d71df Add glue 2009-10-26 01:22:11 +00:00
christos
74e6715321 use new lex. 2009-10-26 01:19:02 +00:00
christos
d4aeae3f68 hook the new flex library 2009-10-26 01:18:46 +00:00
christos
6beb933941 unhook old flex. 2009-10-26 01:18:19 +00:00