Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-05-04 | Fix writing of pid file. From Matthieu Herrb <Mathieu.Herrb@mipnet.fr> | Todd C. Miller | |
Closes OpenBSD PR#178 | |||
1997-05-04 | Add newer S3 chipsets that pcvt supports. Fix from William Wisner | Todd C. Miller | |
<wisner@gryphon.com>. Closes PR#180. | |||
1997-05-04 | Better fix for getting at rdsetroot; from Dale Rahn | Thorsten Lockert | |
1997-05-04 | Move xntpd -> rc.securelevel since tickadj need to twiddle /dev/mem | Todd C. Miller | |
Move xdm back to rc.local; if your X server need access to /dev/mem and you do not use the ap driver starting xdm from rc.securelevel will only help the first time. Add other rc.securelevel examples that are not daemons. | |||
1997-05-04 | Remove unnecesary call to head(1) that was giving me some grief. | Todd C. Miller | |
It is sufficient to have awk exit after printing the first line. | |||
1997-05-04 | Make this work without obj directories/links | Thorsten Lockert | |
1997-05-04 | Cleaned up. | Per Fogelstrom | |
1997-05-04 | 2.1 | Niklas Hallqvist | |
1997-05-04 | 2.0 -> 2.1, this needs more work though | Niklas Hallqvist | |
1997-05-04 | Update to 2.1 preparation instructions | Niklas Hallqvist | |
1997-05-04 | The -sh link should be to pdksh instead of sh, or makeconf.awk | Niklas Hallqvist | |
will try to bring in ash as well | |||
1997-05-04 | Install `base' set before `etc' (configuration files) | Thorsten Lockert | |
1997-05-04 | Machine-dependent file systems wants -o style flags (but without the -o | Thorsten Lockert | |
itself); make it so for MSDOS mounts | |||
1997-05-04 | Distribution sets has version as part of the file name; be consistent | Thorsten Lockert | |
1997-05-04 | Do not use awk | Thorsten Lockert | |
1997-05-04 | Remove unneeded REV to install of kernel and boot blocks | Thorsten Lockert | |
1997-05-04 | Need to quote interface flags to addifconfig as there might be more than one | Thorsten Lockert | |
flag specified | |||
1997-05-04 | Propagate release into install script | Thorsten Lockert | |
1997-05-04 | Fix thinko in kernel install handling | Thorsten Lockert | |
1997-05-04 | Add wd (IDE) and acd (atapi) devices and make them by default | imp | |
1997-05-04 | Reality update | Niklas Hallqvist | |
1997-05-04 | Comment out installboot for now | Niklas Hallqvist | |
1997-05-04 | Some more blind powerpc updates, to make the sets be more like | Niklas Hallqvist | |
the other ports. | |||
1997-05-04 | now with SCSI and local disk | kstailey | |
1997-05-04 | Looking at binutils' wrapper makefile I see mmalloc & readline | Niklas Hallqvist | |
are not built for powerpc. | |||
1997-05-04 | why install nlmconv manpage, when we don't carry the binary? | Niklas Hallqvist | |
1997-05-04 | Move manpages related to binaries in comp from man to comp. | Niklas Hallqvist | |
Sort some files. Remove the nlmconv manpage as we don't have the binary. Moved some stuff in the powerpc sets that had gotten wrong, please check, Dale. | |||
1997-05-04 | Reality update, still needs more... | Niklas Hallqvist | |
1997-05-03 | Install a kernel set | Thorsten Lockert | |
1997-05-03 | Add hostname(1) | Thorsten Lockert | |
1997-05-03 | Disable twiddle() as it causes problems on some architectures | Thorsten Lockert | |
Actually install machine dependant sets if there are any specified Special-case a set named "kernel" so that it will copy "bsd" to the root disk | |||
1997-05-03 | Add amiga md parts of the miniroot stuff | Niklas Hallqvist | |
1997-05-03 | Allow certain ports to tell that newfs might fail | Niklas Hallqvist | |
1997-05-03 | Use 8k ffs blocks in the miniroot to bypass a clustering bug | Niklas Hallqvist | |
1997-05-03 | DOH | Niklas Hallqvist | |
1997-05-03 | bring the sets up to date for the pmax too | Thomas Graichen | |
1997-05-03 | arg | Theo de Raadt | |
1997-05-03 | cleanup sets gen for release | Theo de Raadt | |
1997-05-03 | Remove obsolete distribuiton method | Niklas Hallqvist | |
1997-05-03 | forgot /boot at the installboot argument | Thomas Graichen | |
1997-05-03 | Introduce IMAGEDIR to control where the image gets built. | Niklas Hallqvist | |
Fix argument to vnconfig -u. | |||
1997-05-03 | switch *random, ipl, ss* and uk* to using mk() | kstailey | |
add rm -f to mk() | |||
1997-05-03 | change kernel name to bsd from netbsd | kstailey | |
1997-05-03 | Workaround bug in some shells, esp. the one shipped in 2.0. | Niklas Hallqvist | |
1997-05-03 | release target. This is one monster target | Theo de Raadt | |
1997-05-03 | Undo private changes | Thorsten Lockert | |
1997-05-03 | Almost complete install script that uses the machine-independant code from | Thorsten Lockert | |
the miniroot; not quite ready for prime-time yet but getting closer | |||
1997-05-03 | put generic kernel in snap too | Theo de Raadt | |
1997-05-03 | Add some binaries to ramdisk image | Thorsten Lockert | |
1997-05-03 | Make $EDITOR available after setting it | Thorsten Lockert | |
break cannot break out of a case; just return Work around apparent pdksh bug where it will look at a modified $resp after executing code in a case statement. |