summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2011-12-12fixup af-to regression with match rulesMike Belopuhov
2011-12-12add missing m_freem's into the error code paths. there's no changeMike Belopuhov
2011-12-11Suspend other rthreads before dumping core or execing; make them exitPhilip Guenthe
2011-12-09Add new KERN_PROC_CWD sysctl to get the current working directory of a process.Nicholas Marriott
2011-12-09we need to always schedule another rx ring refill calloutMike Belopuhov
2011-12-09we don't do intel i/oat and don't set up parameters for theMike Belopuhov
2011-12-08add timeout to fill rx-ring in case of mbuf shortage while in vr_intr();Markus Friedl
2011-12-07Add copyright and fix RCS ID.Marco Pfatschbacher
2011-12-07Make sure we only return 1 from the interrupt handler if the interruptMark Kettenis
2011-12-07Avoid kernel crash by removing double clfree() on endpoint closing forMarcus Glocker
2011-12-06Add support for Nuvoton NCT6776F fan, voltage and temperature sensors.Marco Pfatschbacher
2011-12-06Remove needless temporary variable for greater clarity.Bret Lambert
2011-12-06don't duplicate rtfree actions taken by rtrequest1() in rtdeletemsg()Bret Lambert
2011-12-06simplify the somewhat-tangled conditional maze in rt_getifa()Bret Lambert
2011-12-04Slightly different fix for the problem fixed by the previous commit for betterMark Kettenis
2011-12-04Do not check for an HyperTransport bus if we are using mode #2. Prevents aMiod Vallat
2011-12-04Add support for Apple fn keysMartin Pieuchot
2011-12-04renaming synaptics_pt_* -> pms_sec_*Alexandr Shadchin
2011-12-03Remove an OpenBSD-specific tweak regarding .Xr spacingIngo Schwarze
2011-12-03Be sure not to access the vm_page array out of bounds in uvm_pmr_freepages().Miod Vallat
2011-12-03Correctly handle clitpad packets for some ALPS models.Martin Pieuchot
2011-12-03add support for MSG_NOSIGNAL.Federico G. Schwindt
2011-12-03Make sure splx() is called before exiting wi_usb_tx_lock_try().Kenneth R Westerback
2011-12-03Make sure splx() is called before exiting trm_StartWaitingSRB().Kenneth R Westerback
2011-12-02dont put MAXMCLBYTES in the mclsizes array with a comment saying its 64kDavid Gwynne
2011-12-02Kill unused IFCAP_IPSEC and IFCAP_IPCOMP.Christiano F. Haesbaert
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