Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-11-26 | regen | Jasper Lievisse Adriaanse | |
2012-08-23 | sync | Theo de Raadt | |
2012-08-23 | get rid of the nnpfs nodes | Theo de Raadt | |
2012-04-06 | Regen. | Joel Sing | |
2012-04-06 | Remove raidframe device nodes. | Joel Sing | |
2011-10-22 | regen | Miod Vallat | |
2011-10-06 | sync | Theo de Raadt | |
2011-10-06 | ccd goes to the attic | Theo de Raadt | |
discussed with jsing and millert | |||
2011-07-22 | unify kernel building on various platforms. | Marc Espie | |
feedback from miod@ and deraadt@ | |||
2011-06-26 | regen makedev | Ted Unangst | |
2011-06-24 | machdep.kbdreset enables a shutdown by Ctrl-Alt-Del on amd64 and | Christian Weisgerber | |
i386. Stop abusing it on other archs for controling a shutdown by pressing the soft power button: * Add a MI sysctl hw.allowpowerdown; if set to 1 (the default) it allows a power button shutdown. * Make acpi(4)/acpibtn(4) honor hw.allowpowerdown. * Switch the various power button intercepts on landisk, sgi, sparc64 and zaurus over to hw.allowpowerdown. * Garbage collect the machdep.kbdreset sysctl on all archs other than amd64 and i386. ok miod@ | |||
2011-04-18 | Deprecate vnds in favour of svnds. | Thordur I. Bjornsson | |
In effect, this removes the "old" vndX nodes, and renames the svndX nodes to vndX. Old svndX nodes will still continue to work though, for now. Cleanup accordingly. ok deraadt@, todd@ comments and ok on the man page bits from jmc@ | |||
2011-04-15 | No need to make depend kernels | Theo de Raadt | |
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-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-03 | regen | Miod Vallat | |
2010-07-23 | Sync. | Marcus Glocker | |
2010-07-22 | sync | Theo de Raadt | |
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-06-27 | Regen. | Joel Sing | |
2010-06-26 | Add /dev/diskmap to ramdisks. | Joel Sing | |
ok todd@ krw@ deraadt@ | |||
2010-06-14 | sync | Todd T. Fries | |
2010-06-09 | sync | Todd T. Fries | |
2010-06-09 | add diskmap entries, not on ramdisks yet | Todd T. Fries | |
get it in! jsing@ | |||
2010-03-30 | regen | Matthieu Herrb | |
2010-03-30 | Add missing bthub device entries on arches that support bluetooth. | Matthieu Herrb | |
ok miod@, deraadt@, todd@. | |||
2009-09-23 | regen | Miod Vallat | |
2009-08-13 | sync | Theo de Raadt | |
2009-08-13 | Add nodes for vscsi0; ok dlg | Theo de Raadt | |
2009-08-04 | zap the rather useless machdep.apmwarn entries (see apm(4)); | Jason McIntyre | |
ok deraadt | |||
2009-07-22 | sync | Alexandre Ratchov | |
2009-07-22 | add missing /dev/{rmidi,sequencer,music} bits in MAKEDEV for | Alexandre Ratchov | |
armish, landisk and zaurus. Also fix corresponding .Xr in MAKEDEV.8 ok miod@, todd@ | |||
2009-06-26 | the correct *.ipk file has ${OSrev} in it | Theo de Raadt | |
2009-06-03 | sync | Todd T. Fries | |
2009-06-03 | Arla client rename from xfs to nnpfs for later upgrades. Tested on various ↵ | Janne Johansson | |
arches. ok todd@ beck@ | |||
2009-04-21 | move bsd and bsd.rd and all such other MD "sets" into the MD files, | Theo de Raadt | |
since we perhaps cannot assume that is what kernels will be in the pathetically stupid world that SGI created | |||
2009-04-17 | For SHA256 hashes to be ready to go onto the install media, we must | Theo de Raadt | |
build the sets before we build the media. While there we can get rid of DESTDIR/snapshot too, and simply install straight into RELEASEDIR. (This also ends up saving an astounding amount of traffic/latency in a nfs environment) | |||
2009-04-05 | regen; | Jason McIntyre | |
2009-02-06 | regen | Alexander Yurchenko | |
2009-02-06 | Bump the number of /dev/sd* files on usb-capable archs. With modern | Alexander Yurchenko | |
all-in-one usb card readers and memory sticks you run out of sd device files very quickly with default install. This doesn't affect install media. ok krw@ miod@ | |||
2009-01-25 | regen | Miod Vallat | |
2009-01-25 | Remove /dev/drum and related code. | Miod Vallat | |
2008-11-30 | sync | Jacob Meuser | |
2008-10-10 | sync | Theo de Raadt | |
2008-06-28 | regen | Marcus Glocker | |
2008-06-28 | Move video(4) entry in MAKEDEV(8) from the "USB devices" section to the | Marcus Glocker | |
"Special purpose devices" section, since a hardware driver which uses video(4) also could be none-USB as long it uses the V4L2 API. OK todd@ |