Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-04 | better history. | David Gwynne | |
2014-02-04 | atomic.9 doesnt exist to Xr to now. | David Gwynne | |
2014-02-04 | rename atomic.9 to atomic_setbits_int.9 since the former isn't a function | David Gwynne | |
you can call. discussed briefly with jmc@ who i might have misinterpreted. | |||
2014-02-04 | fix Dt lines so they match the page name. | David Gwynne | |
reminded by jmc@ | |||
2014-02-04 | Explain 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-03 | rename the atomic_foo manpages to atomic_foo_int or _uint cos we name these | David Gwynne | |
after functions. for reasons. reminded by jmc@ | |||
2014-02-03 | rename membar.9 to membar_sync.9 because manpages have to be named after | David Gwynne | |
functions FOR REASONS. reminded by jmc@ | |||
2014-02-02 | Mention Brainboxes IS-200 board; Eric Huiban. | Miod Vallat | |
2014-02-02 | add acpimcfg; | Jason McIntyre | |
2014-02-02 | acpimcfg(4) | Mark Kettenis | |
2014-01-30 | markus hennecke points out i had a trailing slash on a line that | David Gwynne | |
shouldnt have one | |||
2014-01-30 | tweak previous; | Jason McIntyre | |
2014-01-30 | add an MI api for atomic ops in the kernel. this api has its origins in | David 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-29 | document IPv6 TX checksum offload; ok brad@ | Christian Weisgerber | |
2014-01-28 | udav(4): add CoreChip RD9700 support | sasano | |
thanks for/ok by jmc@ and brad@. | |||
2014-01-25 | PPP not Ppp | Theo de Raadt | |
2014-01-25 | some processors were not listed in the PIE block | Theo de Raadt | |
2014-01-24 | Supplement the documentation of the .St macro by minimal commentary | Ingo 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-24 | From Areca, this also fully supports ARC-1264, ARC-1284 and the upcoming | Chris Cappuccio | |
ARC-1883 | |||
2014-01-24 | Man page update for Areca driver update | Chris Cappuccio | |
Yes, the ARC-1212 and ARC-1222 are fully supported now (and tested) | |||
2014-01-23 | remove some redundant info and basically sync with boot_amd64(8); | Jason McIntyre | |
diff From: Daniel Dickman ok krw, via schwarze | |||
2014-01-23 | missing word; | Jason McIntyre | |
2014-01-23 | do not abuse Nm; | Jason McIntyre | |
2014-01-23 | improve wording ("confusing mesh of hash functions" really?). | Ted Unangst | |
note use of chacha cipher. | |||
2014-01-23 | update and refine to reflect current status and best practices. | Ted Unangst | |
2014-01-23 | on second thought, the instructions about copying libraries are also | Ted Unangst | |
hopelessly complicated, liable to break, and filled with dubiousness. just use pkg_add. | |||
2014-01-23 | use pkg_add to install fedora_base, not ports | Ted Unangst | |
2014-01-23 | instructions for downloading slackware from ftp are comically out of date. | Ted Unangst | |
2014-01-22 | fix .Xr usage; ok nicm@ jmc@ | Ingo Schwarze | |
2014-01-22 | add manpage for new ubcmtp driver | joshua stein | |
ok jmc@ | |||
2014-01-22 | tpms(4) was renamed to utpms(4) | joshua stein | |
2014-01-22 | - add wakep_{n,one} to NAME and more fully into DESCRIPTION | Jason McIntyre | |
- zap eol whitespace | |||
2014-01-22 | Adjust man pages since RTA_GENMASK is going away (even though we keep the | Claudio Jeker | |
defines for now they should not be documented). OK benno@ and agreed dlg@ | |||
2014-01-22 | Fix the ambigous text in afterboot. For a newbie, the text really | juanfra | |
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-22 | wakeup_n and wakeup_one blurbs | Ted Unangst | |
2014-01-21 | Document extent_alloc_subregion_with_descr(9). | Mark Kettenis | |
2014-01-21 | allow pflow(4) to determine the src IP address based on the route | Sebastian 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-21 | Add virtio random driver | Stefan Fritsch | |
OK mikeb@ "seems fine" matthew@ | |||
2014-01-21 | do not abuse .Cd for userland stuff; use .In or .Fd | Ingo Schwarze | |
2014-01-21 | fix typo: s/ ar / at / | Ingo Schwarze | |
2014-01-21 | various small fixes to improve readability, mostly in the propolice section; | Jason McIntyre | |
2014-01-21 | obvious .Pa fixes; found with mandocdb(8) | Ingo Schwarze | |
2014-01-21 | Update 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-21 | Update 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-21 | document how any matches any non-loopback interface, ok benno | Henning Brauer | |
2014-01-20 | Fix 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-20 | fuse* -> fuse0 since it is a clonable device. | Antoine Jacoutot | |
ok syl@ | |||
2014-01-20 | FORK_CLEANFILES is gone, but FORK_IDLE has been added | Philip Guenther | |
Also, the stack parameter is now used by __tfork, so yes, it's tested now. | |||
2014-01-20 | Obvious .Xr fixes, found while testing mandocdb(8). | Ingo Schwarze | |
2014-01-20 | document !received-on, ok dlg benno | Henning Brauer | |