Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-05-05 | sparc has 16 partitions now i think | Thomas Graichen | |
1997-05-05 | make list2sh.awk safe for meta-characters in SPECIAL | grr | |
1997-05-05 | fix typo | Thomas Graichen | |
1997-05-05 | do not only s/2\.0/2\.1/g - also 20 -> 21 - but take care ... this is nothing | Thomas Graichen | |
for sed - else the filesizes might end up funny :-) please everyone look at your files for 20 too (i.e. in the other arches) | |||
1997-05-05 | add ccd to GENERIC | Thomas Graichen | |
1997-05-05 | add /etc/ld.so.conf for the mips arches | Thomas Graichen | |
1997-05-05 | add an ld.so.conf file to /etc for the mips arches - it is required | Thomas Graichen | |
for their broken linux based ld.so to work correctly with non /usr/lib shared libs | |||
1997-05-05 | @echo -> echo | Thomas Graichen | |
1997-05-05 | elf2aout converts to aout not to ecoff | Thomas Graichen | |
1997-05-05 | remove boot_tahoe from here too | Thomas Graichen | |
1997-05-05 | include /bsd* - so if we want to put extra kernels in it will pick | Thomas Graichen | |
them up automatically if their name starts with bsd | |||
1997-05-05 | hopefully the last tahoe relict in the tree goes now ... | Thomas Graichen | |
1997-05-05 | put a kernel in the snap & release | Theo de Raadt | |
1997-05-05 | Updates from NetBSD (cgd): | Todd C. Miller | |
- seriously clean up makefiles. use libsa/libkern/libz as appropriate, and don't build the various sources into objs locally by specifying them directly in the Makefiles. - move the secondary bootstrap down (to 0x20004000), and add a HEAP_LIMIT so that we don't exhaust our bootstrap address space (when using the new, not yet checked in, memory allocator). - clean up installboot, deal with secondary bootstrap programs not on 'a' partition or 'a' partition not starting at 0. - add padding to structures in bbinfo.h for future expansion. Add a netbbinfo structure to allow netboot information to be hard-coded in network boot blocks, so that they can be made to work even on systems with firmware which doesn't support the new "ethernet address in boot device" convention. - move the sync() calls to the correct place in installboot.c - remove a kludge in disk.c which was breaking multiple opens/closes of the disk - allow netboot ethernet address to be hard-coded into binary so that machines with old firmware which doesn't pass it in the boot device can work. Assume that if the ethernet address isn't passed in, it uses the old (dain-bramaged) 'read' interface works on my 3000/300LX. - Add setnetbootinfo, a program to hard code an ethernet address into a network boot. - move an 'int debug;' into boot.c (it was the only diff between boot.c and netboot.c), and nuke netboot.c (using boot.c instead for net boot blocks). - add cd9660 file system ops to the file system ops table in filesystem.c - if a file name is given (i.e. BOOTED_FILE) is set, boot only that file, but if not then try to boot "bsd", "bsd.bak", "bsd.old", and "obsd" (in that order) until one is found or until the list of names is exhausted. - add support for reading gzipped kernels. - use strerror() to print errors, rather than just printing error numbers - if no disk label exists, fake one up - slightly relax the block size checks in bootxx.c; they were a bit to paranoid And local changes: - don't build a copy of libsa/libkern/libz for each boot prog, just build a single copy and use it for everything. | |||
1997-05-05 | provide a place to mount kernfs | grr | |
1997-05-05 | if kernfs is to be the official path, we need to be able to mount it | grr | |
1997-05-05 | get ftplist from proper host | Theo de Raadt | |
1997-05-05 | turns 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-05 | Back out depend/clean changes. | Todd C. Miller | |
1997-05-05 | ssize_t is long on alpha, not int so cast to long in printf. | Todd C. Miller | |
1997-05-05 | Default FTP login anonymous with root@this.machine as password for FTP install | Thorsten Lockert | |
1997-05-05 | When doing FTP installs, allow the user to get a list of FTP servers | Thorsten Lockert | |
1997-05-04 | Don't use head when we already use awk. | Todd C. Miller | |
1997-05-04 | Change clean/depend targets to allow inclusion of Makefile.inc | Todd C. Miller | |
where there is already a depend: target. | |||
1997-05-04 | Alpha needs strchr.c | Todd 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-04 | Make null_read() and null_write() consistent with their prototypes. | Todd C. Miller | |
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 | |