summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Collapse)Author
2013-12-09basic documentation for MUTEX_INITIALIZER.David Gwynne
2013-12-09document the global systq.David Gwynne
2013-12-06add ASUS WL-167G V3 to the list of adapters known to workKirill Bychkov
ok jmc@
2013-12-05no more libcompat;Jason McIntyre
2013-12-04express final disapproval of the interfaces in libcompat, such asTheo de Raadt
them ftime(), gtty(), stty(), re_comp(), cuserid() and others. Discussion and ongoing work to fix the ports tree from many, especially naddy. ok naddy [There is a bit more cleanup possible after that, but this is considered the current safe step]
2013-12-04remove reference to non-existent krb5(3). i don;t see any obvious placeJason McIntyre
to point folks to, so removing it until such time as i find one.
2013-12-02Document new DISTFILES extensionMarc Espie
Document show-prepare-test-result
2013-11-30add libfuse; ok jmc@Pascal Stumpf
2013-11-28add fb_queue and fb_delete to NAME, so man -k picks them up;Jason McIntyre
2013-11-28update fb_setup(9) to follow changes that occurs in struct fusebuf fewSylvestre Gallon
month ago. Add also a few words about fb_delete(9). ok jmc@
2013-11-27document better how priorities work, and fix an example;Jason McIntyre
diff originally from timo myyra, but tweaked according to henning (equal prio packets are fifo, not round-robin); ok henning
2013-11-27M_AUTH_AH got removed in 2012, no reason to document it.Martin Pieuchot
2013-11-27make timeout_add and its wrappers return whether the timeout was scheduledDavid Gwynne
in this call by returning 1, or a previous call by returning 0. this makes it easy to refcount the stuff we're scheduling a timeout for, and brings the api in line with what task_add(9) provides. ok mpi@ matthew@ mikeb@ guenther@
2013-11-26mirror-maker has gone, replace the entry talking about this with an Xr toStuart Henderson
mirroring-ports(7). ok espie@ jmc@
2013-11-26In release(8), defer discussion of ports/package building to ports(7),Stuart Henderson
which has more complete information (e.g. about DPB). ok espie@ jmc@
2013-11-25replace an Ed mistakenly removed in -r1.186;Jason McIntyre
2013-11-25Remove VMEM_WARNING, reminded by espie@Stuart Henderson
2013-11-25miod@ increased the datasize of VAX from 40MB to 128MB. Now VAX canjuanfra
use .xz files with big dictionaries like the other platforms. ok brad@ sthen@
2013-11-24add missing " from a commented-out .Nd line; doesn't affect mandoc output,Stuart Henderson
but it was causing incorrect output from "man -k".
2013-11-22remove unused goo, okay guenther@Marc Espie
2013-11-20Add omgpio(4) manpage.Raphael Graf
Help and ok jmc@, syl@
2013-11-18simplify kthread_create(). no more stdargTheo de Raadt
ok matthew guenther mikeb
2013-11-18+uglTheo de Raadt
2013-11-17+ugl.4;Jason McIntyre
2013-11-17Added dev/usb/if_ugl.c, a driver for Genesys Logic GL620USB-Asasano
USB host-to-host link cable. This driver is derived from upl(4).
2013-11-17correct some iodata strings and add ETX-US2Jonathan Gray
from ISIHARA Takanori
2013-11-17The struct rt_metrics has changed, update documentation in route(4).Alexander Bluhm
While there, add some missing constants. OK claudio@
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@