Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
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-09-26 | Regen | Miod Vallat | |
2003-09-26 | Add majors and devsw entries for the missing scsi devices on mvme*8k. | Miod Vallat | |
2003-08-24 | put emul sysctls in appropriate arch. also fix up the comments. | Ted Unangst | |
problems noted by fgsch@ and deraadt@ | |||
2003-06-18 | sync | Todd T. Fries | |
2003-06-18 | switch to share/misc/license.template | Todd T. Fries | |
2003-05-21 | Use : instead of . in chown (were this not sync'd correctly when the | Jason Wright | |
original commit was done?) | |||
2003-03-01 | 16 partitions, and fix a few glitches (mainly :bx sizes not being power of two) | Miod Vallat | |
2003-01-06 | sync | Todd T. Fries | |
2003-01-06 | sync | Theo de Raadt | |
2002-12-05 | redo "make allarchs". | Kenjiro Cho | |
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 | sync | Todd T. Fries | |
2002-08-21 | Regen | Miod Vallat | |
2002-08-21 | Correct tty0[0-3] device nodes generation. | Miod Vallat | |
2002-06-18 | regen. | Federico G. Schwindt | |
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-16 | Regen. | Miod Vallat | |
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-28 | Regen. | Miod Vallat | |
2002-04-28 | Fix ccd entry, and remove a duplicate. | Miod Vallat | |
2002-04-17 | Regen mvme68k MAKEDEV, and add it to the list of m4 MAKEDEV enabled arches. | Miod Vallat | |
2002-04-17 | Switch mvme68k to the m4 MAKEDEV scheme. | Miod Vallat | |
As a bonus, we do not need awk(1) anymore to run MAKEDEV. ok deraadt@ | |||
2002-04-14 | add missing cd0 devices to ramdisk targets | Theo de Raadt | |
2002-04-10 | correct name of ramdisk target (and remove crud) | Theo de Raadt | |
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 | |
2002-02-09 | use "ramdisk" for the ramdisk target, always | Theo de Raadt | |
2002-02-08 | prepare 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 .. | |||
2002-01-04 | add missing rm commands; todd ok | Theo de Raadt | |
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-01-28 | $OpenBSD$ | Niklas Hallqvist | |
2000-03-22 | operator should have perms to write and change tapes. ch* is still missing | Niklas Hallqvist | |
in some MAKEDEVs, will see to them in a separate commit. | |||
2000-01-24 | fix getty problem with ttys. | Steve Murphree | |