]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib
Fix fread() to return a correct value on platforms where sizeof(int) !=
[FreeBSD/FreeBSD.git] / lib /
2008-12-01 ruFix fread() to return a correct value on platforms...
2008-12-01 jasoneFix a lock order reversal bug that could cause deadlock...
2008-11-30 ivorasIt's silly to claim recv(2) is to be removed in favour...
2008-11-30 jasoneAdjust an assertion to handle the case where a lock...
2008-11-30 jasoneDo not spin when trying to lock on a single-CPU system.
2008-11-29 kibUnlock the malloc() locks in the child process after...
2008-11-29 bzMFp4:
2008-11-27 kibAdd two rtld exported symbols, _rtld_atfork_pre and...
2008-11-27 jkoshyUpdate description of an event.
2008-11-27 jkoshy- Add support for PMCs in Intel CPUs of Family 6, model...
2008-11-26 jkoshyFix buglets.
2008-11-25 alfredsrc/lib/libusb20/libusb20_compat01.c
2008-11-25 avatarFixing !INET6 builds.
2008-11-24 jkoshyCorrection: these PMCs do not support a "umask" modifier.
2008-11-24 jkoshy- Document the rules used to determine when spellings...
2008-11-23 scfFixed style issues with variable ordering and naming...
2008-11-21 luigiuse the correct variable in a debug message.
2008-11-19 alfredsrc/sys/dev/usb2/controller/uss820dci_pccard.c
2008-11-18 delphijObey signedness flag in %z case.
2008-11-17 kientzleWhen running on a filesystem that lacks ACL support,
2008-11-17 pjdUpdate ZFS from version 6 to 13 and bring some FreeBSD...
2008-11-15 peterOn i386, the primary function that SYSCALL() generates...
2008-11-15 jkoshy- Document the class name prefix for these PMCs.
2008-11-15 rafan- Update ncurses to 5.7-20081102 (5.7 release) and...
2008-11-13 jkoshyTweak -mdoc usage.
2008-11-13 jkoshyDocument UMASK values, fix errors.
2008-11-13 jkoshyFix typos, document UMASK values.
2008-11-13 jkoshyRemove duplicates, fix errors and document UMASK values.
2008-11-12 jkoshyDocument the alternate event names supported for "archi...
2008-11-12 jkoshyUse spellings that are close to vendor documentation.
2008-11-11 edSeveral cleanups related to pipe(2).
2008-11-11 scfstyle(9) fixes.
2008-11-09 edMark uname(), getdomainname() and setdomainname() with...
2008-11-07 traszAdd one more EACCES clause to rename.2.
2008-11-06 rajEliminate dead declarations in libstand.
2008-11-06 rajSupport kernel crash mini dumps on ARM architecture.
2008-11-05 rodrigcMerge latest DTrace changes from Perforce.
2008-11-05 desLike many other functions that handle sockaddrs, realho...
2008-11-05 desComment out WARNS. There are too many alignment issues...
2008-11-05 desDisconnect gr_util.c from the build. It isn't document...
2008-11-04 deslibutil now builds at WARNS level 6.
2008-11-04 desAdd missing header.
2008-11-04 desAvoid assigning a const char * to a char *.
2008-11-04 alfredBring in USB4BSD, Hans Petter Selasky rework of the...
2008-11-04 impReplace the non-standard disclaimer with the standard...
2008-11-03 jasoneRevert to preferring mmap(2) over sbrk(2) when mapping...
2008-11-03 dfrImplement support for RPCSEC_GSS authentication to...
2008-11-03 kibAdd the ffsll and flsll functions. These are ffs and...
2008-11-03 kibFix style.
2008-11-03 delphijSync with OpenBSD's dirname(3) - license change, avoid...
2008-11-02 peterAdd missing END() macros, as per rev 184547 for amd64...
2008-11-02 peterWe've been lax about matching END() macros in asm code...
2008-11-01 kientzleCorrect the documented declaration of the archive_write...
2008-10-31 rwatsonIn example use of err(3) and errx(3), use sysexits...
2008-10-30 delphijPass a pointer to warn2 so the warn2 == IN_ALL would...
2008-10-28 edRemove unneeded call to revoke() inside openpty().
2008-10-27 mariusSupply a valid Connect ID when issuing XPT_DEV_MATCH...
2008-10-24 alcFinish what revision 1.40 started. Revision 1.40 remov...
2008-10-24 ruDon't fail mistakenly with -r when we already have...
2008-10-23 rdivackyFix a typo.
2008-10-22 kibFix a typo. q is already a pointer.
2008-10-22 kibRemove doubtful structure definition with variable...
2008-10-21 desMove va_end() up
2008-10-21 kientzleIf we don't know the file size, leave the file size...
2008-10-20 desDiff reduction against Varnish, including one important...
2008-10-20 desReimplement flopen(3) using fcntl(2) locks instead...
2008-10-20 despidfile(3) uses flopen(3) - don't make any assumptions...
2008-10-20 desThere is no point in releasing a lock on a file which...
2008-10-20 desSince in_lt() and in_lts() are not static, assume that...
2008-10-20 desAdditional style and whitespace fixes.
2008-10-20 desStyle and whitespace
2008-10-20 desUnbreak
2008-10-20 desSince setclasscpumask() is not static, assume that...
2008-10-20 desStyle and whitespace.
2008-10-20 desParenthesize return values.
2008-10-20 desinclude and whitespace cleanup.
2008-10-19 delphij - License change to a less restrictive one;
2008-10-19 delphijFurther simplify the code.
2008-10-19 kientzleAdd test to verify ACL restores on FreeBSD, verify...
2008-10-19 kientzleStyle: Mark private data 'static', correct an old comment.
2008-10-17 delphijUse strlcpy() in !localized case to avoid the -1's.
2008-10-17 delphijUse strlcpy() when we mean it.
2008-10-17 delphijReduce code duplication: use calloc() intead of malloc()
2008-10-17 delphij_kvm_malloc allocates memory through calloc() which
2008-10-17 netchildMTC r183949:
2008-10-14 rajLet libstand(3) build on ARM.
2008-10-09 jkoshy- Sparsely number enumerations 'pmc_cputype' and 'pmc_e...
2008-10-06 jkoshyCorrect a typo.
2008-10-04 jkoshy- Add cross-references.
2008-10-04 jkoshyAdd cross-references.
2008-10-04 jkoshyCross-reference new manual pages.
2008-10-04 jkoshy- Cross-reference new manual pages.
2008-10-04 jkoshyAdd manual pages for performance measurement counters...
2008-10-03 edSmall cleanups to openpty().
2008-10-02 jkoshy- Document event numbers associated with event names.
2008-10-02 jkoshy- Document event numbers.
2008-10-02 jkoshy-mdoc tweaks.
2008-10-02 jkoshy- Document event numbers.
2008-10-02 jkoshyDocument event numbers alongside event names.
2008-09-30 kibAdd unistd.h to the getosreldate(3) manpage.
next