Age | Commit message (Expand) | Author |
2008-01-05 | handle 64-bit blkno's in format string | Otto Moerbeek |
2008-01-05 | Add support for the Meinberg Standard Time String format that all Meinberg | Marc Balmer |
2008-01-04 | Strip off trailing '/32' when address type is IPV4_ADDR as isakmpd does | Hans-Joerg Hoexer |
2008-01-03 | Remove text which is incorrect now that 'get bios geometry' | Stuart Henderson |
2008-01-02 | remove unused functions | Charles Longeau |
2008-01-01 | Oops. Missed a couple of unnecessary 'DL_GETPOFFSET()+DL_GETPSIZE() > | Kenneth R Westerback |
2008-01-01 | Fix display of overlapping partitions to account for larger size and offset | Kenneth R Westerback |
2008-01-01 | get_size() no longer allows DL_GETPSIZE()+DL_GETPOFFSET > | Kenneth R Westerback |
2008-01-01 | Shorten and simplify code, eliminate ability to assign arbitrary sizes | Kenneth R Westerback |
2007-12-31 | Reset partition size as well as partition offset before asking for | Kenneth R Westerback |
2007-12-30 | Use get_size() in editor_change() instead of hand-rolling identical | Kenneth R Westerback |
2007-12-30 | Kill some now unneeded checks for 'c' partition manipulation. Change | Kenneth R Westerback |
2007-12-30 | Simplify code by avoiding manual manipulations of the free space | Kenneth R Westerback |
2007-12-30 | Since 'c' now always covers the entire disk and is always FS_UNUSED, | Kenneth R Westerback |
2007-12-30 | do not repeat "usage:" twice | Igor Sobrado |
2007-12-30 | each usage requires its own line | Igor Sobrado |
2007-12-30 | usage messages should have the form "usage: command [arguments]" | Igor Sobrado |
2007-12-30 | use the same argument name in synopsis and usage; lowercase "usage:" | Igor Sobrado |
2007-12-30 | add missing space between argument names and ellipsis | Igor Sobrado |
2007-12-30 | sort flags in both synopsis and usage, file not commited in last diff | Igor Sobrado |
2007-12-30 | sort flags in both synopsis and usage | Igor Sobrado |
2007-12-30 | Bring editor_add() code into line with the other editor_* functions. | Kenneth R Westerback |
2007-12-28 | printf field widths are always int, so add a cast to remove | Charles Longeau |
2007-12-25 | Some cosmetic code reorg to make things a bit more textually | Kenneth R Westerback |
2007-12-24 | Use zero_partitions() to implement the '-E' command 'd *', as it | Kenneth R Westerback |
2007-12-23 | Setting p_fstype to the number of free sectors can't be right. Instead, set | Kenneth R Westerback |
2007-12-16 | fix ffs2 case: fs_sblockloc's unit is disk sectors, not fragments; | Otto Moerbeek |
2007-12-16 | add missing arguments to "-b" and "-s" | Igor Sobrado |
2007-12-14 | Bring in probing for protocols that was missing; ok claudio reyk | Theo de Raadt |
2007-12-13 | the mib[] array will be modified by sysctl_inet, move the *CTL_STATS | Reyk Floeter |
2007-12-13 | implement sysctls to report IP, TCP, UDP, and ICMP statistics and | Reyk Floeter |
2007-12-09 | remove unused functions | Charles Longeau |
2007-12-09 | update pedro's email address, at his request; | Jason McIntyre |
2007-12-09 | provide mount_ntfs(8) on alpha, it works out of the box for reading | Martin Reindl |
2007-12-05 | remove unused functions | Charles Longeau |
2007-11-27 | Add a few missing device entries. | Miod Vallat |
2007-11-27 | typos; ok jmc@ | Martynas Venckus |
2007-11-27 | fix format strings | Charles Longeau |
2007-11-27 | fix format strings | Charles Longeau |
2007-11-26 | if no arguments given, assume a nice default; ok miod jakemsr deanna | Theo de Raadt |
2007-11-26 | revised diff that handles the no mfs parts correctly | Ted Unangst |
2007-11-26 | fix SEE ALSO; from deraadt | Jason McIntyre |
2007-11-25 | when running as newfs, there is no argv[1].. backout previous | Theo de Raadt |
2007-11-25 | Make modload use /dev/ksyms as a kernel file by default. | Mike Belopuhov |
2007-11-25 | tweak previous; | Jason McIntyre |
2007-11-25 | Build fdisk(8) on all architectures, since it is minimally useful to view | Theo de Raadt |
2007-11-25 | document MBR spoofing, very minimally | Theo de Raadt |
2007-11-25 | Iruata Souza sent a diff that fixes weird occurences when mounting with | Ted Unangst |
2007-11-22 | Factor out the virtual host portion of carp into a separate struct | Marco Pfatschbacher |
2007-11-21 | back out previous: henning says it's wrong; | Jason McIntyre |