Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-03 | sync | Theo de Raadt | |
2013-01-02 | Sync hostname.if parsing with /etc/netstart. Toss in a ipv6 | Kenneth R Westerback | |
'prefix' parsing fix. ok rpe@ naddy@ | |||
2012-12-19 | sync from mirrors.dat | Stuart Henderson | |
2012-12-16 | use grep -q instead of redirecting to /dev/null | Robert Peichaer | |
ok krw@ halex@ | |||
2012-12-11 | sync | Theo de Raadt | |
2012-12-04 | sync | Theo de Raadt | |
2012-12-02 | sync | Theo de Raadt | |
2012-12-01 | Switch m88k ports to gcc 3. | Miod Vallat | |
2012-11-30 | sync | Todd T. Fries | |
2012-11-30 | sync | Todd T. Fries | |
2012-11-23 | Use the libutil imsg framework rather than a hand-rolled local | Kenneth 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-22 | Stop 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-15 | sync | Stuart Henderson | |
2012-11-11 | sync | Theo de Raadt | |
2012-11-09 | Oops. Special dhclient also needs to forget about inet.c. | Kenneth R Westerback | |
Spotted by naddy@ | |||
2012-11-06 | Always setup lo0 with 127.0.0.1/8 when configuring the network, | Kenneth R Westerback | |
whether installing or upgrading. ok deraadt@ | |||
2012-11-06 | sync | Theo de Raadt | |
2012-10-30 | Nuke dhclient-script and dhclient.conf 'script' directive. Do all | Kenneth 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-30 | sync | Theo de Raadt | |
2012-10-21 | I want msdos filesystem support on the big bsd.rd | Theo de Raadt | |
2012-10-21 | remove some backwards compat for 5.0 -> 5.1/5.2 upgrades | Theo de Raadt | |
ok krw matthieu | |||
2012-10-20 | waitftplist: | Alexander Hall | |
- simplify - remove excess comments - reduce verbosity ok deraadt@ rpe@ | |||
2012-10-18 | put fewer things in usr/mdec on the ramdisk filesystem, and use them | Theo de Raadt | |
once baseXX has been installed in /mnt. sgivol installs the bootblocks much later now. ok miod | |||
2012-10-17 | sync | Theo de Raadt | |
2012-10-17 | adjust comment explaining what the files are for | Theo de Raadt | |
2012-10-17 | no need for the boot files on the ramdisk. the install script was | Theo de Raadt | |
already using the /mnt/usr/mdec/ copies | |||
2012-10-17 | landisk was already using the installed usr/mdec/boot conditionally, but | Theo de Raadt | |
would never hit the 'other case', so we can shorten the code. | |||
2012-10-17 | use the baseXX installed goop in /mnt to install bootblocks | Theo de Raadt | |
tested by krw | |||
2012-10-16 | use the baseXX installed goop in /mnt to install bootblocks | Theo de Raadt | |
tested by kettenis | |||
2012-10-16 | use the baseXX /usr/mdec stuff post-install to put boot media on the | Theo de Raadt | |
disk, rather than including it in the ramdisk tested by landry | |||
2012-10-16 | use the baseXX /usr/mdec stuff post-install to put boot media on the | Theo de Raadt | |
disk, rather than including it in the ramdisk tested by landry | |||
2012-10-16 | explain what uses the mdec files | Theo de Raadt | |
2012-10-15 | Always use the baseXX extracted install media stuff; only put the minimum | Theo de Raadt | |
onto the ramdisk. tested by okan | |||
2012-10-15 | use the baseXX installed /usr/mdec directory instead of placing lots of | Theo de Raadt | |
heavy boot media into the ramdisk. i386 tested by okan, amd64 tested by florian. | |||
2012-10-15 | Put less boot stuff into ramdisk /usr/mdec; tested by phessler | Theo de Raadt | |
2012-10-15 | make clean target should rm boot too | Theo de Raadt | |
2012-10-15 | use the boot goop that is in /mnt/usr/mdec, allowing the media to shrink. | Theo de Raadt | |
tested by krw | |||
2012-10-14 | sync | Theo de Raadt | |
2012-10-13 | sync | Theo de Raadt | |
2012-10-13 | sync | Theo de Raadt | |
2012-10-13 | TZ does not fit on the floppy media (we have encountered this on other | Theo de Raadt | |
platforms) ok jsing | |||
2012-10-12 | Use fdboot for amd64 floppy disk media. | Joel Sing | |
ok deraadt@ | |||
2012-10-04 | Sync | Miod Vallat | |
2012-10-03 | sync | Miod Vallat | |
2012-10-01 | remove check for negative numbers in resp | Robert Peichaer | |
previous check ensures positive numbers ok halex@ | |||
2012-09-29 | use ++ operator for increments | Robert Peichaer | |
ok halex@ | |||
2012-09-29 | use (()) for arithmetic tests | Robert Peichaer | |
ok halex@ | |||
2012-09-28 | consistently use [[ ]] for tests | Robert Peichaer | |
ok halex@ | |||
2012-09-28 | remove unnecessary quotes within [[ ]] | Robert Peichaer | |
ok halex@ | |||
2012-09-28 | replace the last remaining backticks with $() for consistency | Robert Peichaer | |
ok halex@ |