Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-09-04 | sync | Miod Vallat | |
2011-08-18 | Mention 332 as unsupported (although it has an FPU slot, so it could be | Miod Vallat | |
made working, but since this model maxes out at 8MB RAM it's close to useless). | |||
2011-08-17 | make sure to set two rtsol sysctls, not just the last one | Todd T. Fries | |
ok krw@ | |||
2011-08-08 | Usual release distrib/notes churning. ok deraadt@ | Miod Vallat | |
2011-08-08 | revert the last commit and do the right thing instead. | Alexander Hall | |
tested and ok krw@, "get it in" deraadt@ | |||
2011-08-07 | Check that timezones provided by the user do not include spaces. | Kenneth R Westerback | |
e.g. 'Brazil/DeNoronha East'. Input with embedded spaces put the install script into a state where a valid timezone could not be entered. Problem noted by and fix tested by Javier Bassi. ok deraadt@ | |||
2011-08-02 | Disable upgrade-time sysmerge for the 5.0 release. Between 4.9 and 5.0 | Theo de Raadt | |
/etc has changed in substantial ways. Perhaps on the 5.0->5.1 transition this will not be so scary. As it is now, it is way too tempting for inexperienced users with incredibly complex configurations to go into sysmerge and cause themselves major havoc. | |||
2011-08-02 | Say "firmware files" instead of "firmwares". It is so hard to be clear | Theo de Raadt | |
when they are per-device packages which can containing more than one firmware files.. from sthen | |||
2011-08-02 | stop using the word 'firmwares' | Theo de Raadt | |
2011-07-31 | all directories needed by files in the etc set, should be in the specified | Theo de Raadt | |
in the base set | |||
2011-07-30 | sync | Theo de Raadt | |
2011-07-28 | remove unneeded echo in rc.firsttime, since fw_update became more verbose | Alexander Hall | |
ok deraadt krw | |||
2011-07-27 | Beagle will not need the hack to rdsetroot va != pa kernels like is | Dale Rahn | |
needed on armish. | |||
2011-07-27 | Obvious typo | Marc Espie | |
okay deraadt@ | |||
2011-07-26 | sync | Theo de Raadt | |
2011-07-24 | use the right sysctl, doh! | Federico G. Schwindt | |
pointed out by Moritz Grimm (mgrimm-at-mrsserver-dot-net) | |||
2011-07-24 | back out conv=sync change; the disk subsystem changes which "required" | Theo de Raadt | |
this are gone, and halex points out that one of the dd's in use has no conv= support. | |||
2011-07-23 | uncomment net.inet6.ip6.rediraccept from /etc/sysctl.conf as well if the | Federico G. Schwindt | |
user picks up rtsol. reported in bugs@ by Rene Maroufi (info at maroufi dot net). bluhm@ ok | |||
2011-07-22 | sync | Miod Vallat | |
2011-07-22 | sync | Theo de Raadt | |
2011-07-19 | sync | Theo de Raadt | |
2011-07-18 | sync | Theo de Raadt | |
2011-07-17 | sync | Theo de Raadt | |
2011-07-17 | sync | Theo de Raadt | |
2011-07-17 | sync | Theo de Raadt | |
2011-07-15 | the rc.d scripts need to be in the base set for sysmerge | Theo de Raadt | |
2011-07-15 | use conv=sync for bootblock install, now that vnd enforces 512 byte writes | Theo de Raadt | |
2011-07-14 | Fix a bug reported by "Remco" on misc@ where sysmerge(8) would fail to | Antoine Jacoutot | |
run when upgrading using a CD. The reason was that at the time sysmerge(8) would run (and gets its sets), the CD would be unmounted. We are now taking a different approach and get the (x)etc sets anyway according to whether base and/or xbase was selected and put them under /tmp in the chroot. This way whatever upgrade method is chosen, the sets will always be in a consistent location. ok krw@ | |||
2011-07-11 | sync | Theo de Raadt | |
2011-07-10 | distrib/sets/lists | Theo de Raadt | |
2011-07-10 | sync | Theo de Raadt | |
2011-07-10 | Switch arm ports to gcc4. ok deraadt@ | Miod Vallat | |
2011-07-10 | better dependencies for rdsetroot | Theo de Raadt | |
2011-07-10 | match latest change by distrib/ramdisk, for extra elfrdsetroot files | Theo de Raadt | |
2011-07-10 | sync | Theo de Raadt | |
2011-07-09 | move the 'updating firmwares' message into rc.firsttime rather than having | Alexander Hall | |
startup-like output in fw_update "looks good" deraadt@ | |||
2011-07-09 | sync | Theo de Raadt | |
2011-07-09 | sync | Theo de Raadt | |
2011-07-09 | sync | Theo de Raadt | |
2011-07-09 | delete the ld.so.hints file on the ramdisk, because I am worried about | Theo de Raadt | |
future messes now that there are a few more dynamics programs running in chroot. | |||
2011-07-09 | Unbreak sysmerge(8) with 'disk' install media. | Antoine Jacoutot | |
reported by and ok krw@ | |||
2011-07-09 | Ask to install non-free firmwares at first boot | Alexander Hall | |
"go ahead" deraadt@ | |||
2011-07-09 | conditionally include extra source files on elf archs. | Dale Rahn | |
'will work for now' deraadt@ | |||
2011-07-09 | Unbreak most archs for the last commit. cut and paste changed rdsetroot | Dale Rahn | |
to elfrdsetroot. Does not yet fix sparc | |||
2011-07-09 | sync | Theo de Raadt | |
2011-07-08 | make exiting the shell take you back to the inital prompt | Alexander Hall | |
"i like" henning@, "Fine with me" deraadt@ | |||
2011-07-08 | Switch sparc to gcc4. No source upgrade possible (well, it obviously can be | Miod Vallat | |
done, but it's so tedious it will sing you to sleep, so we'll conveniently not bother documenting the steps), please upgrade from binary snapshots dated July 8th or more recent. Grunt work by kettenis@ who suffered a machine failure; ok deraadt@ | |||
2011-07-08 | Allow the elf rdsetroot operation to function on 32 bit and 64 bit binaries. | Dale Rahn | |
Enables developers to build arm ramdisk kernels on amd64 archs OK deraadt@ 'looked fine' miod@ | |||
2011-07-08 | sync | Theo de Raadt | |
2011-07-08 | sync | Theo de Raadt | |