Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-06 | Remove the section about generating DSA keys for webservers etc from the ssl(8) | Stuart Henderson | |
instructions. ok benno@ beck@ | |||
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-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 | 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-25 | regen | Ted Unangst | |
2016-03-30 | for some time now mandoc has not required MLINKS to function | Jason McIntyre | |
correctly - logically complete that now by removing MLINKS from base; authors need only to ensure there is an entry in NAME for any function/ util being added. MLINKS will still work, and remain for perl to ease upgrades; ok nicm (curses) bcook (ssl) ok schwarze, who provided a lot of feedback and assistance ok tb natano jung | |||
2016-03-12 | regen generated files after MAKEDEVs commits | Marc Espie | |
2016-03-10 | un-vax; | Jason McIntyre | |
2016-03-09 | We are done providing support for the vax. | Theo de Raadt | |
lots of agreement. | |||
2016-03-01 | Support for running Linux binaries under emulation is going away. | Christian Weisgerber | |
Remove "option COMPAT_LINUX" and everything directly tied to it from the kernel and the corresponding man page documentation. ok visa@ guenther@ | |||
2016-02-28 | Tweak info about using subdirectories. | Robert Peichaer | |
feedback from and OK jmc@ | |||
2016-02-28 | Support for running Linux binaries under emulation is going away. | Christian Weisgerber | |
Remove "option COMPAT_LINUX" and everything directly tied to it from the kernel and the corresponding man page documentation. ok visa@ guenther@ | |||
2016-02-25 | Xr biosboot and describe more precisely how this versatile program | tb | |
will eventually load the first-stage bootstrap. From Michal Mazurek. tweaks and ok jmc@ | |||
2016-02-08 | sslv3 has been removed; | Jason McIntyre | |
prompted by a mail from jiri navratil help/ok sthen | |||
2016-02-05 | Regen | Masao Uebayashi | |
2016-01-28 | Document the new daemon status check. | Ingo Schwarze | |
2016-01-27 | sync | Reyk Floeter | |
2015-12-24 | more e-mail -> email | mmcc | |
2015-12-21 | regen MAKEDEV | Stefan Fritsch | |
2015-12-08 | NOTRAILERS is unlikely to show up in future ifconfig output | Ted Unangst | |
2015-12-05 | multicast_{host,router} is now just multicast; | Jason McIntyre | |
2015-12-05 | It does not make sense to insert a specific route for 224/4 when the | Martin Pieuchot | |
default one is good enough. So merge rc.conf(8)'s 'multicast_router' and 'multicast_host' into a single 'multicast'. If set to YES the reject route for 224/4 is not inserted by netstart(8). Manual bits from jmc@ ok henning@, ajacoutot@ | |||
2015-12-03 | Sync after addition of vmm(4) | Claudio Jeker | |
2015-12-01 | Send Aviion to same place as Nova II | Theo de Raadt | |
discussed with jsg | |||
2015-11-26 | remove rpc.yppasswdd bits; | Jason McIntyre | |
2015-11-21 | add missing NAME entries; ok schwarze | Jason McIntyre | |
2015-11-20 | Don't specify full paths for doas and path, and don't suggest that users | mmcc | |
do so. "good" deraadt@ | |||
2015-11-20 | ntpd ison by default; from rob pierce | Theo de Raadt | |
2015-11-04 | some fixes from raf czlonka | Jason McIntyre | |
2015-10-30 | Point out that daemon class, via login.conf, can be used to set more than | Stuart Henderson | |
just the process limits - show that, in particular, environment variables and scheduling priority can be set in this way. Discussed with ajacoutot, robert, schwarze, I went with wording suggested by schwarze@ which was much better than mine. | |||
2015-10-23 | Sync (MAKEDEV addition of tap) | Claudio Jeker | |
2015-10-03 | Restore description of the sparc64 boot process which was lost when | Stefan Sperling | |
MD installboot was moved to the attic. Put it into boot_sparc64(8), which still pointed readers at installboot(8) for this information. With some markup tweaks from schwarze@ | |||
2015-09-30 | fix typo; cross-reference smtpd(8). | Igor Sobrado | |
2015-09-25 | Since bin/ps/keyword.c 1.30 five years ago, ps -O paddr prints the complete | Miod Vallat | |
address; do not mention a KERNBASE adjustment anymore. | |||
2015-09-25 | typo. | Igor Sobrado | |
2015-09-24 | the inetd text is no longer relevant; from rob pierce | Jason McIntyre | |
while here, knock out a section header to avoid a one sentence section; | |||
2015-09-21 | scatter some rcctl refs; from rob pierce | Jason McIntyre | |
discussed with ajacoutot | |||
2015-09-14 | Avoid .Ns right after .Pf, it's pointless. | Ingo Schwarze | |
In some cases, do additional cleanup in the immediate vicinity. | |||
2015-09-10 | reduce .Nd to one line and kill .Tn while here | Ingo Schwarze | |
2015-08-14 | Change examples from DSA to RSA since DSA is starting to be removed | Todd C. Miller | |
from crypto libraries. Some smtp servers, notably gmail, now fail to deliver mail to servers using DSA keys. Examples adapted from the smtpd.conf manual. OK jmc@ | |||
2015-07-31 | need to use env here. from Mark Patruck | Ted Unangst | |
2015-07-30 | switch references from sudo to doas; | Jason McIntyre | |
ok deraadt | |||
2015-07-27 | use file system path (.Pa) semantic markup macros where appropriate. | Igor Sobrado | |
ok jmc@ | |||
2015-07-24 | no need to mention /var/tmp; from thanos tsouanas | Jason McIntyre | |
2015-07-02 | sync | Theo de Raadt | |
2015-05-15 | spelling; | Jason McIntyre | |
2015-05-14 | Extend autoinstall(8) to allow for <hostname>-<mode>.conf response files | Robert Peichaer | |
and to put response files in a subdir of the webserver's document root. Based on diffs from Nathanael Rensen, thanks! While here fix a buglet introduced by the $_server -> $AI_SERVER change. OK krw, halex |