Age | Commit message (Expand) | Author |
2016-01-18 | Run indent(1) over it and tweak the results a bit manually to look more | Kenneth R Westerback |
2016-01-18 | Run indent(1) over it and tweak the results a bit manually to look more | Kenneth R Westerback |
2016-01-18 | Run indent(1) over it and tweak the results a bit manually to look more | Kenneth R Westerback |
2016-01-18 | Run indent(1) over it and tweak the results a bit manually to look more | Kenneth R Westerback |
2016-01-18 | Fold get_options() into main() and eliminate unneeded nFLAG_DEFAULT | Kenneth R Westerback |
2016-01-18 | Remove a grab bag of unused #define's, fields, enum's, variables, | Kenneth R Westerback |
2016-01-17 | Change "//" comments to "/**/". Nuke really stupid ones. | Kenneth R Westerback |
2016-01-17 | Reduce namespace pollution by eliminating parameter names from forward | Kenneth R Westerback |
2016-01-17 | Kill leading, imbedded, trailing whitespace. | Kenneth R Westerback |
2016-01-17 | Remove a bunch of ridiculous and uninformative comments like "// Defines". | Kenneth R Westerback |
2016-01-17 | The great de-typedef'ification concludes with u32 -> uint32_t. And a | Kenneth R Westerback |
2016-01-17 | The great de-typedef'ification continues. u16 -> uint16_t. | Kenneth R Westerback |
2016-01-17 | The great de-typedef'ification continues. u8 -> uint8_t. | Kenneth R Westerback |
2016-01-17 | The great de-typedef'ification continues. | Kenneth R Westerback |
2016-01-17 | The great de-typedef'ification continues. range_list -> struct range_list. | Kenneth R Westerback |
2016-01-17 | The great de-typedef'ification continues. | Kenneth R Westerback |
2016-01-17 | The great de-typedef'ification continues. OSType -> unsigned long. | Kenneth R Westerback |
2016-01-17 | The great de-typedef'ification continues. DDMap -> struct ddmap. | Kenneth R Westerback |
2016-01-17 | The great de-typedef'ification continues. Block0 -> struct block0. | Kenneth R Westerback |
2016-01-17 | The great de-typedef'ification continues. DPME -> struct dpme. | Kenneth R Westerback |
2016-01-17 | Let the great de-typedef'ification begin. MEDIA -> struct file_media *. | Kenneth R Westerback |
2016-01-17 | A/UX is no more, was m68k only, and we have no sentimental reasons for | Kenneth R Westerback |
2016-01-17 | oops | Jasper Lievisse Adriaanse |
2016-01-17 | - tidy up a bunch of #if's for code that has been either enabled or disabled ... | Jasper Lievisse Adriaanse |
2016-01-16 | Another one to the attic. | Kenneth R Westerback |
2016-01-16 | Move last field (size_in_bytes) in struct media to struct file_media | Kenneth R Westerback |
2016-01-16 | Oops. Missed a file. | Kenneth R Westerback |
2016-01-16 | Another to the attic. | Kenneth R Westerback |
2016-01-16 | No need to abstract malloc(), so replace new_file_media() with | Kenneth R Westerback |
2016-01-16 | There can be only one. 'grain' that is. i.e. DEV_BSIZE. No need to track | Kenneth R Westerback |
2016-01-16 | There can be only one. 'kind' that is. No need to allocate or track the | Kenneth R Westerback |
2016-01-16 | Remove some forward declarations missed in last commit. | Kenneth R Westerback |
2016-01-16 | Start peeling away excess layers of abstraction. | Kenneth R Westerback |
2016-01-16 | remove these files for they're no longer accurate, up to date or relevant for | Jasper Lievisse Adriaanse |
2016-01-16 | Another couple for the attic. | Kenneth R Westerback |
2016-01-16 | Nuke support for 1024- and 2048-byte sector devices. Error out if | Kenneth R Westerback |
2016-01-16 | Interface status printing (at exit and USR1) was broken for a while. | Can Erkin Acar |
2016-01-15 | As with compute_device_size(), gut compute_block_size() and simply | Kenneth R Westerback |
2016-01-15 | We don't need yet another alias for DEV_BSIZE. Use DEV_BSIZE and | Kenneth R Westerback |
2016-01-15 | Two more for the attic. | Kenneth R Westerback |
2016-01-15 | Replace bitfield_get() and bitfield_set() abstraction with simple masking | Kenneth R Westerback |
2016-01-14 | Kill unused variable 'lfile'. | Kenneth R Westerback |
2016-01-14 | detect multiple root queues on a single interface and give a nice error | Henning Brauer |
2016-01-14 | Move more unused files to attic. | Kenneth R Westerback |
2016-01-14 | Don't include hfs_misc.h, which no longer contains anything of use. | Kenneth R Westerback |
2016-01-14 | Nuke 'HFS_name' field which was not referenced now other than setting | Kenneth R Westerback |
2016-01-14 | Remove code supporting undocumented and inaccessible flags 'a' | Kenneth R Westerback |
2016-01-13 | Make 'ifconfig $if mode' a valid subcommand that works independently of | Stefan Sperling |
2016-01-13 | Remove obsolete flags (h, v, i, c) from getopt() call. | Kenneth R Westerback |
2016-01-13 | Nuke unused enum. | Kenneth R Westerback |