Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2005-12-27 | Regen | Miod Vallat | |
2005-12-27 | Remove orphaned ttye nodes. No change in generated output. | Miod Vallat | |
2005-10-06 | regen | Otto Moerbeek | |
2005-10-06 | Forgat this one, as noted by deraadt@ | Otto Moerbeek | |
2005-10-06 | regen | Otto Moerbeek | |
2005-10-04 | regen | Otto Moerbeek | |
2005-10-04 | regen | Otto Moerbeek | |
2005-10-04 | regen | Otto Moerbeek | |
2005-08-01 | sync | Theo de Raadt | |
2005-08-01 | old ses device goes away | Theo de Raadt | |
2005-06-02 | Regen | Thorsten Lockert | |
2005-03-08 | Kill hp300 DISKLESS kernel, not worth using against GENERIC for diskless | Miod Vallat | |
systems since it still has all the filesystems for vnd usage and thus does not save much memory... ok deraadt@ | |||
2005-03-01 | regen | Otto Moerbeek | |
2005-02-07 | sync | David Krause | |
2005-02-07 | sync | David Krause | |
2005-01-28 | sync | Dan Harnett | |
2005-01-14 | Regen | Miod Vallat | |
2005-01-14 | Switch OpenBSD/hp300 to wscons, still using on-board ROM fonts for now. | Miod Vallat | |
Main features: - MI hil drivers, allowing live plug/unplug of devices, and the keyboard does not need to be at id 1 anymore. - SGC bus support on 4xx models. SGC frame buffers are supported too, but not as console, though you can use them as a regular glass terminal if you run a getty on ttyC0. Currently not compiled-in, awaiting for an sti(4) fix to be commited. - HP-UX compatibility interfaces are removed. grfinfo and hilinfo are removed. X11 support is currently broken by these changes; X.org X11R6 support will be available very soon. Tested on hyperion and 4 different flavours of catseye/topcat/kathmandu; other, older frame buffers (davinci, gatorbox and renaissance) could not been tested but should work; please report any regression. | |||
2005-01-10 | regen | David Gwynne | |
2004-08-19 | Regen. | Miod Vallat | |
2004-08-03 | Err, commit after regen... | Miod Vallat | |
2004-08-03 | Replace the old 4.4BSD scsi code used on hp300 with a ``real'' driver | Miod Vallat | |
interfaced with the MI scsi code. Adapted from NetBSD with some changes (especially to get tape and old cd-rom drives to not cause the driver to spin during probe). Tested by millert@ and I, ok millert@ | |||
2004-06-03 | sync | Alexander Yurchenko | |
2004-05-30 | sync | Alexander Yurchenko | |
2004-05-29 | sync | Theo de Raadt | |
2004-04-11 | regen | Todd C. Miller | |
2004-04-11 | Regen for for pty changes (62 per letter instead of just 16) | Todd C. Miller | |
2004-04-11 | Update for pty changes (62 per letter instead of just 16) | Todd C. Miller | |
2004-03-12 | Cause ct to be escaped in nroff output; spotted by jmc. | Miod Vallat | |
No regen necessary except for hp300 MAKEDEV.8 | |||
2004-03-12 | sync | Theo de Raadt | |
2004-02-20 | Regen; except for alpha, the only changes are in comments. | Miod Vallat | |
2004-02-20 | MAKEDEV.8 improvement pack: | Miod Vallat | |
- refer to the section 4 manual page for every device target, whenever possible - repair a few minor quoting errors - repair a few sorting errors - fix a few device descriptions (ideally they would be synched with the .Nd line of their manpages, but we are not there... yet) - minor mdoc fixes Thanks to jmc@ for review and a lot of constructive criticism. | |||
2004-02-17 | Move conflicting hd(4) definitions to MD files. | Miod Vallat | |
2004-02-16 | Regen | Miod Vallat | |
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 | sync | Todd T. Fries | |
2004-02-14 | copyright 2004 as well, prompted/reminded by miod | Todd T. Fries | |
2004-02-13 | Regen. | Miod Vallat | |
2004-02-10 | regen properly | Michael Shalayeff | |
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-02-05 | sync | Todd T. Fries | |
2004-01-13 | sync | Todd T. Fries | |
2004-01-13 | shovel ttye to md; ok miod@ | Todd T. Fries | |
2004-01-12 | sync | Todd T. Fries | |
2004-01-12 | + alph2d() (thanks dr!), allow ttyU's a-zA-Z to be created | Todd T. Fries | |
2003-10-15 | sync | Todd T. Fries | |
2003-10-14 | sync | Todd T. Fries | |
2003-10-11 | regen | Ted Unangst | |
2003-08-24 | put emul sysctls in appropriate arch. also fix up the comments. | Ted Unangst | |
problems noted by fgsch@ and deraadt@ |