summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Collapse)Author
2013-11-11Fix REPORT_PROBLEM_LOGFILE description.Vadim Zhukov
okay espie@
2013-11-10Support the alternative syntax \C'uXXXX' for Unicode characters.Ingo Schwarze
It is already documented in the Heirloom troff manual, and groff handles it as well. Bug reported by Bjarni Ingi Gislason <bjarniig at rhi dot hi dot is> on <bug-groff at gnu dot org>. Well, admittedly, that bug was reported against groff, but mandoc was even more broken than groff with respect to this syntax...
2013-11-10zap trailing whitespace;Jason McIntyre
2013-11-10clarify that \[uXXXX] wants uppercase hex digitsIngo Schwarze
2013-11-08add ibm serveraid m1115Mike Belopuhov
2013-11-07Add the documentation related to the lzip change.juanfra
ok espie@ sthen@
2013-11-06Add support for the RTS5229 card reader to rtsx(4).Stefan Sperling
From Pedro Martelletto.
2013-11-05no more iop/ioprbs; ok deraadtJason McIntyre
2013-11-05syncTheo de Raadt
2013-11-05Mention the TX checksum offload support.Brad Smith
2013-11-04remove iop(4) driver. it is entirely unmaintained and supports somethingTheo de Raadt
which basically doesn't exist at all. reminded about it by brad
2013-11-04Remove pseudo-device fuse 'count' option from documentation.Stefan Sperling
The option doesn't exist anymore, FUSE devices have been made clonable. ok tedu
2013-11-02While answering a question asked by espie@, i noticed that .Fd is notIngo Schwarze
completely obsolete, but still somewhat useful for listing preprocessor directives, in particular in the SYNOPSIS.
2013-11-02move the global description of --export-symbols up to dlopen,Marc Espie
since that's where the problem usually gets noticed, add -rdynamic for gcc. okay matthew@
2013-11-01syncJasper Lievisse Adriaanse
2013-11-01There is only one Germany nowadays. s/Germany, Fed. Rep. of/Germany/Alexander Bluhm
OK miod@ deraadt@
2013-11-01kill a.out reference.Federico G. Schwindt
deraadt@ miod@ ok.
2013-11-01s/£/GBP/ which several people pointed out in my previous diff (many wereStuart Henderson
already present in the file so doing this as a separate commit).
2013-11-01- update UK dialling codes from ofcom informationStuart Henderson
- add 970 (Palestine)
2013-10-31softraid(4) boot documentation tweaks from jsing@Stefan Sperling
2013-10-31oops, wrong MLINKTheo de Raadt
2013-10-30task_systq got removed;Jason McIntyre
2013-10-30deprecate taskq_systq() and replace it with extern struct taskqDavid Gwynne
*const systq defined in task.h this reduces the cost of using the system taskq and looks less ugly. requested by and ok kettenis@
2013-10-29task_add tweaks; ok dlgJason McIntyre
2013-10-29wire task_add.9 inDavid Gwynne
2013-10-29u_int -> unsigned intDavid Gwynne
2013-10-29document the kernel task apiDavid Gwynne
2013-10-28Document softraid boot process for i386/amd64.Stefan Sperling
Requested by Adam Thompson. suggestions and ok deraadt, earlier version ok jmc
2013-10-28tedu FDDI documentation bits.Martin Pieuchot
ok jmc@
2013-10-27remove chunks about options we do not have, and uncomment the ones weTheo de Raadt
do have.
2013-10-25Now that the M_ICMP_CSUM_* flags are actually used in the kernel by PF,Lawrence Teo
document them in the mbuf(9) man page. OK henning@ jmc@
2013-10-25tweak previous;Jason McIntyre
2013-10-24Document the octrng(4) driver.Paul Irofti
2013-10-22update config stanzasMiod Vallat
2013-10-22typo in config stanzaMiod Vallat
2013-10-22Parse and ignore .hw (hyphenation points in words); this is safe becauseIngo Schwarze
we don't do hyphenation anyway, so there is no point in throwing an ERROR when encountering .hw. Real-world usage of the request found by naddy@ in sysutils/dwdiff(1).
2013-10-21update documentation for these functions. They now state the case regardingTheo de Raadt
pthreads and chroot, and safe initialization without /dev/random and such junk. If you are in control of an arc4random in another library, please look at these pages and get caught up. ok various
2013-10-20tedu noct(4). dmesglog shows no users of this device and the driver hasMike Larkin
a bug that nobody (even the original author) knows how to fix. "kill with fire" deraadt@
2013-10-20Document the ioctl commands of the new queueing system: DIOCADDQUEUE,Lawrence Teo
DIOCGETQUEUES, DIOCGETQUEUE, and DIOCGETQSTATS (the older version has been renamed to DIOCGETALTQSTATS). ok henning jmc
2013-10-19fix obvious .An formatting errorsIngo Schwarze
found while working on mandoc apropos
2013-10-19Remove never enabled WSCONS_SUPPORT_PCVTFONTS code.Miod Vallat
2013-10-19Remove more knowledge of a.out and stab information from the tree.Theo de Raadt
ok miod
2013-10-18tidy this page up a little;Jason McIntyre
2013-10-18do not speak of rdsetrootTheo de Raadt
2013-10-17no need for this, unlinked from the build for a while anyway;Jason McIntyre
ok deraadt
2013-10-16Add a manpage for ommmc(4).Raphael Graf
Feedback and ok jmc@
2013-10-16Adapt to recent gnome MODULE change.Antoine Jacoutot
2013-10-15We do not produce "core" files, so they do not need to be deleted. theyTheo de Raadt
have been *.core files for a very long time. That's a lot of unlink() calls saved.
2013-10-15tweak previous;Jason McIntyre
2013-10-15Remove BUGS section, it got fixed a few months ago.Miod Vallat