Age | Commit message (Expand) | Author |
2005-06-02 | Remove non-emulating wsdisplays - nothing uses them. | Miod Vallat |
2005-06-02 | Do not compile scrollback support if option SMALL_KERNEL. | Miod Vallat |
2005-06-02 | Eradicate USB quirks NOTUR and NODOORLOCK. Should no longer be | Kenneth R Westerback |
2005-06-02 | allow for dma maps larger than 64 pages; jason@ ok | Michael Shalayeff |
2005-06-01 | Typo in cut'n'paste abuse. | Miod Vallat |
2005-06-01 | De-inline if option SMALL_KERNEL on alpha; saves 4KB off RAMDISK{,B}, other | Miod Vallat |
2005-06-01 | De-inline a few functions if option SMALL_KERNEL, and do not compile | Miod Vallat |
2005-06-01 | Do not kill the event sink when closing a wsmouse device opened in write-only | Miod Vallat |
2005-06-01 | use vm_dused for rlimit. much happier with mmap. tested by several | Ted Unangst |
2005-06-01 | kjell is an evil tree-breaker | Michael Shalayeff |
2005-06-01 | as Jason requested, be gone vtophys(). | Brad Smith |
2005-06-01 | disable sf* too, until it is vtophys clean | Theo de Raadt |
2005-06-01 | when dumping policies, skip those attached to a socket. | Hans-Joerg Hoexer |
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 |
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 |
2005-05-31 | Protect the run queues with SCHED_LOCK, not just spl (ot nothing at all in | Artur Grabowski |
2005-05-31 | Protect p_timer with splclock. It can be fiddled with in hardclock (but | Artur Grabowski |
2005-05-31 | Lock the apic with a mutex, not a SIMPLE_LOCK. | Artur Grabowski |
2005-05-31 | IPL_SCHED should block statclock on architectures where the scheduler | Artur Grabowski |
2005-05-31 | Reduce ccbs for now because millert had issues on a 475. | Marco Peereboom |
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 |
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 |
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 |
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 |
2005-05-28 | Disable the recently enabled optimization since it seems to cause a | Artur Grabowski |