Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-06-18 | Calculate the disklabel checksum *after* filling in all the fields in | Kenneth R Westerback | |
the disklabel. ok deraadt@ | |||
2007-06-18 | If disklabel(8) is run against unreadable media (e.g. a blank cd) | Kenneth R Westerback | |
don't say "can't read master boot record". Just display an empty disklabel. Really yucky code that needs a lot of tough love, but marginally less confusing until then. ok deraadt@ | |||
2007-06-18 | sync | Theo de Raadt | |
2007-06-18 | Bring back Mickey's UVM anon change. Testing by thib@, beck@ and | Pedro Martelletto | |
ckuethe@ for a while. Okay beck@, "it is good timing" deraadt@. | |||
2007-06-18 | this is the sgi disklabel, mips64 is not the same | Theo de Raadt | |
2007-06-18 | this is the sgi disksubr, not some mythical "all mips64 architectures can ↵ | Theo de Raadt | |
use it" balony | |||
2007-06-18 | Don't use cpu_disklabel as local storage. Use local variables and discard | Kenneth R Westerback | |
the unneeded info when done with it. Another empty struct cpu_disklabel. ok deraadt@ | |||
2007-06-18 | Don't use cpu_disklabel as local storage. Use local variables and discard | Kenneth R Westerback | |
the unneeded info when done with it. Another empty struct cpu_disklabel. ok deraadt@ | |||
2007-06-18 | addd /usr/xobj/; from Martynas Venckus | Jason McIntyre | |
2007-06-18 | fix pasto's | Jasper Lievisse Adriaanse | |
from janjaap@stack.nl | |||
2007-06-18 | -r will die. Until then, make sure any labels it dredges up are | Kenneth R Westerback | |
converted to v1 format before being used. ok deraadt@ otto@ | |||
2007-06-18 | avoid modification race in DIOCRLDINFO; ok krw miod | Theo de Raadt | |
2007-06-18 | Implement DIOCRLDINFO, DIOCGPDINFO and DIOCGPART. Tweak DIOCGDINFO to | Kenneth R Westerback | |
avoid unnecessary rdgetdisklabel() call. requested by & ok deraadt@ | |||
2007-06-18 | Use a shorter form to load XKPHYS constants in .S code, shaves a few text | Miod Vallat | |
bytes, no functional change. | |||
2007-06-18 | Disable instruction reordering around cpl assignments. | Miod Vallat | |
2007-06-18 | ... and zap old code | Marc Espie | |
2007-06-18 | reorganize lookup_library so I can reuse the exact same algorithm to | Marc Espie | |
look up different things (in particular, the incremental lookup through dependencies). | |||
2007-06-18 | more uniform: all deps routines should be methods, even if they don't | Marc Espie | |
use the data. | |||
2007-06-18 | first stab at history stuff for opencvs, currently only writes | Joris Vink | |
to CVSROOT/history but cannot parse it yet with the 'history' command. "Commit it." ray@ | |||
2007-06-18 | we're going to need more room for flags (again). | Pierre-Yves Ritschard | |
promote the field to u_int32_t. no impact on hoststatectl. | |||
2007-06-18 | delete comment above cpu_disklabel that is not needed | Theo de Raadt | |
2007-06-18 | move comment to right place | Theo de Raadt | |
2007-06-18 | Firmware version warning; several re-wordings. | Ian Darwin | |
Improved by deraadt@. | |||
2007-06-18 | regen | Martin Reindl | |
2007-06-18 | another geforce variant | Martin Reindl | |
2007-06-18 | KNF after macro removals, no binary change. | Marc Balmer | |
ok dlg. | |||
2007-06-18 | KNF, especially re-indent prototypes. No binary change. | Marc Balmer | |
ok dlg. | |||
2007-06-18 | Fix typo introduced in seconds parsing. From Tim van der Molen. | Todd C. Miller | |
2007-06-18 | add tag no shadow, to allow us to specify that we do NOT want tempfiles | Marc Espie | |
into some directories. a few minor style tweaks, such as using a nice join(map()) to build some strings. | |||
2007-06-18 | Use the right interface id when iterating over the control interface | Marc Balmer | |
endpoints. bug found and patch provided by Marc Winiger <mw@msys.ch>. ok dlg. | |||
2007-06-18 | split out dpme disklabel reading, simplifying things significantly | Theo de Raadt | |
and making it look a lot more like other architectures; tested by myself and drahn and gwk | |||
2007-06-18 | ansify/de-register. | Jasper Lievisse Adriaanse | |
no binary change | |||
2007-06-18 | typo | Theo de Raadt | |
2007-06-18 | remove newline in dmesg that slipped in in last commit | Jacob Meuser | |
go ahead robert@ | |||
2007-06-18 | simplify error return case from writedisklabel(), too | Theo de Raadt | |
2007-06-18 | simplify error return case from writedisklabel() | Theo de Raadt | |
2007-06-18 | simplify error return case from writedisklabel() | Theo de Raadt | |
2007-06-18 | more comments that are different | Theo de Raadt | |
2007-06-18 | using same words in similar code sequences is good | Theo de Raadt | |
2007-06-18 | this XXX has no place here anymore. extended partition label writing | Theo de Raadt | |
might even work now (ie. if it works, it is because finding the label location is now MI code shared for the read & write paths) | |||
2007-06-18 | include not needed | Theo de Raadt | |
2007-06-18 | msg is already gauranteed to be NULL | Theo de Raadt | |
2007-06-17 | ansify/de-register | Jasper Lievisse Adriaanse | |
ok miod@ | |||
2007-06-17 | ansify/de-register | Jasper Lievisse Adriaanse | |
ok miod@ | |||
2007-06-17 | add back missing bcopy & break, got lost when removing arcnet. | Henning Brauer | |
spotted by Mike Belopuhov <mkb@crypt.org.ru> | |||
2007-06-17 | ansify/de-register. | Jasper Lievisse Adriaanse | |
no binary change | |||
2007-06-17 | de-register | Jasper Lievisse Adriaanse | |
ok thib@ | |||
2007-06-17 | Add background SCAN command. | Marcus Glocker | |
2007-06-17 | de-register | Jasper Lievisse Adriaanse | |
ok henning@ | |||
2007-06-17 | ansify/de-register | Jasper Lievisse Adriaanse | |
ok miod@ |