summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2007-07-16Replace bunches of nops with the ITLBNOPFIX macro, which generates fewerMiod Vallat
2007-07-16On exit from switch_exit(), do not bother saving context and immediatelyMiod Vallat
2007-07-16Do not reenabled interrupts when processing a ddb trap, for bad things mayMiod Vallat
2007-07-16Change idle_mask to be made of the cop0 SR bits unshifted and the cop0 IC bitsMiod Vallat
2007-07-16The logic determining the value of rl_eewidth for the 9346 and 9356Todd C. Miller
2007-07-15lcd(4); a driver for the front panel LCD display found on the four-digitMark Kettenis
2007-07-15Add PDC_CHASSIS_INFO and associated structures.Mark Kettenis
2007-07-15Delay switching to the real serial console until we attach the serial device.Mark Kettenis
2007-07-14Make sigreturn(2) set the proper space ID for the instruction queue. FixesMark Kettenis
2007-07-14s/uint8_t/u_int8_t/ for consistency.Damien Bergamini
2007-07-14update QoS Tx/Rx sequence numbers for each TID.Damien Bergamini
2007-07-14When calibrating the delay const, only allow clock and above interrupts.Miod Vallat
2007-07-14Add bge(4). Tested by Maurice Janssen.Mark Kettenis
2007-07-14- ANSI function declarationsJacob Meuser
2007-07-13Do not compile disk_reallymapin() unless it is really needed.Miod Vallat
2007-07-13do not increment ic_stats.is_tx_nombuf in ieee80211_get_rts() andDamien Bergamini
2007-07-13cleanup parsing of beacon and probe response mgmt frames.Damien Bergamini
2007-07-13in ieee80211_recv_assoc_resp(), do not start updating the nodeDamien Bergamini
2007-07-13change the way we parse IEs to make sure we never read past the end ofDamien Bergamini
2007-07-13Reenable accelerated text console primitives on pnozz if running with aMiod Vallat
2007-07-13properly check ieee80211_setup_rates() return code.Damien Bergamini
2007-07-13remove obsolete pfi_statehead and pfik_w_states; ok henning@Markus Friedl
2007-07-11Use the full 64 bits available when reporting sizes; now bioctl showsOtto Moerbeek
2007-07-11Remove unused shpcic_intr_establish() and friends.Miod Vallat
2007-07-11endiannessDamien Bergamini
2007-07-11Bring back the change in rev 1.70, it is safe now:Todd C. Miller
2007-07-11Try reading a native label in the first sector, before trying to findMiod Vallat
2007-07-11Do not divide by zero in DISKLABELV1_FFS_FSIZE if the argument value is bogus;Miod Vallat
2007-07-10emu(4) incorrectly overrides the requested recoding format, settingJacob Meuser
2007-07-10change firmware loading code to adopt the new 2.14.4 firmware layout.Damien Bergamini
2007-07-10Don't trust the privilige level in the sigcontext passed to sigreturn(2).Mark Kettenis
2007-07-10adjust pf_find_state_all() so that it works correctly for the new globalKurt Miller
2007-07-10Don't brelse() a buf we don't own in readsgilabel() by mistake.Miod Vallat
2007-07-10fix the bug rev 1.56 uncovered and rev 1.62 worked around.Jacob Meuser
2007-07-10Revert previous commit, it probably was intended to come with matchingMiod Vallat
2007-07-09change the behaviour of the LED on the O2 so that it's red in user modeJasper Lievisse Adriaanse
2007-07-09Replace the huge MFREE macro with a simple call to m_free(). On today'sClaudio Jeker
2007-07-09Do not allow clustering read for filesystems which block size is smallerMiod Vallat
2007-07-09take into account possible expansion and be more careful not toJacob Meuser
2007-07-09give the user what they expect instead of what we're working withJacob Meuser
2007-07-09don't always spew massive debug messages just because AUDIO_DEBUG isJacob Meuser
2007-07-08ansify/de-registerJasper Lievisse Adriaanse
2007-07-08Process scan command results. Enable 'ifconfig -M'.Marcus Glocker
2007-07-08As pointed out by Mickey, "-I/usr/includes" is not required forKenneth R Westerback
2007-07-07Restore missing '(' to allow successful compilation. Bad pyr@.Kenneth R Westerback
2007-07-07Make the scan command work, finally.Marcus Glocker
2007-07-07Add support for Realtek ALC883. This is the "value" edition of theDeanna Phillips
2007-07-07Match VIA VT8237A; from "Christoph Egger" <Christoph_Egger@gmx.de>.Alexander Yurchenko
2007-07-06have ieee80211_parse_rsn() return a reason code so that we canDamien Bergamini
2007-07-06cleanup the computation of mgmt frames sizes.Damien Bergamini