summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Collapse)Author
2013-06-19explain the redirection mechanism for do-build, as used by ruby andMarc Espie
(shortly) other ports.
2013-06-19refer to dpb for bulk fetchMarc Espie
2013-06-19point users to dpb for big fetchMarc Espie
2013-06-17Add .St values for POSIX 1003.1d, 1003.1j, and 1003.1qPhilip Guenther
Tweak descriptions of the other POSIX 1003.1<letter> standards Sort a few others into their proper places Discussed with schwarze@ at t2k13
2013-06-17tweak previous: trim trailing whitespaceIngo Schwarze
2013-06-15regenAlexander Hall
2013-06-14introduce REGRESS_FAIL_EARLY to stop regression tests at firstAlexander Hall
encountered failure ok phessler@ bluhm@
2013-06-12some simple initial fixes; this file still needs read properlyJason McIntyre
2013-06-12sort SEE ALSO;Jason McIntyre
2013-06-11split "filesystem" and "mountpoints" as "file system" and "mount points",Igor Sobrado
respectively.
2013-06-11fix argument to document title (.Dt) macro in the manual page prologue.Igor Sobrado
ok jmc@
2013-06-11fix gratuitous uppercasing in document description (.Nd) macro andIgor Sobrado
manual page body. ok jmc@
2013-06-11final removal of daddr64_t. daddr_t has been 64 bit for a long enoughTheo de Raadt
test period; i think 3 years ago the last bugs fell out. ok otto beck others
2013-06-11Fix model numbers in axe(4) text; from Michal Markowski, tweaked by me, ok jmc.Stuart Henderson
2013-06-11return ENOBUFS on failure from m_defrag and m_tag_copy_chain.David Gwynne
m_foo functions that return errors are now consistent as far as i can tell. ok bluhm@
2013-06-10Jiri B pointed out that /var/cache is undocumented;Jason McIntyre
sthen provided the description
2013-06-08Add CTASSERT macro, for compile time assertionsStefan Fritsch
ok kettenis@
2013-06-06tweak previous;Jason McIntyre
2013-06-06Document the cpsw driver. Feedback from many.Brandon Mercer
OK jsg@
2013-06-05\-1;Jason McIntyre
2013-06-05use fancy .In macros for includes. from Jan Klemkow. ok jmc schwarzeTed Unangst
2013-06-05m_defrag(9) wasnt documented.David Gwynne
2013-06-04Support for the SS10/SS20 NVSIMM as block devices; tested by nick@Miod Vallat
2013-06-04Replace old-fashioned .Fd by new-fangled .In for #include lines.Ingo Schwarze
Diff from Jan Klemkow <j dot klemkow at wemelug dot de> on tech@. No objection from jmc@ against this type of change.
2013-06-04fusebufsize updateTed Unangst
2013-06-03rewordingTed Unangst
2013-06-03tweaksTed Unangst
2013-06-03fix some wording, first noticed by jmcTed Unangst
2013-06-03regenTed Unangst
2013-06-035.4 is the magic numberTed Unangst
2013-06-03rcsidsTed Unangst
2013-06-03add two more fuse filesTed Unangst
2013-06-03userland fuse support, but not attaching libfuse yet. ok beck deraadtTed Unangst
from Sylvestre Gallon ccna.syl gmail.com
2013-06-03Put list of character sets supported by LC_CTYPE into a separateStefan Sperling
Makefile snippet so it can be included elsewhere in the tree. ok bluhm espie
2013-06-02Ted missed a few percent signs in diagnostic messages;Ingo Schwarze
"just fix them" tedu@ Two of the affected messages are actually a bit different in the source code, so fix that too.
2013-06-02remove some of the obvious lies. this man page is a real piece of work.Ted Unangst
2013-06-02first stab are replacing format strings in MD pagesTed Unangst
2013-06-02remove obsolete note about D3 power state. this diagnostic is not presentTed Unangst
in any of these drivers
2013-06-02change format strings in error messages to reasonable values more likelyTed Unangst
to be understood by people who don't program in C. ok everyone
2013-06-02improve the divert-* description a bit moreSebastian Benoit
ok lteo & jmc
2013-06-01Change the naming scheme used for directories in /usr/share/locale toStefan Sperling
eliminate redundant copies of LC_CTYPE files. Instead of names using "language_territory.codeset" permutations, use just the codeset component to name directories storing LC_CTYPE files. Suggested by bluhm@ while discussing the idea of using symlinks in /usr/share/locale like FreeBSD does. Future locale features which store language and/or territory specific data can name directories after language or territory names.
2013-06-01Document my divert(4) changes done in April 2013, where reinjectedLawrence Teo
packets will now go through basic sanity checks and will have their IPv4 and protocol checksums (TCP, UDP, ICMP, and ICMPv6) recalculated. Also clarify that divert(4) relates to the PF divert-packet parameter, not divert-to (prodded by beck@, also suggested by benno@ and reyk@). ok benno jmc
2013-06-01update HISTORY;Jason McIntyre
2013-06-01tpms -> utpms;Jason McIntyre
ok martin
2013-06-01Make pfioc_natlook and pfr_addr match net/pfvar.hLawrence Teo
ok benno henning jmc
2013-06-01tpms -> utpms;Jason McIntyre
2013-05-31Add a manpage for the newly added vmx(4) driver.Reyk Floeter
2013-05-31lookup() and relookup() have 'vfs_' prefixPhilip Guenther
Document NDINITAT(), STRIPSLASHES, and ni_dirfd Tweak some other markup to appear more consistent ok matthew@ schwarze@ jmc@
2013-05-31Rename tpms(4), the driver for Apple USB touchpads, to utpms(4) and moveMartin Pieuchot
it to dev/usb because it could be used on intel based mac laptops. Discussed with jcs@, ok deraadt@
2013-05-30correct some liesTed Unangst