Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-09-17 | more missing dmesg | Theo de Raadt | |
2001-09-17 | mount -u, not mount_ffs -u | Todd C. Miller | |
2001-09-16 | Shave a few byte; "mount -u" not "mount -o update"; Theo OK'd | Todd C. Miller | |
2001-08-26 | Final tweak to i386 list2sh.awk SPECIAL handling - consolidate print | Kenneth R Westerback | |
statements. Use as base for other architectures to improve comment eradication/space reclamation in scripts on boot floppies. | |||
2001-08-23 | Expand regular expressions used in sed invocations in SPECIAL lines to | Kenneth R Westerback | |
find and delete more comments from scripts put on floppy images. Now, leading whitespace and no trailing characters are both detected and either cause the comment line to be deleted. Fix list2sh.awk so that the tabs in the sed statements are not lost during script creation. Previously the remainder of the SPECIAL line, i.e. the shell statement to write, was recreated from the fields, but awk treated the <blank><tab> in the sed expression as a field separator and discarded the blank and tab. The blank was then added back in the recreation process, but the tab was lost. These changes cause the scripts to shrink by a total of 6596 characters. This handles the i386 cases, other architectures can probably be fixed the same way. | |||
2001-08-17 | Make floppyC29.fs installable again. | Kenneth R Westerback | |
With kernfs gone, dmesg must be compiled into the image. Also add hostname as in ../common/*. Encountered by George Shaffer. ok deraadt@. | |||
2001-06-23 | argh. stop using kernfs, using dmesg using sysctl. encode ARCH into | Theo de Raadt | |
install.md at build time. remove some crud. and the icing on the cake: skip testing all this until next week | |||
2001-05-11 | unify a.out rdsetroot | Theo de Raadt | |
2001-05-11 | -1 -> MAP_FAILED | Artur Grabowski | |
2001-04-19 | strip comments, as on the alpha; millert ok | Theo de Raadt | |
2001-04-09 | only put wicontrol (and ancontrol now too) on floppyC | Theo de Raadt | |
2001-03-13 | at install time, if X is chosen, set machdep.aperature to 2 instead of 1. | Theo de Raadt | |
2001-03-03 | vt220 termcap | Theo de Raadt | |
2001-03-03 | oops, put newfs back | Theo de Raadt | |
2001-03-02 | mount_mfs is not used, no link needed; nate | Theo de Raadt | |
2001-01-29 | make depend again; i noticed this yesterday too, it used to but was disabled ↵ | Theo de Raadt | |
for some reason, i forget why; gwes@oat.com | |||
2001-01-27 | put wicontrol on the floppy | Theo de Raadt | |
2001-01-25 | egrep -a to permit working with binary data in dmesg | Theo de Raadt | |
2001-01-06 | Add -l to default msdos mount options; closes PR 634 | Todd C. Miller | |
2000-10-25 | In stty line enable ^T (status) as well. | Todd C. Miller | |
2000-09-03 | Boring... Add :L modifier to all tweakable variables tests. | Marc Espie | |
Closes PR 1246 | |||
2000-07-11 | cardbus containing floppy | Theo de Raadt | |
2000-07-07 | tip not needed on boot floppies | Marco S Hyman | |
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-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-09 | chown/chgrp changes | Michael Shalayeff | |
2000-01-30 | add dmesg alias to all install media | Theo de Raadt | |
1999-12-05 | remove expr -- make floppy happier at 80k; millert@ ok | Michael Shalayeff | |
1999-10-08 | make X windows question default to yes | Todd C. Miller | |
1999-09-25 | spacing | Theo de Raadt | |
1999-09-23 | Formatting, typo, and grammar fixes. | Aaron Campbell | |
1999-09-20 | clarify X question | Theo de Raadt | |
1999-09-03 | md_questions() interface allows asking questions before sets | Theo de Raadt | |
1999-08-15 | Kill md_copy_kernel() | Todd C. Miller | |
1999-08-07 | properly installboot the 2.88MB floppy | Theo de Raadt | |
1999-08-06 | new install media. floppyXX.fs is the regular one. floppyBXX.fs contains no | Theo de Raadt | |
none of the scsi drivers on the first floppy, but others (to be detailed elsewhere). bsd.rd is still the one from floppyXX.fs. finally, cdromXX.fs is a 2.88MB install, which contains a superset of all these.. to be placed on the CD. | |||
1999-07-30 | acd went away | Theo de Raadt | |
1999-05-26 | compile i386 ramdisk with -Os (conserve size) | Marc Espie | |
1999-04-10 | shrink ramdisk a teeny bit; 8MB installs now work reliably | Theo de Raadt | |
1999-04-08 | and... once again... swapon goes away | Theo de Raadt | |
1999-04-07 | Don't use -F option to disklabel | Todd C. Miller | |
1999-04-02 | link with -lotermcap not -lcurses since it is so much smaller and sync ↵ | Todd C. Miller | |
instbin-nokrb.conf with instbin.conf | |||
1999-04-02 | Fix "no closing quote" problem. | Todd C. Miller | |
1999-04-02 | shave a few bytes | Todd C. Miller | |
1999-04-01 | shave a few bytes | Todd C. Miller | |
1999-04-01 | prompt for entire disk use, disklabel -f use; millert | Theo de Raadt | |
1999-03-08 | correct modes | Theo de Raadt | |
1999-03-04 | swapon now fits again | Theo de Raadt | |
1999-03-02 | argh, swapon does not fit | Theo de Raadt | |
1999-02-28 | put swapon on i386 floppy | Theo de Raadt | |