Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-10-17 | no input does not do stupid auto help | Theo de Raadt | |
1997-10-17 | oops; spotted by millert | Theo de Raadt | |
1997-10-17 | remove some blank lines | Theo de Raadt | |
1997-10-17 | shrink an output line | Theo de Raadt | |
1997-10-16 | Corrected typo. | Angelos D. Keromytis | |
1997-10-16 | ensure man pages exist first | Theo de Raadt | |
1997-10-16 | CLEANFILES+=manual.c | Theo de Raadt | |
1997-10-16 | make M more visible | Theo de Raadt | |
1997-10-16 | new command: M (shows linked-in manpage) | Theo de Raadt | |
1997-10-16 | new command: manual | Theo de Raadt | |
1997-10-16 | oops | Theo de Raadt | |
1997-10-16 | match recent changes | Theo de Raadt | |
1997-10-16 | p takes a suffix, not a unit | Theo de Raadt | |
1997-10-16 | only help if possible | Theo de Raadt | |
1997-10-16 | better message | Theo de Raadt | |
1997-10-16 | a bunch of improvements by weingart & I | Theo de Raadt | |
1997-10-15 | Require a disk type other than "unknon", print disk type when displaying | Todd C. Miller | |
info, and allow user to change disk type via 'e'. | |||
1997-10-15 | Move sorting stuff into new function: sort_partitions() | Todd C. Miller | |
1997-10-15 | s/xntpd/xntpdc/ | kstailey | |
1997-10-15 | provide a few hints to indicate that -r is evil | Theo de Raadt | |
1997-10-14 | Be a little more informative. | Per Fogelstrom | |
1997-10-13 | Well, ppc has to work.... | Per Fogelstrom | |
1997-10-12 | indent | Theo de Raadt | |
1997-10-12 | mark filesystem dirty | Michael Shalayeff | |
1997-10-11 | Never involve negative numbers in unsigned expressions. Fixes a segfault some | Niklas Hallqvist | |
bad fs images triggers. | |||
1997-10-07 | Support 'g' (gigabyte) suffix. Requested by todd@ | Todd C. Miller | |
1997-10-06 | back out vfs lite2 till after 2.2 | Theo de Raadt | |
1997-10-06 | VFS Lite2 Changes | Constantine Sapuntzakis | |
1997-10-06 | Ignore 'c' when computing overlap; some ports use "unknown" instead of | Todd C. Miller | |
"unused" as the fstype. | |||
1997-10-04 | freeze strtoul() base to 10 | Theo de Raadt | |
1997-10-04 | support CPU_BIOSDEV on i386 | Theo de Raadt | |
1997-10-04 | do not ask for confirmation in write | Theo de Raadt | |
1997-10-03 | Update the "real" copy of the label when you do a "write". Noted by Theo. | Todd C. Miller | |
1997-10-03 | put real geo field in () | Theo de Raadt | |
1997-10-03 | avoid sign extension on bios geometry! | Theo de Raadt | |
1997-10-02 | Treat FS_BOOT similar to FS_UNUSED. | Todd C. Miller | |
1997-10-02 | do not whine if user quits without mods | Theo de Raadt | |
1997-10-02 | tell user about "help" | Theo de Raadt | |
1997-10-02 | Slight update. | Jason Downs | |
1997-10-02 | Slight update. | Jason Downs | |
1997-10-02 | o When adding 'b' make default fstype be swap. | Todd C. Miller | |
o Add some missing free()'s. o When computing new offset, sort the partitions by offset, don't assume that ascending partions are in real order. Noted by todd@ | |||
1997-10-02 | Fix a typo and treat newlines as whitespace (so args work correctly). | Todd C. Miller | |
1997-10-02 | Sync "route show" with "netstat -rn". | Angelos D. Keromytis | |
1997-10-02 | shorten two common names | Theo de Raadt | |
1997-10-02 | Deal with ^D sanely and kill unused get_yn(). | Todd C. Miller | |
1997-10-02 | Add 'w' (write label) command. | Todd C. Miller | |
1997-10-02 | Kill newlabel() stuff. The kernel should never fail to write a | Todd C. Miller | |
label just because none exists on the disk. i386 has been fixed in the respect and others may need fixing as well. | |||
1997-10-02 | document disklabel -n | Todd C. Miller | |
1997-10-02 | respect -n | Todd C. Miller | |
1997-09-30 | Implement "disklabel -E" -- a simple interactive label editor for | Todd C. Miller | |
installs and new labels. Documentation to follow :-) Also, give the user the option of writing the fictitious label if no on-disk label exists with the -e, -E, and -w options. |