Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-12-11 | remove urio | Ted Unangst | |
2014-12-11 | remove urio | Ted Unangst | |
2014-12-09 | If it exists, use /usr/ports/infrastructure/man/ by default for apropos(1); | Ingo Schwarze | |
we already used it by default for man(1) before. While here, fix the order of Xenocara and ports. ok millert@ sthen@ | |||
2014-12-03 | Unhook rtsol(8) and rtsold(8) from the build. | Florian Obser | |
OK deraadt@ | |||
2014-12-03 | The kernel handles rtsol(8) functionality since some time now. | Florian Obser | |
Treat rtsol in hostname.if as a keyword like dhcp and call ifconfig inet6 autoconf. "reads good" todd@ OK krw@ (who is *not* an IPv6 person), but I recruited him in his capacity as an installer person. | |||
2014-11-30 | Fix comment: We don't use RC4 anymore, it's better to be more | David Coppa | |
generic. ok miod@ | |||
2014-11-27 | Remove ofwbootfd from sparc64 release dir since nobody will need it. | Stefan Sperling | |
Requested by deraadt. | |||
2014-11-26 | Add ofwbootfd to list of sparc64 release files to checksum. | Stefan Sperling | |
2014-11-24 | Remove another sparc64 md installboot reference that was hiding in here. | Stefan Sperling | |
ok deraadt | |||
2014-11-22 | /dev/random has created the same effect as /dev/arandom (and /dev/urandom) | Theo de Raadt | |
for quite some time. Mop up the last few, by using /dev/random where we actually want it, or not even mentioning arandom where it is irrelevant. | |||
2014-11-17 | Make /var/tmp a symbolic link to /tmp. The creation of /var/tmp in the | Theo de Raadt | |
often space-constrained /var filesystem was a historical mistake. There are big implications for the daemons which assume they won't run out of space, and this is a first step towards trying to improve the situation. Move /tmp to the same 7-day expiration rules that /var/tmp had. vi.recover works just as well as before, except on memory filesystems; indicating that vi should be repaired to write files into homedirs or something. done with rpe ok many | |||
2014-11-17 | "reload" should fail if the service is not running in the first place. | Antoine Jacoutot | |
ok robert@ sthen@ | |||
2014-11-07 | add svn, fix sort-order of iscsi. ok ajacoutot@ dcoppa@ phessler@ | Stuart Henderson | |
2014-11-05 | When clearing /tmp, use "-maxdepth -1" instead of "-type d -prune". | Todd C. Miller | |
This is easier to understand and fixes a bug where the "-type d -prune" was misplaced as noticed by pirofti@. OK deraadt@ | |||
2014-10-21 | Remove SSLv2 and SSLv3 references from the example relayd.conf and the | Lawrence Teo | |
relevant example snippet in the relayd.conf(5) man page. Change the default SSL protocols in the example file/man page to "no tlsv1.0" (suggested by sthen@), which will enable the TLSv1.1 and TLSv1.2 protocols only. feedback/ok jsing@ reyk@ sthen@ | |||
2014-10-17 | Drop the _lkm group. | Antoine Jacoutot | |
ok dcoppa@ deraadt@ | |||
2014-10-09 | regen | Ted Unangst | |
2014-10-09 | delete all the cry devices too. missed by mikeb previously. | Ted Unangst | |
2014-10-09 | remove lkm | Ted Unangst | |
2014-10-09 | no lkm | Ted Unangst | |
2014-10-03 | sort RCDAEMONS | Theo de Raadt | |
2014-10-02 | No longer check for slip.{host,login}; pointed by dcoppa@ | Martin Pieuchot | |
2014-10-01 | sliphome et sliplogin(8) are gone. | Martin Pieuchot | |
2014-09-28 | Revert 1.142. Without the down netstart will just print the ifconfig | Claudio Jeker | |
output because it may end up just calling 'ifconfig $if'. This needs to be done better and properly tested. | |||
2014-09-26 | remove explicit 'down' of an interface before starting a dhcp request, thereby | Alexander Hall | |
avoiding annoying delays for some switch configurations ok claudio@ deraadt@ i would add ok phessler@, but it was not valid without an ok krw@ | |||
2014-09-22 | Get rid of intermediate file handling during sumfile creation | Robert Peichaer | |
by first changing to $DESTDIR and then simply piping to xargs. OK deraadt@ | |||
2014-09-20 | Drop smmsp group and alias. | Antoine Jacoutot | |
ok matthieu@ miod@ | |||
2014-09-19 | Remove sendmail queue directories. | Antoine Jacoutot | |
ok matthieu@ | |||
2014-09-17 | With sendmail(8) gone, there is not much point in keeping /etc/mail/Makefile. | Antoine Jacoutot | |
There is one table in the default configuration which is 'aliases' and the db can be created using newaliases(8). "go for it" guenther@ ok sthen@ matthieu@ gilles@ | |||
2014-09-16 | More sendmail removal. | Antoine Jacoutot | |
ok matthieu@ | |||
2014-09-15 | Remove sendmail specific files. | Matthieu Herrb | |
2014-09-15 | Remove sendmail tentacles. ok krw@ ajacoutot@ | Matthieu Herrb | |
2014-09-15 | Ensure proper group ID for chio.conf example. | Robert Peichaer | |
Noted by and OK ajacoutot@ Positive feedback halex@ | |||
2014-09-05 | Remove /etc/{hosts,myname} from etc.tgz. | Antoine Jacoutot | |
Make the installer create the /etc/hosts template. While here, re-add a missing 'echo' from install.sh. ok miod@ krw@ halex@ | |||
2014-09-03 | No more /etc/rndc.key. ok sthen@ | Matthieu Herrb | |
2014-08-30 | Make it possible to pass a specific error code to _rc_err(). | Antoine Jacoutot | |
ok robert@ schwarze@ | |||
2014-08-29 | Move dhclient.conf(5) to examples. | Antoine Jacoutot | |
no objections from todd@ millert@ rpe@ | |||
2014-08-27 | Nuke net.inet6.icmp6.rediraccept and allow redirects on interfaces | Florian Obser | |
with autoconf enabled. If one is doing SLAAC one does already trust link local icmp6 so the policy for icmp6 redirects should be the same. pointed out by & OK bluhm@; OK henning@ | |||
2014-08-27 | Add httpd default log files to the rotation. | Christian Weisgerber | |
ok reyk@ (who suggested these lines a while ago) | |||
2014-08-26 | Create etc set during 'make build' and embed it in base set to make | Robert Peichaer | |
it available during a regular install or upgrade so that it doesn't need to be independently fetched. Idea, directions and OK deraadt@ Feedback and Ok halex@ and aja@ | |||
2014-08-26 | usr.sbin | Robert Nagy | |
2014-08-25 | No more /etc/X11/fs | Matthieu Herrb | |
2014-08-25 | Add a generic system-wide /usr/share/misc/mime.types file that can be | Reyk Floeter | |
included in httpd.conf. httpd(8) now supports both mime.types flavours with or without semicolon at the end of the line (nginx- or apache-style). Discussed with many, with input from halex@ OK halex@ | |||
2014-08-25 | snmpd cannot reload | Alexander Hall | |
ok reyk@ | |||
2014-08-25 | Put _rc_err argument under quotes to respect the syntax we are passing. | Antoine Jacoutot | |
2014-08-24 | Fix reversed logic. | Antoine Jacoutot | |
ok schwarze@ | |||
2014-08-24 | Drop uneeded parenthesis in usage(). | Antoine Jacoutot | |
ok schwarze@ | |||
2014-08-24 | Drop unused variables. | Antoine Jacoutot | |
2014-08-24 | In debug mode, make it clear when we are using the default flags when | Antoine Jacoutot | |
none are set. initial patch from me but reworked by schwarze@ ok schwarze@ | |||
2014-08-24 | In debug mode (`-d'), only print the flags relevant to the rc.d(8) we are | Antoine Jacoutot | |
calling instead of all flags which makes it very difficult to see the information we actually need. ok schwarze@ robert@ |