Commit Graph

184821 Commits

Author SHA1 Message Date
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
joerg 65828ca533 Use .%U. 2009-10-25 18:34:04 +00:00
joerg 4d38a506b1 Add .%U to mark up URLs in bibliographic entries of mdoc(7) pages.
Discussed with wiz, Kristaps Dzonsons and Ruslan Ermilov, proposed
(without reaction) on the groff mailing list.
2009-10-25 18:33:36 +00:00
dsl 5f1a9bea9e Lint is differentially far too picky...
Remove some warnings that only appear on i386 (not on amd64) and that
for some reason best known to others are deemed fatal for i386.
Making this code 'pass lint' does absolutely nothing for its readability (etc).
2009-10-25 17:09:34 +00:00
mlelstv 7aea3a0d0a import tzcode2009k 2009-10-25 16:20:16 +00:00
njoly 6054e01e26 s/comp-debugd-bin/comp-bind-debug/. 2009-10-25 15:11:00 +00:00
njoly 08b7480f25 Add dnssec-{revoke,settime}.debug, obsolete rndc-confgen.debug. 2009-10-25 15:07:46 +00:00
bouyer 5e31b302a3 When we stall the continuation waiting for the queued I/O to complete
in xbdback_co_cache_flush2(), we don't advance the req pointer. In this
case call xbdi_put() to compensate for the xbdi_get() that will be done again
in xbdback_co_main_loop().
Fix stalled xbdback detach that would stall the whole xenbus thread,
preventing new domU from be created.
2009-10-25 13:47:43 +00:00
wiz 02d06f301f Remove .Os argument.
Remove ending dot in SEE ALSO.
Use Fl Fl for long options.
New sentence, new line.
Remove trailing whitespace.
2009-10-25 10:30:47 +00:00
ahoka 88ffebdb42 Remove obscenity from comments. 2009-10-25 09:32:25 +00:00
he adee7c99f9 Correct the previous by adding an obviously overlooked
"struct pmap *pm" argument declaration to pmap_vax_swappable().
2009-10-25 09:25:10 +00:00
christos fc6e13a046 update to 9.7.0-b1 2009-10-25 04:42:16 +00:00
christos bd73b9653c bind manual page updates 2009-10-25 04:40:34 +00:00
christos cc5ca7ca56 updates for new bind 2009-10-25 04:38:05 +00:00
reed 06921da813 Fix section number for a man page reference.
While here put the man pages in the SEE ALSO in order too.
(This was shared and now fixed upstream too.)
2009-10-25 01:52:04 +00:00
wiz 1675d276fa Bump date for previous. 2009-10-25 01:30:48 +00:00
rmind 554a0142dc Initialise struct emul members by name (it is readable now and one can search
them in the tree).
2009-10-25 01:14:03 +00:00
jakllsch 96c2887e36 Renumber 6bone addresses to documentation prefix.
Fix broken URL for totd site.
Add reference to pkgsrc/net/totd.
2009-10-25 01:09:09 +00:00
christos 74c9be690a fixes for 9.7.0-b1 2009-10-25 00:18:38 +00:00
tsarna 6022b5b8d4 Major enhancements to mdnsd nsswitch support:
- nss_mdns renamed to nss_multicast_dns for clarity and less chance of
   confusion with nss_mdnsd (see next).
 - Support using mdnsd for all unicast too with new nss_mdnsd module
   (note: this mode requires an updated mdnsd too, not yet committed)
 - Implement resolv.conf "search" directive support. Needed for nss_mdnsd,
   potentially useful with nss_multicast_dns (you could now do
   "search example.com local" in resolv.conf if you wanted to and it would
   act as you might expect)
 - Add references in nsswitch.conf man page and sample file
 - Implement AI_CANONNAME
 - Various bug fixes
2009-10-25 00:17:06 +00:00
christos 6cddd999c8 merge changes. 2009-10-25 00:14:31 +00:00
christos 10ca0cd585 import bind-9-7-0-b1 2009-10-25 00:01:26 +00:00
christos 3b0d9a876a don't read hostaliases using unbuffered reads. there is no security benefit. 2009-10-24 21:37:57 +00:00
joerg de3dbb6818 Garbage collect left-overs, iscsi moved to src/external/bsd/iscsi. 2009-10-24 20:07:48 +00:00
plunky f379f083fb use correct value for 10 Mbps 2009-10-24 20:06:42 +00:00
rmind 5f45928b22 Provide cpu_lwp_free* stubs in vax and powerpc.
Reported by <he>.
2009-10-24 20:03:56 +00:00
joerg 5733f40793 Reduce amount of macro magic. Use the same special characters as nroff
can deal with limitations of the terminal.
2009-10-24 19:31:03 +00:00
tsutsui ab4082e001 - u_short -> uint16_t
- KNF a bit
2009-10-24 18:15:45 +00:00
christos 9d8aeaab57 simplify the example; only register the set of events to watch once since
it does not change. Also print that ATTR means changing times too.
2009-10-24 17:49:58 +00:00
christos e942b6ecb2 expose res_check. 2009-10-24 17:24:01 +00:00
christos 7523d42dda expose res_check for the benefit of mDNS. 2009-10-24 17:23:34 +00:00
mlelstv df0cec4903 With 64bit time_t years can be negative and lapyear computation
requires rounding down. This avoids an infinite loop in localtime().
2009-10-24 17:01:04 +00:00
dsl 0b807be843 Remove a load of pointless casts - one that even lint doesn't bleat about. 2009-10-24 15:20:15 +00:00
nakayama e3b6fc3b97 Use trunc_page or round_page where appropriate.
No functional changes intended, and generate same binaries.
2009-10-24 14:52:19 +00:00
dsl 695bc79994 Check for EOF before erroring fgets() with length <= 0.
If length is invalid, set errno = EINVAL and __SERR as well returning NULL.
Should let me close PR/41992.
2009-10-24 14:50:48 +00:00
stacktic f0f9215e04 Fixed a few french messages - patch from Marylène Ysmal. 2009-10-24 14:41:57 +00:00
joerg ee9832f794 Add lintmanpages later to target to ensure that MKMANDOC is set. 2009-10-24 13:34:50 +00:00
he c162de1c7b Fix the previous by terminating the comment. 2009-10-24 13:28:16 +00:00
dsl e547824726 Fix constant in comment 2009-10-24 12:57:17 +00:00
stacktic 179b5354fd Fixed a few french messages - patch from Marylène Ysmal. 2009-10-24 12:47:30 +00:00
reed 2d0dbf5439 Change manpage reference from talkd to ntalkd.
(Man link does exist, but no binary.)
2009-10-24 12:23:47 +00:00
reed f20256f240 Fix man page reference from non-existent dhcp(8) to dhcpd(8).
Hope this was what was intended.
2009-10-24 12:22:24 +00:00
reed 2d10124c7e Refer to rpc.bootparamd instead of bootparamd. 2009-10-24 12:21:31 +00:00
reed 1b55e10f52 Change two man page references to use the official names.
(I define "official" as the Document Title name and original file name.)
2009-10-24 12:18:05 +00:00
pooka 99e178a1c1 Pass modinit to rumpuser_dl_module_bootstrap() as a function pointer
to avoid linker rump -> rumpuser -> rump dependency which is annoying
redundancy in static linking.
2009-10-24 11:36:59 +00:00
pooka c9f53946a5 unused rumpuser_realpath is really dead 2009-10-24 11:29:55 +00:00
reed 9e244eddde In SEE ALSO, refer to useradd instead of adduser.
(adduser is a man link, but no tool by that name.)
2009-10-24 11:24:19 +00:00