summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Give hint on how to disable the default repository.bdrewery2014-03-301-0/+8
* Add support for keyboard used in Samsung Chromebook (ARM machine)br2014-03-3016-31/+2909
* Add lowercase postfix, so SoC-common file will be ignored by tinderbox.br2014-03-303-2/+2
* Directly call kmem_alloc_contig to allocate framebuffer memorybr2014-03-301-2/+6
* - Merge SoC-common partsbr2014-03-303-228/+134
* units(1): Add some missing unitseadler2014-03-301-0/+3
* Teach units(1) that an erg and ergon are the same thing.eadler2014-03-301-0/+1
* Use the correct variable name in the example code.eadler2014-03-301-1/+1
* Fix sizeof modifier for sizeof() in printfeadler2014-03-301-1/+1
* Fix build on FreeBSD 7 where:marcel2014-03-293-3/+26
* Enable all cryptocaps because net80211 can do software encryption.rpaulo2014-03-291-0/+12
* Fix build on FreeBSD 8 where partition types for nandfs do not exist.marcel2014-03-294-0/+17
* Fix build on FreeBSD 9 where <sys/pc98.h> has the same defines asmarcel2014-03-291-0/+13
* Handle an edge case of address management similar to TCP.tuexen2014-03-291-1/+8
* Use SCTP_OVER_UDP_TUNNELING_PORT more consistently.tuexen2014-03-292-10/+4
* Add support to export the contents of the notification updates from the firmw...adrian2014-03-294-2/+138
* Hook mkimg(1) to the build.marcel2014-03-291-0/+1
* Add mkimg, a utility for making disk images from raw partition contents.marcel2014-03-2913-0/+2080
|\
| * Build this on sparc64, where we don't have LABELSECTOR nor LABELOFFSETmarcel2014-03-291-2/+2
| * Make this build on ia64 w/ gcc.marcel2014-03-292-4/+4
| * Fix build on i386 w/ clang.marcel2014-03-292-2/+2
| * Add a paragraph about running mkimg without arguments to get a listmarcel2014-03-291-0/+5
| * Document how labels can be given to partitions.marcel2014-03-291-0/+6
| * Handle the raw partition of the BSD and VTOC schemes.marcel2014-03-292-15/+20
| * Make mkimg a general command and not a maintenance command.marcel2014-03-282-2/+2
| * Define SPARSE_WRITE to enable writing sparse files. Output compares ok...marcel2014-03-281-0/+2
| * Flesh-out manpage.marcel2014-03-281-8/+108
| * Use :- and not :! for pipes. ! needs to be escaped, which adds to themarcel2014-03-281-3/+3
| * Write verbosity to stderr. The image may be written to stdout.marcel2014-03-281-9/+10
| * Write sparse files by default (when SPARSE_FILE is defined).marcel2014-03-281-7/+57
| * Partitions start on cylinder boundaries.marcel2014-03-281-1/+1
| * Partitions start on track boundaries.marcel2014-03-281-1/+1
| * Partitions start on track boundaries.marcel2014-03-281-1/+1
| * Remove the -z flag. Let's just write a sparse file whenever we can.marcel2014-03-271-4/+1
| * Properly fill in d_nsectors, d_ntracks, d_ncylinders & d_secpercyl.marcel2014-03-271-4/+7
| * Remember operator precedence?marcel2014-03-271-1/+1
| * Give vtoc8 a change to work: when setting the physical block size to 4K,marcel2014-03-271-6/+18
| * 1. When calculating block addresses, round to the physical blockmarcel2014-03-274-23/+35
| * Remove trksz, which was hardcoded to 1, and replace it by secs, whichmarcel2014-03-271-8/+7
| * Fix writing the start and size fields.marcel2014-03-271-2/+2
| * 1. Add -v option to increase vebosity levelsmarcel2014-03-272-7/+31
| * Add scheme_max_secsz() for returning the maximum sector size supportedmarcel2014-03-272-0/+8
| * First batch of media control:marcel2014-03-252-8/+59
| * Move setting CHS fields to mbr_chs() in preparation of ...marcel2014-03-251-2/+13
| * Allow schemes to specify a maximum sector size. The minimum is fixedmarcel2014-03-258-7/+15
| * Mostly implement the vtoc8 scheme. The vtoc8 scheme uses cylinders formarcel2014-03-251-2/+41
| * Mostly implement the pc98 scheme. The partition table has no LBAmarcel2014-03-251-4/+54
| * Implement the EBR scheme. Use a function for filling in the CHS fields.marcel2014-03-231-2/+64
| * Add support for the fat32 and ebr aliases.marcel2014-03-231-0/+2
| * Add the fat32 and ebr aliases. The ebr alias is needed to supportmarcel2014-03-232-0/+4
OpenPOWER on IntegriCloud