Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-26 | end experimental login.conf template support. one file per machine. | Ted Unangst | |
ok deraadt millert | |||
2014-01-05 | sync | Theo de Raadt | |
2014-01-05 | We need /dev/random on the install media | Theo de Raadt | |
discussed with rpe and halex | |||
2013-11-21 | regen | Mark Kettenis | |
2013-11-18 | Give /dev/drm0 to the user logged on the console to be able | Matthieu Herrb | |
to run OpenGL applications. ok kettenis@ naddy@ | |||
2013-11-17 | Remove unused /dev/X0 entries. ok millert@ | Matthieu Herrb | |
2013-11-05 | sync | Theo de Raadt | |
2013-09-16 | regen. | David Coppa | |
2013-08-21 | regen | Antoine Jacoutot | |
2013-08-21 | Forgot to remove uscan_dev after uscanner(4) was sent to the attic. | Antoine Jacoutot | |
spotted by Nathanael Rensen, thanks! | |||
2013-08-20 | regen | Antoine Jacoutot | |
2013-08-08 | regen | Jonathan Gray | |
2013-08-08 | create drm device nodes on sparc64 and create additional entries | Jonathan Gray | |
elsewhere for running with multiple cards. | |||
2013-07-06 | regen | Christian Weisgerber | |
2013-07-06 | regen | Christian Weisgerber | |
2013-06-21 | regen | syl | |
2013-06-15 | regen | Alexander Hall | |
2013-06-03 | regen. reminded by miod | Ted Unangst | |
2013-06-03 | userland fuse support, but not attaching libfuse yet. ok beck deraadt | Ted Unangst | |
from Sylvestre Gallon ccna.syl gmail.com | |||
2013-05-18 | /dev/ttyc is no longer special, now that sun serial mice are handled by | Miod Vallat | |
wsmouse; update ttys and fbtab accordingly. | |||
2013-02-12 | regen | Antoine Jacoutot | |
2013-02-12 | Increase default number of ldoms to 8 (+ 8 virtual consoles and 16 | Antoine Jacoutot | |
virtual disks). input and ok kettenis@ | |||
2013-01-30 | regen | YASUOKA Masahiko | |
2012-12-19 | regen | Mark Kettenis | |
2012-12-19 | Tweak to generate a better man page. | Mark Kettenis | |
2012-12-19 | regen | Mark Kettenis | |
2012-12-19 | Make it easier to create more /dev/ldomN devices. As a bonus this stops | Mark Kettenis | |
polluting ramdisks with devices that aren't needed there. | |||
2012-12-08 | regen | Mark Kettenis | |
2012-12-08 | Add /dev/vdsp[0-7]. | Mark Kettenis | |
2012-11-26 | regen | Jasper Lievisse Adriaanse | |
2012-11-03 | regen | Mark Kettenis | |
2012-11-03 | Add /dev/ldom[0-3]. | Mark Kettenis | |
2012-10-20 | regen | Mark Kettenis | |
2012-10-20 | Add /dev/hvctl and /dev/spds. | Mark Kettenis | |
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-22 | Move the audio* device creation stanzas from MI to MD, and reduce the | Miod Vallat | |
number of audio* nodes from 3 to 1 on vax, since none of the audio-capable vax can receive another audio device as expansion (until we get TURBOchannel support with DMA on VS4k/90). ok deraadt@ todd@ | |||
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-06-08 | Revert fakecdrom elimination pending further testing. ariane@ pointed | Kenneth R Westerback | |
out that sparc64 iso at least does not boot. Retain the svnd -> vnd changes that happened after the original commit. | |||
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 | |
2011-04-10 | 'fakecdrom' disktab entry no longer needed, nor is mksuncd mangling of | Kenneth R Westerback | |
the boot cd image. ok deraadt@ | |||
2011-01-14 | We should not sum the install*.iso file, since it is not created at build | Theo de Raadt | |
time. We've been summing the one from the previous build (then additional goo I run has been cleaning it up..) |