Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-09-06 | add support for the Realtek RTS525A | Joshua Stein | |
ok stsp | |||
2017-09-05 | bring mi_switch() manpage up to date | Jonathan Matthew | |
ok mpi@ guenther@ | |||
2017-09-03 | fix grammar; while here, improve spacing. | Igor Sobrado | |
ok schwarze@ | |||
2017-09-03 | update entry for rtwn; | Jason McIntyre | |
2017-09-03 | Document rtwn(4) RTL8192CE support. | Stefan Sperling | |
2017-09-01 | tweak previous; | Jason McIntyre | |
2017-09-01 | Reflect so{g,s}etopt() changes. | Martin Pieuchot | |
2017-08-29 | tweak previous; | Jason McIntyre | |
2017-08-29 | Sync struct declarations with net/pfvar.h | Lawrence Teo | |
ok deraadt@ jmc@ sashan@ | |||
2017-08-28 | Add urng(4) which supports various USB RNG devices. Instead of adding one | Jasper Lievisse Adriaanse | |
driver per device, start bundling them into a single driver. urng(4) supports the device currently supported by ualea(4) and adds support for the Altusmetrum ChaosKey 1.0, by abieber@ This was tested by abieber@ with a ChaosKey and Sean Levy with an Alea II ok abieber@ deraadt@ naddy@ | |||
2017-08-25 | Document the limitations of divert-packet in divert(4) so that they | Alexander Bluhm | |
can be addressed. input jmc@ benno@ mortimer@ | |||
2017-08-25 | tweak previous; | Jason McIntyre | |
2017-08-25 | rktemp(4) | Mark Kettenis | |
2017-08-22 | explain new new COMPILER | Marc Espie | |
2017-08-22 | add amdisplay.4 to armv7 man Makefile list | ians | |
ok deraadt@ | |||
2017-08-22 | Add some buffercache docs | Stefan Fritsch | |
* add clarifications and bread_cluster() buffercache(9) * add some comments to vfs_bio.c ok tedu@ | |||
2017-08-21 | Document the newly introduced RI_ROTATE_CCW flag. | Frederic Cambus | |
OK kettenis@ | |||
2017-08-20 | crank to 6.2-beta | Theo de Raadt | |
2017-08-18 | change email address in licenses to ians@openbsd.org | ians | |
2017-08-16 | tweak previous; ok ians | Jason McIntyre | |
2017-08-14 | Add the amdisplay(4) and nxphdmi(4) drivers. | ians | |
ok kettenis@ patrick@ | |||
2017-08-14 | sort SEE ALSO; | Jason McIntyre | |
2017-08-14 | Restore "print" in ddb; add "pp[rint]" for pretty-printing | Uwe Stuehler | |
Changing the "print" command to use db_ctf_pprint_cmd() broke all documented uses and "examine" does not allow printing variables, or individual registers. For now it is better to leave the "print" command intact, and in sync with the ddb(4) man page, but we still want "pp[rint]" to replace the "print" command when it works better. ok mpi@ | |||
2017-08-14 | tweak previous; | Jason McIntyre | |
2017-08-13 | New flag PR_RWLOCK for pool_init(9) makes the pool use rwlocks instead | Philip Guenther | |
of mutexes. Use this immediately for the pool_cache futex pools. Mostly worked out with dlg@ during e2k17 ok mpi@ tedu@ | |||
2017-08-13 | Bring the dhclient(8) related text into | Kenneth R Westerback | |
line with reality. More polishing sure to follow. ok beck@ | |||
2017-08-12 | Add rw_assert_anylock(), for assering you have it either read or write locked | Philip Guenther | |
ok tedu@ mpi@ | |||
2017-08-12 | Let DFLAGS been added to by the per-directory Makefile | Philip Guenther | |
ok espie@ | |||
2017-08-11 | Mention that some packages and ports don't work without the wxallowed | Ingo Schwarze | |
mount(8) option on /usr/local and /usr/ports/pobj. Triggered by a question from Diana Eichert <deichert at wrench dot com>. OK danj@, and no opposition when shown on ports@. | |||
2017-08-11 | Typo fix. | rob | |
Ok benno@, tb@, tj@, jmc@, schwarze@, phessler@ | |||
2017-08-11 | remove libobjc; | Jason McIntyre | |
2017-08-09 | switch the order of substitutions for syspatch object file order to avoid | Robert Nagy | |
deleting ../ in the path | |||
2017-08-08 | Mention supported Aten UC232A adapter. | anton | |
ok deraadt@ jca@ jmc@ | |||
2017-08-06 | add ASIX AX99100 description | SASANO Takayoshi | |
ok by jmc@ | |||
2017-08-06 | Xr octeon interrupt controller drivers. | Visa Hankala | |
2017-08-05 | Add Warsaw Modlin airport (WMI), did a couple of round trips from there | Frederic Cambus | |
during Fall and Winter. | |||
2017-08-04 | Add dwmmc(4) and update dwge(4). | Mark Kettenis | |
2017-08-03 | Since nearly 20 years the correct spelling of | Florian Obser | |
ICMP6_DST_UNREACH_NOTNEIGHBOR is ICMP6_DST_UNREACH_BEYONDSCOPE (RFC 1885 was obsoleted). sthen grepped the ports sources to make sure nothing uses it. OK millert, jca | |||
2017-08-02 | List D-Link DWA-130 rev F1 as a supported run(4) device. | Stefan Sperling | |
Patch by Jacqueline Jolicoeur ok deraadt | |||
2017-08-01 | man octxctl(4) | Visa Hankala | |
2017-07-30 | man octcit(4) | Visa Hankala | |
2017-07-29 | Document that builtins for certain malloc(3)-like and free(3)-like | Mark Kettenis | |
functions are disabled. | |||
2017-07-29 | Document that -Waddress-of-packed-member is disabled by default. | Mark Kettenis | |
2017-07-28 | man octsctl(4) | Visa Hankala | |
2017-07-27 | The -d flag prevents redirection of stdout (not stdin) and stderr | Theo Buehler | |
to /dev/null. noticed by Matthew <chohag () jtan ! com> | |||
2017-07-26 | switch the default compiler on amd64 and i386 to clang, | Robert Nagy | |
but keep gcc4 in the build for these as well ok deraadt@ | |||
2017-07-25 | convert one more -Os -> -Oz | Theo de Raadt | |
2017-07-25 | change -Os to -Oz all around the tree | Robert Nagy | |
clang optimizes better for size with -Oz so use that as a default to avoid overflowing the ramdisk floppies. gcc now accepts -Oz as an alias for -Os. ok kettenis@ | |||
2017-07-24 | add pcxrtc; | Jason McIntyre | |
2017-07-24 | pcxrtc(4) | Mark Kettenis | |