Age | Commit message (Expand) | Author |
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 |
2007-07-13 | Do not compile disk_reallymapin() unless it is really needed. | Miod Vallat |
2007-07-13 | do not increment ic_stats.is_tx_nombuf in ieee80211_get_rts() and | Damien Bergamini |
2007-07-13 | cleanup parsing of beacon and probe response mgmt frames. | Damien Bergamini |
2007-07-13 | in ieee80211_recv_assoc_resp(), do not start updating the node | Damien Bergamini |
2007-07-13 | change the way we parse IEs to make sure we never read past the end of | Damien Bergamini |
2007-07-13 | Reenable accelerated text console primitives on pnozz if running with a | Miod Vallat |
2007-07-13 | properly check ieee80211_setup_rates() return code. | Damien Bergamini |
2007-07-13 | remove obsolete pfi_statehead and pfik_w_states; ok henning@ | Markus Friedl |
2007-07-11 | Use the full 64 bits available when reporting sizes; now bioctl shows | Otto Moerbeek |
2007-07-11 | Remove unused shpcic_intr_establish() and friends. | Miod Vallat |
2007-07-11 | endianness | Damien Bergamini |
2007-07-11 | Bring back the change in rev 1.70, it is safe now: | Todd C. Miller |
2007-07-11 | Try reading a native label in the first sector, before trying to find | Miod Vallat |
2007-07-11 | Do not divide by zero in DISKLABELV1_FFS_FSIZE if the argument value is bogus; | Miod Vallat |
2007-07-10 | emu(4) incorrectly overrides the requested recoding format, setting | Jacob Meuser |
2007-07-10 | change firmware loading code to adopt the new 2.14.4 firmware layout. | Damien Bergamini |
2007-07-10 | Don't trust the privilige level in the sigcontext passed to sigreturn(2). | Mark Kettenis |
2007-07-10 | adjust pf_find_state_all() so that it works correctly for the new global | Kurt Miller |
2007-07-10 | Don't brelse() a buf we don't own in readsgilabel() by mistake. | Miod Vallat |
2007-07-10 | fix the bug rev 1.56 uncovered and rev 1.62 worked around. | Jacob Meuser |
2007-07-10 | Revert previous commit, it probably was intended to come with matching | Miod Vallat |
2007-07-09 | change the behaviour of the LED on the O2 so that it's red in user mode | Jasper Lievisse Adriaanse |
2007-07-09 | Replace the huge MFREE macro with a simple call to m_free(). On today's | Claudio Jeker |
2007-07-09 | Do not allow clustering read for filesystems which block size is smaller | Miod Vallat |
2007-07-09 | take into account possible expansion and be more careful not to | Jacob Meuser |
2007-07-09 | give the user what they expect instead of what we're working with | Jacob Meuser |
2007-07-09 | don't always spew massive debug messages just because AUDIO_DEBUG is | Jacob Meuser |
2007-07-08 | ansify/de-register | Jasper Lievisse Adriaanse |
2007-07-08 | Process scan command results. Enable 'ifconfig -M'. | Marcus Glocker |
2007-07-08 | As pointed out by Mickey, "-I/usr/includes" is not required for | Kenneth R Westerback |
2007-07-07 | Restore missing '(' to allow successful compilation. Bad pyr@. | Kenneth R Westerback |
2007-07-07 | Make the scan command work, finally. | Marcus Glocker |
2007-07-07 | Add support for Realtek ALC883. This is the "value" edition of the | Deanna Phillips |
2007-07-07 | Match VIA VT8237A; from "Christoph Egger" <Christoph_Egger@gmx.de>. | Alexander Yurchenko |
2007-07-06 | have ieee80211_parse_rsn() return a reason code so that we can | Damien Bergamini |
2007-07-06 | cleanup the computation of mgmt frames sizes. | Damien Bergamini |