Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-12-01 | Send solbourne to where the ........... | Theo de Raadt | |
2015-10-15 | Remove disklabel -B (NUMBOOT) support. All the platforms which used to need | Miod Vallat | |
it are now using MI installboot for that purpose. ok krw@ deraadt@ | |||
2015-10-05 | Remove disklabel -B support on landisk - superseded by MI installboot. | Miod Vallat | |
2015-09-24 | hppa/hppa64 use installboot(8) now, not -B/-b. | Kenneth R Westerback | |
Only vax and landisk left using -B/-b. ok jsing@ miod@ | |||
2014-04-13 | At some point, we are going to switch the mandoc(1) default | Ingo Schwarze | |
from -Tascii to -Tlocale, even though not quite yet because there are more important things to do first. But let's already make -Tascii explicit in the build system right now, it is safer anyway. | |||
2014-03-18 | Retire hp300, mvme68k and mvme88k ports. These ports have no users, keeping | Miod Vallat | |
this hardware alive is becoming increasingly difficult, and I should heed the message sent by the three disks which have died on me over the last few days. Noone sane will mourn these ports anyway. So long, and thanks for the fish. | |||
2013-10-31 | List all generated files in CLEANFILES. | Ingo Schwarze | |
Issue mentioned by fgs@ on ICB. ok fgs@ bluhm@ krw@ | |||
2011-06-23 | switch to installing source manuals (base part) | Ingo Schwarze | |
discussed with lots of people, tested by naddy@, "move fast" deraadt@ | |||
2011-05-24 | Allow for more room for /usr/obj on static linking only archs; ok krw@ deraadt@ | Otto Moerbeek | |
2010-03-18 | loongson needs fdisk in -DSEEALSO | Otto Moerbeek | |
2009-06-04 | Recycle four ancient fields in the disklabel structure, replacing them with | Theo de Raadt | |
bounds information, ie. the zone of the disk that OpenBSD can use. Have each pre-disklabel parser (MBR, DPME, or per-arch MD disklabel parsers) figure out this area and pass it up to userland. Then, delete all the same disk parsing code from disklabel(8) since the kernel passes it up. Lots and lots of - signs in the disklabel(8) code. Tested on as many platforms as possible, the fallout will be repaired as time goes on. To test, use disklabel -d <drive> and validate that the bounds do not overlap any boot blocks. This same information is used by disklabel -A... OK for the concept from krw, miod, and drahn | |||
2009-01-11 | On *ppc disks shared with MacOS, walk the Apple partition map to find out | Miod Vallat | |
the bounds of the OpenBSD area. Should prevent users from shooting themselves in the feet. ok krw@ | |||
2008-05-13 | Make socppc on par with macppc for now. | Miod Vallat | |
2007-08-01 | cats went away | Theo de Raadt | |
2007-06-18 | typo | Theo de Raadt | |
2007-06-17 | On Sun machines, disklabels coming from the kernel will now have a d_flags | Theo de Raadt | |
bit D_VENDOR if they face the Sun cylinder / start-at-zero semantics. Other disklabels found on these architectures do not have these issues, and do not need to be constrained. checked by otto | |||
2007-06-16 | OK, landisk needs NUMBOOT=1 | Theo de Raadt | |
2007-06-16 | i386/amd64/zaurus/landisk are not NUMBOOT=1 or NUMBOOT=2 architectures. | Theo de Raadt | |
the result was occasional disklabel trashing as a result of disklabel -r, and perhaps other requests to the command; ok krw | |||
2006-10-12 | Should be correct for landisk. | Dale Rahn | |
2006-07-11 | Let armish and cats recognize MBR partitioning, to come up with proper | Miod Vallat | |
disklabel bounds in disklabel -E; while there, sort of sort the architectures. | |||
2006-04-26 | man page is gzip'd, should store as unsigned char array. | Theo de Raadt | |
2005-08-30 | Get the start of the A6 partition from fdisk. Fixes wrong suggestion of | Uwe Stuehler | |
offset 0 for the start of slice a. ok deraadt@ | |||
2005-04-01 | will do disklabels like hppa | Theo de Raadt | |
2005-02-16 | Prevent gzip from storing mtime and filename in the header so we | Todd C. Miller | |
get identical binaries. | |||
2005-01-13 | be aware of zaurus | Theo de Raadt | |
2004-11-06 | update -DSEEALSO for alpha and cats, remove arc and amiga. ok miod@ | Otto Moerbeek | |
2004-11-06 | gzip embedded man pages, and pipe through gunzip when viewing. | Otto Moerbeek | |
ok deraadt@ | |||
2004-05-03 | Remove OpenBSD/pegaos, this has been announced before but delayed until | Dale Rahn | |
the tree was stable. No point in code supporting a company which screws its employees being in the OpenBSD tree. | |||
2004-02-25 | correct NOMAN= case | Theo de Raadt | |
2004-01-28 | Repair build links for pegosos, and also build for amd64 | Theo de Raadt | |
2003-10-31 | These should build on pegasos | Dale Rahn | |
2002-08-08 | add a hppa case | Michael Shalayeff | |
2002-06-26 | include <bsd.own.mk> before using NOMAN; ok millert@ | Wilbern Cobb | |
2002-02-20 | Tweak mvme88k and sparc64 specific settings. | Miod Vallat | |
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-04-05 | permit tree build with NOMAN is set | 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-01-18 | Fix NOMAN builds. | Artur Grabowski | |
2001-01-17 | don't nroff twice, and escape protect possible bad chars | David Leonard | |
1999-07-14 | put in a check for architectures that demand that partition A start at sector 0 | Theo de Raadt | |
1999-02-01 | Allow for arc machines to install boot blocks | Per Fogelstrom | |
1998-05-16 | oops; d | Theo de Raadt | |
1998-05-07 | get rid of #ifdef OLD_SCSI stuff. It is not useful | Todd C. Miller | |
1998-04-25 | build if NOMAN= is globally set; problem spotted by rahnds | Theo de Raadt | |
1997-10-24 | Warn that geom may be wrong for ports with old scsi. | Todd C. Miller | |
For ports where boot blocks sit in the first cylinder, don't suggest an offset that would clobber them. Mention the 'b' command when the user tries to go past end of the OpenBSD part. In 'b' command, don't suggest size that extends beyond the disk. | |||
1997-10-16 | ensure man pages exist first | Theo de Raadt | |
1997-10-16 | CLEANFILES+=manual.c | Theo de Raadt | |
1997-10-16 | new command: M (shows linked-in manpage) | Theo de Raadt | |
1997-10-13 | Well, ppc has to work.... | Per Fogelstrom | |
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. |