Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-06-07 | roller-coaster. The bug that corrupts the page tables is back. | Artur Grabowski | |
So put back the flushg in pmap_release since at least it hides it and I can now reproduce. | |||
2007-06-07 | another XXsize() botch | Theo de Raadt | |
2007-06-07 | GET should have been SET | Otto Moerbeek | |
2007-06-07 | Replace magic bus clock constants in est related files with defines. | Dimitry Andric | |
ok jsg | |||
2007-06-07 | Fix spacing. | Dimitry Andric | |
2007-06-07 | more XXsize() functions not fixed | Theo de Raadt | |
2007-06-07 | best if this compiles | Theo de Raadt | |
2007-06-07 | more XXsize() fallout | Theo de Raadt | |
2007-06-07 | Comment 'fixes'. All bounds_check_with_label now identical except for | Kenneth R Westerback | |
vax and alpha. | |||
2007-06-07 | Eliminate unnecessary duplicate defines *_LABELSECTOR and | Kenneth R Westerback | |
*_LABELOFFSET. Don't use osdep->labelsector since it will always be LABELSECTOR, since we don't support extended DOS partitions holding the OpenBSD disk label. No functional change. Now only Alpha and Vax bounds_check_with_label differ by more than comments. | |||
2007-06-07 | More bounds_check_with_label homogenization. Fix a couple of typos while | Kenneth R Westerback | |
there. 'so go to it!' deraadt@ | |||
2007-06-07 | another XXsize() function forgotten | Theo de Raadt | |
2007-06-06 | clamp the disklabel d_secperunit to what the disk actually says it has, | Theo de Raadt | |
not to what some bogus disklabel from the past may say (some of which may have been caused by older openbsd disklabel programs). resolves issues seen by myself and Markus Lude on sparc/sparc64 machines | |||
2007-06-06 | an XXsize() function that got skipped | Theo de Raadt | |
2007-06-06 | now that all partition size/offsets are potentially 64-bit, change the | Theo de Raadt | |
type of all variables to daddr64_t. this includes the APIs for XXsize() and XXdump(), all range checks inside bio drivers, internal variables for disklabel handling, and even uvm's swap offsets. re-read numerous times by otto, miod, krw, thib to look for errors | |||
2007-06-06 | a fair sprinking of knf, code movement, and sometimes character-by-character | Theo de Raadt | |
accuracy so that the variious disksubr.c's can be compared easier. setdisklabel() starts taking an int for openmask. ok krw, and read by quite a few other people | |||
2007-06-05 | Remove the comment "Static function protoypes". Static is gone in USB. | Marc Balmer | |
no binary change. | |||
2007-06-05 | Use phys_map, not kernel_map in v{,un}mapbuf. ok mickey | Miod Vallat | |
2007-06-05 | Remove the "Static" function declaration. It is defined to be | Marc Balmer | |
empty and confuses the source code reader. As discussed with dlg and jsg. | |||
2007-06-05 | bounds_check_with_label() checks for i/o outside of the partition and | Kenneth R Westerback | |
for overwriting the disklabel. Reorder some checks so all copies of bounds_check_with_label do the checks in the same order. Order picked by using the currently most popular one. Should be no functional change. "If it's boring, commit it" deraadt@ | |||
2007-06-05 | use six new macros to access & store the 48-bit disklabel fields related | Theo de Raadt | |
to size. tested on almost all machines, double checked by miod and krw next comes the type handling surrounding these values | |||
2007-06-04 | bluetooth isn't really useful yet, but at least give it a chance to compile | Chris Kuethe | |
ok gwk | |||
2007-06-04 | Bring presto's readdisklabel() usage into line with other uses. i.e. | Kenneth R Westerback | |
don't call it at attach but at open, so that the correct device can be used in the DISKLABELDEV() invocation. Commit and get into miod's test schedule. '... commit your diff ...' miod@ | |||
2007-06-04 | do not shuffle dev 4 under the carpet; make svnd work again; uncookie | Otto Moerbeek | |
for deraadt@ ok irc@ | |||
2007-06-04 | Use 166.67 and 266.67 for bus_clock and not 166.66 and 266.66, | Jonathan Gray | |
as per recommended values from Intel documentation. ok tedu@ | |||
2007-06-03 | if the 915gm didn't work on i386, it's worrisome here too. remove it. | Ted Unangst | |
2007-06-03 | Dummy <machine/bus.h> for softraid to compile. | Miod Vallat | |
2007-06-03 | Add a check for Intel Core processors with Scalable Bus Speed of 200 MHz. | Jonathan Gray | |
From NetBSD and verified in Intel doc #253669 ok tedu@ | |||
2007-06-02 | Match on ICH8M. | Jonathan Gray | |
Tested by Daniel Dickman <didickman@gmail.com> | |||
2007-06-02 | oops, why did i delete this. bizzare | Theo de Raadt | |
2007-06-02 | Rename cvtdisklabelv1 -> disklabeltokernlabel. It does more than just | Kenneth R Westerback | |
convert version 0 to version 1 disklabels. Suggested by deraadt@. ok deraadt@ otto@ | |||
2007-06-02 | stand/ofdev.h | Theo de Raadt | |
2007-06-01 | remove ofw devices which we don't use; that way of mixing devices is crazy | Theo de Raadt | |
(means i also don not have to fix the daddr_t problems) ok miod | |||
2007-06-01 | Revert INTEL_82915GM part of tedu's commit as it hung my T43 | Bjorn Sandell | |
ok tedu@ | |||
2007-06-01 | Infrastructure to allow root on wd0. | Miod Vallat | |
2007-06-01 | some pentium 4 machines are 64-bit and have EST, but a different msr to | Ted Unangst | |
get bus clock. copy in some more code from i386 to deal with both families, and be more watchful for unknown models. fixes a panic reported by johan lindman. ok gwk | |||
2007-06-01 | Replace comment in Swedish. -moj | Mats O Jansson | |
2007-06-01 | Instead of reexporting PAGE_SIZE from assym.h which causes warnings | Artur Grabowski | |
for locore, just include machine/param.h in vector.S | |||
2007-06-01 | set hiwat mark for some of the more popular pools to reduce bouncing | Ted Unangst | |
ok art bob | |||
2007-06-01 | some architectures called setroot() from cpu_configure(), *way* before some | Theo de Raadt | |
subsystems were enabled. others used a *md_diskconf -> diskconf() method to make sure init_main could "do late setroot". Change all architectures to have diskconf(), use it directly & late. tested by todd and myself on most architectures, ok miod too | |||
2007-06-01 | Provide carefully crafted DEADBEEF* values, this was initially forgotten in | Miod Vallat | |
the commit which enabled DEADBEEF* overrides, then values have been discussed a bit more and improved; reminded by and ok art@ | |||
2007-06-01 | Fix cd block major number | Miod Vallat | |
2007-06-01 | Fix macppc tags. | Alexander Yurchenko | |
ok drahn@ | |||
2007-06-01 | Establish interrupt after checking the i2s subsystem, fixes a problem with | Gordon Willem Klok | |
xserve G5. ok drahn | |||
2007-06-01 | never attempt to tweak a file just before commit | Ted Unangst | |
2007-06-01 | Don't initialize d_partitions[RAW_DISK] just before calling | Kenneth R Westerback | |
readdisklabel(), since all readdisklabel()'s do that already. ok deraadt@ | |||
2007-05-31 | panic if mtx_leave is called on an unlocked mutex. ok kettenis@ | Dale Rahn | |
2007-05-31 | intel pchb rnd support, from i386 | Ted Unangst | |
ok deraadt | |||
2007-05-31 | It's the time to squash antique bugs. This has been there | Tobias Weingartner | |
for some time. I can't believe it took a re-read for future functionality plus something I wrote and kjell@ saved from '97 for me to find this. ok tom@ | |||
2007-05-31 | Add Bluetooth drivers to GENERIC (not enabled - we still have ways to go) | Uwe Stuehler | |
ok gwk, deraadt |