]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib
fix for ctrl interface socket setup
[FreeBSD/FreeBSD.git] / lib /
2005-06-05 samThis commit was generated by cvs2svn to compensate...
2005-06-05 desThis commit was generated by cvs2svn to compensate...
2005-06-05 desThis commit was generated by cvs2svn to compensate...
2005-06-04 kientzleMinor clean up for flags restoration: Use fchflags...
2005-06-04 kientzleSort archive_entry_ctime/archive_entry_ctime_nsec corre...
2005-06-04 kientzleSupport libarchive with C++ by adding appropriate condi...
2005-06-04 kientzleFix one error in the example usage of the archive_write...
2005-06-04 alcUpdate .Dd value.
2005-06-04 alcEliminate the original method of requesting notificatio...
2005-06-04 schweikhRelease n_hibma's maintainership due to his ENOTIME.
2005-06-04 ruFix the source path.
2005-06-03 impMissed rwatson's redundancy
2005-06-03 impRemove libz and pppd redundancy
2005-06-03 umebump SHLIB_MAJOR as libpcap refers getnetbyname(3).
2005-06-03 obrienMatch sys/boot in ensure GCC does not use x86 FP regist...
2005-06-03 umereflect type change of n_net and getnetbyaddr(3).
2005-06-03 ume- Remove padding for ABI compatibility of n_net member...
2005-06-03 kanThis commit was generated by cvs2svn to compensate...
2005-06-03 kanThis commit was generated by cvs2svn to compensate...
2005-06-03 kanThis commit was generated by cvs2svn to compensate...
2005-06-03 kanThis commit was generated by cvs2svn to compensate...
2005-06-01 scottlProvide missing implementations for archive_entry_ctime...
2005-06-01 kientzleRemove the C99-specific __func__ that is one of the...
2005-06-01 kientzle<Ooops> Two lines got dropped from the previous commit...
2005-06-01 kientzleA minor refinement to "pax" output: Remove suid/sgid...
2005-05-31 stefanfInitialise `hex' at the top of the file, ISO C requires...
2005-05-31 obrienBack out revision 1.51, it is wrong. We don't litter...
2005-05-31 jhbUse %z to print size_t values.
2005-05-31 jhbJust use uintptr_t and intptr_t rather than requiring...
2005-05-31 jhbAdd a missing END() to quiet a warning.
2005-05-31 jhbMark _thread_exit() and __sys_exit() as __dead2 to...
2005-05-31 jhbStyle tweak.
2005-05-31 dfrAdd support for XMM registers in GDB for x86 processors...
2005-05-29 sobomaxMake bzip2 support working again after bzip2 upgrade...
2005-05-29 sobomaxAdd missed ${.CURDIR}/../../contrib/bzip2 into include...
2005-05-29 samThis commit was generated by cvs2svn to compensate...
2005-05-29 samThis commit was generated by cvs2svn to compensate...
2005-05-29 samupdate for import of v0.9.1-096
2005-05-29 samThis commit was generated by cvs2svn to compensate...
2005-05-27 umereduce cast.
2005-05-27 emaxDo not tread 128-bit UUID as int128. Provide separate...
2005-05-27 stefanfFix long (and long long) to long double, unsigned to...
2005-05-25 hartiThis commit was generated by cvs2svn to compensate...
2005-05-25 hartiThis commit was generated by cvs2svn to compensate...
2005-05-24 phkCheck for NULL pointer return.
2005-05-23 hartiThis commit was generated by cvs2svn to compensate...
2005-05-23 hartiThis commit was generated by cvs2svn to compensate...
2005-05-23 hartiThis commit was generated by cvs2svn to compensate...
2005-05-23 ruThis commit was generated by cvs2svn to compensate...
2005-05-21 kientzleStart to address the race issue between restoring a...
2005-05-21 kientzleCorrect return values in myopen() and myclose() in...
2005-05-20 umereduce strlen() call.
2005-05-20 umeuse reentrant.h and simplify.
2005-05-20 umecheck return value of ttyname_r().
2005-05-20 umettyname_r() didn't pass correct buffer size to devname_r().
2005-05-20 charnierRemove unused variables.
2005-05-20 charnierRemove unused variable. Shorten the path to WARNS=6...
2005-05-20 charnierRemove unused variables. Whitespace cleaning.
2005-05-20 peterFix libstand on amd64. Rev 1.46 (obrien) removed the...
2005-05-19 dfrAlign the stack to a 16 byte boundary so that we can...
2005-05-19 dfrKeep the stack aligned to a 16 byte boundary when calli...
2005-05-17 obrienClean up an additional file.
2005-05-17 obrienDon't use a patch w/in /usr/src. Programmatically...
2005-05-17 obrienRe-enable support for bzip2'ed compressed filesystems.
2005-05-17 mikehThis commit was generated by cvs2svn to compensate...
2005-05-17 obrienTemporarily disable support for bzip2'ed compressed...
2005-05-16 ruThis commit was generated by cvs2svn to compensate...
2005-05-16 obrienThis commit was generated by cvs2svn to compensate...
2005-05-16 ruMake <runefile.h> internal to libc.
2005-05-15 ume- The ai_addrlen of a struct addrinfo used to be a...
2005-05-14 gnnSubmitted by: Jinmei Tatuya, Hajimu Umemoto
2005-05-14 delphijRevert to old ttyname_r behavior that when _ioctl(...
2005-05-13 stefanfThe header glue.h should provide just a declaration...
2005-05-13 umeNI_WITHSCOPEID cleanup
2005-05-13 umeraise readability bit.
2005-05-13 umefree ypbuf only when yp_match() succeed.
2005-05-13 umeNI_WITHSCOPEID cleanup. Neither RFC 2553 nor RFC 3493...
2005-05-13 delphijProvide more POSIX-complaint ttyname_r(3) interface...
2005-05-11 delphijConnect MLINKS for ttyname_r(3), and add prototype...
2005-05-11 delphijAvoid (unnecessarily) casting away const within uuid_is...
2005-05-11 kientzleDocument zlib update procedure and provide future maint...
2005-05-11 kientzleSince the FreeBSD local modifications are mostly trivia...
2005-05-10 tjrThis commit was generated by cvs2svn to compensate...
2005-05-08 kientzlearchive_entry_set_link is supposed to update whichever...
2005-05-06 deischenPrevent these functions from using stack outside of...
2005-05-06 davidxuFix race by using atomic operation, with this change...
2005-05-04 glebiusBuild userland libalias using src/sys/netinet/libalias.
2005-05-04 umeThis commit was generated by cvs2svn to compensate...
2005-05-04 keramidaDocument the fact that accept(2) may return EINVAL...
2005-05-04 desThe correct description for mode "w" is
2005-05-03 umedo mutex lock for each yp calls. with this,
2005-05-03 mlaierThis commit was generated by cvs2svn to compensate...
2005-05-03 delphijCleanup for getgrouplist(3):
2005-05-03 umefix signed/unsigned comparison warnings.
2005-05-03 delphijInclude paths.h for prototype of getbootfile(3).
2005-05-02 umethe 3rd argument of getsockname() should be socklen_t*.
2005-05-01 jkoshyAdd convenience APIs pmc_width() and pmc_capabilities...
2005-05-01 umeoops, we don't need previous change.
2005-05-01 umemake it compilable without YP definition.
2005-05-01 umedon't see RES_USE_INET6 when called from getipnodeby*().
next