Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-04-06 | string handling; ok millert | Theo de Raadt | |
2003-04-05 | o replace a strncpy + manual NUL terminate w/ strlcpy | Todd C. Miller | |
o remove NUL termination of d_packname since it is not needed. krw@ OK | |||
2003-03-12 | more .Li | Theo de Raadt | |
2003-02-13 | add support for printing disklabels in units other than sectors from | Ted Unangst | |
the cmdline based on a patch by mho at mho.nu ok and input by millert@ | |||
2003-02-05 | WORKAROUND: use a volatile to get around a compiler or fp emulation bug | Theo de Raadt | |
(jason says he will look into this later) | |||
2003-02-01 | typos; | Jason McIntyre | |
chat(8): removed reference to uucico(8) ok deraadt@ | |||
2002-12-31 | Prepare for the removal of amiga and sun3 platforms from the tree. | Miod Vallat | |
There has not been enough activity and interest towards these platform to keep them lying in the tree. | |||
2002-11-14 | use $ or # before commands in examples | Theo de Raadt | |
2002-09-18 | fix Xr refs; frisco@blackant.net | Theo de Raadt | |
2002-08-08 | add a hppa case | Michael Shalayeff | |
2002-07-27 | Typo; similates -> simulates | Aaron Campbell | |
2002-06-26 | include <bsd.own.mk> before using NOMAN; ok millert@ | Wilbern Cobb | |
2002-06-09 | rm trailing whitespace | Todd T. Fries | |
2002-05-22 | strcpy, sprintf death; mpech ok | Theo de Raadt | |
2002-04-18 | There is no point in embedding an out-of-date copy of <sys/disklabel.h>, | Miod Vallat | |
especially since this manual page refers to said file. ok deraadt@ millert@ | |||
2002-03-24 | Work around a compiler bug on sparc64; deraadt@ OK | Todd C. Miller | |
2002-02-20 | Tweak mvme88k and sparc64 specific settings. | Miod Vallat | |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ↵ | Todd C. Miller | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
2002-01-24 | Fix `necesary' typos; Alexander Yurchenko | Todd C. Miller | |
Alas many of these were introduced by yours truly as necessary just doesn't look right to me for some reason ;-) | |||
2001-12-21 | Initial patch for a new mdoc issue. | Mike Pechkin | |
Powered by @mantoya: o) kill extra line in the end of file; o) kill extra space in the end of line; o) replace blank lines with .Pp; millert@ ok | |||
2001-12-13 | o) start new sentence on a new line; | Mike Pechkin | |
o) wrap long lines; o) fix bogus .Xr usage; o) we don't like blank lines; o) always close .Bl tags; o) OpenBSD -> .Ox; o) don't like .Pp before .Ss; millert@ ok; | |||
2001-11-05 | kill more registers; | Mike Pechkin | |
millert@ ok | |||
2001-09-03 | Include su# in generated disktab. Because modern disks have a variable | Todd C. Miller | |
number of sectors/track we need to specify the total number of sectors per unit explicitly. Closes PR #2042. | |||
2001-09-01 | Changes to build platform specific files properly with the powerpc -> macppc | Dale Rahn | |
port rename. This adds support for some of these to mvmeppc when it becomes MACHINE_ARCH=powerpc, as MACHINE_ARCH is tested in some instances. ancontrol and wicontrol are MACHINE_ARCH changes. | |||
2001-08-17 | o) {Open,Net,Free}BSD -> .{O,N,F}x; | Mike Pechkin | |
o) "start sentence on new line" issues; o) minimal -mdoc improvements; millert@ ok | |||
2001-08-12 | #(endif|else) foo is incorrect, make it #endif /* foo */ | Heikki Korpela | |
deraadt@ ok | |||
2001-08-07 | o Fix a typo (heko@iki.fi) | Todd C. Miller | |
o Add text about default labels | |||
2001-08-06 | Update to reality based on sys/disklabel.h | Todd C. Miller | |
2001-07-07 | major -Wall cleanup, almost complete | Theo de Raadt | |
2001-05-19 | When zeroing out the parition table, make 'c' the entire disk, not just | Todd C. Miller | |
the OpenBSD portion of the disk. This is conistent with the idea of 'c' throughout the program. | |||
2001-04-05 | permit tree build with NOMAN is set | Theo de Raadt | |
2001-03-12 | correct warning; maurice@maurice.wan.nl | Theo de Raadt | |
2001-02-05 | Remove the NOMAN hack. This is not the way we want to do this. | Artur Grabowski | |
(and the original problem is gone anyway). | |||
2001-02-04 | mention scan_ffs; map@infinitum.ch | Theo de Raadt | |
2001-01-24 | mention that sparc & amiga have weird partition tables | Theo de Raadt | |
2001-01-18 | Fix NOMAN builds. | Artur Grabowski | |
2001-01-17 | don't nroff twice, and escape protect possible bad chars | David Leonard | |
2000-11-09 | Change all option list specifications to ".Bl -tag -width Ds". Most man | Aaron Campbell | |
pages just needed their -width parameter tweaked to "Ds", which provides a nice width of 6 constant characters. For consistency more than anything. | |||
2000-10-22 | Use clearerr(3) to clear EOF on stdin when aborting a command due to ^D. | Todd C. Miller | |
Fixes a bug exposed by the last revision (we got away with before it due to the rewind(3) calls). | |||
2000-08-13 | Get rid of fflush(stdout); rewind(stdin); pairs since we should not | Todd C. Miller | |
have to worry about stdout == stdin (and since this is done inconsistently it is useless anyway). Pointed out by map@infinitum.ch. | |||
2000-06-30 | warnx?/errx? paranoia (use "%s" not a bare string unless it is a | Todd C. Miller | |
constant). These are not security holes but it is worth fixing them anyway both for robustness and so folks looking for examples in the tree are not misled into doing something potentially dangerous. Furthermore, it is a bad idea to assume that pathnames will not include '%' in them and that error routines don't return strings with '%' in them (especially in light of the possibility of locales). | |||
2000-06-04 | Don't exit just because we couldn't get the default label... | Todd C. Miller | |
2000-06-04 | Add 'D' and 'z' commands to editor to use the default partition and | Todd C. Miller | |
to zero out the partition table respectively. | |||
2000-05-05 | Reserve the first cylinder for bootblock if NUMBOOT=1. Basically treat | Todd C. Miller | |
it the same as the space we reserver on i386 to avoid fdisk trouncing. The user can change this via the 'b' command and a message is printed at startup to this effect. | |||
2000-04-04 | Add "expert mode" and don't prompt for fsize/bsize/cpg unless an expert | Todd C. Miller | |
next_offset() now takes a pointer to the partition size as its second argument instead of a pointer to the partition. This allows us to get the offset earlier on and sort_partitions() will not try and include the partition we are trying to create in its list. In free_chunks() start looking for things at starting_sector, not 0, to avoid getting starting offsets that precede the start of the OpenBSD part of the disk. | |||
2000-03-23 | Don't use the BIOS geometry by default, it causes too many problems. | Todd C. Miller | |
2000-03-18 | Remove hard sentence breaks, and some other cleanup along the way. | Aaron Campbell | |
2000-03-14 | Suffix "i.e." and "e.g." with a comma. Just another really picky man page | Aaron Campbell | |
commit, as we want our documentation to be as consistently formatted as possible (it's getting there :-)). | |||
2000-02-21 | missing newline | Theo de Raadt | |
1999-10-10 | Tweak. | Aaron Campbell | |