Age | Commit message (Expand) | Author |
2008-11-06 | correct comment | Theo de Raadt |
2008-11-06 | delete checks for impossible conditions | Theo de Raadt |
2008-11-06 | input and volume twiddles | Todd T. Fries |
2008-11-05 | return an error when trying to get stereo values from a mono | Jacob Meuser |
2008-11-05 | since mmclose() is only called once for the final close, | Matthieu Herrb |
2008-11-05 | * use uint8_t instead of int to hold the value of an 8-bit register. | Jacob Meuser |
2008-11-04 | missing setipl in the 'busy processing soft interrupts state' | Dale Rahn |
2008-10-30 | Initialize random seed for secondary processors. | Miod Vallat |
2008-10-30 | Give the dummy struct cpu_info used for secondary processor early bootstrap, | Miod Vallat |
2008-10-30 | In cpu_switchto(), always pmap_deactivate() the process being switched out, | Miod Vallat |
2008-10-30 | ugh, typo fix, committed previous from the wrong tree | Todd T. Fries |
2008-10-30 | patches for macppc to remove more EINVAL returns in the audio code | Todd T. Fries |
2008-10-29 | come on -- this was not even test compiled | Theo de Raadt |
2008-10-29 | native default parameters for i2s devices instead of 8kHz | Jacob Meuser |
2008-10-28 | Do not leave pmap_cache_state pointing to freed memory if it was the | Dale Rahn |
2008-10-28 | Try to use ACPI a little bit harder. Skip it only if ncpu < 2 and the | Theo de Raadt |
2008-10-27 | Rename "machine cpu" to "machine ddbcpu" in MP kernels, for consistency with | Miod Vallat |
2008-10-25 | audio(9) says low level drivers are allowed to change the requested | Jacob Meuser |
2008-10-24 | clear pointer after freeing it | Theo de Raadt |
2008-10-24 | remove unused label | Theo de Raadt |
2008-10-24 | Add auacer(4) to handle the audio controller found in some ALi/ULi | Brad Smith |
2008-10-23 | a better fix for the "uvm_km thread runs out of memory" problem. | Ted Unangst |
2008-10-23 | Move the va_copy define to <sys/stdrag.h> making sure it is uniformaly | Mark Kettenis |
2008-10-23 | add mos(4) to the most relevant config files | Theo de Raadt |
2008-10-22 | #if INET => #ifdef INET | Marco Pfatschbacher |
2008-10-22 | Only call pic->pic_delroute() when disestablishing the last interrupt handler | Mark Kettenis |
2008-10-21 | more style nits. | Brad Smith |
2008-10-21 | style nits. | Brad Smith |
2008-10-19 | Shuffle MULTIPROCESSOR ifdef's around to allow code that deals with | Brad Smith |
2008-10-17 | Remove clauses 3 and 4 from NetBSD license. | Okan Demirmen |
2008-10-17 | Handle pool allocation failures slightly better. ok kettenis@ | Dale Rahn |
2008-10-15 | make random(9) return per-cpu values (by saving the seed in the cpuinfo), | Theo de Raadt |
2008-10-15 | Second pass of simple timeout_add -> timeout_add_sec conversions | Bret Lambert |
2008-10-15 | inteldrm and radeondrm are pretty stable by this point, so enable them on amd64 | Owain Ainsworth |
2008-10-14 | Change m_devget()'s outdated and unused "offset" argument: It is | Christian Weisgerber |
2008-10-12 | Reduce diff to macppc version. | Mark Kettenis |
2008-10-12 | Adjust for redesigned powerpc interrupt architecture. | Mark Kettenis |
2008-10-12 | Make vcons(4) interrupt driven. | Mark Kettenis |
2008-10-12 | Add interrupt support. | Mark Kettenis |
2008-10-10 | Use the MI random() for all cases; no need for a MD version since it | Theo de Raadt |
2008-10-10 | - add and enable rum(4) | Jasper Lievisse Adriaanse |
2008-10-10 | Add empty cpu_unidle() macros for architectures that currently don't do | Artur Grabowski |
2008-10-10 | Define MAXCPUS on all architectures. | Artur Grabowski |
2008-10-09 | Skip memory areas smaller than 1 MB above the 16 MB boundary to deal with | Mark Kettenis |
2008-10-09 | replace M_WAITOK with M_NOWAIT | Charles Longeau |
2008-10-09 | remove a dead store. | Charles Longeau |
2008-10-09 | Implement CPU_INFO_UNIT for everyone, not just MP kernels. | Artur Grabowski |
2008-10-09 | Use ether_ioctl(). | Brad Smith |
2008-10-09 | cosmetic change for ioctl funtions.. move splnet out from variable declaration. | Brad Smith |
2008-10-08 | cosmetic change for ioctl funtions.. move splnet out from variable declaration. | Brad Smith |