]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib
disable "legacy" device on xen domU
[FreeBSD/FreeBSD.git] / lib /
2008-08-15 kmacyatomic_fetchadd_int works on unsigned quantities -...
2008-08-14 emaxImport the uuid_enc_le(), uuid_dec_le(), uuid_enc_be...
2008-08-14 jasoneMove CPU_SPINWAIT into the innermost spin loop, in...
2008-08-14 jasoneRe-order the terms of an expression in arena_run_reg_da...
2008-08-13 emaxImport handy shorthand Bluetooth address (BD_ADDR)...
2008-08-13 edChange bpf(4) to use the cdevpriv API.
2008-08-13 marcelChange the type of ti_traceme from a char to an int...
2008-08-11 kientzleFix up test suite so it works again with the libarchive...
2008-08-10 kientzleCorrect test_tar_large so it works correctly with the...
2008-08-10 kientzleExplain why two apparently-identical archive_read_data...
2008-08-10 kientzleMfP4: Joerg Sonnenberger's fixes to make 'ar' and ...
2008-08-09 desAdd sbuf_new_auto as a shortcut for the very common...
2008-08-08 delphijAdd prototype defination for setfib(2) to sys/socket.h.
2008-08-08 cpercivaRemove variables which are assigned values and never...
2008-08-08 dasRemove some unused variables.
2008-08-08 dasIn the line
2008-08-07 dasImplement cproj{,f,l}().
2008-08-07 dasUse cpack() and the gcc extension __imag__ to implement...
2008-08-06 dfrFix ia64 build.
2008-08-06 dfrFix 64bt build.
2008-08-06 dfrAdd an implementation of the RPCSEC_GSS authentication...
2008-08-06 marcelCleanup for WARNS 6.
2008-08-04 trhodesAdd EPERM to the ERRORS section.
2008-08-04 cpercivaInitialize "nconv" to a reasonable value in all code...
2008-08-04 cpercivaSet "max" to a reasonable value if BLOCKSIZE has a...
2008-08-04 cpercivaMark functions as __dead2 in order to help the LLVM...
2008-08-03 scfRestructure and use different variables in the tests...
2008-08-03 trhodesAdd EAGAIN to the ERRORS list, as found in kern_jail.c.
2008-08-03 acheRestored from previous backing out (because that is...
2008-08-03 dasFix some style bogosity from fdlibm.
2008-08-03 dasMinor improvements:
2008-08-02 dasA few minor corrections, including some from bde:
2008-08-02 remkoremove whitespace bug (8 spaces into one tab)
2008-08-02 dasTeach fmtcheck() about wint_t, intmax_t, char *, intmax...
2008-08-02 dasOn i386, gcc truncates long double constants to double...
2008-08-02 scfDetect if the application has cleared the environ varia...
2008-08-01 desUpgrade to OpenSSH 5.1p1.
2008-08-01 dasFix some problems with asinf(), acosf(), atanf(), and...
2008-08-01 davidxuIn function pthread_condattr_getpshared, store result...
2008-07-31 dasAdd implementations of acosl(), asinl(), atanl(), atan2l(),
2008-07-31 marcelAdd thr_pread_{int,long,ptr} and thr_pwrite_{int,long...
2008-07-31 dasSet WARNS=1.
2008-07-31 dasThe high part of the mantissa is 64 bits on sparc64.
2008-07-31 dasAs in other parts of libm, mark a few constants as...
2008-07-31 marcelCleanup for WARNS 3.
2008-07-31 marcelCleanup for WARNS 2.
2008-07-30 marcelChange the type of psaddr_t from void* to uintptr_t...
2008-07-29 edConvert popen()'s `pidlist' to a SLIST, for consistency.
2008-07-28 jhbFix a few bugs with the _gettemp() routine which implem...
2008-07-28 edFix the email address formats in some posix_spawn(3...
2008-07-28 davidxuAdd manual pages for posix_spawn() functions.
2008-07-25 brooksAdd support for a new login capability, cpumask which...
2008-07-25 achePer rwatson's request:
2008-07-25 julianFix cut-n-paste-o
2008-07-23 impFirst cut at doing the kvm file needed for mips.
2008-07-22 desProperly flatten openssh/dist.
2008-07-22 acheFixes based on bde's feedback.
2008-07-22 acheChange /dev/urandom to /dev/random since urandom marked as
2008-07-22 acheUse arc4random_uniform(3) since modulo size is not...
2008-07-22 acheIn arc4random_uniform() detect simple "power of two...
2008-07-22 acheAdd arc4random_uniform() function (to avoid "modulo...
2008-07-22 acheIncrease initially dropped bytes from 512 to 768 (768...
2008-07-21 jhbAdd feature_present(3) to the FBSD 1.1 symbol map.
2008-07-21 ache1) Use __packed attr on rdat structure to make it exact...
2008-07-21 ache1) Update copyright notice.
2008-07-21 acheAdd arc4random_buf to FBSD_1.1 space
2008-07-21 acheAdd arc4random_buf.3 to MLINKS
2008-07-21 acheImplement arc4random_buf() function
2008-07-21 acheDecrease arc4_count only when needed and with proper...
2008-07-21 ache1) Set stired flag after forced initialization.
2008-07-18 jasoneEnhance arena_chunk_map_t to directly support run coale...
2008-07-18 dasSort the .PATH entries to give a more reasonable order...
2008-07-17 simonMake it more clear what it means that SA_RESTART is...
2008-07-15 dangerUpdate the definition of modspecific structure
2008-07-13 rwatsonThe libc acl_valid(3) function validates the contents...
2008-07-13 remkoUpdate the ktr_header structure, which changed over...
2008-07-11 brooksPut the _cpuset* symbols in FBSDprivate_1.0 instead...
2008-07-10 cpercivaGarbage collect a variable which is assigned a value...
2008-07-10 peterMerge gnu cpio 2.6 -> 2.8 changes. Unfortunately,...
2008-07-10 peterImport heavily trimmed gnu cpio-2.8.
2008-07-09 peterFlatten cvs2svn generated import tree.
2008-07-08 lulf- Simplify the procedure of retrieving XML-data from...
2008-07-07 kibAdd #include <inttypes.h> for the strtoimax().
2008-07-06 danger- This code was intially obtained from NetBSD, but...
2008-07-06 danger- Add description about a missing return value
2008-07-06 danger- remove superfluous word
2008-07-05 kientzlelibarchive in FreeBSD-CURRENT is now synched with libar...
2008-07-05 kientzleRemove a couple of capability definitions that are...
2008-07-05 kientzleWhen ARCHIVE_EXTRACT_PERM is requested (e.g., by "tar...
2008-07-05 kientzleDon't use the deprecated linux/ext2_fs.h include file.
2008-07-03 peterAdd $FreeBSD$ to the uuencoded test files that didn...
2008-07-01 danger- AI_ALL and AI_V4MAPPED flags are currently not supported
2008-07-01 jhbMerge hexdump(9) to userland as hexdump(3) in libutil...
2008-06-30 desMore explicit error message.
2008-06-30 desAdd missing $FreeBSD$
2008-06-30 danger- Forgot to bump a date after last change
2008-06-29 dasFix a bogon in the previous commit and add some missing...
2008-06-29 dasCorrectly handle malloc() failure. While here, reduce...
2008-06-29 dasFactor out the code that builds the argument table...
2008-06-29 dasReduce the level of duplication between vfprintf()...
next