]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Continue effort to improve parity between UDPv4 and UDPv6: add a missing
[FreeBSD/FreeBSD.git] / sys /
2007-07-27 rwatsonContinue effort to improve parity between UDPv4 and...
2007-07-27 silbyExport the contents of the syncache to netstat.
2007-07-27 yongaristyle(9)
2007-07-26 thompsaAvoid holding the softc lock when using copyout().
2007-07-26 thompsaFix up ndis interaction with net80211
2007-07-26 mavReduce stack usage by 256 bytes per call. It helps...
2007-07-26 pjdWhen we do open, we should lock the vnode exclusively...
2007-07-26 pjdThe v_mountedhere field is protected by the vnode lock...
2007-07-26 jhbIf the trap number stored in the trapframe is corrupted...
2007-07-26 glebiusHonor the IFF_MONITOR flag.
2007-07-25 andreFix comments in tcp_do_segment().
2007-07-25 dougbThis commit was generated by cvs2svn to compensate...
2007-07-25 impStart to converge on standard ways of saying some thing...
2007-07-25 impFix absolutely maddening autorepeat bug that would...
2007-07-25 impums(4) does not work if the mouse defaults to boot...
2007-07-24 rrs - take out a needless panic under invariants for sctp_...
2007-07-24 delphijMFp4: Force 64-bit arithmatic when caculating the maxim...
2007-07-24 scottlAttach the iscsi module build.
2007-07-24 scottlIntroduce Danny Braniss' iSCSI initiator, version 2...
2007-07-24 pjdUpdate assertion after revision 1.23.
2007-07-24 impAdd support for ShanTou ST268 usb nic. This is from...
2007-07-24 yongariAdd MSI support.
2007-07-24 yongariDon't fail on device attach if jumbo frame support...
2007-07-23 attilioupcall_free() was only used in kse_GC() which has been...
2007-07-23 attilioActually, KSE kernel bits locking is broken and can...
2007-07-23 rwatsonWhen checking labels during a vnode link operation...
2007-07-23 dwmaloneIf clock_ct_to_ts fails to convert time time from the...
2007-07-23 rwatsonContinue effort to align UDPv4 and UDPv6 implementation...
2007-07-23 bdeMake using msdosfs as the root file system sort of...
2007-07-23 delphijMFp4: When swapping is not enabled, allow creating...
2007-07-22 attilioPreprocessing stub "KSE" breaks ABI either with modules...
2007-07-22 thompsandis will signal the kthread to exit and then sleep...
2007-07-22 njlThe HPET appears to be broken on silby's Acer Pentium...
2007-07-22 impChange new Wi-Spy device name to Wi-Spy 2.4x.
2007-07-22 impWISPY added an X.
2007-07-22 rwatsonMerge OpenBSM 1.0 alpha 15 changes to src/sys/bsm:
2007-07-22 rwatsonThis commit was generated by cvs2svn to compensate...
2007-07-22 kevloUse bus_get_dma_tag() to obtain the parent DMA tag.
2007-07-22 impAdd some additional devices.
2007-07-21 rrs- remove duplicate code from sctp_asconf.c
2007-07-21 kanDo not forget to cam_periph_unhold the peripheral befor...
2007-07-20 seFix Symbios driver on amd64: Since amd64 has 64 bit...
2007-07-20 bdeImplement vfs clustering for msdosfs.
2007-07-20 bdeClean up before implementing vfs clustering for msdosfs:
2007-07-20 sepheIn add_channel(), search 11g channels if mode is AUTO...
2007-07-20 rwatsonMake sure we release the control vnode in Coda:
2007-07-20 kibttyfree() frees the cdev(). But if there are pending...
2007-07-20 attilioFix some problems with lock profiling in rw locks:
2007-07-20 attilioi386_set_ioperm, i386_get_ldt and i386_set_ldt are...
2007-07-20 alcTwo changes to vm_fault_additional_pages():
2007-07-20 simokawaProtect transaction labels by its own lock to reduce...
2007-07-20 yongariAdd legacy interrupt handler which would be more approp...
2007-07-19 rwatsonAttempt to improve feature parity between UDPv4 and...
2007-07-19 jeff - Refine the load balancer to improve buildkernel...
2007-07-19 jeff - When newtd is specified to sched_switch() it was...
2007-07-19 gallatin- Enable static building of mxge(4) and its firmware.
2007-07-19 bzReplace hard coded options by their defined PFIL_{IN...
2007-07-19 bzRestore behavior changed with rev. 1.46 and make
2007-07-19 jeff - Remove explicit references to sched_lock. A simpler...
2007-07-19 jeff - Calling sched_nice() in tdsigwakeup() is no longer...
2007-07-19 delphijMFp4: Rework on tmpfs's mapped read/write procedures...
2007-07-18 jeff - Remove the global definition of sched_lock in mutex...
2007-07-18 jeff - Add the proper lock profiling calls to _thread_lock().
2007-07-18 jeff - Update ULE note to remove warnings against productio...
2007-07-17 jeffULE 3.0: Fine grain scheduler locking and affinity...
2007-07-17 jeff - Optimize the amd64 cpu_switch() TD_LOCK blocking...
2007-07-17 jeff - Add support for blocking and releasing threads to...
2007-07-17 rrs- added pre-checks to the bindx call.
2007-07-17 sepheCorrect RSSI calculation.
2007-07-17 kmacy- integrate most recent changes from vendor branch...
2007-07-17 kmacy- Increase descriptors per call to start
2007-07-17 jeff - Use ruxagg() in calcru() to make sure we have curren...
2007-07-16 ambriskoAdd support to the ipmi, isa attachment to attempt...
2007-07-16 marcelRestore the value of ar.rnat after the assignment to...
2007-07-15 simokawaImprove acquisition of transaction labels.
2007-07-14 rwatsonDisconnect netatm from the build as it is not MPSAFE...
2007-07-14 rodrigcRevert previous commits which I committed by mistake.
2007-07-14 alcEliminate two unused functions: vm_phys_alloc_pages...
2007-07-14 rodrigcThe last entry in the ext2_opts array must be NULL,
2007-07-14 alcEliminate dead code, specifically, an unused sysctl...
2007-07-14 rwatsonRemove "options SCTP_HIGH_SPEED" from NOTES as it has...
2007-07-14 rrs- Modular congestion control, with RFC2581 being the...
2007-07-13 rodrigcPerform range check before allocating memory when reading
2007-07-13 anholtAdd support for G965/Q965/GM965/GME965/GME945 AGP.
2007-07-13 impMFp4:
2007-07-13 alcUpdate a comment describing the page queues.
2007-07-12 alcEliminate dead code.
2007-07-12 rwatsonComplete repo-copy and move of Coda from src/sys/coda...
2007-07-12 rwatsonForced commit to recognize repo-copy of Coda files...
2007-07-12 jfvA couple late breaking bugs that testing have turned up.
2007-07-12 jhbFix a couple of issues with the stack limit for 32...
2007-07-12 samrevert handling of ssid and bssid to be manadatory...
2007-07-12 bdeRound up the FAT block size to a multiple of the sector...
2007-07-12 njlFix a bug where the callout might not be initialized...
2007-07-12 bdeFix some bugs involving the fsinfo block (many remain...
2007-07-12 gallatinUpdate the mxge(4) driver's copyright to 2007, and...
2007-07-12 rwatsonDirectly initialize nxge's ifaddrp pointer to ifnetp...
2007-07-12 kibbus_dma_tag_create() and bus_dma_mem_alloc() shall...
2007-07-12 thompsaImprove the net80211 handling within ndis
2007-07-12 jfvRemoved unnecessary global includes for ixgbe, and...
next