]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2006-06-30 jasoneMake the behavior of malloc(0) standards-compliant...
2006-06-30 jkimFix kernel module build breakage.
2006-06-30 samo fix join/rejoin format
2006-06-30 ambriskoChange mfi_add_ld to "immediate command" mode since...
2006-06-30 yarWe needn't check "m" for NULL here because "off" should...
2006-06-30 ruGleb committed an intermediary version, commit the...
2006-06-30 ru- Simplify the formatting in the SYNOPSIS.
2006-06-30 maximo Fix typo in the comment.
2006-06-30 delphij - Reflect recent sched_core(4) changes.
2006-06-30 impHave sio return BIS_PROBE_DEFAULT like all the other...
2006-06-29 flzAdd a -q option to suppress header lines when multiple...
2006-06-29 obrienCreate new dialect knob, as setting the language dialec...
2006-06-29 marcelPartial support for branch long emulation. This only...
2006-06-29 obrienFix building with GCC 4.2: define data types before...
2006-06-29 yarThere is a consensus that ifaddr.ifa_addr should never...
2006-06-29 yarUse TAILQ_FOREACH in the __FreeBSD__ case, too.
2006-06-29 yarUse TAILQ_FOREACH.
2006-06-29 yarUse the nifty TAILQ_FOREACH.
2006-06-29 yarUse TAILQ_FOREACH consistently.
2006-06-29 yarUse queue(3) macros instead of accessing list/queue...
2006-06-29 obrienFix building with GCC 4.2: ensure types are defined...
2006-06-29 yarUse the elegant TAILQ_FOREACH() in place of a hand...
2006-06-29 jhbFix semctl(2) breakage from the previous commit. Previ...
2006-06-29 glebiusFix URL to Bellovin's paper.
2006-06-29 davidxuFix a bug when accumulating run time, if a thread calls...
2006-06-29 bzEliminate the offset argument from send_reject. It...
2006-06-29 bzUse INPLOOKUP_WILDCARD instead of just 1 more consistently.
2006-06-29 davidxuFix system load count (noticed by dephij). Remove incorrect
2006-06-29 delphijCorrect a typo
2006-06-29 takawataUpdate man page.
2006-06-29 yarDetach the interface first, do vlan_unconfig() then.
2006-06-29 yarRemove a few unused things.
2006-06-29 yarReduce unneeded code duplication.
2006-06-29 glebiusSince 5714 family doesn't have Jumbo ring, we do not...
2006-06-29 takawataComment fix.
2006-06-29 takawataWillcom WSIM DD support.
2006-06-29 davidxuRemove unused function declaration.
2006-06-29 davidxuRemove load balancer code, since it has serious priorit...
2006-06-28 thompsaA small race existed where the lock was dropped between...
2006-06-28 wpaulProperly detect the RTL8168(B?) again. RealTek sent...
2006-06-28 sosDont call free on non-alloc'd items.
2006-06-28 glebiusStyle: space after "return".
2006-06-28 brueffer- s/nve/nfe/ in the SYNOPSIS (1)
2006-06-28 sosUpdate AHCI support to be more generic.
2006-06-28 glebius- Recognize more device IDs adding support for BCM5754...
2006-06-27 gadRemove the last three calls to strncpy(), two of which...
2006-06-27 rinkUpdated the XBOX kernel to use the new nfe(4) driver...
2006-06-27 netchildCorrectly calculate a buffer length. It was off by...
2006-06-27 netchildImprove linprovfs to provide/fix the
2006-06-27 jhbRegen.
2006-06-27 jhbUse kern_shmctl() in svr4_sys_shmctl() and drop use...
2006-06-27 jhbAxe the stackgap macros as the Linux ABIs no longer...
2006-06-27 jhb- Add a kern_semctl() helper function for __semctl...
2006-06-27 rwatsonResolve conflicts from OpenBSM 1.0 alpha 7 import.
2006-06-27 rwatsonThis commit was generated by cvs2svn to compensate...
2006-06-27 rwatsonVendor import of OpenBSM 1.0 alpha 7, with the followin...
2006-06-27 rwatsonModify import instructions to include "-n" in the sampl...
2006-06-27 jhbRegen.
2006-06-27 jhb- Expand the scope of Giant some in mount(2) to protect...
2006-06-27 anholtFix breakage of CHIP_I855 in the last revision.
2006-06-27 brueffer- Convert to our new SYNOPSIS style
2006-06-27 glebiusA netgraph node that can do different manipulations...
2006-06-27 pjd- Use suser_cred(9) instead of directly comparing cr_uid.
2006-06-27 pjd- Use suser_cred(9) instead of directly comparing cr_uid.
2006-06-27 pjd- Use suser_cred(9) instead of directly checking cr_uid.
2006-06-27 pjdCompress direct cr_ruid comparsion and jailed() call...
2006-06-27 pjdUse suser_cred(9) instead of checking cr_uid directly.
2006-06-27 pjd- Use suser_cred(9) instead of checking cr_ruid directly.
2006-06-27 alcMake several changes to pmap_enter_quick_locked():
2006-06-27 alcCorrect a very old and very obscure bug: vmspace_fork...
2006-06-27 thompsaSimplify ipsec_bpf by using bpf_mtap2().
2006-06-27 gadRemove the "oldorder" processing. The "neworder" proce...
2006-06-26 obrienAdd a pure open source nForce Ethernet driver, under...
2006-06-26 thompsaHook enc(4) to the build.
2006-06-26 thompsaAdd a pseudo interface for packet filtering IPSec conne...
2006-06-26 babkinBacked out the change by request from rwatson.
2006-06-26 wpaulAdd support for the RealTek 8169SC/8110SC and RTL8101E...
2006-06-26 jhbRegen.
2006-06-26 jhbChange svr4_sys_break() to just call obreak() and mark...
2006-06-26 jhblinux_brk() is MPSAFE.
2006-06-26 jhb- Sync with master: rmdir(), mkdir(), and extattr_...
2006-06-26 jhbAddress a problem I missed in removing Giant from the...
2006-06-26 jhbRemove duplicate security checks already performed...
2006-06-26 andreIn syncache_respond() do not reply with a MSS that...
2006-06-26 obrienThis commit was generated by cvs2svn to compensate...
2006-06-26 obrienImport the nfe (nForce Ethernet) driver from OpenBSD.
2006-06-26 rwatsonTrim basically unused 'unp' in uipc_connect().
2006-06-26 andreSome cleanups and janitorial work to tcp_syncache:
2006-06-26 andreSome cleanups and janitorial work to tcp_dooptions():
2006-06-26 keramidaFix a minor typo in rev 1.950
2006-06-26 andreReverse the source/destination parameters to in[6]_pcbl...
2006-06-26 rwatsonIn tcp6_usr_attach(), return immediately if SS_ISDISCON...
2006-06-26 mjacobVMWare ESX reports > 16 targets for the LSI-Logic
2006-06-26 mjacobGrumble. VMWare ESX and VMWare WorkStation have *slight...
2006-06-26 samenable rx of control frames when in monitor mode
2006-06-26 scottlFix a memory leak and a nested 'for' loop in the spare...
2006-06-26 samClose race in handling mcast traffic when operating...
2006-06-26 sobomaxImprove check for protective MBR. Instead of assiming...
2006-06-25 alcEliminate a comment that became stale after revision...
2006-06-25 alcEliminate a comment that became stale after revision...
next