summaryrefslogtreecommitdiff
path: root/distrib
AgeCommit message (Collapse)Author
2012-10-30Nuke dhclient-script and dhclient.conf 'script' directive. Do allKenneth R Westerback
interface and route configuration via ioctl's and routing sockets. This will break configurations using local enhancements of dhclient-script, which will now require alternate arrangements. Committing early to allow time to identify and develop required alternatives. Several proddings by deraadt@.
2012-10-30syncTheo de Raadt
2012-10-21I want msdos filesystem support on the big bsd.rdTheo de Raadt
2012-10-21remove some backwards compat for 5.0 -> 5.1/5.2 upgradesTheo de Raadt
ok krw matthieu
2012-10-20waitftplist:Alexander Hall
- simplify - remove excess comments - reduce verbosity ok deraadt@ rpe@
2012-10-18put fewer things in usr/mdec on the ramdisk filesystem, and use themTheo de Raadt
once baseXX has been installed in /mnt. sgivol installs the bootblocks much later now. ok miod
2012-10-17syncTheo de Raadt
2012-10-17adjust comment explaining what the files are forTheo de Raadt
2012-10-17no need for the boot files on the ramdisk. the install script wasTheo de Raadt
already using the /mnt/usr/mdec/ copies
2012-10-17landisk was already using the installed usr/mdec/boot conditionally, butTheo de Raadt
would never hit the 'other case', so we can shorten the code.
2012-10-17use the baseXX installed goop in /mnt to install bootblocksTheo de Raadt
tested by krw
2012-10-16use the baseXX installed goop in /mnt to install bootblocksTheo de Raadt
tested by kettenis
2012-10-16use the baseXX /usr/mdec stuff post-install to put boot media on theTheo de Raadt
disk, rather than including it in the ramdisk tested by landry
2012-10-16use the baseXX /usr/mdec stuff post-install to put boot media on theTheo de Raadt
disk, rather than including it in the ramdisk tested by landry
2012-10-16explain what uses the mdec filesTheo de Raadt
2012-10-15Always use the baseXX extracted install media stuff; only put the minimumTheo de Raadt
onto the ramdisk. tested by okan
2012-10-15use the baseXX installed /usr/mdec directory instead of placing lots ofTheo de Raadt
heavy boot media into the ramdisk. i386 tested by okan, amd64 tested by florian.
2012-10-15Put less boot stuff into ramdisk /usr/mdec; tested by phesslerTheo de Raadt
2012-10-15make clean target should rm boot tooTheo de Raadt
2012-10-15use the boot goop that is in /mnt/usr/mdec, allowing the media to shrink.Theo de Raadt
tested by krw
2012-10-14syncTheo de Raadt
2012-10-13syncTheo de Raadt
2012-10-13syncTheo de Raadt
2012-10-13TZ does not fit on the floppy media (we have encountered this on otherTheo de Raadt
platforms) ok jsing
2012-10-12Use fdboot for amd64 floppy disk media.Joel Sing
ok deraadt@
2012-10-04SyncMiod Vallat
2012-10-03syncMiod Vallat
2012-10-01remove check for negative numbers in respRobert Peichaer
previous check ensures positive numbers ok halex@
2012-09-29use ++ operator for incrementsRobert Peichaer
ok halex@
2012-09-29use (()) for arithmetic testsRobert Peichaer
ok halex@
2012-09-28consistently use [[ ]] for testsRobert Peichaer
ok halex@
2012-09-28remove unnecessary quotes within [[ ]]Robert Peichaer
ok halex@
2012-09-28replace the last remaining backticks with $() for consistencyRobert Peichaer
ok halex@
2012-09-28remove a comment that does not make sense any moreRobert Peichaer
ok halex@
2012-09-28replace _fsent array with a simple concatenated listRobert Peichaer
ok halex@
2012-09-20syncTheo de Raadt
2012-09-18syncTheo de Raadt
2012-09-11syncTheo de Raadt
2012-09-10turn sparc miniroot into a proper ramdisk (thereby removing the lastTheo de Raadt
consumer of the ../miniroot build method) ok miod, product of this tested by todd
2012-09-10compile as much as possible on the install media with -fno-stack-protector.Theo de Raadt
yeah, you heard right..
2012-09-10syncTheo de Raadt
2012-09-07syncTheo de Raadt
2012-09-07handle pkcs5_pbkdf2() falloutTheo de Raadt
2012-09-03compress arguments to the ftp command; ok halexTheo de Raadt
2012-09-03roll a comment to a new line, so that the comment-stripper can remove itTheo de Raadt
2012-09-03we CAPITALIZE variables used in multiple sh functionsTheo de Raadt
2012-09-02A bit more details about s-records operation.Miod Vallat
2012-08-31syncTheo de Raadt
2012-08-30syncTheo de Raadt
2012-08-28syncTheo de Raadt