Age | Commit message (Expand) | Author |
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 |
2003-12-16 | don't do a linear mapping (prevents warnings on the leopard) | Jason Wright |
2003-12-16 | clean the cpu types and sync | Michael Shalayeff |
2003-12-16 | only map the rom and do not touch the hpa space getting rid of memsize define... | Michael Shalayeff |
2003-12-16 | shorten terminal baud rate change strings | Theo de Raadt |
2003-12-16 | becuase | Theo de Raadt |
2003-12-14 | the extended long (bracketed) cpu names are not useful to anyone -- they are | Theo de Raadt |
2003-12-14 | Replace pmap_testbit/pmap_changebit sequences with a tailor-made pmap_unsetbit | Miod Vallat |
2003-12-14 | Remove unnecessary trunc_page() calls, and change pmap_enter() logic to | Miod Vallat |
2003-12-14 | In pmap_testbit, always update the attribute flags for the pv list hander. | Miod Vallat |
2003-12-12 | Provide a better delay() resolution on 188. | Miod Vallat |
2003-12-12 | typo | Theo de Raadt |
2003-12-12 | initialze -> initializes; from Eric Borsboom; | Jason McIntyre |
2003-12-12 | missing parameter to printf; erick@bonzai.space-ei.nl | Theo de Raadt |
2003-12-11 | Oops, forgot to commit this chunk of pcb_t removal. Spotted by deraadt. | Miod Vallat |
2003-12-11 | remove @ that i do not like | Theo de Raadt |
2003-12-10 | for unaligned btlb mapping attempts -- just fail | Michael Shalayeff |
2003-12-09 | on pci systems bootdevice is specified by the hpa only | Michael Shalayeff |
2003-12-09 | allow for user pci conf | Michael Shalayeff |
2003-12-08 | Correct what seems to be a typo: __builtin_va_alist vs __builtin_va_list | Peter Valchev |
2003-12-04 | Typos | Miod Vallat |
2003-12-04 | creator needs wsemul_sun attribute. | Miod Vallat |
2003-12-01 | when allocating kpdes -- allocate no less than four | Michael Shalayeff |
2003-12-01 | same leds on b132 and b160; from Hans-Joerg.Hoexer@yerbouti.franken.de | Michael Shalayeff |
2003-11-27 | gcc3 wants "m" operands to be lvalues. | Marc Espie |
2003-11-27 | Bad #undef, spotted by gcc3. | Marc Espie |
2003-11-27 | This var is volatile. gcc3 complains if the CV qualifiers don't match. | Marc Espie |
2003-11-26 | after some discussion with nick@, note that `hd*' syntax makes more | Jason McIntyre |