summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2011-12-01Be sure to splx() before return in pgt_media_status(); from Jan Klemkow onMiod Vallat
2011-12-01Mark Apple iPod and iPhone products with UQ_BAD_HID and UAUDIO_FLAG_BAD_AUDIO.David Hill
2011-12-01regenDavid Hill
2011-12-01Add a bunch of Apple iPod and iPhone devicesDavid Hill
2011-12-01Make sure we only enter pf_route() when undefering in the PF_ROUTETO case.Ryan Thomas McBride
2011-11-30this diff introduces the MAXMCLBYTES macro to describe the largestDavid Gwynne
2011-11-30correctly calculate the space available in external storage in m_pullup.David Gwynne
2011-11-29the code for managing tty vs cua usage collision was free'ing all sortsTheo de Raadt
2011-11-29Do not blindly return 1 from the interrupt handler since we do not knowJoel Sing
2011-11-29whitespace fixes. no binary change.David Gwynne
2011-11-29use a u_int64_t for the state id in pfsync_state. this makes it consistentDavid Gwynne
2011-11-29ready this for big-endian support later onTheo de Raadt
2011-11-29Only free the piglet on hibernate fail if we are suspending.Mike Larkin
2011-11-29Limit the kumeran errata to a specific mac/phy combo as done in the IntelJonathan Gray
2011-11-28Fix reversed error-handling gotos in myx_buf_fill(), which would lead toBret Lambert
2011-11-28deprecate PFTM_UNTIL_PACKET. nothing in the tree uses it, andDavid Gwynne
2011-11-27When checking for offset wrap around in vn_read(), compare againstPhilip Guenthe
2011-11-27Regen.Mark Kettenis
2011-11-27Switch to proper PA-RISC 2.0 mnemonics. Works around a bug in the assemblerMark Kettenis
2011-11-27Bring back low latency interrupt moderation for 82599Mike Belopuhov
2011-11-27Checksum fix from reyk (rev1.31) that was lost during update:Mike Belopuhov
2011-11-27Protect more operations in the pfsync_clone_destroy to preventMike Belopuhov
2011-11-27Regen.Mark Kettenis
2011-11-27Fix return value of memcpy.Mark Kettenis
2011-11-27Oops, jsing@ changed spcopy.S without realizing that that file is generatedMark Kettenis
2011-11-27Regen.Mark Kettenis
2011-11-27Replace a few more 32-bit instructions with the proper 64-bit equivalent.Mark Kettenis
2011-11-27This needs sys/kthread.h to buildClaudio Jeker
2011-11-27Kill old comment, we already do 802.1p tagging.Christiano F. Haesbaert
2011-11-26Tie the 802.1p (CoS) value in vlan(4) with the new prio scheme in pf.Christiano F. Haesbaert
2011-11-26Make this compile again by removing a spurious opening brace.Mark Kettenis
2011-11-26add Netgear WNA100MChris Kuethe
2011-11-26regenChris Kuethe
2011-11-26add usb id for Netgear WNA100MChris Kuethe
2011-11-26Apply route-to to deferred packet; without this the first packet of aRyan Thomas McBride
2011-11-25fix compile errors without INET6. no binary change.YASUOKA Masahiko
2011-11-25use time_uptime to set state creation values as time_second can beDavid Gwynne
2011-11-25implement chown(2) in compat_linux which is needed by some antivirus softwareRobert Nagy
2011-11-25Rework assembler constraints to satisfy gcc 4. Unfortunately this could notMiod Vallat
2011-11-25Compile fixes for gcc4 (-Wbounded)Miod Vallat
2011-11-24Fix spelling and remove questionPhilip Guenthe
2011-11-24rdomain support for IPv6sperreault
2011-11-23clamp uvm_page_rle() to 255 pages at a timeTheo de Raadt
2011-11-23properly account for the MP tramp page in the rangesTheo de Raadt
2011-11-23block interrupts while pool_reclaim_all is grubbing around in every poolsDavid Gwynne
2011-11-22Move struct proc's sigaltstack struct from the zeroed area into theJoshua Elsasser
2011-11-22sigstack() is long dead, and the compat sigaltstack syscall is gone too.Philip Guenthe
2011-11-22Ensure we are unpacking the right source address after skipping a range ofMike Larkin
2011-11-21only pull reg.h in when __BSD_VISIBLE || __XPG_VISIBLE >= 420, asTheo de Raadt
2011-11-21this should have gone away because it is now in files.pciTheo de Raadt