dyoung
8f33cec11c
Document the device iteration routines.
...
I derived this manual page from pmf(9), hence my retention of Jared's
copyright notice.
2009-11-05 00:20:24 +00:00
skrll
130f3380aa
Switch mips to binutils 2.19.
2009-11-04 17:02:19 +00:00
pooka
c2492298bf
* use rump_boot_sethowto()
...
* fail in a nicer way if interface device is not probed
2009-11-03 18:24:21 +00:00
wiz
470b4b9167
Fix Dt, improve Nd, remove trailing whitespace.
2009-11-03 11:04:32 +00:00
dyoung
e5ffb6d32f
Install the manual page return_address(9).
2009-11-03 05:12:10 +00:00
dyoung
3d5b001d3f
Add return_address(9) for reading the Nth return address from the call
...
stack.
2009-11-03 05:08:18 +00:00
joerg
f79d98372f
Use proper column markup.
2009-11-02 00:50:29 +00:00
tnozaki
4079756871
1. add new alias Window-31J -> CP932, IBM-932 -> CP942C.
...
2. change alias IBM-943 -> CP943 to CP943"C"(compatible).
for compatibility with AIX and glibc's iconv.
2009-10-31 15:15:42 +00:00
tnozaki
3c82a9bc85
lib/42209 various problems with EBCDIC support in iconv(3)
...
1. add EBCDIC-US conversion table.
2. RFC1345 have wrong conversion table, 0x00-0x1F is not EBCDIC but ISO-8.
(CP273 and CP1141 is not yet)
2009-10-31 15:06:52 +00:00
wiz
823d48dac8
Bump date for previous.
2009-10-29 01:52:39 +00:00
njoly
a53601df2e
Remove callback_entry ce description which has nothing to do with
...
callback_run_roundrobin() function.
2009-10-28 18:20:41 +00:00
snj
b65156b03d
As Mikael Magnusson notes, run_fsck_flags does not take a YES or NO
...
and it should be in the second listing of variables. While here,
capitalize and make the description a little bit more explicit.
2009-10-28 02:31:44 +00:00
hubertf
152f316d0a
This was replaced by a shell script quite some time ago, purge.
2009-10-27 08:58:04 +00:00
hubertf
762f1eaa09
regen
2009-10-27 08:55:44 +00:00
joerg
c943bacea0
Use .%U inside of .Rs/.Re.
2009-10-25 18:35:45 +00:00
wiz
1675d276fa
Bump date for previous.
2009-10-25 01:30:48 +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
joerg
ee9832f794
Add lintmanpages later to target to ensure that MKMANDOC is set.
2009-10-24 13:34:50 +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
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
reed
c3d0604200
For the rpc* references use the full rpc.* names.
...
These match what is really installed.
I know the man links are there too. But this helps in the
case where someone has printed man pages but only has one
man page printed per inode -- so best to refer to the known Dt name.
2009-10-24 11:22:48 +00:00
joerg
cf15d921b1
Do not run mandoc for lintmanpages if MANPAGES is empty.
...
Add it to the list of targets to recurse for.
2009-10-23 23:12:10 +00:00
joerg
3b68c94681
Add MKMANDOC option to trigger building cat pages and HTML pages with
...
mdocml. Add a lintmanpages target for developers to check man pages
with the strictest settings of mandoc.
2009-10-23 22:14:37 +00:00
wiz
dc0cd1890b
Properly remove w95boot(8).
...
Hi Ty!
2009-10-23 08:32:06 +00:00
tsarna
0d5d5106f9
Take credit for original work.
2009-10-22 23:10:22 +00:00
tsarna
074b6b7f4d
Remove w95boot(8) manpage, long past being useful.
2009-10-22 23:04:59 +00:00
skrll
b2084f243f
Switch powerpc to binutils 2.19.
2009-10-22 21:55:34 +00:00
rmind
12cd0447c5
pmap(9): G/C pmap_collect, bump date.
2009-10-21 23:33:32 +00:00
joerg
940b6167fd
Add tool definition for mandoc in ascii (plain text), html and lint
...
mode.
2009-10-21 22:36:28 +00:00
wiz
467a0fa1ae
Bump date for uarea swap-out removal.
2009-10-21 22:18:37 +00:00
rmind
40cf6f3659
Remove uarea swap-out functionality:
...
- Addresses the issue described in PR/38828.
- Some simplification in threading and sleepq subsystems.
- Eliminates pmap_collect() and, as a side note, allows pmap optimisations.
- Eliminates XS_CTL_DATA_ONSTACK in scsipi code.
- Avoids few scans on LWP list and thus potentially long holds of proc_lock.
- Cuts ~1.5k lines of code. Reduces amd64 kernel size by ~4k.
- Removes __SWAP_BROKEN cases.
Tested on x86, mips, acorn32 (thanks <mpumford>) and partly tested on
acorn26 (thanks to <bjh21>).
Discussed on <tech-kern>, reviewed by <ad>.
2009-10-21 21:11:57 +00:00
snj
176f5f951d
Drop 3rd and 4th clauses. OK jmcneill (copyright holder).
2009-10-21 16:06:59 +00:00
snj
550147bd6a
Remove 3rd and 4th clauses in christos' license. OK christos.
2009-10-21 01:07:44 +00:00
snj
7a9dfdb753
Remove 3rd and 4th clauses. OK'd by Tohru Nishimura and Reinoud Zandijk
...
(copyright holders).
2009-10-21 00:30:43 +00:00
snj
4988388746
Remove 3rd and 4th clause on Leo Weppelman's license. OK leo@.
2009-10-20 19:10:09 +00:00
pooka
8eb3e364e3
fix warnings, update interface to use rump_pub
2009-10-20 02:05:45 +00:00
dyoung
23f173616f
Add missing text disclaiming any warranty, as pointed about by
...
rmind@.
2009-10-19 23:29:40 +00:00
dyoung
27ad740e98
Delete clauses 3 and 4. Thanks rmind@ for pointing out my mistake.
2009-10-19 23:28:02 +00:00
rmind
993cb03302
Drop 3rd and 4th clauses from David Young's license.
...
Reviewed and approved by dyoung@ (copyright holder).
2009-10-19 23:19:37 +00:00
dyoung
6f40c61d9b
Add missing copyright notice, pointed out by rmind@.
2009-10-19 22:49:44 +00:00
bouyer
6d07b400dc
Remove closes 3 & 4 from my licence. Lots of thanks to Soren Jacobsen
...
for the booring work !
2009-10-19 18:41:07 +00:00
snj
065c5ae0d0
Move Matthias Pfaller's files to 2-clause license. OK matthias@.
2009-10-18 18:13:59 +00:00
jym
6ddc6bb7bf
Remove pool_cache_invalidate_local(9) from the sets, and mark the
...
entries as obsolete.
Noted by haad@. Thanks!
2009-10-15 22:59:12 +00:00
thorpej
1f59a448f4
- pool_cache_invalidate(): broadcast a cross-call to drain the per-CPU
...
caches before draining the global cache.
- pool_cache_invalidate_local(): remove.
2009-10-15 20:50:12 +00:00
joerg
59da3d1cf9
Fix markup.
2009-10-14 23:55:26 +00:00
pooka
af40e60966
WARNS
2009-10-14 23:51:52 +00:00
pooka
8a435a0401
WARNS + make compile
2009-10-14 23:51:22 +00:00
joerg
77fe034dc2
Simplify markup.
2009-10-14 23:49:50 +00:00
joerg
29fcd46aba
Fix and improve markup.
2009-10-14 23:40:05 +00:00