summaryrefslogtreecommitdiff
path: root/distrib
AgeCommit message (Expand)Author
2002-05-01when filtering termcap selecet vt220, not vt200, since that's what we gonna u...Michael Shalayeff
2002-05-01We only need fsck_ffs, not the fsck front end.Todd C. Miller
2002-04-30Clean up configure_all_interfaces() a bit.Kenneth R Westerback
2002-04-30Swap sbin/fsck and sbin/fsck_ffs in the LINK line. Now that we useTodd C. Miller
2002-04-30Parital sync to i386 common/Makefile.inc, enough to build ramdisk at least.Dale Rahn
2002-04-30use makeconf.awk throughout, delete instbin in MakefileTheo de Raadt
2002-04-30ahc back on floppyB.Miod Vallat
2002-04-30remove instbin in Makefile, not in listTheo de Raadt
2002-04-30instbin removal was not done; do in MakefileTheo de Raadt
2002-04-30instbin removal now done in a MakefileTheo de Raadt
2002-04-30spacingTheo de Raadt
2002-04-30first pass of instbin removal movementTheo de Raadt
2002-04-30use makeconf.awk, and cleanup instbin removalTheo de Raadt
2002-04-30oops, typoTheo de Raadt
2002-04-30Tighten up installed options on /tmp by adding nosuid,nodev.Kenneth R Westerback
2002-04-30tset bye byeTheo de Raadt
2002-04-30this is not run by hand, no need for #!/bin/sh; krw okTheo de Raadt
2002-04-30use makeconf.awk, and also simplify list managementTheo de Raadt
2002-04-30make use of makeconf.awkTheo de Raadt
2002-04-30use leaner libraries; like most already didTheo de Raadt
2002-04-30use SCRIPT commandTheo de Raadt
2002-04-30add a SCRIPT command which does sed-based comment stripping, and also the ARC...Theo de Raadt
2002-04-30do not delete the filesystem on "make unconfig"Theo de Raadt
2002-04-29syncTheo de Raadt
2002-04-29remove junkTheo de Raadt
2002-04-29generate termcap file using a list2sh.awk directrive; distrib becomes a lot s...Theo de Raadt
2002-04-29syncTheo de Raadt
2002-04-29Expose a few more comments to stripping: must be on separate line, andKenneth R Westerback
2002-04-29Eliminate basename(). Just use parameter expansion syntax to removeKenneth R Westerback
2002-04-29Rely on [] evaluating empty string as false, non-empty string as trueKenneth R Westerback
2002-04-29syncTheo de Raadt
2002-04-28Remove superfluous '{}' in variable references that are all alone in aKenneth R Westerback
2002-04-28remove confusion about disktabTheo de Raadt
2002-04-28use single shared mtree.confTheo de Raadt
2002-04-28Change getresp() into ask().Kenneth R Westerback
2002-04-28use the shared elfsetrootTheo de Raadt
2002-04-28bye byeTheo de Raadt
2002-04-28bye byeTheo de Raadt
2002-04-28modernizeTheo de Raadt
2002-04-28i intended to remove this beforeTheo de Raadt
2002-04-27Fix typo ('remel' -> 'rmel') in glob_selection.Kenneth R Westerback
2002-04-26Rework glob_selection() to eliminate 'Major hack' and a 'Eww' byKenneth R Westerback
2002-04-26Change 'while $1; shift' loops to 'for _b;' loops.Kenneth R Westerback
2002-04-26Improve use of sed in various places, eliminating unnecessaryKenneth R Westerback
2002-04-26get runlist from the right placeTheo de Raadt
2002-04-25move this into a less visible placeTheo de Raadt
2002-04-25runlist.sh & list2sh.awk unificationTheo de Raadt
2002-04-25no longer neededTheo de Raadt
2002-04-25merge in changes from other list2sh.awk filesTheo de Raadt
2002-04-25- fix a few textsMiod Vallat