summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Collapse)Author
2018-10-29Revert previous (for now).Antoine Jacoutot
semarie found a few regressions with daemon that will fail if cwd is not accessible.
2018-10-27Update to tzdata2018g from ftp.iana.orgTodd C. Miller
2018-10-26Update for default ruby version switch from 2.4 to 2.5.Jeremy Evans
2018-10-25tweak description to conform to reality.Marc Espie
2018-10-25add target fix-permissionssolene
enhance PORTS_PRIVSEP documentation ok espie@
2018-10-22Update to tzdata2018f from ftp.iana.orgTodd C. Miller
2018-10-22Switch amd64 to use lld as the default linker.Christian Weisgerber
ok kettenis@ deraadt@
2018-10-20Drop unneeded (void *) casts from getsockopt(2)/setsockopt(2) example code.cheloha
ok schwarze@ guenther@ kn@
2018-10-18Ensure that the install media are built with a consistent set ofChristian Weisgerber
compiler flags. Pass DIST_CFLAGS from the crunchgen-generated .mk file. Compile the install media with -fno-unwind-tables to avoid emitting .eh_frame sections. This saves substantial space on amd64. with/ok kettenis@
2018-10-17- add an example to date(1) showing how to convert between timezonesJason McIntyre
- update the description of TZ in date(1) - mention some relevant info to avoid sending the reader to another page and, when they have to refer to another page, send them to tzset(3) rather than environ(7) - update the timezone name used in environ(7), as advised by millert ok millert
2018-10-17zap extra Pp;Jason McIntyre
2018-10-17escape the word "No" as this is also a macro;Jason McIntyre
2018-10-16document FETCH_PACKAGES as wellMarc Espie
2018-10-16document tweak to FETCH_PACKAGESMarc Espie
2018-10-16Change the way we call su(1) in rcexec:Antoine Jacoutot
- drop `-'l' to prevent simulating a full login and running /root/.profile (prodded by a mail from J Greely) - use `-m' to preserve the environment because we now set HOME to "/" like /etc/rc does; note that we now also clear the environment using `env -i' before running su(1) which leaves us with only HOME, PATH and SHELL Committing early to catch regressions fast, if any. ok halex@
2018-10-08fix typo in device name (Delmore -> DeLorme)Stuart Henderson
2018-10-06Stop telling oversimplifying lies about whether or not VOP_LOOKUP willBob Beck
return the original vnode to you locked or unlocked. Just admit that it depends... ok guenther@
2018-10-05It is perfectly legal in C++ to use the same name for a struct tagTodd C. Miller
and a typedef. Remove the bits saying otherwise. We shouldn't suggest using a leading underscore in a name since such names are reserved for the language.
2018-10-05Add regress variable to run setup once for all tests.Alexander Bluhm
OK anton@ benno@
2018-10-04update DESCRIPTION and COMPATIBILITY, mostly correcting statementsIngo Schwarze
from the past that are no longer true
2018-10-04Stop abusing subsections to represent the list of escape sequences;Ingo Schwarze
instead, use .Bl -tag like everywhere else. The same was already done for requests quite some time ago. Also, consistently mark up escape sequences with .Ic, just like requests.
2018-10-02Add support for RT3290 chipset by James Hastings.Kevin Lo
Tested by me and James Hastings.
2018-10-01fix obvious pasto in the HISTORY sectionIngo Schwarze
2018-10-01mention RTL8723AEJonathan Matthew
2018-09-30Make the HISTORY sections of the "intro" manuals less confusing andIngo Schwarze
more uniform; potential for confusion noticed by aalm@; OK jmc@.
2018-09-30use a more common wording the authors sectionanton
2018-09-29trim previous;Jason McIntyre
2018-09-28Explain how to enable audio recording.Alexandre Ratchov
help from solene, jmc, and schwarze
2018-09-28Add a cross reference to sysctl(2) to SEE ALSO.Ingo Schwarze
People reading the present page will almost certainly need it because that's where all the sysctl variables are described.
2018-09-28Document retguard and options to disable it.mortimer
ok deraadt@
2018-09-26Fix controller name.Visa Hankala
2018-09-26Add variables for setup and cleanup of regression tests.Alexander Bluhm
OK anton@ jca@ tb@ benno@
2018-09-21update rtwn;Jason McIntyre
2018-09-21mention RTL8188EE supportJonathan Matthew
2018-09-20missing space after commaTheo Buehler
2018-09-18document parallel2Marc Espie
2018-09-10Instead of calculating the mbuf packet header length here and there,Alexander Bluhm
put the algorithm into a new function m_calchdrlen(). Also set an uninitialized m_len to 0 in NFS code. OK claudio@
2018-09-10tweak previous;Jason McIntyre
2018-09-10During fragment reassembly, mbuf chains with packet headers wereAlexander Bluhm
created. Add a new function m_removehdr() do convert packet header mbufs within the chain to regular mbufs. Assert that the mbuf at the beginning of the chain has a packet header. found by Maxime Villard in NetBSD; from markus@; OK claudio@
2018-09-09rdomains can be deleted again - remove caveat, tell ppl how to delete, andHenning Brauer
show an example. reminded by kn
2018-09-04document PKGSTEM changesMarc Espie
2018-09-04Correct usbd_abort_pipe() signature.Martin Pieuchot
From Artturi Alm.
2018-09-03Remove bits about MODMONO_NANT in the lang/mono section; devel/nant doesBrian Callahan
not exist anymore. ok jca@ daniel@
2018-09-02Update nmea(4) wrt talker ids.Landry Breuil
Prodded by semarie@, reworded by jmc@
2018-08-31jmc points out that the Nd should match the description in pci(4)Jonathan Matthew
2018-08-31mention bnxt(4)Jonathan Matthew
2018-08-30/dev/usbN devices no longer support poll as of 2011 when "USBJoshua Stein
events" were ripped out, so remove the sentence about monitoring for USB device attachment to avoid filling developers with hope only to crush their spirit when they implement the poll code only to find out it doesn't do anything at all.
2018-08-27hitemp(4)Mark Kettenis
2018-08-27hitemp(4)Mark Kettenis
2018-08-27sort SEE ALSO;Jason McIntyre