summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* (cantwrite): do not allocate memory for a NULL stringassar2001-06-181-1/+2
* revert freeing of memory that gets allocated when str == NULLassar2001-06-184-8/+0
* Fix typo: clnt_destroy() only takes one arg.mikeh2001-06-181-1/+1
* free memory that gets allocated by vfprintf when str == NULLassar2001-06-164-0/+8
* Fix libpam's linker set stuff to use the new API (unbreak world), and getpeter2001-06-141-10/+1
* Convert to mdoc(7).chris2001-06-131-86/+84
* Add description for the 'll' modifier for long long. In essence a copyschweikh2001-06-131-4/+24
* Added skeleton <complex.h> (aligned with the POSIX.1-200x), mostlyru2001-06-133-19/+20
* Complete prototype for fts_compar.ru2001-06-131-1/+3
* Turn on the extra 'const' settings for various curses functions. Whilepeter2001-06-122-2/+2
* Make the non-threaded stub for pthread_sigmask() a no-op insteadiedowse2001-06-111-6/+1
* Fix small bogon.jlemon2001-06-111-1/+1
* Don't call _ftp_closefn() upon EOF in _ftp_readfn(); just return 0. Thisdes2001-06-111-1/+1
* Sync with recent KAME.ume2001-06-119-196/+827
* Handle "ASCII" and "US-ASCII" aliasesache2001-06-101-1/+2
* Implement EDNS0 support, as EDNS0 support will be made mandatory forume2001-06-106-2/+64
* Fix cross-references:sobomax2001-06-101-1/+1
* Xref dladdr(3).dd2001-06-081-0/+1
* Create curs_termcap.3 --> termcap.3 MLINK, so many manpages in our tree thatsobomax2001-06-072-6/+8
* Correct cross-reference:sobomax2001-06-071-15/+15
* s/format/byte order/ (for clarity).ru2001-06-071-1/+1
* urandom(4) -> random(4) in comments.dd2001-06-072-2/+2
* urandom(4) -> random(4)dd2001-06-072-4/+4
* Back out my changes describing how snprintf nul terminates. Itimp2001-06-051-9/+11
* Don't mung the user's tm_sec field if we don't need to. (Belt-and-suspenderswollman2001-06-051-1/+3
* I neglected to notice that the change text had already been added in aimp2001-06-051-3/+0
* Correct cross-references:sobomax2001-06-051-2/+2
* Fix cross-references:sobomax2001-06-052-3/+3
* Document what happens when the real id is changed.imp2001-06-052-0/+6
* Minor improvements:imp2001-06-051-15/+29
* Add a missing word.dd2001-06-052-2/+2
* Add a missing word.dd2001-06-052-2/+4
* Big module cleanup.markm2001-06-0418-267/+48
* Null file to bring back a file from the dead. This allows the real commitmarkm2001-06-041-0/+2
* Add the "nullok" option that causes this module to succeed if the Unixmarkm2001-06-041-3/+11
* Tidy up the options list (and make it more extendable), and add somemarkm2001-06-043-14/+23
* Add some new utility authenticators.markm2001-06-044-0/+354
* Add BSD-style copyright headersbrian2001-06-049-17/+253
* Change to a standard BSD-style copyrightbrian2001-06-041-13/+22
* Properly initialize a temporary FILE that is allocated off the stack.deischen2001-06-042-0/+10
* Change this to support the new way swap device information is exportedtmm2001-06-011-77/+66
* Fix another unprotected instance of chdir() by extending thekris2001-06-012-48/+24
* Copy the sockaddr from the netbuf data area, not from the netbufiedowse2001-06-011-1/+1
* Remove vestiges of MFS.ru2001-06-012-25/+3
* Correct the documentation for snprintf() and vsprintf() which actuallygshapiro2001-05-301-1/+12
* When doing the chdir("..") in the !FTS_NOCHDIR case, stat() after we getkris2001-05-302-4/+32
* Add an integer field to keep protocol-specific flags with links.ru2001-05-303-15/+20
* Dont free a hard code array.sos2001-05-301-1/+1
* Correct the returned UDP datagram length. See the PR for a more comprehensivemsmith2001-05-281-1/+2
* The shortest valid TFTP packet is 4 bytes, not 8.msmith2001-05-281-1/+1
OpenPOWER on IntegriCloud