summaryrefslogtreecommitdiff
path: root/etc/etc.hp300/MAKEDEV.md
AgeCommit message (Collapse)Author
2004-08-03Replace the old 4.4BSD scsi code used on hp300 with a ``real'' driverMiod 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-04-11Update for pty changes (62 per letter instead of just 16)Todd C. Miller
2004-03-12Cause ct to be escaped in nroff output; spotted by jmc.Miod Vallat
No regen necessary except for hp300 MAKEDEV.8
2004-02-20MAKEDEV.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-17Move conflicting hd(4) definitions to MD files.Miod Vallat
2004-02-16Harmonize 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-14copyright 2004 as well, prompted/reminded by miodTodd T. Fries
2004-02-10Add the ptm device to pty(4). By opening /dev/ptm and using the PTMGETTodd 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-13shovel ttye to md; ok miod@Todd T. Fries
2003-06-18switch to share/misc/license.templateTodd T. Fries
2002-12-25Fix st(4) block major. Gasp.Miod Vallat
2002-12-05remove altq entries. I should have done these before MAKEDEV.Kenjiro Cho
pointed out by todd@
2002-10-16move md things into md files (pass 1) as discussed a long time agoTodd T. Fries
ok miod@
2002-09-06Stricter permission on hil and grf devices, and use fbtab to relax themMiod Vallat
whenever necessary.
2002-05-16Add 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-04-18oops, there is no cd0 on hp300Theo de Raadt
2002-04-14add missing cd0 devices to ramdisk targetsTheo de Raadt
2002-03-26Always create the hp-ux compatibility hil devices with the same numbers,Miod Vallat
rather than probing the current system to find them. This is bad, but not as worse as depending on hilinfo for proper operation.
2002-02-14complete the function arg KNF spacingTodd T. Fries
2002-02-14hp300 joins the party; ok millert@Todd T. Fries
2002-02-09use "ramdisk" for the ramdisk target, alwaysTheo de Raadt
2002-02-08prepare for invasion, sparc64 gets major number fix wrt tty[a-d]Todd T. Fries
order a few places provide '[ "$DEBUG" ] && set -x' inside R() for debugging help ..