]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2007-05-29 mjacobUse the Hitachi 2.5" HD, 120 GB as a USB device.
2007-05-29 kientzlelibarchive 2.2.3
2007-05-28 andreMake log messages more verbose and simpler to understan...
2007-05-28 kanDisable shared libgcc use for profiled builds. GNU...
2007-05-28 kmacyWhen building cxgb as a module make include paths relat...
2007-05-28 emasteRevert 1.197 and instead avoid calling kdb_enter()...
2007-05-28 alcEliminate some unused definitions that came from NetBSD.
2007-05-28 impSimplify the kernel configuration file return code.
2007-05-28 emasteEliminate explicit kdb_enter in the software watchdog...
2007-05-28 jhayWe do not need to get the irq out of ivars in ixp425_se...
2007-05-28 jhayOptimize a bit more, both the Avila and Pronghorn Metro...
2007-05-28 rwatsonDon't save SYSCTL_ADD_*() results in a local variable...
2007-05-28 rwatsonIn kern_kevent(), unconditionally fdrop() fp once fget...
2007-05-28 ariff- Enable soft pcm volume flag early to ensure it not...
2007-05-28 bmahFix misspelling: s/maintanence/maintenance/
2007-05-28 joelAdd AK4396 to the list of supported codecs.
2007-05-28 joelDocument support for the following sound cards:
2007-05-28 simokawaEnable fwip and dcons in GENERIC. They seem fairly...
2007-05-28 ariffFix broken "rec" and "igain" introduced by previous...
2007-05-28 rwatsonCorrect spelling errors in comments.
2007-05-28 andreFix indentation of the syncache_expand() section in...
2007-05-28 rwatsonPrecede symbol names consistently with tabs rather...
2007-05-28 rrs- fixed autclose to not allow setting on 1-2-1 model.
2007-05-28 andreRefactor and rewrite in parts the SYN handling code...
2007-05-28 kevloCheck fdopen return value.
2007-05-28 delphijAdd a '-k' flag which is similar with its bzip2(1)...
2007-05-28 pjdFix probably copy&paste from chmod(1) - we change file...
2007-05-28 pjdAdjust va_mask for setattr. FreeBSD doesn't have va_mas...
2007-05-28 simokawaWe should better ignore a break on gdb port if gdb...
2007-05-28 pjd- Remove unnecessary vnode internal locking - v_vflag...
2007-05-28 pjdBecause we allocate componentname structures on stack...
2007-05-28 kanFix compiles when user chooses to disable both ObjC...
2007-05-27 kmacyTuning for small packet handling
2007-05-27 kmacyDon't bind queue to cpus if only one queue is in use
2007-05-27 marcelDon't initialize the decrementer before initclocks...
2007-05-27 rwatsonUniversally adopt most conventional spelling of acquire.
2007-05-27 impImprove both the PCI and PC Card descriptions of the...
2007-05-27 alcEliminate an unused definition.
2007-05-27 ariffFix broken binary issues with latest gcc 4.x due to...
2007-05-27 joelBring in a bunch of bug fixes and some code to support...
2007-05-27 rwatsonNormalize spelling and grammar in TCP hostcache comments.
2007-05-27 rwatsonSelect a more appealing spelling for the word acquire.
2007-05-27 rwatsonRemove "XXX Giant" comments before calls to kdb_trap...
2007-05-27 rwatsonImplement assert() in ncr.c using KASSERT() rather...
2007-05-27 marcelHave the processor defer all faults and exceptions...
2007-05-27 rwatsonRather than repeatedly setting and discarding local...
2007-05-27 rwatsonIn tcp_timer_2msl(), tp can never become NULL, so don...
2007-05-27 rwatsonAdd parens around *free in *free++ in mbp_count() so...
2007-05-27 rwatsonRemove amountpipes counter for pipes -- this replicates...
2007-05-27 rwatsonDon't check curproc->p_comm for NULL as it is an array...
2007-05-27 rwatsonIn ncp_conn_alloc(), a new credential pointer, 'owner...
2007-05-27 rwatsonDon't assign sp to the value of s when we're about...
2007-05-27 simokawaChange default value of hw.firewire.dcons_crom.force_co...
2007-05-27 simokawaMake compile without GDB option.
2007-05-27 rwatsonRemove #if 0'd check for 0-size allocations, which...
2007-05-27 rwatsonRather than entering the debugger via kdb_enter() when...
2007-05-27 rwatsonRather than entering the debugger via kdb_enter() in...
2007-05-27 rwatsonRather than entering DDB with the message "unexpected...
2007-05-27 samsilence some compiler complaints
2007-05-27 impAdd man pages for mmc (the mmc bus) and mmcsd (the...
2007-05-27 kmacyfix compile warning by removing redundant LOG_ERR define
2007-05-27 kmacyset IFF_OACTIVE to avoid hangs when the tx ring fills up
2007-05-26 pjdThere are too many false positive LORs reported by...
2007-05-26 rulex(1) no longer installs headers into GCC-internal...
2007-05-26 impA careful reading of the disclaimer that is required...
2007-05-25 pjdTo avoid a deadlock when handling .. directory during...
2007-05-25 pjdWe no longer need to put namecache entries onto tempora...
2007-05-25 pjdThe cache_leaf_test() function seems to be unused,...
2007-05-25 andreThe printf %b list in PRINT_TH_FLAGS has to be in octal...
2007-05-25 gallatin- Use m_getcl() rather than m_getjcl() when we're alloc...
2007-05-25 kmacyadd missed header
2007-05-25 brianRemove unnecessary free argument casts.
2007-05-25 kmacyupdate license headers
2007-05-25 kmacyadd toe device header missed by previous commit
2007-05-25 bruefferCleanup after previous commit.
2007-05-25 novelAdd a new option for ppp.conf: rad_port_id. It allows to
2007-05-25 delphijInclude string.h for memcpy() and memcmp().
2007-05-25 delphijMake the comparsion more obvious.
2007-05-25 delphijConst'ify and ANSIfy the internal interfaces of regex(3).
2007-05-25 delphijANSIfy function definitions, reduces diff against OpenBSD.
2007-05-25 ruAlso fix the misspelling of hes_resolve().
2007-05-25 delphijThe usage of "info" in init_hash() is read-only, so...
2007-05-25 kmacy(MFp4)
2007-05-25 ruUpdate for the 4.21 import (manuals didn't change).
2007-05-25 desRe-add support for NIS netgroups (heavily modified...
2007-05-25 jinmeido not directly call rtfree() to meet an assumption...
2007-05-25 njlAdd a sysctl, 'debug.acpi.suspend_bounce', that causes...
2007-05-25 simokawaInclude stand.h for loader.
2007-05-25 rafan- When I introduce wide character enabled ncurses into...
2007-05-25 kmacyremove unneccessary curcpu reference in setting mmfsa
2007-05-25 kmacymove trap table initialization for cpu0 into sparc64_init
2007-05-24 obrienFreeBSD has <limits.h>.
2007-05-24 dess/X11R6/local/g
2007-05-24 obrienUpdate for the 'file' 4.21 import.
2007-05-24 obrienThis commit was generated by cvs2svn to compensate...
2007-05-24 obrienVirgin import of Christos Zoulas's FILE 4.21.
2007-05-24 obrienTemporarily add 'WITH_GCC3' that removes -Wno-pointer...
2007-05-24 desEnable FTP_COMBINE_CWDS.
2007-05-24 leFix handling of filenames containing whitespace.
2007-05-24 jfvFix for PR 112937, thanks to Ruslan Ermilov. I am still
next