Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-08-31 | sync. -moj | Mats O Jansson | |
2000-08-29 | sync | Theo de Raadt | |
2000-08-23 | sync | Theo de Raadt | |
2000-08-22 | sync | Theo de Raadt | |
2000-08-21 | 2.8-beta (so that X11 can distinguish login.conf) | Theo de Raadt | |
2000-08-21 | sync | Theo de Raadt | |
2000-08-19 | sync | Theo de Raadt | |
2000-08-12 | sync | Theo de Raadt | |
2000-08-08 | use GENERIC and RAMDISK | Theo de Raadt | |
2000-08-06 | Add special init | Todd C. Miller | |
2000-08-06 | Build a smaller init for ramdisk images. | Todd C. Miller | |
o Don't complain about missing /etc/rc o Exec /bin/sh instead of prompting for a shell to run | |||
2000-08-05 | sync | Theo de Raadt | |
2000-08-05 | sync | Theo de Raadt | |
2000-08-02 | update; jay@sector7.com | Theo de Raadt | |
2000-07-26 | sync | Theo de Raadt | |
2000-07-25 | deal with chflags merge, again | Theo de Raadt | |
2000-07-25 | sync; moving a bunch of directory entries themselves around | Theo de Raadt | |
2000-07-25 | catch up | Miod Vallat | |
2000-07-20 | Synch | Marc Espie | |
2000-07-15 | fix more ch* in lists | Theo de Raadt | |
2000-07-14 | sync | Theo de Raadt | |
2000-07-14 | sync | Theo de Raadt | |
2000-07-14 | correct ch* things mickey forgot | Theo de Raadt | |
2000-07-14 | sync | Theo de Raadt | |
2000-07-13 | Be smarter when populating the miniroot : don't copy, then rm, files not ↵ | Miod Vallat | |
needed here. Required to fit since last MAKEDEV additions. | |||
2000-07-12 | Update mirror sites. Ok'd by deraadt@ | Kevin Lo | |
2000-07-11 | sync | Theo de Raadt | |
2000-07-11 | cardbus containing floppy | Theo de Raadt | |
2000-07-11 | sync | Theo de Raadt | |
2000-07-10 | Use .tgz and not .tar.gz as default when using ftp. -moj | Mats O Jansson | |
2000-07-10 | install expects /kern to be mounted. -moj | Mats O Jansson | |
2000-07-09 | revert previous change: link instbin w/ scrt0, saves a couple of k's | Marco S Hyman | |
Bad Mickey... you broke the boot floppies. Thanks to art@ for suggesting this might be the problem | |||
2000-07-09 | sync | Theo de Raadt | |
2000-07-08 | This file should not have been removed, this revision should be the same as | Dale S. Rahn | |
version 1.12 | |||
2000-07-07 | tip not needed on boot floppies | Marco S Hyman | |
2000-07-07 | sync | Theo de Raadt | |
2000-07-05 | sync | Theo de Raadt | |
2000-07-03 | Better ramdisk size from Jay Bolton. | Niklas Hallqvist | |
2000-07-02 | Remove mount_nfs since the RAMDISK kernels don't have NFS support | Todd C. Miller | |
and the install scripts believes that NFS is supported if mount_nfs exists. | |||
2000-06-28 | Add scrt0.o which was just added to the powerpc port. (should this file be mi?) | Dale S. Rahn | |
2000-06-27 | sync | Theo de Raadt | |
2000-06-23 | link instbin w/ scrt0, saves a couple of k's | Michael Shalayeff | |
2000-06-23 | implement bubble sort in ksh instead of using sort(1). | Michael Shalayeff | |
i think i'll fix sparc next week to use it. | |||
2000-06-20 | Completely new ramdisk stuff, inspired by the existing sparc ramdisk. | Miod Vallat | |
2000-06-19 | Match reality | Miod Vallat | |
2000-06-18 | ifaliases goes away. | Todd T. Fries | |
- new installs wont have existing ifaliases - updates dont touch /etc - manual updates of /etc/ should know what they're doing anyway fwiw, see hostname.if(5) alias functionality has moved here for better overall network configurability | |||
2000-06-18 | sync | Theo de Raadt | |
2000-06-16 | ssl package no longer needed (will be tested) | Theo de Raadt | |
2000-06-15 | sync | Theo de Raadt | |
2000-06-15 | Deal with the chgrp chown -> chmod change. | Dale S. Rahn | |
instead of generating a text file from list, just create it and edit it directly, allows for more control. Also i386 edits this file directly instead of using awk to generate it. |