summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Collapse)Author
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
2013-05-24for this type of page, where we list supported hardware, no need to relistJason McIntyre
them in SEE ALSO;
2013-05-23Some more text noone but jmc@ will ever readMiod Vallat
2013-05-23there is no vfs_shutdown(9) page;Jason McIntyre
2013-05-23BUFCACHEPERCENT has been set to 20 by default for a while now.Lawrence Teo
ok dcoppa deraadt jmc
2013-05-23.Xr mpe and ldpd for interested parties. ok deraadtTed Unangst
2013-05-22fix formatting here too; from ingoJason McIntyre
2013-05-20Wrap list of prototypes in a .nr nS 1/0 pair just like all the others. NoMark Kettenis
cluse what this is supposed to do, but it is consistent with what happens elsewhere in this man page and fixes the obvious formatting problems.
2013-05-19Switch mvme68k to MI wdsc(4) driver. Tested on MVME147.Miod Vallat
2013-05-18s/mvme88k/mvme68k/ in Dt;Jason McIntyre
2013-05-18low-hanging stuff borrowed from mvme88kMiod Vallat
2013-05-18One more manpage, after prodding from jmc@Miod Vallat
2013-05-18tweak previous;Jason McIntyre
2013-05-18More manpages. Fix configuration stanzas to match current GENERIC.Miod Vallat
2013-05-17more man page material for jmc@ to chew onMiod Vallat
2013-05-17i got SEE ALSO completely wrong ;(Jason McIntyre
sorry mpi!
2013-05-17Sync with reality.Martin Pieuchot
ok henning@, yasuoka@, jmc@
2013-05-17Link m_dup_pkthdr(9) to mbuf(9)Martin Pieuchot
ok blambert@, jmc@
2013-05-17sys/uvm_extern.h -> uvm/uvm_extern.hJonathan Gray
2013-05-16add Alfa AWUS036NHR, from Sigi Rudzio, pointed out by / ok jmcStuart Henderson
2013-05-15Edimax EW-7711USn works; from DaweJason McIntyre
2013-05-11remove some weird editing blip;Jason McIntyre
2013-05-11add a CAVEATS entry relating to trunk(4)'s handling of MTUs, ok jmc@Stuart Henderson
2013-05-09add [-m mode] to the SUBST_CMD example lineRobert Peichaer
ok espie@
2013-05-08document DISTFILES extended syntaxMarc Espie
split huge fetch description into separate paragraphs. revive fetch-all, which is still very much alive.
2013-05-06Document new MODPERL_ADJ_FILES and MODPERL_BIN_ADJ variables.Vadim Zhukov
Based on text from and okay sthen@
2013-05-05remove reference to amd64_get_ioperm noticed by jmcTed Unangst
2013-05-02Unify ioctl arguments and add missing pointer signs.Marcus Glocker
2013-04-30point people at pkg_checkMarc Espie
ok jmc@
2013-04-27- (mdoc.7) fix Xr to selfJason McIntyre
- double word fix
2013-04-25fix range for assigned ports managed by the IANA (see RFC 1700).Igor Sobrado
ok sthen@
2013-04-24wording tweak from jmcMatthew Dempsky
2013-04-24Add tstohz(9) as the timespec analog to tvtohz(9).Matthew Dempsky
ok miod
2013-04-21Add a files section to the sparc zs driver, pointing to theSebastian Reitenbach
tty devices OK miod@
2013-04-20tzdata2013c from ftp.iana.orgTodd C. Miller
2013-04-17Add new ioctl command USB_DEVICE_GET_DDESC to usb(4) to retrieve theMarcus Glocker
device descriptor. Help and ok mpi@