Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
1997-09-30 | 2nd try | Michael Shalayeff | |
1997-09-30 | don't say 'dirty' if nothing is changed actually | Michael Shalayeff | |
1997-09-30 | ask permission to write new MBR | Michael Shalayeff | |
1997-09-29 | ID in the first line w/ tabs | Michael Shalayeff | |
1997-09-29 | don't exseed 80 columns; bell on important warning | Michael Shalayeff | |
1997-09-29 | better usage() | Michael Shalayeff | |
1997-09-29 | fix Notes: | Michael Shalayeff | |
1997-09-29 | New fdisk code with interactive (command line type) | Tobias Weingartner | |
editing code. Rewrite from the ground up, save about 20 lines of code. Seems to create valid partition tables on i386 and alphas. | |||
1997-09-29 | Clean up junk before commit of new fdisk | Tobias Weingartner | |
1997-09-29 | Don't ignore a line w/ a bogus hostname, just ignore the bogus hostname... | Todd C. Miller | |
1997-09-26 | 10 X's | Todd C. Miller | |
1997-09-26 | Some -Wall. Add display_partition() for use with upcoming editor mode. | Todd C. Miller | |
1997-09-26 | No longer allow the "newfs -flags /dev/rdev disk-type" form. It's | Todd C. Miller | |
no longer documented and disk type is settable via the -T flag. Also fix a problem kept newfs from building w/o COMPAT being defined. | |||
1997-09-24 | Duh! | Angelos D. Keromytis | |
1997-09-24 | Support for new style padding. | Angelos D. Keromytis | |
1997-09-23 | Addition for tunnel mode. I'm in Canada, i can write crypto code! | Angelos D. Keromytis | |
1997-09-22 | Change some longs to ints for alpha. | Todd C. Miller | |
1997-09-21 | new machdep.bios subtree | Michael Shalayeff | |
1997-09-21 | $OpenBSD$ | Theo de Raadt | |
1997-09-21 | $OpenBSD$ | Theo de Raadt | |
1997-09-20 | fix extra "no such interface" messages | Theo de Raadt | |
1997-09-17 | paranoia on the alpha | Theo de Raadt | |
1997-09-17 | Wall cleanup. | Tobias Weingartner | |
1997-09-17 | Fix up the non alpha && mips section, back out change to print | Tobias Weingartner | |
offset of lkm in hex, as this number gets passed by apinstall to mknod. (mknod does not understand hex too well). | |||
1997-09-16 | Fix boot(8) cross reference. | Tobias Weingartner | |