Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2013-10-15 | steal manpages from mvme88k | Miod Vallat | |
2013-10-15 | Document MODGNOME_MIME_FILE and MODGNOME_DESKTOP_FILE. | Antoine Jacoutot | |
Make the x11/gnome MODULE description a bit easier to read. | |||
2013-10-15 | Driver 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-14 | Add vxlan.4 | Reyk Floeter | |
2013-10-14 | Parse 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-13 | Make it possible to build to reduced version of a library, including | Philip 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-13 | tweak previous; | Jason McIntyre | |
2013-10-13 | Set the default MTU to full 1500 bytes. We do not want to encourage | Reyk 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-13 | Import vxlan(4), the virtual extensible local area network tunnel | Reyk 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-12 | i. e. -> i.e. | Jason McIntyre | |
2013-10-12 | explicitely->explicitly | Stuart Henderson | |
2013-10-12 | document new queueing. with lots of help from jmc. glanced over by many, | Henning Brauer | |
ok phessler sthen | |||
2013-10-11 | reference vmwpvs. | David Gwynne | |
jmc pointed out i missed this | |||
2013-10-08 | basic manpage for a basic driver | David Gwynne | |
2013-10-08 | Reference mi_syscall() and mi_syscall_return() and syscall_mi.h | Philip Guenther | |
Update userret() arguments | |||
2013-10-07 | +axen | Jason McIntyre | |