Age | Commit message (Expand) | Author |
2003-12-23 | order the dc's; no measurable effect | Michael Shalayeff |
2003-12-23 | style | Miod Vallat |
2003-12-23 | Simplify the syscall() routines. Also put a really meaningful limit to the | Miod Vallat |
2003-12-22 | make sure to run probe only once per device w/ grumpy testing | Michael Shalayeff |
2003-12-22 | Do not play games with the instruction fetch pointers when preserving a | Miod Vallat |
2003-12-22 | typos from Jared Yanovich; | Jason McIntyre |
2003-12-22 | Get rid of kvtop() usage in dma_cachectl(). | Miod Vallat |
2003-12-22 | typos from Jared Yanovich; | Jason McIntyre |
2003-12-22 | IPL_HIGH should be 7, not 6. This is purely cosmetic as that value is | Todd C. Miller |
2003-12-22 | Correctly handle vme attachments which specify a larger ca_len size than | Miod Vallat |
2003-12-21 | -fno-builtin-* finally tested | Marc Espie |
2003-12-21 | Switch db_expr_t from int to long, per consistency with all other arches. | Miod Vallat |
2003-12-21 | Unused. | Miod Vallat |
2003-12-21 | Switch db_expr_t from int to long, per consistency with other platforms. | Miod Vallat |
2003-12-20 | Pass -Wformat | Miod Vallat |
2003-12-20 | Fix an uninitialized variable. | Miod Vallat |
2003-12-20 | Pass -Wformat, fix a few uninitialized variables as well. | Miod Vallat |
2003-12-20 | Pass -Wformat | Miod Vallat |
2003-12-20 | add pentium 4 thermal control circuit (tcc) driver. can use this to | Ted Unangst |
2003-12-20 | Don't let microtime() return a struct timeval with exactly 1000000 microseconds. | Miod Vallat |
2003-12-20 | - .Xr biosboot(8) in SEE ALSO | Jason McIntyre |
2003-12-20 | Pass -Wformat. | Miod Vallat |
2003-12-20 | Passl -Wformat. Fix some blatant -Wuninitialized errors as well. | Miod Vallat |
2003-12-19 | add cpu_ecxfeature to cpu.h, and stop locally externing it and cpu_feature. | Ted Unangst |
2003-12-19 | Pass -Wformat, and silence a few vme* debug printf. | Miod Vallat |
2003-12-19 | Pass -Wformat. | Miod Vallat |
2003-12-19 | The physical address of a pmap's segment table is only used to compute an | Miod Vallat |
2003-12-19 | Unbreak ramdisk kernel after tedu's changes. | Alexander Yurchenko |
2003-12-19 | When temporarily unlocking a pmap, do not release the spl as well. | Miod Vallat |
2003-12-19 | Make this compile after the struct was reordered. OK tedu@ | Todd C. Miller |
2003-12-18 | add new hw sysctls, cpuspeed and setperf to control cpu frequency. | Ted Unangst |
2003-12-18 | oops; pointed out by bruno | Theo de Raadt |
2003-12-18 | Fix for monotomic time, lasttb is now in sync with 'time'. ok otto@ | Dale Rahn |
2003-12-18 | spls do not protect cpu_itmr and thus time might jump back sometimes due to c... | Michael Shalayeff |
2003-12-18 | Move -DDYNAMIC_CRC_TABLE into the main libz Makefile | Todd C. Miller |
2003-12-17 | attempt to power down voyager (untested); miod ok | Theo de Raadt |
2003-12-17 | Always use the nitty-gritty name for cr16. | Miod Vallat |
2003-12-17 | in the real mem print do not include reserved for prom into used by openbsd | Michael Shalayeff |
2003-12-17 | figure out the used prom size in probe() and pass that into attach that will ... | Michael Shalayeff |
2003-12-17 | For some reason sparc64 seems to need the equivalent of -I/sys where | Todd C. Miller |
2003-12-17 | remove unneeded bits introduced in previous commit | Todd C. Miller |
2003-12-17 | Simply include the main libz Makefile instead of trying to roll our own. | Todd C. Miller |
2003-12-17 | Simply include the main libz Makefile instead of trying to roll our own. | Todd C. Miller |
2003-12-17 | Simply include the main libz Makefile instead of trying to roll our own. | Todd C. Miller |
2003-12-17 | bad me, left commented code in here... | Jason Wright |
2003-12-17 | Add ccd(4) and ccdconfig(8) to CD ramdisk; needs changes in upgrade.sh | Todd C. Miller |
2003-12-16 | a bit more shrinking. do not bother printing the drive bus interfaces, | Theo de Raadt |
2003-12-16 | reenable sti1 as the issues has been resolved | Michael Shalayeff |
2003-12-16 | uncessary defns | Jason Wright |
2003-12-16 | Don't need linear mappings here either | Jason Wright |