summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Remove unique id field which is no longer used by debugger.davidxu2005-04-063-15/+2
* Remove debug symbol from installed library, one can alwaysdavidxu2005-04-061-1/+1
* separate gai_strerror(3) from getaddrinfo.c.ume2005-04-063-28/+62
* A number of improvements to ZIP support.kientzle2005-04-066-67/+338
* Fix a long-standing bug in k_rem_pio2(), which led to large errors whendas2005-04-051-1/+1
* make yp stuff re-entrant.ume2005-04-051-26/+15
* protect _yp_domain with mutex lock.ume2005-04-051-3/+24
* add missing mutex unlock.ume2005-04-051-0/+1
* natd core dumps when -reverse switch is used because of a bug inphk2005-04-051-2/+2
* Export thread address.davidxu2005-04-053-0/+9
* Build exp2(), exp2f(), and related documentation.das2005-04-051-2/+3
* Document exp2() and exp2f(), and make other minor tweaks and updates.das2005-04-052-88/+37
* Implement exp2() and exp2f().das2005-04-053-0/+532
* Pass exact number of threads.davidxu2005-04-041-1/+1
* make _files_getaddrinfo() re-entrant.ume2005-04-041-22/+19
* Export pthread_condattr_getclock, pthread_condattr_setclock.davidxu2005-04-031-0/+2
* Replace the current strspn() and strcspn() with significantly fasterdas2005-04-022-67/+79
* Add some missing errnos from POSIX. Nothing in FreeBSD generatesdas2005-04-021-0/+5
* nuke the logic for AF_UNSPEC and simplify. once, it was introducedume2005-04-021-301/+47
* Connect libthr and libthread_db to make buildworld.davidxu2005-04-021-3/+3
* Update debugger code for new libthr.davidxu2005-04-021-216/+578
* Import my recent 1:1 threading working. some features improved includes:davidxu2005-04-0277-4641/+7200
* Prepare for importing my 1:1 threading work, disconnect libthr anddavidxu2005-04-021-2/+2
* Add over 32GB disk support on pc98 (userland part).nyan2005-03-301-1/+24
* Clean up the support for extracting very long pathnames.kientzle2005-03-292-14/+18
* Fix typo - link for bsde_add_rule(3) manual page was not created.pjd2005-03-281-1/+1
* Properly return rule number.pjd2005-03-281-1/+1
* Implement and document remquo() and remquof().das2005-03-2512-20/+583
* Eliminate plt relocation for kse_switchin.davidxu2005-03-214-0/+4
* Use __weak_reference macro to define weak symbols.davidxu2005-03-211-31/+51
* Teach fmtcheck() about the ' (thousands separator) flag.das2005-03-211-1/+1
* Add byteorder(9) to SEE ALSO.simon2005-03-201-2/+3
* Make kvm(3) aware of ki_jid field.pjd2005-03-201-1/+17
* Use the correct values for softfloat, in both the little endian and the bigcognet2005-03-202-8/+13
* Fix the double rounding problem with subnormals, anddas2005-03-182-16/+36
* Add missing prototypes for fma() and fmaf(), and remove an inaccuratedas2005-03-181-1/+2
* Make the fenv.h routines work for programs that use SSE fordas2005-03-172-85/+262
* Fix typo in comments (spell Linux correctly)emax2005-03-171-1/+1
* Regenerate for 9.3.1dougb2005-03-175-6/+12
* bmake changes to handle the move of dns/sec and related filesdougb2005-03-172-17/+17
* Spell 'fedisableexcept' correctly.das2005-03-161-1/+1
* Document feenableexcept(), fedisableexcept(), and fegetexcept().das2005-03-162-1/+101
* Replace fegetmask() and fesetmask() with feenableexcept(),das2005-03-1610-57/+166
* Remove fpsetsticky(). This was added for SysV compatibility, but duedas2005-03-159-162/+5
* Dike out unwarranted reference to si_udev.phk2005-03-151-0/+4
* Finish repo-copy of lib/libbsnmp/modules to usr.sbin/bsnmpd/modules.harti2005-03-1414-3255/+1
* Support extracting entries with pathnames longer than PATH_MAX. Inkientzle2005-03-134-27/+104
* When rejecting rediculously large pax attributes (such as pathnameskientzle2005-03-131-2/+5
* Correctly pass low-level I/O errors back up to the caller whenkientzle2005-03-131-1/+4
* Better error messages on read and file-open errors.kientzle2005-03-132-6/+30
OpenPOWER on IntegriCloud