]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib
Bump __FreeBSD_version for SYSVIPC ABI change (along with other changes
[FreeBSD/FreeBSD.git] / lib /
2009-06-24 John BaldwinChange the ABI of some of the structures used by the...
2009-06-24 Jamie GrittonAdd libjail, a (somewhat) simpler interface to the...
2009-06-24 Robert WatsonFix copy-and-paste-o's from kinfo_getfile.3 in kinfo_ge...
2009-06-24 Xin LIUpdate SCCS IDs for Berkeley DB 1.86 merge.
2009-06-24 Xin LIstyle: operators should appear at the line end if we...
2009-06-23 Xin LIUse const instead of __const, and merge the license...
2009-06-23 Xin LIMerge NetBSD revision 1.14: humanize_number.c is now...
2009-06-23 Xin LIK&R -> ANSI
2009-06-23 Edwin GroothuisRemove duplicate if-statement on gmt_is_set in gmtsub().
2009-06-23 Konstantin BelousovUsermode portion of the support for swap allocation...
2009-06-23 Jamie GrittonAdd a limit for child jails via the "children.cur"...
2009-06-23 Ed SchoutenRemove unneeded stdlib directories.
2009-06-23 Ed SchoutenSimplify. We can just use .sinclude here.
2009-06-23 Ed SchoutenRemove hand-written labs/abs implementations. GCC is...
2009-06-23 Andrew Thompson- Make struct usb_xfer opaque so that drivers can not...
2009-06-23 Andrew ThompsonAdd files missed in r194674.
2009-06-23 Andrew ThompsonAdd libusb 1.0 support which is compatible with the...
2009-06-22 Xin LIfree(3) won't mess with errno so return it as-is.
2009-06-22 Xin LISplit tolower/toupper code from usual xlat16 kiconv...
2009-06-22 Xin LIAdd prototypes when the library is compiled static.
2009-06-22 Rong-En Fan- Fall-back to /etc/termcap.small if there is no /usr...
2009-06-22 Ed SchoutenRemove unneeded stores back into the function arguments.
2009-06-21 Stanislav Sedov- Eliminate extra subcs instruction. I have not notice...
2009-06-21 Stanislav Sedov- Fix strncmp on arm. Return 0 as result without perfor...
2009-06-20 Dag-Erling SmørgravRewrap; this was getting painful. Translators can...
2009-06-20 Dag-Erling SmørgravReword.
2009-06-20 Tim KientzleFix "tar --options=iso9660:joliet" and other uses
2009-06-19 Brooks DavisRework the credential code to support larger values...
2009-06-19 Brooks DavisIn preparation for raising NGROUPS and NGROUPS_MAX...
2009-06-19 Edwin GroothuisMFV of r194480
2009-06-18 Alexander KabaevRe-do r192913 in less intrusive way. Only do IP_RECVDST...
2009-06-17 John BaldwinRetire the unused stub for the nfsclnt() system call.
2009-06-17 Ulf Lilleengen- Allow a higher value for the number of heads. Its...
2009-06-15 Ed SchoutenAdd revoke(1).
2009-06-15 John BaldwinAdd a new 'void closefrom(int lowfd)' system call....
2009-06-15 Ulf Lilleengen- The maximum number of heads is 255, not 256.
2009-06-15 Ulf Lilleengen- Remove old and add new valid flags for the chunk...
2009-06-15 Ulf Lilleengen- Relax sanitazion requirements in libdisk, as a previo...
2009-06-15 John BaldwinNote that the structures are defined in <sys/user.h...
2009-06-14 Simon L. B. NielsenMerge OpenSSL 0.9.8k into head.
2009-06-14 Edwin GroothuisRename since it has will have more capabilities than...
2009-06-14 Ed SchoutenInclude <stdio.h> for asprintf().
2009-06-14 Ed SchoutenFix missing includes of <string.h>, to silence some...
2009-06-12 John Baldwin- Note that these interfaces require <sys/user.h> for...
2009-06-12 Andrew ThompsonCleanup claim/release interface code, which is specific...
2009-06-11 Juli MallettAllow libufs(3) functions to operate on a regular file...
2009-06-11 Ed SchoutenUse the documented machine constraint for SSE registers.
2009-06-09 Dag-Erling SmørgravRevert r181651, which changed the ABI, and use a temp...
2009-06-09 Xin LISpacing fixes. No actual change.
2009-06-09 Joseph KoshyDocument the fact that some Core2 family CPUs lack...
2009-06-09 Joseph KoshyFix parsing of Core2 event qualifiers.
2009-06-09 Edwin GroothuisMFV of tzdata2009i:
2009-06-08 Alexander KabaevDo not attempt to set source address on outgoing messages
2009-06-06 Dag-Erling SmørgravRevert (once again, and hopefully for the last time...
2009-06-06 Dag-Erling SmørgravAdd missing .Pp
2009-06-03 Jung-uk KimResync with head.
2009-06-03 Ed SchoutenUse ISO C99 style inline semantics in msun.
2009-06-02 Jung-uk KimMFV: ACPICA 20090521
2009-06-02 Andrew ThompsonAdd libusb20_tr_get_length to get the transfer length.
2009-06-01 Doug BartonAdd support for the build options that are currently...
2009-06-01 Pawel Jakub DawidekDocument EINVAL for bind(2).
2009-05-31 Ed SchoutenFix minor issues in libstand.
2009-05-31 Doug BartonUpdate BIND to version 9.6.1rc1. This version has bette...
2009-05-31 Marcel MoolenaarUse GCC's __SOFTFP__ to test whether we're being compiled
2009-05-31 Doug BartonVendor import of BIND 9.6.1rc1
2009-05-30 Doug BartonIn preparation for the BIND 9.6.1rc1 import, remove...
2009-05-30 Marcel MoolenaarPrint the returned port number when RPC_DEBUG is defined.
2009-05-30 Tim KientzleInclude libmd and libcrypto in DPADD
2009-05-30 Tim KientzleLink libarchive against -lmd and -lcrypto.
2009-05-29 Xin LIDocument how to enable strict RFC 1034 enforcements.
2009-05-29 Xin LIAdd an option to enforce strict RFC 1034 compliance.
2009-05-28 Xin LIUpdate netcat to the version carried with OpenBSD 4.5.
2009-05-28 Andrew ThompsonFix missed change from usb2_gen_descriptor to usb_gen_d...
2009-05-28 Andrew Thompsons/usb2_/usb_/ on all C structs for the USB stack.
2009-05-28 Zachary LoafmanMatch type for socket option (in practice, unnecessary...
2009-05-28 Zachary LoafmanRevert unnecessary memset after calloc.
2009-05-28 Edward Tomasz Napi... Fix off by one error in acl_create_entry(3).
2009-05-27 Ed SchoutenRename the queue macros I introduced last year.
2009-05-27 Ed SchoutenUpdate ee(1) in the base system to version 1.5.0.
2009-05-27 Zachary LoafmanHandle UDP RPC replies correctly on a multi-homed syste...
2009-05-27 Zachary LoafmanFix an issue when nss fallback routines are used in...
2009-05-27 Jamie GrittonAdd hierarchical jails. A jail may further virtualize...
2009-05-27 Edwin GroothuisMFV of tzcode2009h revision r192887
2009-05-27 Edwin GroothuisMFV of tzdata2009h:
2009-05-26 Ed SchoutenCopy ee 1.4.2 into the contrib directory.
2009-05-26 Edward Tomasz Napi... Change license to more bori^Wadul^Wcanonical.
2009-05-25 Attilio RaoUse, in uncovered part, the END() macro in order to...
2009-05-24 Doug RabsonIncrease the number of available file descriptors to...
2009-05-23 Edward Tomasz Napi... Improve API documentation.
2009-05-23 Edwin GroothuisMFV of tzcode2009e:
2009-05-23 Tim KientzleInclude the 2 byte length field for the optional "extra...
2009-05-22 Dag-Erling SmørgravUpgrade to OpenSSH 5.2p1.
2009-05-22 Edward Tomasz Napi... Make 'struct acl' larger, as required to support NFSv4...
2009-05-21 Andrew ThompsonFix libusb20_dev_get_device_desc and defunt xref.
2009-05-20 Marcel MoolenaarSimplify now that we have gpart.
2009-05-19 Christian BruefferSince audit(4) isn't based on posix1e, remove the comme...
2009-05-19 Edward Tomasz Napi... Add links to libgeom(3) where appropriate.
2009-05-18 Xin LIMerge vendor/file/dist@192348, bringing FILE 5.03 to...
2009-05-15 John BaldwinUpdate the KVM backend for malloc stats to catch up...
2009-05-14 Xin LIAs the comment says, close() frees the variable, record...
next