summaryrefslogtreecommitdiff
path: root/distrib
AgeCommit message (Collapse)Author
2013-01-03syncTheo de Raadt
2013-01-02Sync hostname.if parsing with /etc/netstart. Toss in a ipv6Kenneth R Westerback
'prefix' parsing fix. ok rpe@ naddy@
2012-12-19sync from mirrors.datStuart Henderson
2012-12-16use grep -q instead of redirecting to /dev/nullRobert Peichaer
ok krw@ halex@
2012-12-11syncTheo de Raadt
2012-12-04syncTheo de Raadt
2012-12-02syncTheo de Raadt
2012-12-01Switch m88k ports to gcc 3.Miod Vallat
2012-11-30syncTodd T. Fries
2012-11-30syncTodd T. Fries
2012-11-23Use the libutil imsg framework rather than a hand-rolled localKenneth R Westerback
version. This is the last hand-rolled imsg implementation I could spot. Doesn't seem to break sparc64. Suggested by chris@, tweaks from brad@ and reyk@. ok reyk@
2012-11-22Stop saying "please", people needs to run sysmerge(8) after an upgrade.Antoine Jacoutot
Also s/repair/update . wording from sthen@ ok sthen@ deraadt@
2012-11-15syncStuart Henderson
2012-11-11syncTheo de Raadt
2012-11-09Oops. Special dhclient also needs to forget about inet.c.Kenneth R Westerback
Spotted by naddy@
2012-11-06Always setup lo0 with 127.0.0.1/8 when configuring the network,Kenneth R Westerback
whether installing or upgrading. ok deraadt@
2012-11-06syncTheo de Raadt
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@