Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-08-20 | sync | Theo de Raadt | |
2004-08-20 | bpf0 on ramdisk; from hugh | Theo de Raadt | |
2004-08-19 | Regen. | Miod Vallat | |
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-03-12 | sync | Theo de Raadt | |
2004-02-20 | Regen; except for alpha, the only changes are in comments. | Miod Vallat | |
2004-02-17 | Regen with correct hd(4) description. | Miod Vallat | |
2004-02-16 | Regen | Miod Vallat | |
2004-02-14 | sync | 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-12 | sync | Todd T. Fries | |
2003-10-11 | larger svnd gap | Ted Unangst | |
2003-04-15 | some spelling corrections from NetBSD (Igor Sobrado); | Jason McIntyre | |
ok hugh@ | |||
2003-01-06 | sync | Theo de Raadt | |
2002-12-05 | remove altq entries. altq is now handled through pf. | Kenjiro Cho | |
ok, deraadt@ | |||
2002-06-24 | Add xfs device; seems to work. | Hugh Graham | |
2002-06-09 | sync | Todd T. Fries | |
2002-05-16 | Add systrace devices until vax is converted to new MAKEDEV scheme (soon) | Miod Vallat | |
2002-04-04 | shrink things in ramdisk; hugh ok | Theo de Raadt | |
2002-02-21 | Remove uncommited garbage. I am sorry, but this was just not tested. It | Theo de Raadt | |
crashes sh, EVEN after that possible fix. It appears to overflow the ramdisk _before_ it dumps core. Noone was shown these changes. They were just tossed in. This is not a development process that will work, so I am just backing out all the changes in the last 24 hours. | |||
2002-02-21 | sync | Todd T. Fries | |
2002-02-21 | sync | Todd T. Fries | |
2002-02-14 | M4 generated MAKEDEV still premature. | Hugh Graham | |
2002-02-14 | sync | Todd T. Fries | |
2002-02-14 | sync | Todd T. Fries | |
2002-02-14 | sync | Todd T. Fries | |
2002-02-14 | escapees; it is not yet time (but soon) | Todd T. Fries | |
2002-02-14 | sync | Todd T. Fries | |
2002-02-09 | not ready for MAKEDEV.md | Theo de Raadt | |
2002-02-09 | sync, and update, to make "ramdisk" target disk | Theo de Raadt | |
2001-12-07 | Add ra and rx entries to the ramdisk. | Hugh Graham | |
2001-07-13 | Don't remove innocent files by accident, but on the other hand, | Miod Vallat | |
be sure to remove filres before mknod'ing them again. Also speed up some rm constructs. Discussed with hugh@ | |||
2001-06-28 | add an entry for ALTQ. | Kenjiro Cho | |
2001-06-25 | add pf device on all architectures. | Kjell Wooding | |
fix my previously bogus MAKEDEVs. If you used pf on a non-i386. the major device number has changed, and you'll need to recreate /dev/pf ok theo | |||
2001-06-24 | Add the pf device for the shiny new packet filter | Kjell Wooding | |
2001-05-30 | Remove ipf. Darren Reed has interpreted his (old, new, whichever) | Theo de Raadt | |
licence in a way that makes ipf not free according to the rules we established over 5 years ago, at www.openbsd.org/goals.html (and those same basic rules govern the other *BSD projects too). Specifically, Darren says that modified versions are not permitted. But software which OpenBSD uses and redistributes must be free to all (be they people or companies), for any purpose they wish to use it, including modification, use, peeing on, or even integration into baby mulching machines or atomic bombs to be dropped on Australia. Furthermore, we know of a number of companies using ipf with modification like us, who are now in the same situation, and we hope that some of them will work with us to fill this gap that now exists in OpenBSD (temporarily, we hope). | |||
2001-04-01 | Braces and spaces. | Hugh Graham | |
2001-03-31 | Build SCSI tape eject devices. Spotted while testing beckish slag? | Hugh Graham | |
2000-12-05 | Avoid dependency on printf(1) by replacing it with a ksh array. | Hugh Graham | |
Has side effect of constraining dmz dev entries to the ttyXX convention. | |||
2000-12-04 | Build network tunnel devices. | Hugh Graham | |
2000-11-24 | Add entries to build nodes required for "floppy", and "ramdisk". | Hugh Graham | |
2000-11-24 | Rename "md" to "rd", consquently moving the hdHDC9224 disk dev to "hd". | Hugh Graham | |
2000-11-24 | build the 'safe' vnode device | Hugh Graham | |