summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Collapse)Author
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
2013-10-15steal manpages from mvme88kMiod Vallat
2013-10-15Document MODGNOME_MIME_FILE and MODGNOME_DESKTOP_FILE.Antoine Jacoutot
Make the x11/gnome MODULE description a bit easier to read.
2013-10-15Driver for the AIC-6250 SCSI controller found on AViiON models 100, 200, 300,Miod Vallat
400 and 4300. Limited to PIO mode only for now, until the DMA controller is tamed. Heavily based upon the MI aic(4) driver.
2013-10-14Add vxlan.4Reyk Floeter
2013-10-14Parse and ignore the .fam (font family) request.Ingo Schwarze
Fixes irunner(1) in devel/ipython and uim-xim(1) in inputmethods/uim. Thanks to naddy@ for bringing these to my attention.
2013-10-13Make it possible to build to reduced version of a library, includingPhilip Guenther
just specific objects that are compiled with additional options to reduce their size. For use by distrib/ and crunchgen. style and naming assistance from espie@
2013-10-13tweak previous;Jason McIntyre
2013-10-13Set the default MTU to full 1500 bytes. We do not want to encourageReyk Floeter
running vxlan(4) with a lowered MTU of just 1450 bytes instead of bumping the MTU of the transport interfaces to at least 1550 or preferrably 1600 bytes.
2013-10-13Import vxlan(4), the virtual extensible local area network tunnelReyk Floeter
interface. VXLAN is a UDP-based tunnelling protocol for overlaying virtualized layer 2 networks over layer 3 networks. The implementation is based on draft-mahalingam-dutt-dcops-vxlan-04 and has been tested with other implementations in the wild. put it in deraadt@
2013-10-12i. e. -> i.e.Jason McIntyre
2013-10-12explicitely->explicitlyStuart Henderson
2013-10-12document new queueing. with lots of help from jmc. glanced over by many,Henning Brauer
ok phessler sthen
2013-10-11reference vmwpvs.David Gwynne
jmc pointed out i missed this
2013-10-08basic manpage for a basic driverDavid Gwynne
2013-10-08Reference mi_syscall() and mi_syscall_return() and syscall_mi.hPhilip Guenther
Update userret() arguments
2013-10-07+axenJason McIntyre