]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Removed "tail +5" from the command used to sanity check changes to
[FreeBSD/FreeBSD.git] / sys /
2007-10-02 pjdFix sx_try_slock(), so it only fails when there is...
2007-10-02 jeff - Reassign the thread queue lock to newtd prior to...
2007-10-02 jeff - Move the rebalancer back into hardclock to prevent...
2007-10-01 rrs- Bug fix managing congestion parameter on immediate
2007-09-30 mariusMake the PCI code aware of PCI domains (aka PCI segment...
2007-09-29 maximo For dynamic rules log a parent rule number. Prefix...
2007-09-27 cognetOk I hope I got it right this time.
2007-09-27 cognetNow that Intel changed the license for the NPE firmware...
2007-09-27 cognetFix a comment to reflect the truth.
2007-09-27 pjdWhen orphaning a provider, cancel events related to it.
2007-09-27 jeff - Honor the PREEMPTION and FULL_PREEMPTION flags by...
2007-09-27 alcCorrect an error of omission in the reimplementation...
2007-09-26 mariuso Revert the part of if_gem.c rev. 1.35 which added...
2007-09-26 marius- Use the actual clock frequency of the PCI bus instead...
2007-09-26 bruefferUse the correct expanded name for SCTP.
2007-09-26 ruFix the description of the formula used to autosize...
2007-09-26 ruMention that autoboot_delay also accepts the "NO" value.
2007-09-25 mohansFix for a very rare race, caused by the nfsiod wakeup...
2007-09-25 alcCorrect an error in the previous revision, specifically,
2007-09-25 impAdd support for the AX88178 and AX88772 based devices.
2007-09-25 alcChange the management of cached pages (PQ_CACHE) in...
2007-09-24 jhbAllow the ia32 resource limits (compat.ia32.max{dsiz...
2007-09-24 jkimThis commit was generated by cvs2svn to compensate...
2007-09-24 jkimFix global lock recursion bug.
2007-09-24 njlRewrite the EC driver event model. The main goal is...
2007-09-24 kibRevert rev. 1.94. After recent tcp backouts, tcp_close...
2007-09-24 silbyTwo changes:
2007-09-24 jeff - Bound the interactivity score so that it cannot...
2007-09-23 csjpCertain consumers of rtalloc like gif(4) and if_stf...
2007-09-23 pjdLINT compiled just fine for me, but it seems it breaks...
2007-09-23 bdeRemove some of the pessimizations involving writing...
2007-09-23 pjdBring in the GEOM Virtualisation class, which allows...
2007-09-23 pjdNow that we have CDDLed code in the tree, add CDDL...
2007-09-22 cognetMake sure we do not call _arm_bzero() or _arm_memcpy...
2007-09-22 cognetAdd various macros for the ADMA unit.
2007-09-22 mlaierRemove PF_MPSAFE_UGID leftover.
2007-09-22 cognetAdd a driver for the 7seg found on the CRB board, large...
2007-09-22 cognetTwist the RAS logic a bit to avoid branching.
2007-09-22 jeff - Improve grammar. s/it's/its/.
2007-09-21 rodrigcDisable multiple ntfs mounts to the same mountpoint.
2007-09-21 pjdFix some locking cases where we ask for exclusively...
2007-09-21 mavDead code removal.
2007-09-21 mavThis is optimization of ether and debug hooks determina...
2007-09-21 mavThis patch fixes thread unsafe usage of global pkt_hdr
2007-09-21 jeff - Redefine p_swtime and td_slptime as p_swtick and...
2007-09-21 rrs- fix (global) address handling in the presence of...
2007-09-21 jeff - Redefine p_swtime and td_slptime as p_swtick and...
2007-09-21 jeff - Call sched_sleep() before we suspend threads. sched...
2007-09-21 kevlo- Add the device ID for the VIA VT3324 (CX700) chipset.
2007-09-20 attilioFix some entries in the locks static table of witness.
2007-09-20 kibFill in cr2 in the signal context from ksi->ksi_addr.
2007-09-20 simokawaSerialize output routine of terminal emulator (te_puts...
2007-09-19 impAdd mmc and mmcsd, and correct a couple of comments...
2007-09-19 jhb- Only assume that a PCI device on the same slot is...
2007-09-19 cognetRemove dead code.
2007-09-19 sepotvin- Fix a small bit slip in PCIM_PCAP_D[0-2]PME defines.
2007-09-19 marcusFix a bug that will cause a process that calls the...
2007-09-18 saminvalidate ic_prevchan when constructing a new channel...
2007-09-18 samhonor IEEE80211_C_TXFRAG; drivers should never get...
2007-09-18 samtag mgmt and null data frames w/ a WME priority so...
2007-09-18 sammgmt subtype 13 is action
2007-09-18 samClose longstanding race dropping inactive stations...
2007-09-18 samSafeguard count of stations in power save; don't touch...
2007-09-18 samskip IEEE80211_MODE_AUTO in announcing supported rates...
2007-09-18 samo add IEEE80211_RATE_MCS to use instead of naked consta...
2007-09-18 samo move IEEE80211_NONQOS_TID into a public location
2007-09-18 samremove IFM_IEEE80211_HT40PLUS and IFM_IEEE80211_HT40MIN...
2007-09-18 dwmaloneregen.
2007-09-18 dwmaloneThe kernel version of Linux statfs64 is actually suppos...
2007-09-18 ambriskoFix an incorrect PCI device id. The current value...
2007-09-18 rrs- The address lock is changed to a rwlock. This
2007-09-18 alfredReserve AF_ constants for vendors by giving them the...
2007-09-18 phkRecognize the Soekris NET5501 and configure the error...
2007-09-17 peterFix an undefined symbol that as/ld neglected to flag...
2007-09-17 samUpdate beacon handling to sync w/ vap code base:
2007-09-17 samconvert hardware rate codes to IEEE rate codes with...
2007-09-17 jeff - Move all of the PS_ flags into either p_flag or...
2007-09-17 sambandaid Dynamic Turbo A operation with old hal's: HAL_M...
2007-09-17 samfix led blinking in RUN state: the addition of the...
2007-09-17 samcorrect netband skip check in constructing a country ie
2007-09-16 rrs- For the 1-to-1 model, fix an off by one error that
2007-09-16 thompsaAllow additional packet filtering on the physical inter...
2007-09-16 thompsaMake wi_set_channel() actually change the channel in...
2007-09-16 impKill bogus printf debugs.
2007-09-16 impKill overly verbose messages about setting bus width.
2007-09-15 impZyd needs be under Giant because USB is under Giant.
2007-09-15 rrs- Get rid of unsused constants for sysctl variables.
2007-09-15 alcIt has been observed on the mailing lists that the...
2007-09-15 alcCorrect an assertion in vm_pageout_flush(). Specifical...
2007-09-15 alcAdd the PCI id for the Intel 7221's integrated graphics...
2007-09-15 mavFix typo which brokes VJ decompression
2007-09-15 rwatsonRemove the definition and implementation of 'CALLOUT_NE...
2007-09-14 julianRemove DIAG code that discards oversized packets.
2007-09-14 yongariDuring boot(before setting IP address) PHY can generate...
2007-09-14 yongariFix typo.
2007-09-14 attilioCurrently the LO_NOPROFILE flag (which is masked on...
2007-09-13 gallatinAdd support for a new device id (9). Mxge NICs with...
2007-09-13 rrs- DF bit was on for COOKIE-ECHO chunks. This is
2007-09-13 rrs- Incorrect error EAGAIN returned for invalid send...
2007-09-13 attiliosubr_sleepqueue.c presents a thread lock missing which...
next