Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-06-13 | fec attaches to fdt now | Jonathan Gray | |
2016-06-11 | dynamically attach sxie(4) using the FDT | Jonathan Gray | |
2016-06-10 | update config lines for fdt | Jonathan Gray | |
2016-06-09 | In afterboot(8), replace le0 with em0. lo0 and le0 are too close with tiny font. | Stefan Sperling | |
ok jmc mpi kettenis deraadt | |||
2016-06-07 | etherip(4) was introduced in 5.9 as a clean alternative to gif(4)'s layer-2 | Stuart Henderson | |
mode that was enabled when it was added to a bridge(4). Update the manual pages to direct people towards using etherip(4) for this purpose. Reads fine to jmc@, ok mpi@. This code will be removed from gif(4) in the future. Switching should be as simple as renaming the config file (hostname.gifX -> hostname.etheripX), changing the interface name in hostname.bridgeX, and updating firewall rules etc. to match - I've tested this with etherip+bridge+isakmpd+ospf tunnels. | |||
2016-06-07 | tweak previous; | Jason McIntyre | |
2016-06-07 | document the new bits in the srp api | David Gwynne | |
2016-06-06 | Remove the section about generating DSA keys for webservers etc from the ssl(8) | Stuart Henderson | |
instructions. ok benno@ beck@ | |||
2016-06-04 | sort the hardware list (specifically the utvfu entry). i've also lowercased | Jason McIntyre | |
the A/V parts of Audio/Video; | |||
2016-06-04 | more accurate Nd; and Xr from usb.4 | Theo de Raadt | |
2016-06-03 | sort SEE ALSO; | Jason McIntyre | |
2016-06-03 | Initial man page for utvfu(4). | Marcus Glocker | |
From Patrick Keshishian | |||
2016-06-03 | imxenet -> fec; | Jason McIntyre | |
2016-06-03 | rename imxenet to fec | Jonathan Gray | |
ok patrick@ kettenis@ | |||
2016-06-01 | Spews.org is long dead and already removed from the sample config file; | Stuart Henderson | |
remove it from the manual too and replace with nixspam. From Sevan Janiyan. | |||
2016-05-30 | Fix sequence for the mmap(2) method. | Marcus Glocker | |
ok jmc | |||
2016-05-28 | Mention 3165 device support in iwm(4) man page. | Stefan Sperling | |
Patch by Imre Vadasz. | |||
2016-05-28 | iwm(4) man page updates (new firmware version 16, 8260 device support) | Stefan Sperling | |
2016-05-26 | mklocale(1) can handle C-style and shell-style comments natively, | Todd C. Miller | |
no need for cpp here. From natano@ | |||
2016-05-26 | Zap the 'l' from ARFLAGS, totally useless these days. | Vadim Zhukov | |
Found while comparing qmake specs of different *BSDs. okay deraadt@ and millert@ | |||
2016-05-25 | use a consistent naming for chipsets; | Jason McIntyre | |
issue found by ross l richardson help/ok stsp | |||
2016-05-24 | USB_DISCOVER and USB_GET_STRING_DESC are no more. | Martin Pieuchot | |
ok deraadt@ | |||
2016-05-23 | VOP_REALLOCBLKS() and related code is unused since the removal of | Martin Natano | |
cluster_write(). ok beck zhuk | |||
2016-05-19 | revert this part of my last commit: sthen points out that this text | Jason McIntyre | |
concerns sockets, and is still present; | |||
2016-05-19 | no more v6only; | Jason McIntyre | |
2016-05-18 | Document MODQT_LRELEASE | Jeremie Courreges-Anglas | |
ok sthen@ zhuk@ | |||
2016-05-18 | rename srp_finalize to srp_gc_finalize | David Gwynne | |
2016-05-18 | rework the srp api so it takes an srp_ref struct that the caller provides. | David Gwynne | |
the srp_ref struct is used to track the location of the callers hazard pointer so later calls to srp_follow and srp_enter already know what to clear. this in turn means most of the caveats around using srps go away. specifically, you can now: - switch cpus while holding an srp ref - ie, you can sleep while holding an srp ref - you can take and release srp refs in any order the original intent was to simplify use of the api when dealing with complicated data structures. the caller now no longer has to track the location of the srp a value was fetched from, the srp_ref effectively does that for you. srp lists have been refactored to use srp_refs instead of srpl_iter structs. this is in preparation of using srps inside the ART code. ART is a complicated data structure, and lookups require overlapping holds of srp references. ok mpi@ jmatthew@ | |||
2016-05-17 | Deprecate PLIST_DB. Prefer PLIST_REPOSITORY (same semantics, except that | Marc Espie | |
ARCH gets appended automatically) | |||
2016-05-16 | uncomment the Xr for fuse_main(3); from ray | Jason McIntyre | |
2016-05-16 | i seemingly commented out an Xr in SEE ALSO in -r1.9 - correct | Jason McIntyre | |
that now. from ray | |||
2016-05-16 | pcfrtc(4) | Mark Kettenis | |
2016-05-15 | make 'make clean' clean up the .ldadd file, in case LIBREBUILD was set | Philip Guenther | |
ok deraadt@ | |||
2016-05-14 | unhphenate the world: re-order -> reorder | Jason McIntyre | |
sthen does not object | |||
2016-05-11 | remove hppa64 port, which we never got going beyond broken single users. | Theo de Raadt | |
hppa reverse-stack gives us a valuable test case, but most developers don't have a 2nd one to proceed further with this. ok kettenis | |||
2016-05-11 | crank to 6.0-beta | Theo de Raadt | |
2016-05-10 | the bpf_mtap functions take const struct mbuf *s now | David Gwynne | |
2016-05-08 | spelling; | Jason McIntyre | |
2016-05-07 | chvgpio(4) | Mark Kettenis | |
2016-04-29 | Delete invocation of mailq(1) that was present for historical reasons. | Ingo Schwarze | |
On a real mailserver, it's too noisy and may be a privacy concern. On a machine that's not a mailserver, it's pointless. Besides, Theo points out that running subsystems that potentially parse untrusted user data daily, at a predictable time, as root is not a very good idea in the first place. Suggested by millert@; gilles@ matthieu@ deraadt@ sthen@ agree | |||
2016-04-28 | provide some examples. | David Gwynne | |
encouragement and reminders from jmc@ | |||
2016-04-28 | Only one bpf device is required; pointed out by and ok jmc | Martin Natano | |
2016-04-28 | Replace /dev/bpf[0-9] with /dev/bpf and /dev/bpf0. The /dev/bpf node is | Martin Natano | |
unused for now, but I plan to convert all programs in base to use it in a future diff. /dev/bpf0 is for compatibility with existing binaries and is to be removed after a transition period. ok rpe krw, for the installer part "Let's see it hit the tree." deraadt | |||
2016-04-26 | unwanted .El; | Jason McIntyre | |
2016-04-26 | Document recent rc.subr/rc.d changes. | Antoine Jacoutot | |
ok sthen@ robert@ | |||
2016-04-26 | some minor cleanup; | Jason McIntyre | |
2016-04-26 | We use MODPY_COMMENT, not MODPY_PYCOMMENT. | Giannis Tsaraias | |
OK jasper@ danj@ | |||
2016-04-26 | provide support for a library setting LIBREBUILD, in which case a ar(1) | Theo de Raadt | |
file is created of all the subsidiary .so files | |||
2016-04-26 | add stub for font.port.mk | Jasper Lievisse Adriaanse | |
2016-04-26 | Match on RTS522A. Found in 2016 thinkpads. | Jonathan Gray | |
Tested by Bryan Vyhmeister on x260. |