]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2008-12-12 kmacyfix support and capabilities
2008-12-12 jhb- Drop a reference to an older 'kdb' debugger that...
2008-12-12 marcusBump __FreeBSD_version for the new VOP_VPTOCNP addition.
2008-12-12 kmacyRTF_RNH_LOCKED needs to be passed in the flags arg...
2008-12-12 thompsaPass RTF_RNH_LOCKED to rtalloc1 sunce the node head...
2008-12-12 csjpConsider processes attaching/detaching from tun(4)...
2008-12-12 yongariIt seems there are still issues on multicast perfect...
2008-12-12 marcusAdd a man page for VOP_VPTOCNP.
2008-12-12 marcusImplement VOP_VPTOCNP for devfs. Directory and charact...
2008-12-12 marcusAdd a simple VOP_VPTOCNP implementation for deadfs...
2008-12-12 marcusAdd a new error VOP, VOP_ENOENT. This function will...
2008-12-12 marcusAdd a new VOP, VOP_VPTOCNP, which translates a vnode...
2008-12-11 thompsaRemove superfluous return statements from the end of...
2008-12-11 thompsaFormat and wrap function declarations.
2008-12-11 kmacyAdd entry for if_transmit and if_qflush
2008-12-11 edAdd kqueue()-support to pseudo-terminal master devices.
2008-12-11 thompsaAdd entries for some Option, Sierra and Stelera 3G...
2008-12-11 edDon't forget to add "npts" to rlimit_ident[] as well.
2008-12-11 psFix a leak introduced in r185902. We should free the...
2008-12-11 bzPut a global variables, which were virtualized but...
2008-12-11 bzPut the VIMAGE options together in one place.
2008-12-11 bzOrder #includes - also to reduce diffs with vimage...
2008-12-11 bzUse the correct INIT_VNET_INET() as the virtualized...
2008-12-11 jhbAdd constants for fields in the local APIC error status...
2008-12-11 bzError in case anyone tried to compile with both options...
2008-12-11 bzWhitespace changes only - tabs must have been converted...
2008-12-11 rwatsonAdd missing "goto set_head" for SO_IPX_CHECKSUM; otherw...
2008-12-11 impPush mips support into the tree.
2008-12-11 impPush mips support into the tree.
2008-12-11 impPush mips support for ld into the tree.
2008-12-11 impPush mips support for as into the tree.
2008-12-11 impRemove redundant assignment.
2008-12-11 desApply the same defaults to https as to http.
2008-12-11 impUpdate to the interrupt handling code:
2008-12-11 samadd missing break
2008-12-11 samadd missing break
2008-12-11 dasConsolidate some variable initializations. No substanti...
2008-12-11 yongariMake WOL work on RTL8168B. This controller seems to...
2008-12-11 psAvoid a double free in devopen by not freeing the devic...
2008-12-11 yongariDon't access undocumented register 0x82 on controllers...
2008-12-11 yongariNewer RealTek controllers requires setting stop request...
2008-12-11 bzCorrectly check the number of prison states to not...
2008-12-11 bzAdd 32-bit compat support for AIO.
2008-12-11 yongariAlways put controller into known state before device...
2008-12-11 yongariPartly revert r185756. RTL8169SC doesn't like reduced...
2008-12-10 zecConditionally compile out V_ globals while instantiatin...
2008-12-10 bzMake sure nmbclusters are initialized before maxsockets
2008-12-10 bzStyle changes only. Put the return type on an extra...
2008-12-10 edRemove added newlines from logged messages written...
2008-12-10 jhbRegen.
2008-12-10 jhb- Add 32-bit compat system calls for VFS_AIO. The...
2008-12-10 jhbRather than using a char array with explicit assumption...
2008-12-10 kibRelock user map earlier, to have the lock held when...
2008-12-10 dfrWe need to pass a structure with enough space for an...
2008-12-10 rwatsonRemove inconsistent white space from in_pcballoc().
2008-12-10 rwatsonMove syncache flag definitions below data structure...
2008-12-10 rwatsonMove flag definitions for t_flags and t_oobflags below...
2008-12-10 dfrDon't get confused if we encounter a device which is...
2008-12-10 kmacyfix a reported panic when adding a route and one hit...
2008-12-10 kmacyunlock when done
2008-12-10 kmacydon't reference if_addr_mtx directly
2008-12-10 dasMove the xprintf hook to where it belongs; it shouldn...
2008-12-09 rwatsonUpdate comment on INP_TIMEWAIT to say what it's about...
2008-12-09 marius- Limit BCM5701 B5 to 32-bit mode as a workaround for...
2008-12-09 bzIt does not make much sense to include net/route.h...
2008-12-09 bzAdd rwlock.h (and lock.h for that) to keep no-INET...
2008-12-09 bzFix a bug introduced in r185747: rather than dereferenc...
2008-12-09 rwatsonEnhance one comment relating to recent TCP locking...
2008-12-09 rwatsonMove macros defining flags and shortcus to nested struc...
2008-12-09 phkFix a cornercase during search
2008-12-09 maximo Use full month name in .Dd macro.
2008-12-09 yongariFix a long standing VLAN tagged frame handling bug.
2008-12-09 nwhitehornAdd the ability to control the sleep LED with led(4...
2008-12-09 sobomaxRemove now unused label.
2008-12-08 sobomaxOptimiza assembly in the previous r185779, to save...
2008-12-08 sobomaxRespect RBX_MUTE flag from boot[012].
2008-12-08 kmacyadd RW_SYSINIT_FLAGS macro and rw_sysinit_flags initial...
2008-12-08 kibAdd strndup(3) prototype to string.h.
2008-12-08 sobomaxFix typo in the comment %is -> %si.
2008-12-08 rwatsonMove from solely write-locking the global tcbinfo in...
2008-12-08 kmacy- avoid recursively locking the radix node head lock
2008-12-08 rwatsonAdd a reference count to struct inpcb, which may be...
2008-12-08 jkim- Detect Bochs BIOS variants and use HZ_VM as well.
2008-12-08 kientzleObey the TMPDIR, TMP, TEMP, or TEMPDIR environment...
2008-12-08 schweikhWhite space only: Tabify; white space at EOL removed.
2008-12-08 lulf- Add missing word in comment.
2008-12-08 kibMake two style changes to create new commit and documen...
2008-12-08 kibChange the linprocfs <pid>/maps and procfs <pid>/map...
2008-12-08 kibDo drop vm map lock earlier in the sysctl_kern_proc_vmm...
2008-12-08 jkoshyDocument processor errata that affect performance measu...
2008-12-08 kibThe dqrele() function syncs the dq, then acquires the...
2008-12-08 yongarimutex.h is needed here. It got it by namespace pollution.
2008-12-08 nwhitehornClean up the mac GPIO interface a little. Also remove...
2008-12-08 yongariReduce spin wait time consumed in GMII register access...
2008-12-08 nwhitehornAccidentally left ADB out of the PowerPC NOTES file...
2008-12-08 nwhitehornAdd facilities to pmu(4) to interrogate battery status...
2008-12-08 yongario Implemented miibus_statchg handler. It detects whethe...
2008-12-08 yongariMake sure to return the result of meida change request.
2008-12-08 impAdd missing include to sys/lock.h before sys/rwlock.h
2008-12-07 marius- According to the corresponding Linux, NetBSD and...
next