Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-04-09 | fix rbus on big memory i386 machines (used by cbb(4) pcmcia). | Reyk Floeter | |
closes an slightly old PR kernel/3855. ok mickey@ | |||
2005-04-08 | add rcs ids | Jolan Luff | |
2005-04-03 | Implemente PT_[GS]ETXMMREGS ptrace(2) requests on i386. | Mark Kettenis | |
ok deraadt@ | |||
2005-04-02 | find cachesize for amd cpus too. ok deraadt tom | Ted Unangst | |
bit more info about powernow, and only try to enable if cpu supports it. both from diffs by gordon klok | |||
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 | axe axe for now | Theo de Raadt | |
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-19 | +bce +axe +ural | Theo de Raadt | |
2005-03-19 | pci de(4) unlikely on laptop compared to others | Theo de Raadt | |
2005-03-18 | oops, i was a teeny tiny bit over... | Theo de Raadt | |
2005-03-18 | shut off aac(4) unless Adaptec stops behaving like assholes | Theo de Raadt | |
2005-03-18 | sk(4) fits | Theo de Raadt | |
2005-03-18 | another re* at cardbus missing, arghcvs diff -u RAMDISK_CD | Theo de Raadt | |
2005-03-18 | sk(4) fits | Theo de Raadt | |
2005-03-18 | disable a bunch of old devices (mostly ISA, or stuff people are unlikely | Theo de Raadt | |
to use on a laptop) enable a bunch of newer devices. For instance, a whole whack of new gigabit & wireless cards -- pci and cardbus | |||
2005-03-16 | ural will be here too | Theo de Raadt | |
2005-03-16 | enable ural | Theo de Raadt | |
2005-03-16 | +rtw, ral, but a few rare ethernet devices go away.. | Theo de Raadt | |
2005-03-16 | ath, atw, ral, rtw on CD ramdisk | Theo de Raadt | |
2005-03-13 | Only use bangpxe calling on PXE 2.1 and above. Makes no difference on | Tom Cosgrove | |
current-spec PXE systems, but allows some older ones (I tested 0.98 and 0.99) to get a bit further. ok weingart@; "please get it in" deraadt@. | |||
2005-03-12 | KNF | Tom Cosgrove | |
2005-03-12 | 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. ok weingart@, "go ahead" deraadt@ | |||
2005-03-09 | access to the configuration address register of the 82443BX host bridge needs | Hans-Joerg Hoexer | |
to be 32bit aligned. deraadt@ just commit | |||
2005-03-08 | Cosmetics... | Thierry Deval | |
Mainly remove space between locators parens, replace spaces with tabs where appropriate and consistently align dependencies. | |||
2005-03-07 | Add missing pentium m processors from the "Intel Pentium M Processor | Marc Balmer | |
on 90 nm Process with 2-MB L2 Cache Datasheet" ok deraadt@ | |||
2005-03-05 | Clean up the tree from incomplete, unreliable and unsupported IEEE1394 code. | Thierry Deval | |
Ok deraadt@, miod@ | |||
2005-02-24 | Don't use inline assembly for cpuid instruction, it clobbers | Alexander Yurchenko | |
registers that are used by gcc. Use cpuid() function instead like all others do. Problem noticed by david@. ok tom@ | |||
2005-02-21 | enable ral | Theo de Raadt | |
2005-02-19 | add dc@cardbus | Brad Smith | |
2005-02-18 | fix zlib's homepage; ok henning@, jmc@ | Robert Nagy | |
2005-02-17 | miscellaneous typo fixes: | Jean-Francois Brousseau | |
- sturct -> struct (spotted by pedro) - elimination of consecutive 'the' words ok jmc@, henning@, krw@, robert@, some whining by jolan@ | |||
2005-02-15 | Add commented entries for Ralink RT2500 driver (ral) | Damien Bergamini | |
2005-02-10 | Nasty, fix tedu's test case. This needs to be | Tobias Weingartner | |
looked at after release again. Lots of testing. Partial ok from drah@, hshoexer@, others. | |||
2005-01-14 | We're not really ready to enable ubt(4), from theo. | Alexander Yurchenko | |
2005-01-14 | Enable ubt(4) on i386. | Alexander Yurchenko | |
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-14 | cardbus re(4) support (Realtek 8169) heavily based on if_rl. | Peter Valchev | |
still work in progress but it works (this is committed through it), some PHY timeout issues to resolve | |||
2005-01-13 | HTML page does not seem to exist anymore so point to the PDF for now. | Brad Smith | |
2005-01-12 | Intel 82443BX DRAM address errata seems to be fixed in the latest revisions | Alexander Yurchenko | |
of the chipset. Inspired from netbsd pr by scottr@NetBSD.org. ok theo | |||
2005-01-09 | typo in comment; ok many people | Jason McIntyre | |
from freebsd kern/75923; | |||
2005-01-08 | replace magic numbers w/ a proper sizeof; from peter@ | Michael Shalayeff | |
2005-01-07 | rev 1.26 | Brad Smith | |
The VIA Technologies VT82C686A SMBus Controller claims to be a PCI/ISA bridge, ignore it. From NetBSD ok deraadt@ | |||
2005-01-07 | Fix profiled kernel builds on i386 by moving splraise/splx code into macros | Christopher Pascoe | |
permitting non-recursive reuse in mcount. Should be a no-op for normal builds. | |||
2005-01-06 | few more devices that fit | Theo de Raadt | |
2005-01-06 | turn off GPL_MATH_EMULATE by default (fully BSD licensed floppies, neat eh); ↵ | Theo de Raadt | |
miod ok | |||
2005-01-06 | use wsmux more; miod ok | Theo de Raadt | |
2005-01-04 | silence real gcc 3.3.5 | Marc Espie | |
okay mickey@. | |||
2005-01-04 | SET_PC_REGS, arches tested between me and miod. | Marc Espie | |
2005-01-03 | wsmux lets usb keyboards work here | Theo de Raadt | |