Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-11-28 | Update example filterset to include a basic IPv6 filterset. | Claudio Jeker | |
While there extend the current IPv4 filterset. OK sthen@, henning@ | |||
2010-11-26 | better line for net.inet.carp.log reflecing current reality; | Otto Moerbeek | |
ok mcbride@ claudio@ henning@ | |||
2010-11-26 | Do like in rc.local and print the daemon name before running rc_stop. | Antoine Jacoutot | |
ok robert@ | |||
2010-11-19 | regen | Miod Vallat | |
2010-11-19 | Sync MAKEDEV against conf.c, and both against GENERIC. | Miod Vallat | |
2010-11-17 | Consistency and remove the >50 spaces after 'do'... | Antoine Jacoutot | |
ok robert@ | |||
2010-11-11 | Add libXi doc dir | Matthieu Herrb | |
2010-11-08 | Don't print 'Null message body; hope that's ok' in the rc output if the | Antoine Jacoutot | |
call to rc.firstime doesn't output anything to mail(1). ok deraadt@ halex@ | |||
2010-11-05 | Print the daemon name _before_ starting the corresponding rc script. | Antoine Jacoutot | |
"makes sense" schwarze@, ok robert@ | |||
2010-11-02 | delete excessive ; use | Theo de Raadt | |
2010-11-01 | New doc directories for updated libs. remained by naddy@. thanks. | Matthieu Herrb | |
2010-10-28 | remove my debug printf | Robert Nagy | |
2010-10-28 | After discussing with Ingo and Antoine we decided to rename | Robert Nagy | |
files to not include -. This way we can easily overwrite daemon flags from rc.conf.local. | |||
2010-10-28 | add $ | Robert Nagy | |
2010-10-27 | let the readmes directory be standard | Marc Espie | |
2010-10-27 | Protect variable names, to be consistent with rc(8). | Antoine Jacoutot | |
ok robert@ | |||
2010-10-27 | Remove 'status', because 'check' is what is used internally and we don't | Robert Nagy | |
need two functions doing the same thing, and also allow check to run as non-root. | |||
2010-10-27 | Missing redirection to /dev/null in rc_start | Robert Nagy | |
2010-10-27 | quote $local_rcconf in [ ] and remove eval from rc_start() | Robert Nagy | |
2010-10-26 | Add a simple 'rc' system to base in order to start/stop/restart/reload | Robert Nagy | |
services installed by the ports system (for now). It only uses pgrep/pkill to handle these processes. A manual page will come later. 'put it in' deraadt@ | |||
2010-10-19 | grow i386 inside media a teeny bit | Theo de Raadt | |
2010-10-19 | There is no more groff in the base system, so use mandoc(1) to format | Ingo Schwarze | |
manuals on demand by man(1), even though a few manuals may still have formatting issues with mandoc, and a tiny fraction may still make mandoc error out. Also remove the .me and .ms _build rules: we don't support these formats any longer, and don't have any such manuals in base. OK deraadt@ sthen@ | |||
2010-10-18 | sync | Theo de Raadt | |
2010-10-18 | oops! we need to retain the usr/share/tmac directory until we figure | Theo de Raadt | |
out what to do with vgrind. | |||
2010-10-18 | The base no longer uses old groff -- it uses mandoc(1). The ports tree still | Theo de Raadt | |
sometimes needs groff, but there it is pulled in as a build-dependency, and it is the newer groff. We are able to do this now due to the hard work if ingo. | |||
2010-10-18 | Revert non-compatible and undocumented bullshit commited by 3 developers | Theo de Raadt | |
who decided to just do it on their own. henning, mcbride, jsing -- shame on you -- if you had shown this diff to just 1 other network developer, the astounding mistake in it would have been noticed. Start practicing inclusionary development instead of going alone. ok claudio | |||
2010-10-18 | no more misc set | Theo de Raadt | |
2010-10-18 | stop creating the stupid /usr/share/doc subdirs | Theo de Raadt | |
2010-10-17 | Add quirks support to operating system fingerprinting. tcpdump part | Joel Sing | |
by mcbride@. ok mcbride@ henning@ | |||
2010-10-13 | add a sample for "socket ... restricted", prompted by mail from | Stuart Henderson | |
Patrick Lamaiziere, ok henning@ | |||
2010-10-08 | install nsd.conf; ok jakob@ | David Krause | |
2010-10-08 | regen | Alexandre Ratchov | |
2010-10-08 | allocate a major number to midi, since midi is already enabled | Alexandre Ratchov | |
ok deraadt, miod | |||
2010-10-04 | Update the OpenBSD fingerprint to match against -current systems. | Claudio Jeker | |
The automatic send and recv buffer scaling changed the OS fingerprint. OK jsg@, sthen@ | |||
2010-10-01 | add nsd.conf; ok deraadt | Jakob Schlyter | |
2010-10-01 | start nsd(8); ok deraadt | Jakob Schlyter | |
2010-09-30 | regen | Claudio Jeker | |
2010-09-30 | Add pppx(4) to MAKEDEV but do not create the device unless requested | Claudio Jeker | |
explicitly. OK dlg@ & todd@ | |||
2010-09-30 | Move the vscsi __devitem() so that it is before the _mcdev() line like | Claudio Jeker | |
for all other definitions. Both dlg@ and todd@ wanted that to be a seperate commit. | |||
2010-09-22 | Kill msgs. Noone uses it, and it has a longjmp in it. | Theo de Raadt | |
Lots of agreement. | |||
2010-09-06 | add ssh_host_ecdsa_key to /etc; from Mattieu Baptiste <mattieu.b@gmail.com> | Christian Weisgerber | |
ok deraadt@ | |||
2010-09-04 | Regen | Miod Vallat | |
2010-09-04 | Reorder device entries within sections, for MAKEDEV.8 to have them sorted. | Miod Vallat | |
Prodded by jmc@. | |||
2010-08-26 | If hppa doesn't need a fakecdrom disktab entry, neither does hppa64. | Kenneth R Westerback | |
ok deraadt@ | |||
2010-08-26 | better TSIG key example | Jakob Schlyter | |
2010-08-26 | Since Aug 2008, the kernel can successfully read the 1 block (512 | Kenneth R Westerback | |
byte) disklabels even in the midst of a larger sector. E.g. in bytes 512 - 1023 of the first 2048 byte sector on a CD. On hppa we plopped down such a disklabel on cdXX.iso and installXX.iso. Once accessible it took precedence over the spoofed label of the CD. Chaos ensued. Since there is currently no reason for this label on hppa cd's, eradicate it and its disktab entry. cdXX.iso/installXX.iso can now be mounted on hppa again. Also remove a commented out label plopping on Alpha, which references a non-existant disktab entry. Problem noted and exact diff creating problem discovered by marco@. ok deraadt@ | |||
2010-08-18 | - remove linux emulation bits here too | Jasper Lievisse Adriaanse | |
- sync hppa64 sysctl.conf with hppa while here ok miod@ | |||
2010-08-17 | MDEXT missed some files (result was they are not listed in the build-time | Theo de Raadt | |
SHA256 file). Issue spotted by claudio. ok miod | |||
2010-08-16 | djust miniroot disklabel for layout changes caused by fdisk partition | Mark Kettenis | |
alignment changes. ok deraadt@ | |||
2010-08-09 | update a package name; from Giovanni Bechis | Theo de Raadt | |