]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2011-10-15 David SchultzAdd some tests for double-rounding bugs in fma().
2011-10-15 David SchultzVarious changes to improve the accuracy and speed of...
2011-10-15 David SchultzStyle fixes and updates to comments.
2011-10-15 David SchultzDon't define FP_FAST_FMA on sparc64; with the recent...
2011-10-15 David SchultzAdd INSERT_WORD64 and EXTRACT_WORD64 macros for use...
2011-10-15 David SchultzReplace two lines accidentally removed in r226218....
2011-10-15 David SchultzFix a double-rounding bug in fma{,f,l}. The bug would...
2011-10-14 Gleb SmirnoffNever switch directly from INIT to MASTER, since this...
2011-10-14 John BaldwinFix a typo in a comment.
2011-10-14 John BaldwinRegen.
2011-10-14 John BaldwinUse PAIR32TO64() for the offset and length parameters to
2011-10-14 Ed SchoutenPut parentheses in the right place.
2011-10-14 Ed SchoutenMake nl(1) build with WARNS=6.
2011-10-14 Ed SchoutenBuild last(1) and leave(1) with WARNS=6.
2011-10-14 Ed SchoutenBuild tr(1) with WARNS=6.
2011-10-14 Ed SchoutenBuild look(1) with WARNS=6.
2011-10-14 Ed SchoutenBuild finger(1) with WARNS=6.
2011-10-14 Adrian Chaddath_pci PCI setup fixes.
2011-10-14 Warren BlockAdd mentors and myself to committers-doc.dot.
2011-10-13 Marcel MoolenaarUse PTRIN().
2011-10-13 Raphael Kubo... Add myself to committers-ports.dot and calendar.freebsd.
2011-10-13 Marius StroblMerge from r225950:
2011-10-13 Marcel MoolenaarWrap mprotect(2) so that we can add execute permissions...
2011-10-13 Marcel MoolenaarWrap mprotect(2)
2011-10-13 Marcel MoolenaarIn freebsd32_mmap() and when compiling for amd64 or...
2011-10-13 Bernhard SchmidtFix bmiss notifications, events should be sent when...
2011-10-13 Dag-Erling... Make dhclient use a pid file. Modify the rc script...
2011-10-13 Dag-Erling... Clean up mkioctls a bit, and fix cross-building by...
2011-10-13 Marcel MoolenaarIn sys_obreak() and when compiling for amd64 or ia64...
2011-10-13 Marcel MoolenaarIn elf32_trans_prot() and when compiling for amd64...
2011-10-13 Ed SchoutenLink the demo application against ncursesw to make...
2011-10-13 Gleb SmirnoffUse TAILQ_FOREACH() in the nd6_dad_find() instead of...
2011-10-13 Gleb SmirnoffDe-spl(9).
2011-10-13 Gleb SmirnoffRestore functions in6_ifaddloop() and in6_ifremloop...
2011-10-12 Dag-Erling... Make kdump compile cleanly at WARNS level 6, with one...
2011-10-12 Andrew ThompsonName these gpio pins better, they are on an external...
2011-10-12 Andrew ThompsonDont just set the pin high when turning on output,...
2011-10-12 Gleb KurtsouAdd myself
2011-10-12 Navdeep ParharMake sure the inp wasn't dropped when rexmt let go...
2011-10-12 Gleb SmirnoffDocument that memguard(9) now can guard uma(9) allocations.
2011-10-12 Gleb SmirnoffMake memguard(9) capable to guard uma(9) allocations.
2011-10-12 Dimitry AndricAdd symlink from clang to clang-cpp, so you can use...
2011-10-12 Dimitry AndricAdd manpage symlink for clang++(1).
2011-10-12 Nathan WhitehornMissed file in r225937 (sysinstall removal).
2011-10-12 John BaldwinIf an allocation for a specific resource range fails...
2011-10-12 Robert WatsonCorrect a bug in export of capability-related informati...
2011-10-12 Adrian ChaddFix an unused variable warning/error when invariants...
2011-10-12 Adrian ChaddDon't call fixup_filename() on each witness lock call.
2011-10-12 Edwin GroothuisMFV of tzdata2011l, r226279
2011-10-12 Edwin GroothuisUpdates from Newsletter VI-9 and VI-10:
2011-10-12 Edwin GroothuisVendor import of tzdata2011l:
2011-10-12 Colin PercivalNow that the portsnap buildbox is generating the raw...
2011-10-12 Xin LI - Fix an off-by-one bug in addgroup().
2011-10-12 Gabor Kovesdan- Fix counting of match limit (-m)
2011-10-11 Gabor Kovesdan- Use getprogname() instead of __progname
2011-10-11 Marius Strobl- Remove unused remnants of MII bitbang'ing.
2011-10-11 Dag-Erling... Add a new trace point, KTRFAC_CAPFAIL, which traces...
2011-10-11 Kirk McKusickAfter creating a filesystem using newfs -j the time...
2011-10-11 Kirk McKusickWhen unmounting a filesystem always wait for the vfs_bu...
2011-10-11 Gleb SmirnoffFix date in last commit.
2011-10-11 Gleb SmirnoffProperly document default number of rx/tx descriptors...
2011-10-11 Dag-Erling... The previous commit did not fix the issue since it...
2011-10-11 Christian BruefferAdd curly braces missed in r226247.
2011-10-11 Michael TuexenUse the most significant 6 bits of the dscp instead...
2011-10-11 Christian BruefferProperly free linux_gidset in case of an error.
2011-10-11 Dag-Erling... Cast to unsigned for %#jx.
2011-10-11 David SchultzRefactor this code by introducing separate functions...
2011-10-11 David SchultzAlso pass the -ansi flag through to mkdep (requested...
2011-10-11 Andrew ThompsonFix build after TARGET_BIG_ENDIAN was nuked from orbit.
2011-10-10 Edward Tomasz... Make unionfs also clear VAPPEND when clearing VWRITE...
2011-10-10 Qing LiAll indirect routes will fail the rtcheck, except for...
2011-10-10 Michael TuexenGet struct sctp_net_route in tune with struct route.
2011-10-10 Hans Petter... Add USB mass storage quirk for device that emits errors...
2011-10-10 Hans Petter... Fix how libusb20_dev_kernel_driver_active() and
2011-10-10 Hans Petter... Bugfix: The ucom detach function is sometimes called...
2011-10-10 David SchultzProvide external definitions of all of the standardized...
2011-10-10 David SchultzAdd a FBSD_1.3 namespace for FreeBSD 10.
2011-10-10 David SchultzPass -std= flags in CFLAGS to mkdep. Without this,...
2011-10-10 Konstantin... Do not ignore block offsets.
2011-10-10 Michael TuexenWhen moving an stcb to a new inp and we copy over the...
2011-10-10 Alexander V... Free mbuf in case when protocol in unknown in ng_ipfw_r...
2011-10-10 Christian BruefferAdd missing break statement to make sure all 3DES etype...
2011-10-10 Xin LIIncorporate recent changes from NetBSD. Most notable...
2011-10-10 Ed SchoutenProperly use the cursor to bound the position for CUP.
2011-10-10 Adrian ChaddFix an incorrect use of sizeof().
2011-10-10 Adrian ChaddUpdate from OpenBSD: Include 0x4402 in the bbp id mappi...
2011-10-09 Craig RodriguesAdd a "kern.features.ata_cam" sysctl in the kernel...
2011-10-09 Marius StroblRecognize the Intel(R) Centrino(R) Wireless-N 130.
2011-10-09 Marius StroblIn device_get_children() avoid malloc(0) in order to...
2011-10-09 Marius StroblPrefer KOBJMETHOD_END.
2011-10-09 Glen BarberBump .Dd to reflect the date of the last content change...
2011-10-09 Marius StroblSprinkle const.
2011-10-09 Nathan WhitehornUse UFS labels and bsdlabels (like the 8.x memsticks...
2011-10-09 Nathan WhitehornAdd support to makefs(8) to add UFS labels to images.
2011-10-09 Michael TuexenUpdate the inp stored in a HB-timer when moving an...
2011-10-09 Dag-Erling... Line up the struct declaration (yes, I know this isn...
2011-10-09 Dag-Erling... Document some not-so-recently added trace points.
2011-10-08 Marius StroblRemove inphy(4), exphy(4) as well as ruephy(4) that...
2011-10-08 Dag-Erling... Address some of bde@'s concerns with the new code.
2011-10-08 Alan CoxFix the handling of an empty kmem map by sysctl_kmem_ma...
next