aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Remove alpha-specific stuff.Ruslan Ermilov2006-08-234-436/+0
* Recognize the existence of `auth' and `auth-type'Yaroslav Tykhiy2006-08-231-1/+6
* Remove alpha left-overs.Ruslan Ermilov2006-08-2284-5557/+8
* Build libsmb and smbutil on ia64.Marcel Moolenaar2006-08-221-0/+4
* If __ARMEB__ is defined, we're already using the network byte order, soOlivier Houchard2006-08-214-0/+8
* Document EAGAIN failure per PR. (Finally!)Wes Peters2006-08-161-1/+12
* We operate on 'statfs' structures, not on 'fsstat' structures.Pawel Jakub Dawidek2006-08-151-2/+2
* Improve the wording. Remove the appositive about strcmp, putting theDima Dorfman2006-08-141-2/+5
* Correctly handle the case in calloc(num, size) whereColin Percival2006-08-131-1/+1
* Additional debugging stuff I had in my tree.Dag-Erling Smørgrav2006-08-111-3/+10
* Fix a bug in the size of the PMBR partition. Since the partition startsMarcel Moolenaar2006-08-091-0/+2
* Define NO_TLS on PowerPC.Marcel Moolenaar2006-08-091-0/+1
* o It speaks about struct msqid_ds not struct shmid_ds.Maxim Konovalov2006-08-091-1/+1
* Axe unused member field.David Xu2006-08-082-12/+2
* Get number of CPUs and ignore spin count on single processor machine.David Xu2006-08-083-6/+15
* Return length from fwopen() file callback instead of zero.Poul-Henning Kamp2006-08-071-1/+1
* Build libthread_db on PowerPC.Marcel Moolenaar2006-08-041-1/+1
* Add stub functions. This allows libthread_db to be built and installed,Marcel Moolenaar2006-08-042-0/+106
* Check if the filedes of kevent is expected one. Though ourHajimu UMEMOTO2006-08-041-0/+4
* _close() should be called instead of close() here.Hajimu UMEMOTO2006-08-041-2/+6
* Commit the results of the typo hunt by Darren Pilgrim.Yaroslav Tykhiy2006-08-041-1/+1
* In DCE 1.1, the time_low value is defined as an unsigned 32-bitXin LI2006-08-031-5/+15
* If skip_file_dev and skip_file_ino haven't been set (are still == 0),Tim Kientzle2006-08-011-1/+3
* Stop enforcing dependencies between MK_* options at Makefile level.Yaroslav Tykhiy2006-07-311-1/+2
* Pass BN_CTX to internal functions instead of allocating it internally.Simon L. B. Nielsen2006-07-301-27/+35
* Conditionally include sys/mkdev.h on platforms (such as Solaris) that need it.Tim Kientzle2006-07-301-0/+3
* Use 'skip' when ignoring data in tar archives. This dramaticallyTim Kientzle2006-07-3011-11/+287
* Don't mention 'pax' in the context of POSIX-1988, sinceTim Kientzle2006-07-291-5/+4
* Remove mention of 'tp' format, since that support has beenTim Kientzle2006-07-291-10/+0
* Do not put BN_CTX structures on the stack, but instead allocate themSimon L. B. Nielsen2006-07-281-25/+36
* Remove debug code.Stefan Farfeleder2006-07-283-12/+0
* Conditionally expand the size_invs lookup table in arena_run_reg_dalloc()Jason Evans2006-07-271-1/+12
* Use 4 as QUANTUM_2POW_MIN on arm as it is on any other architecture, to avoidOlivier Houchard2006-07-271-1/+1
* style.Makefile(5) is good for our eyes.Yaroslav Tykhiy2006-07-271-4/+8
* Respect MK_INET6_SUPPORT.Yaroslav Tykhiy2006-07-272-2/+10
* Fix cpp logic in arena_malloc() to adjust size when assertions are enabled,Jason Evans2006-07-271-23/+19
* Remove stale comment about armWarner Losh2006-07-261-2/+0
* Respect MK_INET6_SUPPORT.Yaroslav Tykhiy2006-07-261-1/+5
* Fix build w/o INET6.Yaroslav Tykhiy2006-07-261-0/+2
* Increase the number of CPUs to 32 to suit sun4v.John Birrell2006-07-261-1/+1
* Rev. 1.44 of this file didn't introduce a right solution,Yaroslav Tykhiy2006-07-251-0/+7
* 1. Don't override underscore version of aio_suspend(), system(),David Xu2006-07-254-100/+191
* Add missing ;.Norikatsu Shigemura2006-07-231-1/+1
* do not overload the port number on to the return value ofHajimu UMEMOTO2006-07-231-8/+9
* Add missing syscalls.Norikatsu Shigemura2006-07-231-0/+12
* stop use of mutex lock in ICMP lookup.Hajimu UMEMOTO2006-07-231-18/+5
* remove obsolete comments.Hajimu UMEMOTO2006-07-221-8/+0
* simplification in explore_numeric: unified the post-process withHajimu UMEMOTO2006-07-211-32/+22
* RFC3493 requires use of inet_aton for AF_INET.Hajimu UMEMOTO2006-07-211-3/+7
* clean-up: rewrote explore_null and explore_numeric without using sentinel.Hajimu UMEMOTO2006-07-211-35/+20