]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2005-02-21 mlaierDon't use the static CALLOUT_INITIALIZER for __FreeBSD_...
2005-02-21 hrsNew release notes:
2005-02-21 dasRemove the i387 versions of atan(), atan2(), and atan2f().
2005-02-21 psFix an overflow when calculating the number of kilobyte...
2005-02-21 rwatsonWhen aborting a UNIX domain socket bind() because VOP_C...
2005-02-21 hartiStyle: fix indendation to be 8 and use tabulators....
2005-02-21 mrDocument the terabyte "-s" parameter in the usage string.
2005-02-21 hartiForgot to set *freePtr to FALSE in another place.
2005-02-21 hartiFix a bug in handling archive members: when a member...
2005-02-21 impMinor style(9)isms.
2005-02-21 scottl- Remove dead code.
2005-02-21 scottlCheck for BIOS version 3.0 as well as 3.1.
2005-02-21 scottlReference a pointer correctly when copying to it's...
2005-02-20 scottlCheck the correct periph pointer after search for it.
2005-02-20 scottlProtect against trying to free a non-existant peripheral.
2005-02-20 njlDon't attach ichss if est is present. On systems that...
2005-02-20 rwatsonstyle(9)-ize function headers, remove use of 'register'.
2005-02-20 kanRestore r1.2 change to use TARGET_ARCH.
2005-02-20 dasRemove VFS_START(). Its original purpose involved...
2005-02-20 dasReplace the workaround for a deadlock bug in Coda with...
2005-02-20 kanAttempt to make kgdb little more useful and easy to...
2005-02-20 dasRemove i387 versions of asin() and acos(). Although...
2005-02-20 dasRemove the float versions of the i387 trig functions...
2005-02-20 bmahNew release notes: cpufreq(4), uaudio(4) improvements...
2005-02-20 rwatsonAdd a simple regression test for stream UNIX domain...
2005-02-20 cognetMFp4: get the code that set the pc correctly to work...
2005-02-20 impBe more verbose on errors with CIS reading. This shoul...
2005-02-20 impstyle(9) nit
2005-02-20 njlNote addition of est(4)
2005-02-20 njlHook EST up to the build.
2005-02-20 njlAdd the Enhanced SpeedStep driver (EST). Currently...
2005-02-20 rwatsonIn unp_attach(), allow uma_zalloc to zero the new unpcb...
2005-02-20 impFix merging botch I made in last version.
2005-02-20 impPerliminary support for Fujitsu SCSI LAN combo card...
2005-02-20 impBack out part of 1.23. This was a work in progress...
2005-02-20 impForced commit after moving mb86960.h from i386/isa...
2005-02-20 impMinor optimizations to compile out bits that aren't...
2005-02-20 impMinor style(9) tweaks.
2005-02-20 impCorrect typo in comment.
2005-02-20 mikehThis commit was generated by cvs2svn to compensate...
2005-02-20 mikehImport the latest CVS version of lukemftp.
2005-02-20 rwatsonPrefer NULL to returning 0 cast to a pointer type.
2005-02-20 rwatsonIn soreceive(), when considering delivery to a socket...
2005-02-20 delphijWhen creating a new FFS file system, the block size...
2005-02-20 delphijThe recomputation of file system summary at mount time...
2005-02-20 bmahNew release notes: ULE fixes, mpsafevfs, NDISulator...
2005-02-20 delphijWhen creating a new FFS file system, the block size...
2005-02-20 rwatsonMove assignment of UNIX domain socket pcb during unp_at...
2005-02-20 mariusAdd a note that all four HME chips on a SUNW,qfe card...
2005-02-20 cognetRemoving the #endif as well sounds like a good idea.
2005-02-20 cognetIn cpufunc_control, uncomment the code responsible...
2005-02-20 njlAdd the "freq_settings" sysctl to each device that...
2005-02-20 bruefferRemove the note about em(4) not working with bridge...
2005-02-19 ruFixate the hash bucket size to 4K. We were using the...
2005-02-19 ruFix the same problem that was fixed in rev. 1.6 and...
2005-02-19 ruUse a common multi-inclusion protection, and add such a
2005-02-19 bmahNew release notes: OLDCARD removed, ath(4) transmit...
2005-02-19 gshapirosendmail 8.13.3 has been merged
2005-02-19 umesimply ignore unknown address family.
2005-02-19 umeteach IPv6 to `systat -netstat'.
2005-02-19 glebiusReimplement recursion protection, checking whether...
2005-02-19 mariusBump __FreeBSD_version for the Intel C/C++ compiler...
2005-02-19 mariusThe Intel C/C++ compiler doesn't require a typedef...
2005-02-19 mariusTogether with the changes to compile kernels with the...
2005-02-19 phkTry to unbreak the vnode locking around vop_reclaim...
2005-02-19 ruAdd lorder(1) to the list of bootstrap-tools.
2005-02-19 ruAllow to cross-build amd64 on non-i386.
2005-02-19 wpaulFix a small bug in firmcvt: outfile must be strdup...
2005-02-19 delphijWhen clearing a fragment, it's possible that the length...
2005-02-19 njlAdd a new field to struct cf_setting for special values...
2005-02-19 davidxuDon't restart a timeout wait in kern_sigtimedwait,...
2005-02-18 psFix for a potential NFS client race where shared data...
2005-02-18 ruAllocate the M_VLANTAG m_pkthdr flag, and use it to...
2005-02-18 psSwap the arguments for CP so we copy the correct source and
2005-02-18 wollmanSupport correct programming environment name for amd64.
2005-02-18 rwatsonRemove now unused 'int s' from spl().
2005-02-18 rwatsonDe-spl kern_connect().
2005-02-18 kientzleDocument the --null, --one-file-system, and -I options.
2005-02-18 rwatsonCorrect a typo in the comment describing soreceive_rcvo...
2005-02-18 rwatsonIn soconnect(), when resetting so->so_error, the socket...
2005-02-18 rwatsonRe-style do_setopt_accept_filter() to match uipc_accf...
2005-02-18 jhb- Add a custom version of exec_copyin_args() to deal...
2005-02-18 rwatsonMove do_setopt_accept_filter() from uipc_socket.c to...
2005-02-18 jhb- Add a custom version of exec_copyin_args() to deal...
2005-02-18 rwatsonMinor style tweaks: line wrap comments and lines more...
2005-02-18 rwatsonRe-order checks in socheckuid() so that we check all...
2005-02-18 jhb- Implement osf1_emul_find() using kern_alternate_path...
2005-02-18 jhbUse LCONVPATHEXIST() rather than CHECKALTEXIST() and use
2005-02-18 impFor the I/O port case, we need to set ok to 1 if we...
2005-02-18 cognetSupport high vectors for arm9.
2005-02-18 deischenSomewhere along the line, tick accumulation for SA...
2005-02-18 mariusSilence witness warnings about duplicate pmap lock...
2005-02-18 hartiPush the assignments of some variables down into the...
2005-02-18 rwatsonRemove basically unused root_vp pointer in udfmount.
2005-02-18 phkMake sure to drop the VI_LOCK in vgonel();
2005-02-18 rwatsonRun the netatalk netisrs without Giant.
2005-02-18 rwatsonConditionalize cd9660 chattiness regarding the nature...
2005-02-18 obrienFor non-embedded platforms, increase the size of the...
2005-02-18 hartiPush down variables into local scope in Var_Parse to...
2005-02-18 wpaulFix a couple of u_int_foos that should have been uint_foos.
next