| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Plug a couple of leaks of input buffers. | 2016-04-28 | 1 | -1/+2 | |
| | | | | | Pointed out by David Carlier. | ||||
| * | Don't need <sys/types.h> and <sys/param.h>. Nuke the former when DEV_BSIZE | 2015-12-01 | 1 | -2/+1 | |
| | | | | | is needed. | ||||
| * | Backout the backout of installboot softraid non-gpt case fix. | 2015-10-28 | 1 | -1/+7 | |
| | | | | | krw and I crossed streams | ||||
| * | Revert GPT change. Breaks non-GPT install/upgrade. | 2015-10-28 | 1 | -7/+1 | |
| | | | | | Found the hard way by reyk@ | ||||
| * | In sr_install_bootblk for i386, don't clobber 'part' in non-GPT case. | 2015-10-28 | 1 | -5/+5 | |
| | | | | | | | Found the hard way by reyk@. stupid mistake stsp@ ok reyk@ | ||||
| * | Fix installboot(8) on i386/amd64 when softraid is on top of GPT. | 2015-10-25 | 1 | -1/+7 | |
| | | | | | ok krw deraadt | ||||
| * | Nuke trailing whitespace to avoid cluttering possible upcoming diffs. | 2015-10-03 | 1 | -4/+4 | |
| | | |||||
| * | first batch of cleanup to programs based upon the namespace cleanups | 2015-01-16 | 1 | -2/+3 | |
| | | | | | | | | in net/pfvar.h sys/proc.h sys/ucred.h arpa/nameser.h change to PATH_MAX, reduce use of MIN() and MAX(), HOST_NAME_MAX+1, LOGIN_NAME_MAX, etc etc ok millert guenther, some review by doug | ||||
| * | Use calloc() instead of malloc()/memset(). | 2014-06-09 | 1 | -3/+2 | |
| | | | | | From Benjamin Baier. | ||||
| * | Rework installboot and use a single directory with a single makefile. The | 2014-01-19 | 1 | -0/+193 | |
| directory per machine model is arguably cleaner, however it does not play well with distrib/special and instbin. Discussed with deraadt@ | |||||
