]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2006-03-28 jasoneAdd malloc_usable_size(3).
2006-03-28 desFix prototype mismatch and use of un-namespaced pthread...
2006-03-28 desFix prototype mismatch.
2006-03-28 jhb- Conditionalize Giant around VFS operations for ALQ...
2006-03-28 jhbConditionalize locking of Giant for VFS in acct(2)...
2006-03-28 jhb- Conditionally acquire Giant in mdstart_vnode(), mdcre...
2006-03-28 jhbChange vn_open() to honor the MPSAFE flag in the passed...
2006-03-28 jhbUse the read_cycle_count() function recently added...
2006-03-28 deischenUse the correct type for and argument. Recent changes...
2006-03-28 marius- Add a comment describing why tick_init() is called...
2006-03-28 marius- Move the check for too high HZ values from tick_init...
2006-03-28 mariusAdd convenience macros for the full register set and...
2006-03-28 mariusSync with the other archs and declare the memory locati...
2006-03-28 desAdd semaphore functions, and remove some dupes from...
2006-03-28 pjdPreserve previous behaviour of kern.geom.raid3.n{64...
2006-03-28 simonRemove redundant ike rc.d script, since we do not have...
2006-03-28 desDon't use dbg if it isn't defined (such as when this...
2006-03-28 desUse C99's varadic macro syntax instead of gcc's.
2006-03-28 desAdd a bunch of missing pthread functions, and move...
2006-03-28 jkoshyRemove unused symbols.
2006-03-28 cognetDon't call audit_logout() if pwd is NULL, as audit_logo...
2006-03-28 mlaierDocument authpf's requirement for a mounted fdescfs(5).
2006-03-28 desUse wrapper macros for atomic pointer operations in...
2006-03-28 desRevert previous commit at davidxu's insistance. Instea...
2006-03-28 jkoshyForcibly turn off all PMCs at module unload time.
2006-03-28 dwmaloneThis comment on various IPPORT_ defines was copied...
2006-03-28 rwatsonRemove manual assignment of m_pkthdr from one mbuf...
2006-03-28 desThe undocumented and deprecated system call _umtx_op...
2006-03-28 pjdFix memory leak which occurs when crypto.ko module...
2006-03-28 umeIf the query choked with EDNS0, retry without EDNS0.
2006-03-28 davidxuEr, forgot to clear tls space to zero for Variant II.
2006-03-28 davidxuAllocate space for thread pointer, this allows thread...
2006-03-28 scottlHandle invalid capacity parameters from the firmware.
2006-03-27 deischenAdd symbol versioning to libm.
2006-03-27 acheMerge conflicts after official patches
2006-03-27 davidxuRemove priority mutex code because it does not work...
2006-03-27 acheThis commit was generated by cvs2svn to compensate...
2006-03-27 acheOfficial patches 001-004
2006-03-27 acheUpgrade to 5.1
2006-03-27 avatarUnbreaking build by removing a now unused variable.
2006-03-27 acheResolve conflicts
2006-03-27 acheRemove obsoleted files, update upgrade instructions
2006-03-27 acheVirgin import of GNU Readline 5.1
2006-03-27 acheThis commit was generated by cvs2svn to compensate...
2006-03-27 jhbUse td_ucred rather than p_ucred to avoid panics and...
2006-03-27 samThis commit was generated by cvs2svn to compensate...
2006-03-27 samAdd eapol_version config parameter so folks with client...
2006-03-27 jhbIf the XSDT address in the RSDP for an ACPI 2.0 machine...
2006-03-27 pav- Be explicit about libmap32.conf only working on amd64
2006-03-27 cognet*sigh*
2006-03-27 desReflect progress in process title.
2006-03-27 rwatsonAdd a simple netipx TODO list to the end of README...
2006-03-27 davidxuComment out -g compiler option, found by 'FreeBSD Build...
2006-03-27 jasoneUnbreak the build.
2006-03-27 samimplement set(IEEE80211_IOC_STA_STATS) for hostapd...
2006-03-27 alcUse NET_LOCK_GIANT() and VFS_LOCK_GIANT() instead of...
2006-03-27 rwatsonCanonicalize copyright order in one more file that...
2006-03-27 pav- Document LD_32_* environment variables
2006-03-27 pav- Document libmap32.conf
2006-03-27 rwatsonIn spx_output(), use M_DONTWAIT instead of M_TRYWAIT...
2006-03-27 wkoszekFor now, bring back some of the old bits as a fix for...
2006-03-27 cognetErm don't use -mno-apcs-frame if we're going to do...
2006-03-27 rwatsonIn spx_input(), change a '&&' to a '||', as the spx...
2006-03-27 rwatsonAdd spxabort, a simple netipx/spx regression test that...
2006-03-26 jasoneAllow the 'n' option to decrease the number of arenas...
2006-03-26 jasoneAdd comments and reformat/rearrange code. There are...
2006-03-26 wkoszekTeach md(4) and mdconfig(8) how to understand XML....
2006-03-26 wkoszekKeep proper order of includes. Additionally, sort them...
2006-03-26 rwatsonAdd a sysctl, regression.sonewconn_earlytest, which...
2006-03-26 rwatsonDeclare regression subtree in sysctl.h so that componen...
2006-03-26 cognetImplement pmap_object_init_pt() the way it is on sparc6...
2006-03-26 thompsaAssert that the mbuf is not shared to ensure problems...
2006-03-26 rwatsonIn spx_accept, assert ipxp != NULL, not == NULL.
2006-03-26 rwatsonIn various SPX protocol entry points from the socket...
2006-03-26 rwatsonAdd simple regression test to ping pong a data packet...
2006-03-26 rwatsonAdd a simple IPX datagram regression test, which opens...
2006-03-26 rwatsonAdd a short README with configuration hints to get...
2006-03-26 simonUse tr(1) to lowercase strings in a way which works...
2006-03-26 rwatsonModify ipxsocket regression test to create and close...
2006-03-26 rwatsonAdd a new ipxpcb flag, IPXP_SPX, which is set on ipxpcb...
2006-03-26 jkoshyMFP4: Support for profiling dynamically loaded objects.
2006-03-26 rwatsonDefine two new inpcb flags in the inp_vflag field,...
2006-03-26 rwatsonMinor style tweak: tab after #define, not space.
2006-03-26 mjacobCorrect bad format args. Interesting- the lines that...
2006-03-26 rwatsonRestore original formulation of SPX segment queue drain...
2006-03-26 rwatsonAdd simple ipxsocket regression test: open, and close...
2006-03-26 davidxuCheck cancellation state carefully to see we really...
2006-03-26 rwatsonTake contrib/openbsm/etc configuration files off the...
2006-03-26 rwatsonExplicitly assert socket pointer is non-NULL in tcp_inp...
2006-03-25 pjdIncrease debug level for "Thread exiting." message...
2006-03-25 emasteThe removal of CIRCLEQ left four queue macros. One...
2006-03-25 phkGet the MK_FOO column right
2006-03-25 mlaierLoopback pf_norm.c rev. 1.106 from OpenBSD:
2006-03-25 rwatsonIn at_setsockaddr(), assert that ddp != NULL, rather...
2006-03-25 mjacobMove the check for non-ATIO_CMD ahead of the cache...
2006-03-25 rwatsonRework IPX/SPX socket and pcb reference model:
2006-03-25 rwatsonRestructure spx_attach() to properly free memory in...
2006-03-25 rwatsonDon't bother restoring host byte order of mbuf fields...
2006-03-25 rwatsonIn spx_ctloutput(), acquire the ipxp lock around read...
2006-03-25 rwatsonSlight style reformatting of spx_timers() comments...
next