]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib
pci_setup_intr() will only enable MSI/MSI-X for direct children. Add methods
[FreeBSD/FreeBSD.git] / lib /
2008-09-19 Maksim YevmenkinMove uuid_enc_le, uuid_dec_le, uuid_enc_be and uuid_dec...
2008-09-19 Joseph KoshyKeep symbols in sorted order.
2008-09-18 Joseph KoshyImprove grammar.
2008-09-18 Joseph KoshyDocument new PMC classes, capabilities and CPU kinds.
2008-09-18 Tim KientzleMfP4: Generalize int64_t in the public headers to suppo...
2008-09-18 Tim KientzleTrying to distinguish different "versions" of mtree...
2008-09-17 Joseph KoshyWhitespace fixes.
2008-09-17 Joseph KoshyAdd event name aliases for Pentium PMCs.
2008-09-16 Joseph KoshyReplace PMC-dependent content with references to
2008-09-16 Joseph KoshyBuild and install PMC-dependent manual pages.
2008-09-16 Joseph KoshyFix a typo.
2008-09-16 Joseph KoshyMove PMC documentation to separate manual pages, one...
2008-09-16 Joseph KoshyMove TSC specific PMC information to its own manual...
2008-09-16 Joseph KoshyCorrect an event name alias: event "k7-dc-misses"...
2008-09-16 Edwin GroothuisMFV of tzdata2008c:
2008-09-15 Maksim YevmenkinAdd uuid_enc,dec_le,be() functions to Symbol.map
2008-09-15 Doug RabsonFix async mode (required for ypbind in manycast mode).
2008-09-14 Marcel MoolenaarAllow psaddr_t to be widened by using thr_pread_{int...
2008-09-14 Tim KientzleChoose a flag-handling strategy based on platform capab...
2008-09-12 Tim KientzlePortability: Don't use symbolic constants when the...
2008-09-12 Tim KientzlePortability: Not everyone is lucky enough to have ftrun...
2008-09-12 Tim KientzlePortability: Support platforms that lack (struct stat...
2008-09-12 Tim KientzleWindows compatibility: The stub replacement for compre...
2008-09-10 Jason EvansUse PAGE_{SIZE,MASK,SHIFT} from machine/param.h rather...
2008-09-09 Jason EvansMove call to _malloc_thread_cleanup() so that if this...
2008-09-09 Doug RabsonInitialise the SVCAUTH field for new transport structur...
2008-09-09 Andrey A. ChernovReturn two fixes from previous backout which does not...
2008-09-08 Ulf Lilleengen- Update the libgeom manpage with a description of...
2008-09-08 Tim KientzleFix a type-aliasing problem in the libarchive test...
2008-09-07 Tim KientzleCorrect a leaking archive_entry in the test suite.
2008-09-07 Ollivier RobertMerge from vendor/ntp/dist: r182856:
2008-09-07 Ulf Lilleengen- Add a new ioctl for getting the provider name of...
2008-09-07 Tim KientzleCorrect the comments here.
2008-09-07 Tim KientzleWhen restoring a directory, allow symlinks to be follow...
2008-09-06 Marcel MoolenaarUnbreak ia64: pges are 8KB.
2008-09-05 Rui PauloMerge ath again (addition of wisoc files).
2008-09-05 Giorgos KeramidasAdd two example regexps: (1) one for matching all the...
2008-09-05 Rui PauloMerge fix for P4 expansion from vendor branch.
2008-09-05 Tim KientzleThe link resolver now unsets the size to mark a hardlink
2008-09-05 Tim KientzleMfP4: Handle entries with unset size properly: Regular...
2008-09-05 Tim KientzleMfP4: Use the set/unset tracking to determine when...
2008-09-04 Doug RabsonFix an off-by-one error in the replay detection logic.
2008-09-04 Rafal JaworowskiEliminate __alpha__ leftover from libstand.
2008-09-04 Tim KientzleMarkup fix.
2008-09-03 David SchultzMerge gdtoa 20080831. This fixes several bugs, includin...
2008-09-01 Doug BartonUpdate for version 9.4.2-P2
2008-09-01 Doug BartonMerge from vendor/bind9/dist as of the 9.4.2-P2 import
2008-09-01 Doug BartonVendor import of BIND 9.4.2-P2
2008-09-01 Dag-Erling SmørgravRemove some unused files.
2008-09-01 Dag-Erling SmørgravWhen I flattened the dist tree, some files that had...
2008-09-01 Tim KientzleStyle: Use ARCHIVE_VERSION_NUMBER to conditionalize...
2008-09-01 Tim KientzleMfP4: set/unset tracking for atime, ctime, mtime, and...
2008-09-01 Tim KientzleSort the list of format names.
2008-09-01 Tim KientzleUse the "start_time" (time at which the restore process...
2008-08-31 Tim KientzleNew mtree writer, thanks to Joerg Sonnenberger.
2008-08-31 Tim KientzleJoerg Sonnenberger's improvements to the shar writer.
2008-08-31 Tim KientzleMake libarchive_test a little smarter about trying...
2008-08-30 Tim KientzleWhen atime wasn't specified, it should get set == mtime.
2008-08-28 David E. O'BrienAdd the needed libpthread_md.c for MIPS.
2008-08-28 Pawel Jakub DawidekAdd links to all libpcap functions.
2008-08-28 Tim KientzleIf no atime was specified (for example, when extracting...
2008-08-28 Gregory Neil ShapiroMerge sendmail 8.14.3 into HEAD.
2008-08-28 Rui PauloMerge ath_hal 0.10.5.10 to head.
2008-08-27 David E. O'BrienAdd the needed _setjmp.S for MIPS.
2008-08-27 Jason EvansAdd thread-specific caching for small size classes...
2008-08-26 Konstantin BelousovImplement WNOWAIT flag for wait4(2). It specifies that...
2008-08-26 Konstantin BelousovWhen calculating arguments to the interpreter for the...
2008-08-25 Tim KientzleAlphabetize the list of tests.
2008-08-24 Tim KientzleUpdate the total archive byte counters when writing...
2008-08-24 Tim KientzleRemove the stillborn attempt to cleanup tests as well...
2008-08-24 Tim KientzleFail copying path/.. only if SECURE_NODOTDOT was specified.
2008-08-24 Tim KientzleFix the cpio bug tested for by r182092 of usr.bin/cpio...
2008-08-22 Ollivier RobertMerge ntpd & friends 4.2.4p5 from vendor/ntp/dist into...
2008-08-22 Konstantin BelousovAdd -fno-omit-frame-pointer to CFLAGS used to compile...
2008-08-21 John BaldwinAdd a "CACHING" section regarding the internal caching...
2008-08-20 Ed SchoutenRemove grantpt.c, which should have been deleted in...
2008-08-20 Ed SchoutenIntegrate the new MPSAFE TTY layer to the FreeBSD opera...
2008-08-19 John BaldwinAdd a new routine kvm_getcptime(3) for fetching the...
2008-08-19 John BaldwinAdd two new routines to libkvm for working with per...
2008-08-15 Kip Macyatomic_fetchadd_int works on unsigned quantities -...
2008-08-14 Maksim YevmenkinImport the uuid_enc_le(), uuid_dec_le(), uuid_enc_be...
2008-08-14 Jason EvansMove CPU_SPINWAIT into the innermost spin loop, in...
2008-08-14 Jason EvansRe-order the terms of an expression in arena_run_reg_da...
2008-08-13 Maksim YevmenkinImport handy shorthand Bluetooth address (BD_ADDR)...
2008-08-13 Ed SchoutenChange bpf(4) to use the cdevpriv API.
2008-08-13 Marcel MoolenaarChange the type of ti_traceme from a char to an int...
2008-08-11 Tim KientzleFix up test suite so it works again with the libarchive...
2008-08-10 Tim KientzleCorrect test_tar_large so it works correctly with the...
2008-08-10 Tim KientzleExplain why two apparently-identical archive_read_data...
2008-08-10 Tim KientzleMfP4: Joerg Sonnenberger's fixes to make 'ar' and ...
2008-08-09 Dag-Erling SmørgravAdd sbuf_new_auto as a shortcut for the very common...
2008-08-08 Xin LIAdd prototype defination for setfib(2) to sys/socket.h.
2008-08-08 Colin PercivalRemove variables which are assigned values and never...
2008-08-08 Edwin GroothuisMFV on tzdata2008e:
2008-08-08 Edwin GroothuisMFV of tzdata2008d
2008-08-08 Edwin GroothuisMFV of tzdata2008c
2008-08-08 Edwin GroothuisCleanup (cont)
2008-08-08 David SchultzRemove some unused variables.
2008-08-08 David SchultzIn the line
2008-08-07 David SchultzImplement cproj{,f,l}().
next