Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-06-01 | fix ordering of PCI devs | Brad Smith | |
2005-06-01 | regen | Jonathan Gray | |
2005-06-01 | RTL8187. | Jonathan Gray | |
2005-05-31 | spelling corrections in comments; | Jason McIntyre | |
from charlie root; | |||
2005-05-31 | add pcmcia com* until uwe fixes the code | Theo de Raadt | |
2005-05-31 | bus_dma-ify. needs bus_dmamap_sync's, but works on coherent arch's now. | Jason Wright | |
NOW: someone remove vtophys from the amd64 port before someone else gets the silly idea that it somehow "works" on that port. | |||
2005-05-31 | Protect the run queues with SCHED_LOCK, not just spl (ot nothing at all in | Artur Grabowski | |
one case fixed here). miod@ "appears to be harmless" markus@ ok | |||
2005-05-31 | Protect p_timer with splclock. It can be fiddled with in hardclock (but | Artur Grabowski | |
only for curproc, that's why no SCHED_LOCK or similar is necessary). miod@ "appears to be harmless" markus@ ok | |||
2005-05-31 | Lock the apic with a mutex, not a SIMPLE_LOCK. | Artur Grabowski | |
markus@ ok miod@ tried to ok, but he doesn't officially have an amd64. | |||
2005-05-31 | IPL_SCHED should block statclock on architectures where the scheduler | Artur Grabowski | |
is clocked by the statclock. miod@ ok | |||
2005-05-31 | Reduce ccbs for now because millert had issues on a 475. | Marco Peereboom | |
This needs some intelligence because it does help the 518s. | |||
2005-05-31 | Remove unused sc_err1() parameter 'async'. Lint. | Kenneth R Westerback | |
2005-05-30 | Only enable the FPU when the process has an FPU context. ok miod@ | Dale Rahn | |
2005-05-30 | Just use preempt(NULL) like every other architecture in this code path, | Artur Grabowski | |
don't roll our own. ok miod@ pefo@ | |||
2005-05-30 | even shorter | Theo de Raadt | |
2005-05-30 | shrink alpha boot blocks another little bit | Theo de Raadt | |
2005-05-29 | Sync with hppa r1.11: Correctly handle boot drives with SCSI id >= 10 | Miod Vallat | |
2005-05-29 | Lock SMM space on Intel E7xxx chipsets, too. | Alexander Yurchenko | |
2005-05-29 | Remove debug printf I left. | Alexander Yurchenko | |
2005-05-29 | regen | Brad Smith | |
2005-05-29 | - better pcidevs entries for Intel Gig and add 82573 ids | Brad Smith | |
- add/fix up Abocom enries | |||
2005-05-29 | use JAPAN for locale code 0 stored in some rtw EEPROMs. | Reyk Floeter | |
2005-05-29 | further cleanup - use bzero, bcopy and bcmp | Reyk Floeter | |
ok jsg@ | |||
2005-05-29 | knf | Reyk Floeter | |
2005-05-29 | sched work by niklas and art backed out; causes panics | Theo de Raadt | |
2005-05-29 | add the RTL8185 (not working yet) | Reyk Floeter | |
2005-05-29 | rtw cleanup | Reyk Floeter | |
2005-05-29 | cleanup rtw | Reyk Floeter | |
2005-05-28 | Sprinkle some /* FALLTHROUGH */'s as suggested by lint. | Kenneth R Westerback | |
2005-05-28 | fix hostap mode | Reyk Floeter | |
2005-05-28 | 'openings' is u_int16_t, so 'openings <= 0' is wrong. Lint. | Kenneth R Westerback | |
2005-05-28 | Forgot to specify parameter type. Lint. | Kenneth R Westerback | |
2005-05-28 | snprintf returns int not size_t. Thank you lint. | Kenneth R Westerback | |
2005-05-28 | Kill extra semi-colon. Amazing what lint can find ... | Kenneth R Westerback | |
2005-05-28 | Remove duplicate pfi_ifs. | Ryan Thomas McBride | |
2005-05-28 | Don't display vid/pid from CIS if vid is 0. | Jonathan Gray | |
Makes more sense than displaying the PCI values which is already covered by the PCI code. | |||
2005-05-28 | Disable the recently enabled optimization since it seems to cause a | Artur Grabowski | |
loop in the kernel that makes us overwrite the stack and anything else we might run into. beck@ pedro@ ok | |||
2005-05-28 | Only protect IDs by suser() | Hans-Joerg Hoexer | |
ok ho | |||
2005-05-28 | Add SA replay counter synchronization to pfsync(4). Required for IPsec | Hakan Olsson | |
failover gateways. ok mcbride@, "looks good" hshoexer@ | |||
2005-05-28 | enable IFCAP_VLAN_MTU because IEEE 802.11 defines a MTU of about 2290. | Reyk Floeter | |
successfully tested with ural, ath, atw, atu and ath. ok jsg@, brad@ | |||
2005-05-28 | move variable declaration inside #ifdef I386_686, etc. | Kjell Wooding | |
Prompting from Chris Cappuccio. | |||
2005-05-28 | have vn_close() lock the vnode before calling VOP_CLOSE(). | marius eriksen | |
fix the acct_*() code so that we always have a proc to lock on. ok pedro@ | |||
2005-05-28 | fix one missed case for removing reverse name cache entries. | marius eriksen | |
ok pedro@ | |||
2005-05-28 | Add _lto8b() and _8btol() to decode nblocks field of | Kenneth R Westerback | |
scsi_mode_blk_desc_big. Will be needed to move st to new mode sense function. Be a bit more careful with types of parameters to scsi_do_mode_sense, using u_int32_t instead of int. No functional change. | |||
2005-05-28 | *slightly drunk* | Tobias Weingartner | |
To all my "friends", and my lovely future wife... Thank you. Anyone who still wants to sign the shirt, it's on my bakc. Again, thank you. This commit was ok'd by drahn@, art@, niklas@, in spite of my condition. | |||
2005-05-28 | If irq-sharing happens over different ioapics, we must not overwrite setup ↵ | Niklas Hallqvist | |
info for one of them | |||
2005-05-28 | Handle XS_SHORTSENSE error codes in ioctl situations. From NetBSD. | Kenneth R Westerback | |
Fixes spurious error messages from cdparanoia when using ATAPI CDROM in USB enclosure. ok pascoe@. | |||
2005-05-28 | regen | Pedro Martelletto | |
2005-05-28 | bye bye VOP_WHITEOUT | Pedro Martelletto | |
2005-05-28 | Don't use vid/pid from the CIS if vid is 0 when reporting unmatched | Jonathan Gray | |
devices. Several devices have been known to have this behaviour. ok deraadt@ |