Age | Commit message (Expand) | Author |
2007-07-21 | no need to say in two ways "a set of usb devices went away"; ok by a few | Theo de Raadt |
2007-07-21 | Add sk(4). Tested by Maurice Janssen. | Mark Kettenis |
2007-07-21 | add ETHERTYPE_PAE (802.1X Port Access Entity). | Damien Bergamini |
2007-07-21 | another rare device temporarily gets the axe (until some other shrinkage happ... | Theo de Raadt |
2007-07-20 | Make lcd(4) "blink" when machdep.led_blink is set. | Mark Kettenis |
2007-07-20 | Give hppa the blink_led API from sparc64, and the associated machdep.led_blink | Mark Kettenis |
2007-07-20 | Enable lcd(4). | Mark Kettenis |
2007-07-20 | PDC I/O space lives at 0xf0f0000000, not 0xf000000000, at least on astr(4) | Mark Kettenis |
2007-07-20 | Use HPPA_PC_PRIV_USER instead of hardcoded 3. | Mark Kettenis |
2007-07-20 | unbreak landisk kernel sha1 by working around a compiler bug; | Otto Moerbeek |
2007-07-20 | More code that tests for CPUCLASS_386 that can go away. Pointed out by | Michael Knudsen |
2007-07-20 | Remove inm_ifp from struct in_multi -- caching struct ifnet is dangerous | Claudio Jeker |
2007-07-20 | Oh, look, code that begins like this: | Michael Knudsen |
2007-07-20 | Don't show debug output when an interrupt is not for us. | Marc Balmer |
2007-07-20 | Remove the MFREE() macro and replace it with a call to m_free(). | Claudio Jeker |
2007-07-18 | Prefer ``hit'' cache operations when flushing kernel memory. | Miod Vallat |
2007-07-18 | Do not bother trying to make the tlb handler fit - they are too large | Miod Vallat |
2007-07-18 | bus_dmamem_map() maps with a single segment in directly-translated XKPHYS | Miod Vallat |
2007-07-18 | modify ieee80211_aes_key_wrap() to support in-place encryption. | Damien Bergamini |
2007-07-18 | - when traversing mixer fields in the attach routine and connecting | Jacob Meuser |
2007-07-18 | unbreak build. | Damien Bergamini |
2007-07-18 | move the processing of the pause attribute to the end of audiosetinfo(), | Jacob Meuser |
2007-07-18 | convert code under #if 0 to the new ieee80211_key structure. | Damien Bergamini |
2007-07-18 | net80211 requires AES too. | Damien Bergamini |
2007-07-18 | add AES Key Wrap algorithm (see RFC 3394). | Damien Bergamini |
2007-07-18 | replace the ieee80211_wepkey structure with a more generic ieee80211_key | Damien Bergamini |
2007-07-18 | Indentation nit. | Artur Grabowski |
2007-07-18 | Don't drop outgoing packets in case of a congested input queue. | Marco Pfatschbacher |
2007-07-17 | Add missing '};' to end struct declaration. Compiles again. | Kenneth R Westerback |
2007-07-17 | more places where the difference between the hardware sample size | Jacob Meuser |
2007-07-17 | emu(4) works on sgi. | Jacob Meuser |
2007-07-17 | rewrite isset() and friends to use shifts and masks instead of divide | Otto Moerbeek |
2007-07-17 | ident/ansify/de-register | Jasper Lievisse Adriaanse |
2007-07-17 | - the data in the read buffer, that was put there by the hardware, | Jacob Meuser |
2007-07-17 | when looping through an array and advancing your pointer to the array | Jacob Meuser |
2007-07-16 | sizeof long double == sizeof double, deal with it; ok kettenis | Jason Wright |
2007-07-16 | Replace bunches of nops with the ITLBNOPFIX macro, which generates fewer | Miod Vallat |
2007-07-16 | On exit from switch_exit(), do not bother saving context and immediately | Miod Vallat |
2007-07-16 | Do not reenabled interrupts when processing a ddb trap, for bad things may | Miod Vallat |
2007-07-16 | Change idle_mask to be made of the cop0 SR bits unshifted and the cop0 IC bits | Miod Vallat |
2007-07-16 | The logic determining the value of rl_eewidth for the 9346 and 9356 | Todd C. Miller |
2007-07-15 | lcd(4); a driver for the front panel LCD display found on the four-digit | Mark Kettenis |
2007-07-15 | Add PDC_CHASSIS_INFO and associated structures. | Mark Kettenis |
2007-07-15 | Delay switching to the real serial console until we attach the serial device. | Mark Kettenis |
2007-07-14 | Make sigreturn(2) set the proper space ID for the instruction queue. Fixes | Mark Kettenis |
2007-07-14 | s/uint8_t/u_int8_t/ for consistency. | Damien Bergamini |
2007-07-14 | update QoS Tx/Rx sequence numbers for each TID. | Damien Bergamini |
2007-07-14 | When calibrating the delay const, only allow clock and above interrupts. | Miod Vallat |
2007-07-14 | Add bge(4). Tested by Maurice Janssen. | Mark Kettenis |
2007-07-14 | - ANSI function declarations | Jacob Meuser |