Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-06-26 | Add /dev/diskmap to ramdisks. | Joel Sing | |
ok todd@ krw@ deraadt@ | |||
2010-06-09 | add diskmap entries, not on ramdisks yet | Todd T. Fries | |
get it in! jsing@ | |||
2010-03-07 | Make the console terminal type default to `vt220' rather than `unknown'. If | Miod Vallat | |
it is wrong you still have to change it, but it will be correct 99% of the time and thus you can simply press enter when tset asks for the terminal type and be done with it. This is already the standard for most platforms, but a few had been left in the dark. pointed to by and ok deraadt@ | |||
2009-08-13 | Add nodes for vscsi0; ok dlg | Theo de Raadt | |
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-01-25 | Remove /dev/drum and related code. | Miod Vallat | |
2008-06-14 | redo the way MAKEDEV files are generated | Todd T. Fries | |
get it in, deraadt@ | |||
2008-06-13 | /dev/bio on ramdisks, it is safe and small | Todd T. Fries | |
ok deraadt@, marco@ | |||
2008-01-09 | Try to make /etc/ttys more consistent accross platforms, which will also | Miod Vallat | |
make the installation media's life easier: - stop using ``Pc'' as a getty terminal type, use std.9600 instead. - on platforms with multiple virtual consoles (alpha, amd64, i386, zaurus), console is disabled, various ttyC* are enabled. - on other platforms, console is enabled, all other devices are disabled. This only changes armish, mac68k, sgi. - default terminal for console is unknown on serial-only machines, vt220 on glass-capable machines (questionable, but done for consistency). - minor whitespace changes. - glass console forgotten on a couple platforms (luna88k, sparc64, vax). eyeballed by deraadt@, ok krw@ | |||
2007-05-28 | bio for all archs, ok krw@ kettenis@ sounds good marco@ go for it deraadt@ | Todd T. Fries | |
2007-05-27 | back out bio, breaks dlg's sparc64 v215 | Todd T. Fries | |
prompted by/ok dlg@ deraadt@ | |||
2007-05-26 | prodded by marco, enable bio everywhere | Todd T. Fries | |
grudgingly ok deraadt@ | |||
2006-07-27 | sorry, but proper boot cd building should be done in distrib/mvmeppc | Theo de Raadt | |
when the time comes (not here!) | |||
2006-07-27 | unify | Theo de Raadt | |
2006-04-16 | remove some rather deceptively unused lines; no change to generated MAKEDEV's | Todd T. Fries | |
2006-04-16 | shuffle ramdisk device targets to MAKEDEV.common to avoid duplication and | Todd T. Fries | |
pave the way for future work; ok since this does not change the generated MAKEDEV | |||
2006-03-15 | /dev/reload is an old amiga thing, how did it make it here? | Theo de Raadt | |
2005-08-01 | old ses device goes away | Theo de Raadt | |
2005-08-01 | kernal->kernel; | Jason McIntyre | |
from netbsd pr #30872 (anonymous post); ok deraadt@ krw@ | |||
2005-02-07 | indentation whitespace nits (saves a few bytes even) | David Krause | |
2005-02-03 | fix pasto '::' -> ':'. Oops deraadt@ ;-) | Thierry Deval | |
2005-01-28 | use Add() consistently and make sure we use decimal numbers for addition | Dan Harnett | |
in the case of ugen devices. suggestions and ok todd@ | |||
2005-01-06 | when an arch has wskbd0 or wsmouse0, prepare for the future and apply | Theo de Raadt | |
same rules to both wskbd0:wskbd and wsmouse0:wsmouse; miod ok | |||
2004-04-11 | Update for pty changes (62 per letter instead of just 16) | Todd C. Miller | |
2004-02-16 | Harmonize MAKEDEV sources: | Miod Vallat | |
- homogenize section order - sort devices inside sections - make sure all platforms provide a local target (sigh) - remove a few dead devices not worth mentioning on a few arches while there. disabused ok deraadt@ | |||
2004-02-14 | copyright 2004 as well, prompted/reminded by miod | Todd T. Fries | |
2004-02-10 | Add the ptm device to pty(4). By opening /dev/ptm and using the PTMGET | Todd C. Miller | |
ioctl(2), an unprivileged process may allocate a pty and have its owner and mode set appropriately. This means that programs such as xterm and screen no longer need to be setuid. Programs using the openpty() function require zero changes and will "just work". Designed by beck@ and deraadt@; changes by beck@ with cleanup (and a rewrite of the vnode bits) by art@ and tweaks/bugfixes by me. Tested by many. | |||
2004-01-12 | utty[0-9a-f] -> /dev/ttyU[0-9a-zA-Z]; prompted by & ok deraadt@ | Todd T. Fries | |
2003-10-11 | svnd gap here too. | Ted Unangst | |
2003-06-18 | switch to share/misc/license.template | Todd T. Fries | |
2003-04-10 | POSIX chown | Todd C. Miller | |
2003-03-01 | 16 partitions, and fix a few glitches (mainly :bx sizes not being power of two) | Miod Vallat | |
2003-01-06 | sync | Theo de Raadt | |
2002-12-05 | remove altq entries. I should have done these before MAKEDEV. | Kenjiro Cho | |
pointed out by todd@ | |||
2002-12-05 | remove altq entries. altq is now handled through pf. | Kenjiro Cho | |
ok, deraadt@ | |||
2002-10-16 | move md things into md files (pass 1) as discussed a long time ago | Todd T. Fries | |
ok miod@ | |||
2002-08-29 | even closer to the truth; miod, matthieu, todd | Theo de Raadt | |
2002-08-29 | cleanup all fbtab, various ok | Theo de Raadt | |
2002-06-09 | rm trailing whitespace | Todd T. Fries | |
2002-06-09 | sync | Todd T. Fries | |
2002-05-30 | space nits | Theo de Raadt | |
2002-05-21 | fake sync (not yet using MAKEDEV.md) | Theo de Raadt | |
2002-05-21 | remove MAKEDEV.local finally | Theo de Raadt | |
2002-05-16 | Add systrace support to all the remaining architectures. | Miod Vallat | |
Tested by various people on various platforms, I'm willing to fix any breakage this causes. ok niels@ deraadt@ and mickey@ (after his comments were applied) | |||
2002-05-13 | move common distrib rules to main Makefile, | Marc Espie | |
make -> ${MAKE} add phony targets remove unnecessary subshells install kernel in a separate target from building. some SUDO. okay deraadt@ (checked bootstrap on i386, should be safe elsewhere, and trivial to fix anyways) | |||
2002-04-11 | sync | Theo de Raadt | |
2002-02-14 | complete the function arg KNF spacing | Todd T. Fries | |
2002-02-14 | escapees; it is not yet time (but soon) | Todd T. Fries | |