]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2007-05-29 Hidetoshi ShimokawaAdd LOADER_FIREWIRE_SUPPORT knob.
2007-05-29 Olivier HouchardUse the same ARG_MAX for arm than for the other platfor...
2007-05-29 Hidetoshi ShimokawaMFp4: add FireWire/dcons support in loader for i386...
2007-05-29 Randall StewartAdds gcc attribute to prevent inlining of a function. If
2007-05-29 Yaroslav TykhiySync ether_ioctl() with ioctl(2) and ifnet.if_ioctl
2007-05-29 Robert WatsonAdd DDB "show unpcb" command, allowing DDB to print...
2007-05-29 Randall Stewart- Fix spelling errors in comments per Ruslan (.. thanks...
2007-05-29 Robert WatsonWhere I previously removed calls to kdb_enter(), now...
2007-05-29 Randall Stewart- Fixes so we won't try to start a timer when we
2007-05-29 Bruce EvansMerge the relevant part of rev.1.14 of s_cbrt.c (a...
2007-05-29 Doug BartonRemove more vestiges of /usr/X11R6, but leave mtree...
2007-05-29 Doug BartonRemove X11R6 from the default PATH to join the new...
2007-05-29 Pyun YongHyeonHonor maxsegsz of less than a page size in a DMA tag...
2007-05-29 Doug BartonNow that a separate /usr/X11R6 directory is no longer...
2007-05-29 Tim Kientzlebsdtar 2.2.3:
2007-05-29 Kip MacyFix case of setting OACTIVE erroneously
2007-05-29 Marcel Moolenaar"make delete-old" needs more than 64KB worth of argumen...
2007-05-29 Kip MacyFix interrupt setup for the non-MSI-X case
2007-05-29 Matt JacobUse the Hitachi 2.5" HD, 120 GB as a USB device.
2007-05-29 Tim Kientzlelibarchive 2.2.3
2007-05-28 Andre OppermannMake log messages more verbose and simpler to understan...
2007-05-28 Alexander KabaevDisable shared libgcc use for profiled builds. GNU...
2007-05-28 Kip MacyWhen building cxgb as a module make include paths relat...
2007-05-28 Ed MasteRevert 1.197 and instead avoid calling kdb_enter()...
2007-05-28 Alan CoxEliminate some unused definitions that came from NetBSD.
2007-05-28 Warner LoshSimplify the kernel configuration file return code.
2007-05-28 Ed MasteEliminate explicit kdb_enter in the software watchdog...
2007-05-28 John HayWe do not need to get the irq out of ivars in ixp425_se...
2007-05-28 John HayOptimize a bit more, both the Avila and Pronghorn Metro...
2007-05-28 Robert WatsonDon't save SYSCTL_ADD_*() results in a local variable...
2007-05-28 Robert WatsonIn kern_kevent(), unconditionally fdrop() fp once fget...
2007-05-28 Ariff Abdullah- Enable soft pcm volume flag early to ensure it not...
2007-05-28 Bruce A. MahFix misspelling: s/maintanence/maintenance/
2007-05-28 Joel DahlAdd AK4396 to the list of supported codecs.
2007-05-28 Joel DahlDocument support for the following sound cards:
2007-05-28 Hidetoshi ShimokawaEnable fwip and dcons in GENERIC. They seem fairly...
2007-05-28 Ariff AbdullahFix broken "rec" and "igain" introduced by previous...
2007-05-28 Robert WatsonCorrect spelling errors in comments.
2007-05-28 Andre OppermannFix indentation of the syncache_expand() section in...
2007-05-28 Robert WatsonPrecede symbol names consistently with tabs rather...
2007-05-28 Randall Stewart- fixed autclose to not allow setting on 1-2-1 model.
2007-05-28 Andre OppermannRefactor and rewrite in parts the SYN handling code...
2007-05-28 Kevin LoCheck fdopen return value.
2007-05-28 Xin LIAdd a '-k' flag which is similar with its bzip2(1)...
2007-05-28 Pawel Jakub... Fix probably copy&paste from chmod(1) - we change file...
2007-05-28 Pawel Jakub... Adjust va_mask for setattr. FreeBSD doesn't have va_mas...
2007-05-28 Hidetoshi ShimokawaWe should better ignore a break on gdb port if gdb...
2007-05-28 Pawel Jakub... - Remove unnecessary vnode internal locking - v_vflag...
2007-05-28 Pawel Jakub... Because we allocate componentname structures on stack...
2007-05-28 Alexander KabaevFix compiles when user chooses to disable both ObjC...
2007-05-27 Kip MacyTuning for small packet handling
2007-05-27 Kip MacyDon't bind queue to cpus if only one queue is in use
2007-05-27 Marcel MoolenaarDon't initialize the decrementer before initclocks...
2007-05-27 Robert WatsonUniversally adopt most conventional spelling of acquire.
2007-05-27 Warner LoshImprove both the PCI and PC Card descriptions of the...
2007-05-27 Alan CoxEliminate an unused definition.
2007-05-27 Ariff AbdullahFix broken binary issues with latest gcc 4.x due to...
2007-05-27 Joel DahlBring in a bunch of bug fixes and some code to support...
2007-05-27 Robert WatsonNormalize spelling and grammar in TCP hostcache comments.
2007-05-27 Robert WatsonSelect a more appealing spelling for the word acquire.
2007-05-27 Robert WatsonRemove "XXX Giant" comments before calls to kdb_trap...
2007-05-27 Robert WatsonImplement assert() in ncr.c using KASSERT() rather...
2007-05-27 Marcel MoolenaarHave the processor defer all faults and exceptions...
2007-05-27 Robert WatsonRather than repeatedly setting and discarding local...
2007-05-27 Robert WatsonIn tcp_timer_2msl(), tp can never become NULL, so don...
2007-05-27 Robert WatsonAdd parens around *free in *free++ in mbp_count() so...
2007-05-27 Robert WatsonRemove amountpipes counter for pipes -- this replicates...
2007-05-27 Robert WatsonDon't check curproc->p_comm for NULL as it is an array...
2007-05-27 Robert WatsonIn ncp_conn_alloc(), a new credential pointer, 'owner...
2007-05-27 Robert WatsonDon't assign sp to the value of s when we're about...
2007-05-27 Hidetoshi ShimokawaChange default value of hw.firewire.dcons_crom.force_co...
2007-05-27 Hidetoshi ShimokawaMake compile without GDB option.
2007-05-27 Robert WatsonRemove #if 0'd check for 0-size allocations, which...
2007-05-27 Robert WatsonRather than entering the debugger via kdb_enter() when...
2007-05-27 Robert WatsonRather than entering the debugger via kdb_enter() in...
2007-05-27 Robert WatsonRather than entering DDB with the message "unexpected...
2007-05-27 Sam Lefflersilence some compiler complaints
2007-05-27 Warner LoshAdd man pages for mmc (the mmc bus) and mmcsd (the...
2007-05-27 Kip Macyfix compile warning by removing redundant LOG_ERR define
2007-05-27 Kip Macyset IFF_OACTIVE to avoid hangs when the tx ring fills up
2007-05-26 Pawel Jakub... There are too many false positive LORs reported by...
2007-05-26 Ruslan Ermilovlex(1) no longer installs headers into GCC-internal...
2007-05-26 Warner LoshA careful reading of the disclaimer that is required...
2007-05-25 Pawel Jakub... To avoid a deadlock when handling .. directory during...
2007-05-25 Pawel Jakub... We no longer need to put namecache entries onto tempora...
2007-05-25 Pawel Jakub... The cache_leaf_test() function seems to be unused,...
2007-05-25 Andre OppermannThe printf %b list in PRINT_TH_FLAGS has to be in octal...
2007-05-25 Andrew Gallatin- Use m_getcl() rather than m_getjcl() when we're alloc...
2007-05-25 Kip Macyadd missed header
2007-05-25 Brian SomersRemove unnecessary free argument casts.
2007-05-25 Kip Macyupdate license headers
2007-05-25 Kip Macyadd toe device header missed by previous commit
2007-05-25 Christian BruefferCleanup after previous commit.
2007-05-25 Roman BogorodskiyAdd a new option for ppp.conf: rad_port_id. It allows to
2007-05-25 Xin LIInclude string.h for memcpy() and memcmp().
2007-05-25 Xin LIMake the comparsion more obvious.
2007-05-25 Xin LIConst'ify and ANSIfy the internal interfaces of regex(3).
2007-05-25 Xin LIANSIfy function definitions, reduces diff against OpenBSD.
2007-05-25 Ruslan ErmilovAlso fix the misspelling of hes_resolve().
2007-05-25 Xin LIThe usage of "info" in init_hash() is read-only, so...
next