summaryrefslogtreecommitdiff
path: root/etc/etc.alpha
AgeCommit message (Collapse)Author
2015-08-28fakeramdisk entry for minirootTheo de Raadt
2015-08-14The disktab attribute 'ty' was used to set D_REMOVEABLE and D_RAMDISKKenneth R Westerback
flags in the disklabel. These flags were discarded in 2006. Remove documentation for and instances of 'ty'. Add instances of 'dt' that were missing. Use 'floppy' as the value of 'dt' for all floppies and 'rdroot' for all boot images/miniroots. Add 'rdroot' to dktypenames and an associated #define DTYPE_RDROOT, since 'dt' values are parsed by matching entries in dktypenames[]. Slightly tweaked part of larger cleanup diff previously ok deraadt@.
2015-08-13'sk', 'cs', 'hs', 'ts' were removed from getdiskbyname() in 2007Kenneth R Westerback
with r1.18. 'rm' and 'il' were removed from getdiskbyname() in 2009 with r1.19. The associated disklabel fields were recycled for other purposes. Another 'harmless' part of the larger disklabel cleanup diff. ok deraadt@ as part of that larger diff.
2015-07-20add class used by the _pbuild user for DPB, ok ajacoutot@Stuart Henderson
2015-02-17Add class section for unbound, using openfiles-cur=512 ratherStuart Henderson
than the daemon class' default of 128. Reminded by/ok ajacoutot@
2014-12-13Install netboot.mopMiod Vallat
2014-12-11regenTed Unangst
2014-12-11remove urioTed Unangst
2014-10-09regenTed Unangst
2014-10-09delete all the cry devices too. missed by mikeb previously.Ted Unangst
2014-10-09remove lkmTed Unangst
2014-08-20Remove userland bits related to the crypto(4) interface; ok deraadtMike Belopuhov
2014-07-11regenTed Unangst
2014-07-11no bthubTed Unangst
2014-04-22Remove the kerberos login methods.Reyk Floeter
ok henning@
2014-03-26end experimental login.conf template support. one file per machine.Ted Unangst
ok deraadt millert
2014-02-03Build and document bsd.mp on alpha.Miod Vallat
2014-01-05syncTheo de Raadt
2014-01-05We need /dev/random on the install mediaTheo de Raadt
discussed with rpe and halex
2013-11-21regenMark Kettenis
2013-11-17Remove unused /dev/X0 entries. ok millert@Matthieu Herrb
2013-11-05syncTheo de Raadt
2013-11-05kill iop(4); spotted by jmcTheo de Raadt
2013-09-16regen.David Coppa
2013-08-21regenAntoine Jacoutot
2013-08-21Forgot to remove uscan_dev after uscanner(4) was sent to the attic.Antoine Jacoutot
spotted by Nathanael Rensen, thanks!
2013-08-20regenAntoine Jacoutot
2013-07-06regenChristian Weisgerber
2013-07-06regenChristian Weisgerber
2013-06-21regensyl
2013-06-15regenAlexander Hall
2013-06-03regen. reminded by miodTed Unangst
2013-06-03userland fuse support, but not attaching libfuse yet. ok beck deraadtTed Unangst
from Sylvestre Gallon ccna.syl gmail.com
2013-03-15regen after sequencer removalAlexandre Ratchov
2013-03-15Delete the sequencer(4) driver, since its not used any longer. DiffAlexandre Ratchov
mostly from armani. ok miod, mpi, jsg and help from sthen
2013-03-09RAMDISKC wil be needed for alphabook1Theo de Raadt
2013-03-02Add a commented out machdep.led_blink entry for DEC 3k systems.Miod Vallat
2013-01-30regenYASUOKA Masahiko
2012-11-26regenJasper Lievisse Adriaanse
2012-08-23syncTheo de Raadt
2012-08-23get rid of the nnpfs nodesTheo de Raadt
2012-04-06Regen.Joel Sing
2012-04-06Remove raidframe device nodes.Joel Sing
2011-10-22regenMiod Vallat
2011-10-22Move the audio* device creation stanzas from MI to MD, and reduce theMiod 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-06syncTheo de Raadt
2011-10-06ccd goes to the atticTheo de Raadt
discussed with jsing and millert
2011-07-22unify kernel building on various platforms.Marc Espie
feedback from miod@ and deraadt@
2011-06-26regen makedevTed Unangst
2011-04-18Deprecate 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@