summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1997-05-05get ftplist from proper hostTheo de Raadt
1997-05-05turns out changes to getresp weren't really the ticket, I'd revert it, but ↵grr
don't want to mess up anybody at this point. If everybody's going to be using this stuff, it needs a post-release overhaul...
1997-05-05Back out depend/clean changes.Todd C. Miller
1997-05-05ssize_t is long on alpha, not int so cast to long in printf.Todd C. Miller
1997-05-05Default FTP login anonymous with root@this.machine as password for FTP installThorsten Lockert
1997-05-05When doing FTP installs, allow the user to get a list of FTP serversThorsten Lockert
1997-05-04Don't use head when we already use awk.Todd C. Miller
1997-05-04Change clean/depend targets to allow inclusion of Makefile.incTodd C. Miller
where there is already a depend: target.
1997-05-04Alpha needs strchr.cTodd C. Miller
Fix up clean and depend targets in Makefile.inc so we can include Makefile.inc in cases where there is already a clean/depend target (based on a NetBSD Makefile.inc).
1997-05-04Make null_read() and null_write() consistent with their prototypes.Todd C. Miller
1997-05-04Fix writing of pid file. From Matthieu Herrb <Mathieu.Herrb@mipnet.fr>Todd C. Miller
Closes OpenBSD PR#178
1997-05-04Add newer S3 chipsets that pcvt supports. Fix from William WisnerTodd C. Miller
<wisner@gryphon.com>. Closes PR#180.
1997-05-04Better fix for getting at rdsetroot; from Dale RahnThorsten Lockert
1997-05-04Move xntpd -> rc.securelevel since tickadj need to twiddle /dev/memTodd 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-04Remove 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-04Make this work without obj directories/linksThorsten Lockert
1997-05-04Cleaned up.Per Fogelstrom
1997-05-042.1Niklas Hallqvist
1997-05-042.0 -> 2.1, this needs more work thoughNiklas Hallqvist
1997-05-04Update to 2.1 preparation instructionsNiklas Hallqvist
1997-05-04The -sh link should be to pdksh instead of sh, or makeconf.awkNiklas Hallqvist
will try to bring in ash as well
1997-05-04Install `base' set before `etc' (configuration files)Thorsten Lockert
1997-05-04Machine-dependent file systems wants -o style flags (but without the -oThorsten Lockert
itself); make it so for MSDOS mounts
1997-05-04Distribution sets has version as part of the file name; be consistentThorsten Lockert
1997-05-04Do not use awkThorsten Lockert
1997-05-04Remove unneeded REV to install of kernel and boot blocksThorsten Lockert
1997-05-04Need to quote interface flags to addifconfig as there might be more than oneThorsten Lockert
flag specified
1997-05-04Propagate release into install scriptThorsten Lockert
1997-05-04Fix thinko in kernel install handlingThorsten Lockert
1997-05-04Add wd (IDE) and acd (atapi) devices and make them by defaultimp
1997-05-04Reality updateNiklas Hallqvist
1997-05-04Comment out installboot for nowNiklas Hallqvist
1997-05-04Some more blind powerpc updates, to make the sets be more likeNiklas Hallqvist
the other ports.
1997-05-04now with SCSI and local diskkstailey
1997-05-04Looking at binutils' wrapper makefile I see mmalloc & readlineNiklas Hallqvist
are not built for powerpc.
1997-05-04why install nlmconv manpage, when we don't carry the binary?Niklas Hallqvist
1997-05-04Move 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-04Reality update, still needs more...Niklas Hallqvist
1997-05-03Install a kernel setThorsten Lockert
1997-05-03Add hostname(1)Thorsten Lockert
1997-05-03Disable twiddle() as it causes problems on some architecturesThorsten 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-03Add amiga md parts of the miniroot stuffNiklas Hallqvist
1997-05-03Allow certain ports to tell that newfs might failNiklas Hallqvist
1997-05-03Use 8k ffs blocks in the miniroot to bypass a clustering bugNiklas Hallqvist
1997-05-03DOHNiklas Hallqvist
1997-05-03bring the sets up to date for the pmax tooThomas Graichen
1997-05-03argTheo de Raadt
1997-05-03cleanup sets gen for releaseTheo de Raadt
1997-05-03Remove obsolete distribuiton methodNiklas Hallqvist
1997-05-03forgot /boot at the installboot argumentThomas Graichen