summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Collapse)Author
2016-05-28Mention 3165 device support in iwm(4) man page.Stefan Sperling
Patch by Imre Vadasz.
2016-05-28iwm(4) man page updates (new firmware version 16, 8260 device support)Stefan Sperling
2016-05-26mklocale(1) can handle C-style and shell-style comments natively,Todd C. Miller
no need for cpp here. From natano@
2016-05-26Zap the 'l' from ARFLAGS, totally useless these days.Vadim Zhukov
Found while comparing qmake specs of different *BSDs. okay deraadt@ and millert@
2016-05-25use a consistent naming for chipsets;Jason McIntyre
issue found by ross l richardson help/ok stsp
2016-05-24USB_DISCOVER and USB_GET_STRING_DESC are no more.Martin Pieuchot
ok deraadt@
2016-05-23VOP_REALLOCBLKS() and related code is unused since the removal ofMartin Natano
cluster_write(). ok beck zhuk
2016-05-19revert this part of my last commit: sthen points out that this textJason McIntyre
concerns sockets, and is still present;
2016-05-19no more v6only;Jason McIntyre
2016-05-18Document MODQT_LRELEASEJeremie Courreges-Anglas
ok sthen@ zhuk@
2016-05-18rename srp_finalize to srp_gc_finalizeDavid Gwynne
2016-05-18rework 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-17Deprecate PLIST_DB. Prefer PLIST_REPOSITORY (same semantics, except thatMarc Espie
ARCH gets appended automatically)
2016-05-16uncomment the Xr for fuse_main(3); from rayJason McIntyre
2016-05-16i seemingly commented out an Xr in SEE ALSO in -r1.9 - correctJason McIntyre
that now. from ray
2016-05-16pcfrtc(4)Mark Kettenis
2016-05-15make 'make clean' clean up the .ldadd file, in case LIBREBUILD was setPhilip Guenther
ok deraadt@
2016-05-14unhphenate the world: re-order -> reorderJason McIntyre
sthen does not object
2016-05-11remove 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-11crank to 6.0-betaTheo de Raadt
2016-05-10the bpf_mtap functions take const struct mbuf *s nowDavid Gwynne
2016-05-08spelling;Jason McIntyre
2016-05-07chvgpio(4)Mark Kettenis
2016-04-29Delete 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-28provide some examples.David Gwynne
encouragement and reminders from jmc@
2016-04-28Only one bpf device is required; pointed out by and ok jmcMartin Natano
2016-04-28Replace /dev/bpf[0-9] with /dev/bpf and /dev/bpf0. The /dev/bpf node isMartin 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-26unwanted .El;Jason McIntyre
2016-04-26Document recent rc.subr/rc.d changes.Antoine Jacoutot
ok sthen@ robert@
2016-04-26some minor cleanup;Jason McIntyre
2016-04-26We use MODPY_COMMENT, not MODPY_PYCOMMENT.Giannis Tsaraias
OK jasper@ danj@
2016-04-26provide 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-26add stub for font.port.mkJasper Lievisse Adriaanse
2016-04-26Match on RTS522A. Found in 2016 thinkpads.Jonathan Gray
Tested by Bryan Vyhmeister on x260.
2016-04-25regenTed Unangst
2016-04-25remove systraceTed Unangst
2016-04-24Remove mention of COMPAT_PCVT. Reminder by guenther@, thanks.Matthieu Herrb
2016-04-23remove errant Pp;Jason McIntyre
2016-04-23update this to reflect the current state of the driver.David Gwynne
while here remove a lot of cruft, namely stuff about how packets are laid out. i dislike documenting the ioctls instead of what to do with ifconfig. most people arent programming against devices, they just want to configure the things using the existing tools. oh well. an examples section would be welcome if someone can tell me what's useful. ok sthen@ jmc@
2016-04-21Remove some incorrect and outdated references to pool debugging from pool.hMike Larkin
and pool(9) manpage ok dlg
2016-04-18Update to tzdata2016d from from ftp.iana.org.Todd C. Miller
2016-04-17all archs support shared libs; from bob nw8lJason McIntyre
ok sthen
2016-04-17document text editors and use some Ar; from rob pierceJason McIntyre
2016-04-15remove ml_filter, mq_filter, niq_filter.David Gwynne
theyre currently unused, so no functional change.
2016-04-14nvme tweaks;Jason McIntyre
2016-04-14add nvme(4)David Gwynne
2016-04-14nvme(4) is a driverDavid Gwynne
2016-04-10Add octeon.Visa Hankala
2016-04-08bare .Nm gets turned into m_copym2, which is wrong when describing mbufs.David Gwynne
use explicit .Nm mbuf where appropriate. discussed with jmc@
2016-04-08tweak previous;Jason McIntyre