Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-11-12 | missing protos and an unused variable | Theo de Raadt | |
2013-11-12 | add missing protos | Theo de Raadt | |
2013-11-12 | handle lack of prototype | Theo de Raadt | |
2013-11-12 | missing protos | Theo de Raadt | |
2013-11-12 | prototype the mess of functions inside | Theo de Raadt | |
2013-11-12 | satisfy proto requirement | Theo de Raadt | |
2013-11-12 | avoid math on void * pointers; delete an unused variable | Theo de Raadt | |
2013-11-12 | prototypes, some pleasing of gcc, and cleanup an unused variable | Theo de Raadt | |
2013-11-12 | deal with lack of prototype | Theo de Raadt | |
2013-11-12 | Add parentheses around comparison in operand of ^. Pointed out by theo. | Martynas Venckus | |
2013-11-12 | Add explicit braces to avoid ambiguous else. Pointed out by theo. | Martynas Venckus | |
2013-11-12 | bring prototypes into scope | Theo de Raadt | |
2013-11-12 | Implement sd card detection. Fixes the `sdmmc0: can't enable card' on bbb | Federico G. Schwindt | |
when there is no card. Tested on pandaboard by patrick@, ok patrick@ and syl@ | |||
2013-11-12 | Do not use a char as index, unless first making it unsigned. | Theo de Raadt | |
(signed char, ya know) ok espie | |||
2013-11-12 | Use daddr_t to hold calculated disk sector address. %d -> %lld to | Kenneth R Westerback | |
match. Whitespace tweaks. All bringing this chunk into identity with same chunk in sparc64 fd.c. | |||
2013-11-12 | Make variables inside get_responsefile() local. | Robert Peichaer | |
ok krw@ halex@ | |||
2013-11-12 | Apply format __attribute__ to _kvm_err() and fix the errors that it detects. | Philip Guenther | |
Treat failure to KREAD teh pcredd or ucreds to be errors insteading of continuing with bogus data. ok deraadt@ millert@ | |||
2013-11-12 | Tweak comment to explicitly mention that disk blocks are DEV_BSIZE | Kenneth R Westerback | |
(a.k.a. 512-bytes) as far as ffs is concerned. | |||
2013-11-12 | Use %llu+DL_GETPSIZE() to show partition size. Replace %li+(long) with | Kenneth R Westerback | |
%u for u_int32_t d_secsize. | |||
2013-11-12 | remove more code accidentally left behind during the a.out purge | Theo de Raadt | |
2013-11-12 | We always make symlinks to 'machine' and 'm88k' to compile. | Kenji Aoyama | |
ok miod@ | |||
2013-11-12 | Fix the bootloader random hang-up while counting down on LUNA-88K2. | Kenji Aoyama | |
The same logic is also applied to luna88k/dev/timekeeper.c. suggested and ok miod@ | |||
2013-11-12 | simpler prototype repairs | Theo de Raadt | |
2013-11-12 | pull in local .h files to satisfy proto | Theo de Raadt | |
2013-11-12 | Rework get_responsefile() | Robert Peichaer | |
- Take netboot interface down and so kill a dhclient from a previous attempt and to free up the only bpf which exists in this installstage. Without this, we're not able to "restart" autoinstall because dhclient fails due to lack of bpf's. dhclient takes the interface up again. - Remove -s leasefile check, it's implicitly done with -n SERVER check. - Avoid possible sed error msgs by redirecting STDERR to /dev/null. - Fetch install.conf in a ftp on-liner whithout unneccessary URL var. - Shorten -s install.conf check, - [] -> [[]] for consistency ok krw@ | |||
2013-11-12 | remove the code that iterates over binary types, since everything is now | Theo de Raadt | |
ELF. | |||
2013-11-12 | unused variable in the shadows | Theo de Raadt | |
2013-11-12 | ANSI prototypes | Theo de Raadt | |
2013-11-12 | a __fputwc_unlock() prototype was available in fvwrite.h, so use that | Theo de Raadt | |
2013-11-12 | both files contain a function which should only be static. | Theo de Raadt | |
not cranking libc over this (unless an issue is found in ports) | |||
2013-11-12 | permute15() should be static. Not cranking libc now, because it is | Theo de Raadt | |
not urgent. | |||
2013-11-12 | insert the proper arguments into a prototype | Theo de Raadt | |
2013-11-12 | avoid arithetic on void * | Theo de Raadt | |
ok guenther otto | |||
2013-11-12 | internalize some functions so that they do not need prototypes | Theo de Raadt | |
ok ratchov | |||
2013-11-12 | remove bogus legacy server-specific bits that cause confusion | Alexandre Ratchov | |
2013-11-12 | ANSI prototype | Theo de Raadt | |
2013-11-12 | pull in missing includes (math.h, unistd.h, stdlib.h) needed for | Theo de Raadt | |
prototypes | |||
2013-11-12 | pull in stdlib.h as required | Theo de Raadt | |
2013-11-12 | add proto for amd64 case; unify otherwise | Theo de Raadt | |
2013-11-12 | ttyslot() needs <stdlib.h> | Theo de Raadt | |
ok guenther | |||
2013-11-12 | a missing prototypes | Theo de Raadt | |
and don't act like an unknown vnode type is "ok" | |||
2013-11-12 | add a variety of missing prototypes | Theo de Raadt | |
2013-11-12 | repair the last prototype by bringing in monitor.h | Theo de Raadt | |
2013-11-12 | add a variety of missing prototypes | Theo de Raadt | |
2013-11-12 | Use DL_GETDSIZE() to get disk size. | Kenneth R Westerback | |
2013-11-12 | Use DL_[GET|SET]POFFSET() and DL_[GET|SET]PSIZE() to get and set | Kenneth R Westerback | |
partition offsets and sizes. | |||
2013-11-12 | try bpf.c r1.84 again, this time without semantic changes to if statements. | David Gwynne | |
cheers to sthen@ and krw@ for properly dealing with the fallout of my first commit. | |||
2013-11-11 | unused variable | Theo de Raadt | |
2013-11-11 | oops, forgot a #ifdef AOE in last commit | Theo de Raadt | |
2013-11-11 | unused prototype | Theo de Raadt | |