Commit Graph

13968 Commits

Author SHA1 Message Date
wiz
65ba3f7900 Use %U for URLs. 2012-03-08 22:52:22 +00:00
pgoyette
6199976b03 Add another missing zipcode - this is where I live! 2012-03-06 17:20:38 +00:00
mbalmer
e1bc6531d4 Add a few. 2012-03-06 17:11:15 +00:00
mbalmer
ac893d96b3 Add a missing zipcode. 2012-03-06 17:08:10 +00:00
mbalmer
a249dde5ae Oxford serial comma, FFS. 2012-03-06 17:04:54 +00:00
wiz
2985f26716 Remove trailing whitespace. 2012-03-06 10:26:18 +00:00
plunky
498fdc5a56 document rebuild_mandb 2012-03-06 10:23:10 +00:00
plunky
002ad20e5a mention run_makemandb 2012-03-06 10:12:59 +00:00
wiz
7921bbc68f Bump date for previous. 2012-03-04 11:56:03 +00:00
nonaka
edb4fc4829 fix incorrent example. 2012-03-03 15:14:03 +00:00
nonaka
0303786ef2 Mention AMD Fusion. 2012-03-02 19:31:07 +00:00
apb
e9e794cd61 Import tzdata2012b from ftp://munnari.oz.au/pub/tzdata2012b.tar.gz.
Changes since tzdata2012a:

    Most significantly, summer time in Cuba has been delayed 3 weeks
    (now starts April 1 rather than March 11).  Since Mar 11 (the old
    start date, as listed in 2012a) is just a little over a week away,
    this change is urgent.

    Less importantly, an excess tab in one of the changes in zone.tab
    in 2012a has been removed.
2012-03-02 07:01:46 +00:00
apb
0773013243 Merge tzdata2012a from ftp://munnari.oz.au/pub/tzdata2012a.tar.gz.
Major changes since tzdata2011n:
    Chile 2011/2012 and 2012/2013 summer time date adjustments.
    Falkland Islands onto permanent summer time (we're assuming for the
	    foreseeable future, though 2012 is all we're fairly certain of.)
    Armenia has abolished Summer Time.
    Tokelau jumped the International Date Line back last December
	    (just the same as their near neighbour, Samoa).
    America/Creston is a new zone for a small area of British Columbia
    There will be a leapsecond 2012-06-30 23:59:60 UTC.
2012-03-01 21:19:03 +00:00
wiz
3d46a78f7d Fix typo. 2012-03-01 09:08:19 +00:00
rjs
3c8be2b0dd Add some info on RFC4638. 2012-02-29 22:53:47 +00:00
tron
df92d05dec Move "libexpat" from X11 into base which fixes PR lib/40346.
This change was approved by the Core Group.
2012-02-29 20:07:51 +00:00
shattered
a8bba461cd Document support for 5100AGN (in tree since 2009).
OK by wiz@
2012-02-25 11:00:25 +00:00
shattered
4e4e8d92ec Quoting sys/dev/vme/files.vme commit log: "vmegeneric never saw the
light of the source tree.  After 7 years, I guess nobody missed it."

OK by wiz@
2012-02-25 10:55:27 +00:00
mbalmer
ae1a443653 GPIO pins are 0 based when accessed from Lua, not 1 based like Lua usually
is.  The pulse() has been removed, use gpiopwm(4) for that.
2012-02-25 09:13:38 +00:00
reinoud
aab843f817 Fix comment in config.4 about UDF support. It was still stating UDF as a
read-only fs wich it hasn't been for quite some time! It must have slipped
trough.
2012-02-22 20:21:34 +00:00
njoly
26ecbbc0b8 Adjust cpu_switch(9) -> cpu_switchto(9) in xrefs. 2012-02-22 19:04:38 +00:00
matt
f5d3f68d54 Remove another ${SIZE} 2012-02-21 01:41:09 +00:00
matt
0bf8cdb842 Remove ${SIZE} 2012-02-20 18:23:50 +00:00
matt
47c982a38d Add support for --combine with gcc. 2012-02-19 23:19:37 +00:00
mbalmer
b2d484f7cb Fix typos (in comments). 2012-02-17 12:08:12 +00:00
plunky
555be44f20 document config_detach_children(9) 2012-02-17 09:44:12 +00:00
yamt
b8736f67c5 sync with code
(remove const quals)
2012-02-17 08:22:47 +00:00
joerg
23782b5c2b Derive MANINSTALL from MKCATPAGES and MKHTML. 2012-02-17 00:00:02 +00:00
christos
110af54a7b use osrelease -k to avoid that the path is 6.0_BETA 2012-02-16 23:58:15 +00:00
yamt
dbf67aa479 fix a description of PMAP_PREFER argument. 2012-02-16 12:10:10 +00:00
plunky
18e80c41ff add aubtfwl.4 to the build 2012-02-14 17:35:11 +00:00
plunky
aa2a5e5e09 a manual page for aubtfwl(4), detailing where to find
a firmware file and where to put it
2012-02-14 17:34:21 +00:00
dholland
7da608ca9c Update dangling references to quotactl(2), mostly now libquota(3), and to
quotactl(8), mostly now quotarestore(8). ok riz@
2012-02-13 19:53:24 +00:00
njoly
3fc9fe7769 Small typo in macro (.xr -> .Xr). 2012-02-13 18:30:44 +00:00
wiz
7f2677a5a5 Bump date for previous. 2012-02-13 13:23:29 +00:00
njoly
5e9c51f65d Fix copyin/copyout sections in xrefs. 2012-02-13 13:01:39 +00:00
wiz
f85441243b Add locking description to some functions.
Add FILES section referencing source code.
From Julian Fagir in PR 45988.
2012-02-13 12:49:35 +00:00
dholland
62cfdf3316 Quota-related docs fixes:
- Remove old quotactl(2); replace with new __quotactl(2).
- Document quota_getrestrictions(3), the semantic restriction codes,
  and quota_quotaon/off(3).
- Update VFS_QUOTACTL(9), which was still describing the pre-proplib API.

Approved by releng for the freeze.
2012-02-13 01:24:00 +00:00
sborrill
2e2406e56c Address kern/36526. Note, contrary to the PR, ; command separator works as
documented in ddb(4)
Document ddb.commandonenter sysctl. Note, commandonenter is not available
as a variable:
db{0}> print $onpanic
       1
db{0}> print $commandonenter
Unknown variable
So document the sysctl elsewhere, not in the variables section.
2012-02-12 12:43:51 +00:00
riz
dd7b9d2970 Make English usage consistent with other manpages. From Snader_LB. 2012-02-10 23:47:49 +00:00
matt
47dd0a4489 Switch VAX to use GCC 4.5 and GDB 7.
Change VAX to use DBG=-O2 like most other ports.
2012-02-10 05:57:42 +00:00
riz
af51433848 Various English usage, spelling and markup fixes for envstat(4)-related
things, from Snader_LB.
2012-02-09 18:10:26 +00:00
wiz
8292e96d35 Bump date for previous, per mbalmer. 2012-02-08 09:32:47 +00:00
wiz
9f4d0385b5 xref rwlock instead of deprecated lockmgr.
From Julian Fagir in PR 45944.
2012-02-08 08:25:05 +00:00
joerg
6c39547510 Sync with reality for MKCATPAGES and MKMANDOC. 2012-02-07 22:58:49 +00:00
joerg
849ff56477 Switch to using mandoc for formatting man pages as new default.
Stop building catpages by default.
2012-02-07 19:33:19 +00:00
joerg
410d0f4380 Import the new apropos/whatis.
This code has been developed by Abhinav Upadhyay as part of Google's Summer
of Code 2011. It uses libmandoc to parse man pages and builds a Full
Text Index in a SQLite database. The combination of indexing the full
manual page, filtering out stop words and ranking individual matches
based on the section gives a much improved user experience.

The old makewhatis and friends are kept under MKMAKEMANDB=no for now.
2012-02-07 19:13:24 +00:00
wiz
0ecc00962c Restore missing word, remove trailing whitespace. 2012-02-01 09:37:29 +00:00
hauke
c4106ab9db Document added timecounter support to the CSI Hurdler Centronics
Parallel Interface cpi(4) driver.
2012-02-01 08:45:03 +00:00
wiz
71fcb57d88 Remove trailing whitespace.
New sentence, new line.
Remove Pp before Sh.
Sort sections.
Use more markup.
Remove unnecessary macro arguments.
2012-01-31 13:25:05 +00:00