Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-11-11 | Fix REPORT_PROBLEM_LOGFILE description. | Vadim Zhukov | |
okay espie@ | |||
2013-11-10 | Support 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-10 | zap trailing whitespace; | Jason McIntyre | |
2013-11-10 | clarify that \[uXXXX] wants uppercase hex digits | Ingo Schwarze | |
2013-11-08 | add ibm serveraid m1115 | Mike Belopuhov | |
2013-11-07 | Add the documentation related to the lzip change. | juanfra | |
ok espie@ sthen@ | |||
2013-11-06 | Add support for the RTS5229 card reader to rtsx(4). | Stefan Sperling | |
From Pedro Martelletto. | |||
2013-11-05 | no more iop/ioprbs; ok deraadt | Jason McIntyre | |
2013-11-05 | sync | Theo de Raadt | |
2013-11-05 | Mention the TX checksum offload support. | Brad Smith | |
2013-11-04 | remove iop(4) driver. it is entirely unmaintained and supports something | Theo de Raadt | |
which basically doesn't exist at all. reminded about it by brad | |||
2013-11-04 | Remove 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-02 | While answering a question asked by espie@, i noticed that .Fd is not | Ingo Schwarze | |
completely obsolete, but still somewhat useful for listing preprocessor directives, in particular in the SYNOPSIS. | |||
2013-11-02 | move 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-01 | sync | Jasper Lievisse Adriaanse | |
2013-11-01 | There is only one Germany nowadays. s/Germany, Fed. Rep. of/Germany/ | Alexander Bluhm | |
OK miod@ deraadt@ | |||
2013-11-01 | kill a.out reference. | Federico G. Schwindt | |
deraadt@ miod@ ok. | |||
2013-11-01 | s/£/GBP/ which several people pointed out in my previous diff (many were | Stuart Henderson | |
already present in the file so doing this as a separate commit). | |||
2013-11-01 | - update UK dialling codes from ofcom information | Stuart Henderson | |
- add 970 (Palestine) | |||
2013-10-31 | softraid(4) boot documentation tweaks from jsing@ | Stefan Sperling | |
2013-10-31 | oops, wrong MLINK | Theo de Raadt | |
2013-10-30 | task_systq got removed; | Jason McIntyre | |
2013-10-30 | deprecate taskq_systq() and replace it with extern struct taskq | David 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-29 | task_add tweaks; ok dlg | Jason McIntyre | |
2013-10-29 | wire task_add.9 in | David Gwynne | |
2013-10-29 | u_int -> unsigned int | David Gwynne | |
2013-10-29 | document the kernel task api | David Gwynne | |
2013-10-28 | Document softraid boot process for i386/amd64. | Stefan Sperling | |
Requested by Adam Thompson. suggestions and ok deraadt, earlier version ok jmc | |||
2013-10-28 | tedu FDDI documentation bits. | Martin Pieuchot | |
ok jmc@ | |||
2013-10-27 | remove chunks about options we do not have, and uncomment the ones we | Theo de Raadt | |
do have. | |||
2013-10-25 | Now 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-25 | tweak previous; | Jason McIntyre | |
2013-10-24 | Document the octrng(4) driver. | Paul Irofti | |
2013-10-22 | update config stanzas | Miod Vallat | |
2013-10-22 | typo in config stanza | Miod Vallat | |
2013-10-22 | Parse and ignore .hw (hyphenation points in words); this is safe because | Ingo 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-21 | update documentation for these functions. They now state the case regarding | Theo 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-20 | tedu noct(4). dmesglog shows no users of this device and the driver has | Mike Larkin | |
a bug that nobody (even the original author) knows how to fix. "kill with fire" deraadt@ | |||
2013-10-20 | Document 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-19 | fix obvious .An formatting errors | Ingo Schwarze | |
found while working on mandoc apropos | |||
2013-10-19 | Remove never enabled WSCONS_SUPPORT_PCVTFONTS code. | Miod Vallat | |
2013-10-19 | Remove more knowledge of a.out and stab information from the tree. | Theo de Raadt | |
ok miod | |||
2013-10-18 | tidy this page up a little; | Jason McIntyre | |
2013-10-18 | do not speak of rdsetroot | Theo de Raadt | |
2013-10-17 | no need for this, unlinked from the build for a while anyway; | Jason McIntyre | |
ok deraadt | |||
2013-10-16 | Add a manpage for ommmc(4). | Raphael Graf | |
Feedback and ok jmc@ | |||
2013-10-16 | Adapt to recent gnome MODULE change. | Antoine Jacoutot | |
2013-10-15 | We do not produce "core" files, so they do not need to be deleted. they | Theo de Raadt | |
have been *.core files for a very long time. That's a lot of unlink() calls saved. | |||
2013-10-15 | tweak previous; | Jason McIntyre | |
2013-10-15 | Remove BUGS section, it got fixed a few months ago. | Miod Vallat | |