summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Collapse)Author
2014-02-04better history.David Gwynne
2014-02-04atomic.9 doesnt exist to Xr to now.David Gwynne
2014-02-04rename atomic.9 to atomic_setbits_int.9 since the former isn't a functionDavid Gwynne
you can call. discussed briefly with jmc@ who i might have misinterpreted.
2014-02-04fix Dt lines so they match the page name.David Gwynne
reminded by jmc@
2014-02-04Explain what can be used for passwords in install.conf: either plaintext,Stuart Henderson
or strings from encrypt(1), or 13 *'s to disable password login. Adjust the example so it shows a password for root, and a locked password with SSH key for the user. ok rpe@ halex@
2014-02-03rename the atomic_foo manpages to atomic_foo_int or _uint cos we name theseDavid Gwynne
after functions. for reasons. reminded by jmc@
2014-02-03rename membar.9 to membar_sync.9 because manpages have to be named afterDavid Gwynne
functions FOR REASONS. reminded by jmc@
2014-02-02Mention Brainboxes IS-200 board; Eric Huiban.Miod Vallat
2014-02-02add acpimcfg;Jason McIntyre
2014-02-02acpimcfg(4)Mark Kettenis
2014-01-30markus hennecke points out i had a trailing slash on a line thatDavid Gwynne
shouldnt have one
2014-01-30tweak previous;Jason McIntyre
2014-01-30add an MI api for atomic ops in the kernel. this api has its origins inDavid Gwynne
solaris, but we found it via netbsd. this provides an MI implementation by using gccs atomic builtins. if an arch wants to provide a better implementation it can simply provide the specific bit of the api it wants to replace as a macro. we're being conservative with this API and only providing it in the kernel, and only for uints, ulongs, and pointers. discussed at n2k14 and with hackers at length. ok kettenis@
2014-01-29document IPv6 TX checksum offload; ok brad@Christian Weisgerber
2014-01-28udav(4): add CoreChip RD9700 supportsasano
thanks for/ok by jmc@ and brad@.
2014-01-25PPP not PppTheo de Raadt
2014-01-25some processors were not listed in the PIE blockTheo de Raadt
2014-01-24Supplement the documentation of the .St macro by minimal commentaryIngo Schwarze
regarding the content and relationships of the various standards, and sort and group them. tweaks and ok guenther@, ok millert@ sobrado@ jmc@
2014-01-24From Areca, this also fully supports ARC-1264, ARC-1284 and the upcomingChris Cappuccio
ARC-1883
2014-01-24Man page update for Areca driver updateChris Cappuccio
Yes, the ARC-1212 and ARC-1222 are fully supported now (and tested)
2014-01-23remove some redundant info and basically sync with boot_amd64(8);Jason McIntyre
diff From: Daniel Dickman ok krw, via schwarze
2014-01-23missing word;Jason McIntyre
2014-01-23do not abuse Nm;Jason McIntyre
2014-01-23improve wording ("confusing mesh of hash functions" really?).Ted Unangst
note use of chacha cipher.
2014-01-23update and refine to reflect current status and best practices.Ted Unangst
2014-01-23on second thought, the instructions about copying libraries are alsoTed Unangst
hopelessly complicated, liable to break, and filled with dubiousness. just use pkg_add.
2014-01-23use pkg_add to install fedora_base, not portsTed Unangst
2014-01-23instructions for downloading slackware from ftp are comically out of date.Ted Unangst
2014-01-22fix .Xr usage; ok nicm@ jmc@Ingo Schwarze
2014-01-22add manpage for new ubcmtp driverjoshua stein
ok jmc@
2014-01-22tpms(4) was renamed to utpms(4)joshua stein
2014-01-22- add wakep_{n,one} to NAME and more fully into DESCRIPTIONJason McIntyre
- zap eol whitespace
2014-01-22Adjust man pages since RTA_GENMASK is going away (even though we keep theClaudio Jeker
defines for now they should not be documented). OK benno@ and agreed dlg@
2014-01-22Fix the ambigous text in afterboot. For a newbie, the text reallyjuanfra
said: "download the packages from a mirror and install these with pkg_add". Also add a mention to pkg.conf in pkg_add.1. Help and suggestions from jmc@ and sthen@. OK from both.
2014-01-22wakeup_n and wakeup_one blurbsTed Unangst
2014-01-21Document extent_alloc_subregion_with_descr(9).Mark Kettenis
2014-01-21allow pflow(4) to determine the src IP address based on the routeSebastian Benoit
table if flowsrc is not set. Now works with new udp checksum code. From Nathanael Rensen (nathanael.openbsd AT list DOT polymorpheus DOT com), tweak and ok florian@
2014-01-21Add virtio random driverStefan Fritsch
OK mikeb@ "seems fine" matthew@
2014-01-21do not abuse .Cd for userland stuff; use .In or .FdIngo Schwarze
2014-01-21fix typo: s/ ar / at /Ingo Schwarze
2014-01-21various small fixes to improve readability, mostly in the propolice section;Jason McIntyre
2014-01-21obvious .Pa fixes; found with mandocdb(8)Ingo Schwarze
2014-01-21Update the names of the DIOCXBEGIN ruleset types.Lawrence Teo
Also tweak the text a little bit to make it clear that this is the complete list of ruleset types. ok henning@ jmc@
2014-01-21Update gcc-local(1) with recent changes to the toolchain:Martynas Venckus
- i386 is now PIE - -Wbounded is enabled by default - -Wbounded recognizes new attribute __wcstring__ - -fstack-protector-strong is supported
2014-01-21document how any matches any non-loopback interface, ok bennoHenning Brauer
2014-01-20Fix the .Xr macros such that we get nice clickable links on the web.Ingo Schwarze
While here, fix the wording og the eqn(7) entry, too. OK jmc@.
2014-01-20fuse* -> fuse0 since it is a clonable device.Antoine Jacoutot
ok syl@
2014-01-20FORK_CLEANFILES is gone, but FORK_IDLE has been addedPhilip Guenther
Also, the stack parameter is now used by __tfork, so yes, it's tested now.
2014-01-20Obvious .Xr fixes, found while testing mandocdb(8).Ingo Schwarze
2014-01-20document !received-on, ok dlg bennoHenning Brauer