Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-04-30 | nice docs at top of GENERIC | Theo de Raadt | |
2005-04-29 | Make boot code use real mode with 64K segments instead of 1M segments, | Tom Cosgrove | |
to match i386 boot blocks. Improves stability with some disk controller cards. Also expicitly state operand size on some moves. Bump version on boot, cdboot and pxeboot accordingly. | |||
2005-04-26 | Check for memory allocation failure before zeroing memory, not after; | Miod Vallat | |
from mpech@ | |||
2005-04-21 | count fpu lazy context switches; deraadt@ ok | Michael Shalayeff | |
2005-04-19 | nothing uses spllowersoftclock() anymore | Michael Shalayeff | |
2005-04-19 | CLKF_BASEPRI we do not have no more; noticed by miod | Michael Shalayeff | |
2005-04-14 | internal _BSD_WCTRANS_T_, _BSD_MSTATE_T_, _BSD_WCTYPE_T_ types. | Marc Espie | |
2005-04-11 | use MD #define to choose stackgap size per-architecture. on sparc, special | Theo de Raadt | |
case sun4c/sun4 -- because address space is more constrained | |||
2005-04-08 | add rcs ids | Jolan Luff | |
2005-04-01 | Cleanup SKEY_NOT_READY logic. Only retry command if it's likely the | Kenneth R Westerback | |
condition is going to clear up, which speeds up boot by avoiding delays in disk matching. Return ENODEV if media is not present, which avoids trying to spin up disks that are not present. Use ENODEV in amd64/i386 dkcsum.c to filter failure reports. Mostly from NetBSD. ok marco@ | |||
2005-04-01 | reenable bio in GENERIC now that bio.c compiles and works. | Marco Peereboom | |
2005-04-01 | undo, need to redo copyinstr first :( | Marco Peereboom | |
2005-04-01 | enable bio(4) in GENERIC | Marco Peereboom | |
<deraadt> do it. | |||
2005-03-31 | go back to the old trace code, but add -fno-omit-frame-pointer so it works. | Ted Unangst | |
makes trace output more reasonable. ok andreas | |||
2005-03-30 | first approximation: spoof UDF filesystem disklabels when we see them. | Theo de Raadt | |
it is likely a slight bug or two will sneak in with this, so everyone please keep an eye out on your disklabels | |||
2005-03-30 | enable UDF on large install media for architectures likely to have DVD drives | Theo de Raadt | |
2005-03-16 | more wireless chipsets | Theo de Raadt | |
2005-03-16 | amd64 also fails copyoutstr regress, missed in the first round. | Ted Unangst | |
need to checker the to address. patch from netbsd. ok deraadt mickey | |||
2005-03-13 | Only use bangpxe calling on PXE 2.1 and above. Makes no difference on | Tom Cosgrove | |
current-spec PXE systems, but should allow some older ones to get a bit further. Diff from krw@. Tested by krw@ on several PXE 2.1 cards. Many thanks. ok krw@; "get these changes into the amd64" deraadt@ | |||
2005-03-13 | KNF | Tom Cosgrove | |
2005-03-13 | On return from real mode, reload the GDT using a 16-bit pointer rather | Tom Cosgrove | |
than a 32-bit value. Found by Tim Fletcher <tim (at) parrswood (dot) manchester (dot) sch (dot) uk> using Etherboot; thanks to Tim and the Etherboot developers who narrowed this down. Also bump the pxeboot version to 1.01. Tested by Okan Demirmen <okan (at) demirmen (dot) com> and krw@: thanks guys. "get these changes into the amd64" deraadt@ | |||
2005-03-13 | enable gdt | Theo de Raadt | |
2005-03-08 | Cosmetics... | Thierry Deval | |
Mainly remove space between locators parens, replace spaces with tabs where appropriate and consistently align dependencies. | |||
2005-03-05 | Clean up the tree from incomplete, unreliable and unsupported IEEE1394 code. | Thierry Deval | |
Ok deraadt@, miod@ | |||
2005-02-18 | fix zlib's homepage; ok henning@, jmc@ | Robert Nagy | |
2005-02-13 | Remove __P usage in sys that has crept back in. | Jonathan Gray | |
'Looks fine' millert@, ok miod@ | |||
2005-02-12 | enable bktr(4) as it works well; jakemsr@jakemsr.com pr4095 | Peter Valchev | |
2005-02-03 | remove commented out ncr, siop handles the devices, with and ok dale | Henning Brauer | |
2005-02-03 | enable siop, ok mickey drahn | Henning Brauer | |
2005-01-14 | ubt(4): USB Bluetooth driver, commented out in all kernel config | Alexander Yurchenko | |
files for now. Adopted from FreeBSD for our netbt stack. Help in testing by many, ok markus@ | |||
2005-01-10 | proper SET_PC_REGS, | Marc Espie | |
okay kettenis@, something-vaguely-looking-like-an-okay mickey@ | |||
2005-01-08 | enable puc lpt | Theo de Raadt | |
2005-01-07 | enable atu and sysbeep | Theo de Raadt | |
2005-01-06 | use wsmux more; miod ok | Theo de Raadt | |
2005-01-06 | missing $OpenBSD$ | Martin Reindl | |
2005-01-03 | ok, vge fits | Theo de Raadt | |
2005-01-03 | ok, ami is a good choice for the floppy | Theo de Raadt | |
2005-01-03 | add ami(4), it works and I needed that to install my new toy... theo ok | Henning Brauer | |
2005-01-02 | isp(4) works out of the box | Martin Reindl | |
ok deraadt@ | |||
2005-01-01 | gcc 3.3.5 will store zero-initialized variables in bss by default, | Todd C. Miller | |
move bootdev to data so it doesn't get zapped when bss is cleared. deraadt@ OK | |||
2005-01-01 | Add more debugging printf #ifdef DEBUG. This was useful when tracking | Todd C. Miller | |
down the bootdev issue. OK deraadt@ | |||
2004-12-30 | adw(4) works on amd64, enable; ok deraadt marco | Peter Valchev | |
2004-12-29 | fix a few more locators with ? that snuck in; mickey ok | Theo de Raadt | |
2004-12-26 | do not waste time having ises on | Theo de Raadt | |
2004-12-26 | enable ami. ok beck@ | Marco Peereboom | |
2004-12-25 | Use list and queue macros where applicable to make the code easier to read; | Miod Vallat | |
no functional change. | |||
2004-12-24 | {e,}intr{cnt,names} bye-bye. | Miod Vallat | |
2004-12-20 | vge(4) in bsd.rd, only CD for now; ok deraadt | Peter Valchev | |
2004-12-19 | Add ahd. | Kenneth R Westerback | |
ok deraadt@. | |||
2004-12-19 | disable uyap by default, because it is that rare | Theo de Raadt | |