]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib
Merge rev 1.6 (only define "ELF_DYNAMIC_INTERPRETER" if it isn't defined
[FreeBSD/FreeBSD.git] / lib /
2002-02-22 John BirrellFix a bug where a short write to a non-blocking socket...
2002-02-22 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2002-02-21 Chris D. Faulhabero style(9) and consistency fix:
2002-02-21 Chris D. Faulhabero style(9) and consistency fixes:
2002-02-21 Chris D. FaulhaberAdd more argument checking
2002-02-21 Chris D. Faulhaberstatic'ize and declare functions
2002-02-20 Alfred PerlsteinPrefix structure members to protect them against clashe...
2002-02-20 Maxim SobolevCreate /var/log/lastlog if it doesn't exist.
2002-02-19 Jacques VidrineThis commit was generated by cvs2svn to compensate...
2002-02-19 Murray StokelyThis commit was generated by cvs2svn to compensate...
2002-02-19 Dag-Erling SmørgravThis commit was generated by cvs2svn to compensate...
2002-02-19 Warner LoshFixed divots that I created when I moved prototypes...
2002-02-18 Mike Barcrofto Move NTOHL() and associated macros into <sys/param...
2002-02-17 Gregory Neil ShapiroUpdate build infrastructure for sendmail 8.12.
2002-02-17 Gregory Neil ShapiroAdd two new libraries which are part of sendmail 8...
2002-02-17 Gregory Neil ShapiroThis commit was generated by cvs2svn to compensate...
2002-02-17 Chris D. Faulhabero style and consistency fixes:
2002-02-17 Chris D. FaulhaberError handling fixes for inflate.
2002-02-17 Daniel EischenDon't rely on <sys/signal.h> to include <sys/ucontext.h>
2002-02-16 Juli MallettThis commit was generated by cvs2svn to compensate...
2002-02-16 Ian DowseFix two file descriptor leaks in the internal function...
2002-02-15 Garrett WollmanDocument that the type of st_flags is now fflags_t.
2002-02-15 Bruce EvansDon't leave stack garbage in the reserved fields of...
2002-02-15 Bruce EvansFixed style bugs in rev.1.5:
2002-02-14 Maxim KonovalovPrevent dup2(2) from closing internal libc_r pipe descr...
2002-02-14 Maxim KonovalovCorrect a typo pthread_attr_setscope() function fails...
2002-02-13 Warner LoshUse new-style function declations.
2002-02-13 Julian Elischer I THINK this fixes 'make world'
2002-02-10 Dima DorfmanDon't make it seem like vm.max_proc_mmap only affects...
2002-02-10 Robert WatsonPart III: Update extended attribute system call interfa...
2002-02-10 Mark PeekThis commit was generated by cvs2svn to compensate...
2002-02-09 Daniel EischenThis has been sitting in my local tree long enough...
2002-02-09 Daniel EischenSilence a warning by initializing the return value...
2002-02-09 Dag-Erling SmørgravThis file needs <syslog.h>.
2002-02-08 Ruslan ErmilovNow that cross-tools ld(1) has been fixed to look for...
2002-02-08 Ruslan ErmilovFreeBSD 4.1 bootstrapping aid (__FBSDID is not there).
2002-02-07 Julian Elischerpre-emptively fix a KSE/M3 problem.
2002-02-06 Alfred PerlsteinMove the AF_LOCAL check to the AF_INET check since...
2002-02-06 Mark MurrayRemove NO_WERROR, now that WARNS=n is gone.
2002-02-06 Mark MurrayComment out the WARNS= so as to not trample all over...
2002-02-06 Alfred Perlsteinremove -M from RPCCOM, it slipped in with the tirpc...
2002-02-06 Dag-Erling SmørgravANSIfy and remove some dead code.
2002-02-06 Dag-Erling SmørgravApply the following mechanical transformations in prepa...
2002-02-05 Alfred Perlsteinbalance parens.
2002-02-05 Alfred PerlsteinFor RPC v2 we need to fill in ret->xp_raddr too. INET_6
2002-02-05 Alfred PerlsteinFix cc -Wall, fix rcsid warnings, add missing prototypes,
2002-02-05 Alfred PerlsteinDo not call addrinfo on local transport adresses, if...
2002-02-05 Dag-Erling SmørgravSwitch to a self-starting allocation scheme.
2002-02-05 Dag-Erling SmørgravReindent, and add parentheses to return statements...
2002-02-05 Dag-Erling SmørgravEliminate a redundant loop.
2002-02-05 Alfred Perlsteinstyle: return(x) -> return (x)
2002-02-05 Alfred PerlsteinFix the credential handling code.
2002-02-05 Alfred PerlsteinThe clnt_create(KEYSERVSOCK, CRYPT_PROG, CRYPT_VERS...
2002-02-05 Sheldon HearnThis commit was generated by cvs2svn to compensate...
2002-02-05 Dag-Erling SmørgravThree times lucky: <stddef.h>, not <sys/param.h>
2002-02-05 Dag-Erling SmørgravOops, the correct header to include for NULL is <sys...
2002-02-05 Dag-Erling SmørgravANSIfy and constify.
2002-02-05 Dag-Erling Smørgrav#include <sys/types.h> for NULL (hidden by Linux-PAM...
2002-02-05 Dag-Erling Smørgrav#include cleanup.
2002-02-04 Jacques Vidrinehex.c is new in libisc with 8.3.1-REL.
2002-02-04 Jacques VidrineThis commit was generated by cvs2svn to compensate...
2002-02-04 Mark MurrayExplicitly declare (gcc internal) functions.
2002-02-04 Dag-Erling Smørgravssh_get_authentication_connection() gets its parameters...
2002-02-04 Mark MurrayProtect "make buildworld" against -Werror, as this...
2002-02-04 Maxim SobolevAllow ldd(1) be used on shared libraries in addition...
2002-02-04 Mark MurrayAdd the other half of the salt-generating code. No...
2002-02-03 Mark MurrayTurn on fascist warning mode.
2002-02-03 Mark MurrayWARNS=n fixes (and some stylistic issues).
2002-02-02 Dag-Erling SmørgravRemove an unnecessary #include that trips up OpenPAM...
2002-02-02 Bruce EvansFixed world breakage in previous commit. The generated...
2002-02-01 Bruce EvansFixed tab lossage in vendor id and nearby style bugs...
2002-02-01 Bruce EvansFixed syntax error in previous commit. It was non...
2002-02-01 Dag-Erling SmørgravPost-repocopy cleanup.
2002-02-01 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2002-02-01 Maxim SobolevComplete bzip2-1.0.2 import.
2002-02-01 Maxim SobolevThis commit was generated by cvs2svn to compensate...
2002-02-01 Dag-Erling SmørgravConnect the pam_lastlog(8) and pam_login_access(8)...
2002-02-01 Peter PentchevReturn ENONAME if getaddrinfo() is called with AI_NUMER...
2002-02-01 David E. O'BrienFixed slipage in editor.
2002-02-01 David E. O'BrienCut-n-paste in `list' mode considered harmful.
2002-02-01 David E. O'Brien* Remove __P and convert to ANSI prototypes.
2002-02-01 David E. O'Brien* Remove __P and convert to ANSI prototypes.
2002-02-01 David E. O'Brien* Remove 'register'. (some functions had 7+ register...
2002-02-01 David E. O'BrienFix SCM ID's.
2002-01-31 David E. O'BrienFix minor style nit.
2002-01-31 Chris D. FaulhaberRevert last commit. stdio.h include is for perror...
2002-01-31 Sheldon HearnThis commit was generated by cvs2svn to compensate...
2002-01-31 Chris D. Faulhaberstrerror(3) is in string.h, not stdio.h
2002-01-31 Bruce EvansFixed world breakage due to missing include of <sys...
2002-01-30 David E. O'BrienFix FreeBSD IDs.
2002-01-30 Dag-Erling SmørgravStill with asbestos longjohns on, completely PAMify...
2002-01-30 Dag-Erling SmørgravWith asbestos longjohns on, integrate most of the check...
2002-01-30 Dag-Erling SmørgravMove the code from pam_sm_authenticate() to pam_sm_acct...
2002-01-29 Chris D. FaulhaberCorrect function's description.
2002-01-28 David E. O'BrienGC code that moved to crtbrand.c.
2002-01-28 Andrey A. ChernovDo not try to convert to char already converted C monet...
2002-01-27 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2002-01-27 Kris KennawayThis commit was generated by cvs2svn to compensate...
2002-01-26 Chris D. Faulhabero return EINVAL if acl_to_text() have been sent a NULL...
2002-01-25 David MaloneUse ctime_r to build the timestamp for syslog, so that...
next