Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-29 | Revert previous (for now). | Antoine Jacoutot | |
semarie found a few regressions with daemon that will fail if cwd is not accessible. | |||
2018-10-27 | Update to tzdata2018g from ftp.iana.org | Todd C. Miller | |
2018-10-26 | Update for default ruby version switch from 2.4 to 2.5. | Jeremy Evans | |
2018-10-25 | tweak description to conform to reality. | Marc Espie | |
2018-10-25 | add target fix-permissions | solene | |
enhance PORTS_PRIVSEP documentation ok espie@ | |||
2018-10-22 | Update to tzdata2018f from ftp.iana.org | Todd C. Miller | |
2018-10-22 | Switch amd64 to use lld as the default linker. | Christian Weisgerber | |
ok kettenis@ deraadt@ | |||
2018-10-20 | Drop unneeded (void *) casts from getsockopt(2)/setsockopt(2) example code. | cheloha | |
ok schwarze@ guenther@ kn@ | |||
2018-10-18 | Ensure that the install media are built with a consistent set of | Christian 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 timezones | Jason 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-17 | zap extra Pp; | Jason McIntyre | |
2018-10-17 | escape the word "No" as this is also a macro; | Jason McIntyre | |
2018-10-16 | document FETCH_PACKAGES as well | Marc Espie | |
2018-10-16 | document tweak to FETCH_PACKAGES | Marc Espie | |
2018-10-16 | Change 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-08 | fix typo in device name (Delmore -> DeLorme) | Stuart Henderson | |
2018-10-06 | Stop telling oversimplifying lies about whether or not VOP_LOOKUP will | Bob Beck | |
return the original vnode to you locked or unlocked. Just admit that it depends... ok guenther@ | |||
2018-10-05 | It is perfectly legal in C++ to use the same name for a struct tag | Todd 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-05 | Add regress variable to run setup once for all tests. | Alexander Bluhm | |
OK anton@ benno@ | |||
2018-10-04 | update DESCRIPTION and COMPATIBILITY, mostly correcting statements | Ingo Schwarze | |
from the past that are no longer true | |||
2018-10-04 | Stop 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-02 | Add support for RT3290 chipset by James Hastings. | Kevin Lo | |
Tested by me and James Hastings. | |||
2018-10-01 | fix obvious pasto in the HISTORY section | Ingo Schwarze | |
2018-10-01 | mention RTL8723AE | Jonathan Matthew | |
2018-09-30 | Make the HISTORY sections of the "intro" manuals less confusing and | Ingo Schwarze | |
more uniform; potential for confusion noticed by aalm@; OK jmc@. | |||
2018-09-30 | use a more common wording the authors section | anton | |
2018-09-29 | trim previous; | Jason McIntyre | |
2018-09-28 | Explain how to enable audio recording. | Alexandre Ratchov | |
help from solene, jmc, and schwarze | |||
2018-09-28 | Add 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-28 | Document retguard and options to disable it. | mortimer | |
ok deraadt@ | |||
2018-09-26 | Fix controller name. | Visa Hankala | |
2018-09-26 | Add variables for setup and cleanup of regression tests. | Alexander Bluhm | |
OK anton@ jca@ tb@ benno@ | |||
2018-09-21 | update rtwn; | Jason McIntyre | |
2018-09-21 | mention RTL8188EE support | Jonathan Matthew | |
2018-09-20 | missing space after comma | Theo Buehler | |
2018-09-18 | document parallel2 | Marc Espie | |
2018-09-10 | Instead 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-10 | tweak previous; | Jason McIntyre | |
2018-09-10 | During fragment reassembly, mbuf chains with packet headers were | Alexander 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-09 | rdomains can be deleted again - remove caveat, tell ppl how to delete, and | Henning Brauer | |
show an example. reminded by kn | |||
2018-09-04 | document PKGSTEM changes | Marc Espie | |
2018-09-04 | Correct usbd_abort_pipe() signature. | Martin Pieuchot | |
From Artturi Alm. | |||
2018-09-03 | Remove bits about MODMONO_NANT in the lang/mono section; devel/nant does | Brian Callahan | |
not exist anymore. ok jca@ daniel@ | |||
2018-09-02 | Update nmea(4) wrt talker ids. | Landry Breuil | |
Prodded by semarie@, reworded by jmc@ | |||
2018-08-31 | jmc points out that the Nd should match the description in pci(4) | Jonathan Matthew | |
2018-08-31 | mention bnxt(4) | Jonathan Matthew | |
2018-08-30 | /dev/usbN devices no longer support poll as of 2011 when "USB | Joshua 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-27 | hitemp(4) | Mark Kettenis | |
2018-08-27 | hitemp(4) | Mark Kettenis | |
2018-08-27 | sort SEE ALSO; | Jason McIntyre | |