Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2010-08-06 | document machdep.lidsuspend by example | Theo de Raadt | |
2010-08-03 | regen | Miod Vallat | |
2010-08-03 | Create two more usb device nodes by default, as modern Apple hardware | Miod Vallat | |
(among others) attaches *eight* uhub devices. From remco at d-compu, dyndns org; ok deraadt@ | |||
2010-07-29 | replace two misleading ie. with e.g.; from Jan Stary | Jason McIntyre | |
2010-07-27 | Add ldapd to rc and rc.conf. Enable it at boot with ldapd_flags=. | Martin Hedenfal | |
ok deraadt@ gilles@ | |||
2010-07-25 | handle portslock. reminded by antoine@ | Marc Espie | |
2010-07-24 | move to 4.8-beta | Theo de Raadt | |
2010-07-23 | Sync. | Marcus Glocker | |
2010-07-23 | Create video1 by default. Can be useful e.g. on many laptops with | Marcus Glocker | |
integrated cams where you want to use an external cam. Suggested by Brad. OK todd@, jakemsr@ | |||
2010-07-23 | Permit a few more syscalls for named to run. | Ray Lai | |
OK deraadt | |||
2010-07-22 | sync | Theo de Raadt | |
2010-07-21 | Some ss(4) bits escaped the purge, eliminate them. | Nicholas Marriott | |
ok todd krw | |||
2010-07-13 | When cleaning /tmp at boot, run the slower find unconditionally. | Stuart Henderson | |
Previously if the quick rm -rf failed, find was not run, so some files were not removed. Looks good to tedu@. | |||
2010-07-06 | Add the floppy576 entry back, needed for release. Okay kettenis. | Paul Irofti | |
2010-07-05 | compat_bsdos is gone | Ted Unangst | |
2010-07-03 | Regen. | Kenneth R Westerback | |
2010-07-03 | No more ss(4) or usscanner(4). Unused, unloved and unmaintained. | Kenneth R Westerback | |
General huzzahs. "go for it" deraadt@ | |||
2010-07-02 | cleanup the disktab files. yes, this means you will have to manually | Ted Unangst | |
disklabel the "HP C3010 / Cranel 2.0GB Fast SCSI2 H10" crammed inside your palm device, but that's the price of progress. hopefully i didn't whack anything important. ok deraadt | |||
2010-07-02 | remove userland bits of compat_sunos | Ted Unangst | |
2010-07-02 | Remove bogus commas from the "bin" entry. | David Coppa | |
OK sobrado@, todd@ |