aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Bmake the library containing and processing the magic.David E. O'Brien2004-08-092-0/+274
* Check debugger suspending flag for system scope thread.David Xu2004-08-082-6/+14
* 1.Use new way to check if a thread is in critical region, defer suspendingDavid Xu2004-08-085-32/+126
* Add archive_entry_set_mtime()Tim Kientzle2004-08-083-0/+11
* Oops. Use "unsigned long" instead of "int" for the intermediate variablesTim Kientzle2004-08-082-9/+7
* Use 'int' for certain wide-character conversions instead of wchar_t.Tim Kientzle2004-08-082-4/+8
* The configure-built Makefile wasn't installing archive.hTim Kientzle2004-08-081-2/+3
* If you don't need a header, don't bother including it.Tim Kientzle2004-08-081-1/+0
* Add man pages for the cimag(), conj() and creal() functions.Stefan Farfeleder2004-08-072-2/+107
* Don't forget to allocate space for the terminating NUL when converting toDag-Erling Smørgrav2004-08-071-1/+1
* Split archive_{read,write}_finish into separate "close" (finish the archiveTim Kientzle2004-08-076-22/+67
* Don't forget to count the end-of-file padding as part of the finishedTim Kientzle2004-08-072-0/+2
* Having implemented read support for it, I now know how to document theTim Kientzle2004-08-071-3/+13
* Correct an mdoc error; add a sentence about tar's ancestors "tp" and "tap."Tim Kientzle2004-08-071-1/+6
* Add a way to force 1:1 mode for libpthread. To do this, defineDaniel Eischen2004-08-0710-84/+82
* Fix the calculation of the most negative int64_t value, whichTim Kientzle2004-08-072-3/+3
* libarchive now has two complete build systems. The usual "Makefile"Tim Kientzle2004-08-0711-506/+444
* Pass the pointy hat, please: Don't blow away the high-orderTim Kientzle2004-08-071-3/+3
* Beef up the "cannot archive this" error message with theTim Kientzle2004-08-072-2/+4
* Fix an off-by-one bug that caused the first character of the buffer toTim J. Robbins2004-08-061-2/+1
* Bump the document date, since the content changed today.Peter Pentchev2004-08-064-4/+4
* Fix a case of _SC_CLK_TCK being misspelled as _SC_CLOCK_TCK.Peter Pentchev2004-08-061-1/+1
* Add the right CFLAGS to show that we have err.h, getaddrinfo and strlcpy.Hartmut Brandt2004-08-061-2/+2
* Spell FTP correctly - in this case, it is used as the name of the protocol,Peter Pentchev2004-08-061-2/+2
* Cross-reference getnameinfo(3), getaddrinfo(3), getipnodebyname(3) andPeter Pentchev2004-08-063-0/+4
* Fix a printf("%b", ..) example.Peter Pentchev2004-08-061-2/+2
* Add Giorgos's description of the ftp-chroot login.conf option.Peter Pentchev2004-08-061-0/+10
* Join the 21st century: Cryptography is no longer an optional componentColin Percival2004-08-067-10/+0
* Don't use type unknown for partitions that we don't care about becauseMarcel Moolenaar2004-08-051-2/+2
* Only use rfs and wfs if ARM_HARD_FLOAT is defined, and use stubs if it is not,Olivier Houchard2004-08-051-2/+7
* Replace s_isnan.c and s_isnanf.c with the more compact s_isnan.c fromDavid Schultz2004-08-053-67/+53
* Use isnormal() instead of fpclassify() to avoid dependency on libc.so.5.David Schultz2004-08-052-6/+2
* Fix Skinny and PPTP NAT'ing after the introduction of the {ip,tcp,udp}_nextJoe Marcus Clarke2004-08-042-2/+2
* Move libbsnmp.so to /lib so that it is available to atmconfig.Hartmut Brandt2004-08-041-0/+1
* Correct the names and descriptions of the man pages.Tim Kientzle2004-08-041-1/+3
* Add stubs for TLS functions. These will be replaced at runtime by theDoug Rabson2004-08-032-3/+73
* s/TMDF_DONOTRUNUSER/TMDF_SUSPEND/gDavid Xu2004-08-037-11/+11
* Typo in comment.Lukas Ertl2004-08-021-1/+1
* Ignore geom_vinum providers.Lukas Ertl2004-08-021-0/+2
* Remove an implicit int parameter by using prototypes.Stefan Farfeleder2004-08-021-9/+3
* Don't pass function pointers via a void * parameter.Stefan Farfeleder2004-08-021-4/+4
* For the "portable" distribution, the configure script will overwriteTim Kientzle2004-08-011-159/+1
* C standard does not permit empty initializer list.Tim Kientzle2004-08-011-6/+6
* Add missing thread suspension/resumption code, fix a bug in pt_thr_sstep,David Xu2004-08-011-11/+115
* Add code to implement register structure converter.David Xu2004-08-011-1/+56
* Reflect changes in sendmail 8.13 source treeGregory Neil Shapiro2004-08-011-1/+1
* Expand the license referenced indirectly inline.Warner Losh2004-07-312-6/+40
* Save context in kernel fashion, so it can be restored byDavid Xu2004-07-312-4/+10
* Remove unused field.David Xu2004-07-312-2/+0
* Macro optimize, this increases context switch speed about 2% on myDavid Xu2004-07-312-4/+4