Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-01-03 | reduce the amount of cd'ing in the install script, since it sucks | Theo de Raadt | |
to change the environment that functions assume they run in. use sub-shells or absolute paths when possible. ok krw | |||
2011-01-01 | swap kernels without changing directory; other install.md should be modified ↵ | Theo de Raadt | |
like this | |||
2010-12-31 | add support for bsd.mp | Theo de Raadt | |
2010-12-30 | bsd.mp here too | Miod Vallat | |
2010-12-30 | hppa can do SMP now; ok miod | Theo de Raadt | |
2010-12-29 | sync | Theo de Raadt | |
2010-12-28 | sync | Theo de Raadt | |
2010-12-22 | remove redundant junk | Todd T. Fries | |
pointed out by Mikalaj Kucharski, mikolaj at kuharski dot name ok deraadt@ | |||
2010-12-22 | add more commands of output of random "junk" to arandom | Todd T. Fries | |
please commit deraadt@ | |||
2010-12-22 | wow, we must reach into the chroot for /dev/arandom, meaning some of | Theo de Raadt | |
this code has been busted for quite a while. pointed out by miod | |||
2010-12-22 | Consistantly use /dev/arandom for feeding entropy to the kernel. | Theo de Raadt | |
ok kjell otto miod | |||
2010-12-22 | sync | Theo de Raadt | |
2010-12-14 | sync | Theo de Raadt | |
2010-12-09 | sync | Miod Vallat | |
2010-12-01 | sync | Theo de Raadt | |
2010-11-30 | sync | Theo de Raadt | |
2010-11-23 | do not print the terminating null character after strings | Alexander Hall | |
ok deraadt@ | |||
2010-11-22 | create devices for fstab entries that are using the disklabel UID notation too | Alexander Hall | |
ok krw@, jsing@ | |||
2010-11-19 | - drop dhcp group from interfaces which did not go UP and got | Alexander Hall | |
an ip address - do the same on startup of the install/upgrade too - do NOT do it unconditionally on all dhcp'd interfaces, since we use the group to retain state. ok krw@, deraadt@ | |||
2010-11-18 | do not run makedev for a uid; ok krw | Theo de Raadt | |
2010-11-18 | sync | Theo de Raadt | |
2010-11-16 | sync | Theo de Raadt | |
2010-11-12 | - introduce quote() which prints its arguments quoted for sh/ksh parsing | Alexander Hall | |
- use the aformentioned function to properly quote the wireless config into /etc/hostname.$if Now, if only /etc/netstart didn't screw up whitespace... "I don't speak Swahili, so I'm going to have to trust you" deraadt@ no objections from others, specifically so from krw@ | |||
2010-11-07 | sync | Theo de Raadt | |
2010-11-06 | sync | Theo de Raadt | |
2010-11-05 | sync | Theo de Raadt | |
2010-11-05 | Properly quote the wpakey argument. Fixes issue noted by tdm. | Alexander Hall | |
ok krw@ | |||
2010-11-04 | correct comment | Theo de Raadt | |
2010-11-04 | default to using all the IPs for ntp servers; ok krw henning | Theo de Raadt | |
2010-11-01 | sync | Theo de Raadt | |
2010-10-30 | for the user, create a matching group and put the user in there by default; ↵ | Theo de Raadt | |
ok halex guenther | |||
2010-10-29 | sync | Theo de Raadt | |
2010-10-29 | for late TZ handling, place the temporarily tzlist file into /mnt/tmp | Theo de Raadt | |
(which has already been mounted). discussed with halex | |||
2010-10-29 | nroff->mandoc; ok schwarze | Jason McIntyre | |
2010-10-28 | sync | Theo de Raadt | |
2010-10-28 | sync | Theo de Raadt | |
2010-10-27 | sync | Theo de Raadt | |
2010-10-19 | grow i386 inside media a teeny bit | Theo de Raadt | |
2010-10-18 | sync | Theo de Raadt | |
2010-10-18 | delete a wasteful space | Theo de Raadt | |
2010-10-18 | allow configuration of 802.11 interfaces in the installer | Alexander Hall | |
based on a diff from damien@ ok deraadt@ | |||
2010-10-18 | sync | Theo de Raadt | |
2010-10-18 | sync | Theo de Raadt | |
2010-10-18 | sync | Theo de Raadt | |
2010-10-18 | no more misc set | Theo de Raadt | |
2010-10-18 | the misc set went away | Theo de Raadt | |
2010-10-18 | no more misc set | Theo de Raadt | |
2010-10-18 | sync | Theo de Raadt | |
2010-10-18 | Add wpakey/-wpakey options. This was originally written by halex and | Theo de Raadt | |
has gone many times around now (it is smaller now). man page diff coming soon. Fits onto the media that need it. ok halex | |||
2010-10-18 | Place a smaller spwd.db onto the install media. Be consistant with the naming | Theo de Raadt | |
of the "additional" list files (for architectures which split the list) Then... cleanup some TZ which it is clear should not have been placed onto certain media which don't have the space for them. |