]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib
- Use if_printf() and device_printf() in re(4) and remove rl_unit from
[FreeBSD/FreeBSD.git] / lib /
2005-09-28 ruCommenting out WARNS actually brought it up to 4.
2005-09-28 desComment out WARNS, the OpenSSL headers don't compile...
2005-09-26 desIncrease WARNS.
2005-09-26 desCorrect the logic for determining whether the user...
2005-09-26 keramidaminor style.Makefile(5) fixes:
2005-09-24 kientzlesigned/unsigned fixes (thanks to GCC4) and a few relate...
2005-09-24 brianModify the code path of the ifdef NOTYET part of _kse_s...
2005-09-22 desDo not use passphraseless keys for authentication unles...
2005-09-21 desNarrow the use of user credentials.
2005-09-21 kientzleIn archive_read_open(), do not set the internal archive...
2005-09-21 kientzleAdd a lot of error checks, based on the patches provide...
2005-09-20 kientzleCorrect the documentation for archive_read_data_into_bu...
2005-09-19 cpercivaWhen (re)allocating space for an array of pointers...
2005-09-19 bdeFixed aliasing bugs in TRUNC() by using the fdlibm...
2005-09-19 imuraConnect smbfs build on powerpc.
2005-09-18 acheJust by allocating size*2 bytes we can't be sure that...
2005-09-18 bruefferUse the correct function name as .Nm argument.
2005-09-16 pjdPidfiles should be created with permission preventing...
2005-09-15 acheCosmetic fixes to prev. commit.
2005-09-14 acheRemove any hardcoded assumptions about malloc's way...
2005-09-14 acheDon't reuse *pl to skip [], it is already used for...
2005-09-14 pjdCorrect type.
2005-09-12 dasAdd a missing ldexpf() alias for amd64.
2005-09-12 stefanfInclude a couple of headers to ensure consistency betwe...
2005-09-12 stefanf- Add prototypes for __cmpdi2() and __ucmpdi2().
2005-09-12 stefanfUse prototypes for CHIN1() and CHIN().
2005-09-12 stefanfMove the declaration of __cleanup to libc_private.h...
2005-09-11 stefanfAdd a couple of missing MLINKS.
2005-09-11 stefanfThe arguments for time2posix() and posix2time() are...
2005-09-10 kientzleStyle issue: Don't include <wchar.h> where it is not...
2005-09-10 rwatsonAdd mkfifo(2) to the man page SEE ALSO list for umask...
2005-09-10 kientzleFix some errors in archive_read_data that caused failur...
2005-09-10 stefanfAdd an MLINK for devname_r().
2005-09-10 stefanfThe header and the man page say that sethostid() return...
2005-09-10 stefanfFix parameter types of close and get members in DB.
2005-09-09 yarFix fallout from the previous commit:
2005-09-05 kientzleTerminate metadata restore early only on failure, not...
2005-09-05 tjrRemove references to nonexistent "FreeBSD Security...
2005-09-03 desThis commit was generated by cvs2svn to compensate...
2005-09-01 stefanfInclude needed headers that were obtained through ...
2005-08-31 rodrigcAdd __BEGIN_DECLS/__END_DECLS so that this header can...
2005-08-31 jmallettRemove getino(3) manpage. It doesn't document what...
2005-08-31 trhodesDisconnect getino.3 and remove MLINK I added.
2005-08-30 deischenAllocate a thread's tcb last so it is easier to handle...
2005-08-29 garysAdded a sentence to explain what "span" means.
2005-08-29 deischenHandle failure to malloc() part of the thread structure.
2005-08-29 deischenDon't attempt to initialize the rtld lock if it can...
2005-08-29 glebius- Document the fact that the real length of listen...
2005-08-26 wollmanThis commit was generated by cvs2svn to compensate...
2005-08-25 andreAdd the function memmem(3) as found in glibc and others.
2005-08-25 trhodesHook getino.3 up to the build and link it to putino.3.
2005-08-24 pjdAdd a family of functions for reliable pidfiles handling.
2005-08-24 imura- Fix checking range of strings of struct iconv_add_in...
2005-08-24 desIgnore HTTP_PROXY if it is defined but empty. This...
2005-08-20 stefanfInclude <sys/types.h> and <limits.h> ourselves, don...
2005-08-19 stefanf- Prefix MUTEX_TYPE_MAX with PTHREAD_ to avoid namespac...
2005-08-18 dougbThis commit was generated by cvs2svn to compensate...
2005-08-17 tjrFix a boundary condition error in slow() and fast(...
2005-08-17 tjrDocument the fact that word-boundary matching does...
2005-08-15 rwatsonThe "Mbuf" zone was renamed "mbuf" to improve consisten...
2005-08-13 tjrAdd an implementation of the semi-standard wcsdup(...
2005-08-13 tjrChange OUT from -2 to CHAR_MIN-1, making it impossible...
2005-08-12 simonAdd missing links from getgrent_r.3, getgrnam_r.3,...
2005-08-12 desChange directory one level at a time, and use CDUP...
2005-08-10 kientzleRecord an error message if there are write errors when...
2005-08-10 kientzleMinor configuration fix to disable ACL support on MacOS...
2005-08-10 stefanfMove <sys/cdefs.h> up to reduce diff to NetBSD.
2005-08-10 stefanfSubmitted to and merged from NetBSD (rev. 1.23 and...
2005-08-10 kenRemove a reference to compute_stats(), since it is...
2005-08-09 rwatsonDocument kvm(3)-related error constants, and correct...
2005-08-09 stefanfNetBSD merged our typo fixes, update $NetBSD$.
2005-08-09 stefanfMerge a change I missed in the last commit.
2005-08-09 stefanfMerge NetBSD's 1.25 which fixes a small bug introduced...
2005-08-08 stefanfInclude <term.h> before #undef'ing key_clear.
2005-08-08 stefanfFix a few typos.
2005-08-08 stefanfDon't forget to copy the sentinel into the `help' array...
2005-08-07 stefanfSync libedit with recent NetBSD developments. Includin...
2005-08-07 stefanfRevert the replacement of realloc() with reallocf(...
2005-08-06 phkRespect the YES_HESIOD build variable.
2005-08-06 rwatsonTeach libmemstat(3) how to extract malloc(9) statistics...
2005-08-05 stefanfUse char * when doing pointer arithmetics.
2005-08-04 rwatsonDefine LIBMEMSTAT so that vm_page.h won't perform a...
2005-08-03 deischenAdd usleep to the map files.
2005-08-03 deischenAdd a cancellation point for usleep().
2005-08-03 deischenAdd a cancellation point for usleep().
2005-08-03 deischenMake syslog() use the internal (non-cancellation point...
2005-08-03 deischenMake usleep() overridable by the thread libraries so...
2005-08-03 deischenAdd namespace #defines for usleep.
2005-08-02 kientzleGenerate default fake "device" and "inode" numbers...
2005-08-02 kientzleWhen copying time values from the main entry header...
2005-08-02 kientzleCorrect a few minor mis-statements (libarchive does...
2005-08-01 rwatsonAdd memstat_kvm_uma(), an implementation of a libmemsta...
2005-08-01 rwatsonCorrect two libmemstat(3) bugs:
2005-07-31 keramidaFix all the spelling mistakes I could find in the man...
2005-07-29 deischenRemove an unused variable.
2005-07-29 deischenCatch up with the atomic_FOO_ptr() changes and silence...
2005-07-29 ddsDocument the ECONNRESET errno value.
2005-07-28 davidxuCast to uintptr_t to avoid compiler warning, it was...
2005-07-27 umedon't accept invalid form of an address like 1:2:3...
2005-07-27 cpercivaCorrect a buffer overflow which can occur when decompre...
next