summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix the calculation of the most negative int64_t value, whichkientzle2004-08-072-3/+3
* libarchive now has two complete build systems. The usual "Makefile"kientzle2004-08-0711-506/+444
* Pass the pointy hat, please: Don't blow away the high-orderkientzle2004-08-071-3/+3
* Beef up the "cannot archive this" error message with thekientzle2004-08-072-2/+4
* Fix an off-by-one bug that caused the first character of the buffer totjr2004-08-061-2/+1
* Bump the document date, since the content changed today.roam2004-08-064-4/+4
* Fix a case of _SC_CLK_TCK being misspelled as _SC_CLOCK_TCK.roam2004-08-061-1/+1
* Add the right CFLAGS to show that we have err.h, getaddrinfo and strlcpy.harti2004-08-061-2/+2
* Spell FTP correctly - in this case, it is used as the name of the protocol,roam2004-08-061-2/+2
* Cross-reference getnameinfo(3), getaddrinfo(3), getipnodebyname(3) androam2004-08-063-0/+4
* Fix a printf("%b", ..) example.roam2004-08-061-2/+2
* Add Giorgos's description of the ftp-chroot login.conf option.roam2004-08-061-0/+10
* Join the 21st century: Cryptography is no longer an optional componentcperciva2004-08-067-10/+0
* Don't use type unknown for partitions that we don't care about becausemarcel2004-08-051-2/+2
* Only use rfs and wfs if ARM_HARD_FLOAT is defined, and use stubs if it is not,cognet2004-08-051-2/+7
* Replace s_isnan.c and s_isnanf.c with the more compact s_isnan.c fromdas2004-08-053-67/+53
* Use isnormal() instead of fpclassify() to avoid dependency on libc.so.5.das2004-08-052-6/+2
* Fix Skinny and PPTP NAT'ing after the introduction of the {ip,tcp,udp}_nextmarcus2004-08-042-2/+2
* Move libbsnmp.so to /lib so that it is available to atmconfig.harti2004-08-041-0/+1
* Correct the names and descriptions of the man pages.kientzle2004-08-041-1/+3
* Add stubs for TLS functions. These will be replaced at runtime by thedfr2004-08-032-3/+73
* s/TMDF_DONOTRUNUSER/TMDF_SUSPEND/gdavidxu2004-08-037-11/+11
* Typo in comment.le2004-08-021-1/+1
* Ignore geom_vinum providers.le2004-08-021-0/+2
* Remove an implicit int parameter by using prototypes.stefanf2004-08-021-9/+3
* Don't pass function pointers via a void * parameter.stefanf2004-08-021-4/+4
* For the "portable" distribution, the configure script will overwritekientzle2004-08-011-159/+1
* C standard does not permit empty initializer list.kientzle2004-08-011-6/+6
* Add missing thread suspension/resumption code, fix a bug in pt_thr_sstep,davidxu2004-08-011-11/+115
* Add code to implement register structure converter.davidxu2004-08-011-1/+56
* Reflect changes in sendmail 8.13 source treegshapiro2004-08-011-1/+1
* Expand the license referenced indirectly inline.imp2004-07-312-6/+40
* Save context in kernel fashion, so it can be restored bydavidxu2004-07-312-4/+10
* Remove unused field.davidxu2004-07-312-2/+0
* Macro optimize, this increases context switch speed about 2% on mydavidxu2004-07-312-4/+4
* 1. Use correct alignment mask, -15 != ~15davidxu2004-07-311-2/+2
* Use #include <unistd.h> rather than the explicit externs in theimp2004-07-311-2/+1
* o Assertions to catch that stuff that shouldn't happen is not happening.mtm2004-07-303-20/+19
* Conditionalize the bzip2/gzip compression/decompressionkientzle2004-07-305-0/+29
* Re-word the COMPATIBILITY section, taking care to use the word "deprecated"tjr2004-07-2912-98/+74
* Use newly added __used attribute to keep static function symbols from beingkan2004-07-291-8/+8
* Change a couple of comments so that GCC doesn't think that they containscottl2004-07-291-3/+3
* Remove unnecessary #include directives.tjr2004-07-293-8/+0
* Prefer <runetype.h> to <rune.h>, since the latter is going away soon.tjr2004-07-295-5/+5
* Remove useless checks for characters longer than INT_MAX bytes.tjr2004-07-293-12/+0
* Add support for multibyte characters.tjr2004-07-291-30/+84
* Add a paragraph break in the STANDARDS section to improve readability.tjr2004-07-291-0/+1
* Add support for multibyte characters.tjr2004-07-291-49/+112
* Document incorrect handling of multibyte characters due to limitationstjr2004-07-281-1/+6
* Set fpu context flags to known values, zero is illegal.davidxu2004-07-281-0/+2
OpenPOWER on IntegriCloud