Commit Graph

184867 Commits

Author SHA1 Message Date
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
christos
369bdaf95c add new flex 2009-10-26 01:18:00 +00:00
snj
0c56aec186 Fix a typo in a comment. 2009-10-26 00:59:39 +00:00
christos
78b8b34e65 Add build glue and old manual page, since the new one is content free. 2009-10-26 00:49:03 +00:00
tsarna
29822c6b8b For the multicast_dns only mode, be very restrictive in what lookups we
try. No point in making queries and waiting for timeouts on lookups that
will never succeed.

Now only does lookups for linklocal addresses (v4 or v6) and
"name.local" names (and dotless names, iff "local" is specified in the
resolv.conf search list).

Also, lower the timeout in this mode, since multicast lookups should
return pretty fast or not at all.
2009-10-26 00:46:19 +00:00
christos
3c3a7b7603 from sourceforge. 2009-10-26 00:24:20 +00:00
roy
49fbcf2329 Import dhcpcd-5.1.3 2009-10-25 23:42:58 +00:00
roy
0c8963a482 Sync with import 2009-10-25 23:35:41 +00:00
roy
ffe854671a Import dhcpcd-5.1.3 with the following changes:
* waitip is enabled when running on a single interface.
* Classless Static Routes are now enabled by default in dhcpcd.conf
  instead of being always being requested.
2009-10-25 23:27:30 +00:00
christos
493a2154bc paper over pointer aliasing problem 2009-10-25 20:53:43 +00:00
christos
cfbb35ed03 revert some of dsl's changes to make things build on i386; he can undo what
he wants when he comes back.
2009-10-25 20:44:13 +00:00
mhitch
4cdf2079e4 We might switch cpu in between the start of cpu_reboot() and where we
actually start shutting down cpus.  This caused problems because the
wait_mask computed at the beginning of cpu_reboot() wouldn't be correct
when actually waiting for the other cpus to shutdown, and cpu_halt()
might be called instead of prom_halt() at the end, leading to a hung
machine.
2009-10-25 20:39:45 +00:00
wiz
50a251ce93 Match directory extraction output with Infozip. 2009-10-25 20:14:50 +00:00
plunky
b04b174c48 after setting the L2CAP link mode in server mode, retrieve the kernels
interpretation of it and check specifically for auth when creating the
service record.
2009-10-25 19:28:45 +00:00
joerg
c943bacea0 Use .%U inside of .Rs/.Re. 2009-10-25 18:35:45 +00:00