Age | Commit message (Collapse) | Author | |
---|---|---|---|
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@ | |||
2010-07-01 | another day, another compat gets removed. today is ibcs2's turn | Ted Unangst | |
2010-06-30 | remove compat_osf1. ok deraadt miod | Ted Unangst | |
2010-06-29 | Remove COMPAT_HPUX. No one wanted to support it and its fewmets were | Philip Guenthe | |
blocking other cleanups ok miod@ | |||
2010-06-29 | no more ultrix, found by miod | Ted Unangst | |
2010-06-29 | No more phones(5), /etc/phones, or dial up bits in remote. | Nicholas Marriott | |
2010-06-29 | zap superfluous newline. ok sthen@ | Stephan A. Rickauer | |
2010-06-29 | Update default ldapd.conf to reflect changes in the schema parser. | Martin Hedenfal | |
Use 'schema' instead of 'include' to parse schema files. | |||
2010-06-28 | Add iked to rc/rc.conf, you can enable it on boot with the iked_flags= var. | Reyk Floeter | |
Also copy the generated RSA key for isakmpd into the iked directory; this way we share the same RSA key by default. ok deraadt@ jsg@ | |||
2010-06-27 | sync with latest version from rs.internic.net | Jakob Schlyter | |
2010-06-27 | Regen. | Joel Sing | |
2010-06-26 | Add /dev/diskmap to ramdisks. | Joel Sing | |
ok todd@ krw@ deraadt@ | |||
2010-06-25 | There is no need for {} to just specifiy an interface. | Claudio Jeker | |
2010-06-16 | permit e.g. -inet6 syntax by slurping all lines not just some | Todd T. Fries | |
noticed by rhsv6 at hushmail dot com, ok sthen@ | |||
2010-06-16 | Mdocdate is not a valid reason to generate a new MAKEDEV.8, finally noticed | Todd T. Fries | |
2010-06-14 | sync | Todd T. Fries | |
2010-06-14 | to assist diskmap testing, lets make the character dev a character dev, doh! | Todd T. Fries | |
ok jsing@ | |||
2010-06-09 | sync | Todd T. Fries | |
2010-06-09 | add diskmap entries, not on ramdisks yet | Todd T. Fries | |
get it in! jsing@ |