aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Make library WARNS=6 clean. The problems have been: alignment on sparc64Hartmut Brandt2003-07-254-7/+8
* Print group name in getfacl output when calculating an effectiveRobert Watson2003-07-241-2/+3
* Turn on the extended syntax, which TCP_wrappers has by default, asMark Murray2003-07-241-1/+1
* Remove GCC-specific debugging option.Mark Murray2003-07-241-1/+1
* Don't check for the existance of src/crypto/ for building items thatMark Murray2003-07-241-1/+1
* Make sure that a "make release" (more accurately the bit that makesMark Murray2003-07-241-0/+2
* Implement _get_curthread and _set_curthread. We use GCCs builtinMarcel Moolenaar2003-07-241-1/+6
* Ensure that for the cryptographic instances of *telnet*, the "crypto"Mark Murray2003-07-241-0/+1
* Connect libncp/libsmb to the build. They compile, but have a couple ofPeter Wemm2003-07-241-0/+5
* Document an additional error return value. The connect(2) call can alsoDiomidis Spinellis2003-07-231-0/+6
* Fixed some style bugs (misplacement and misformatting of some commented-outBruce Evans2003-07-231-4/+2
* Only provide one copy of the math functions. If we provide a MD function,Peter Wemm2003-07-2326-80/+32
* No longer need the internal __get_hw_float() function.Peter Wemm2003-07-232-51/+0
* Now that we do not need to do runtime detection for the broken defaultPeter Wemm2003-07-233-6/+21
* Move idle kse wakeup to outside of regions where locks are held.Daniel Eischen2003-07-2316-146/+260
* Make sure the crypto versions of libfetch and fetch(1) appear inRuslan Ermilov2003-07-221-0/+1
* Instantiate explicit callable versions of the machine/ieeefp.h inlinesPeter Wemm2003-07-229-1/+67
* Turn off the libc/quad functions since they are not needed for amd64Peter Wemm2003-07-221-0/+9
* Revert previous commit after fixing libpam.Dag-Erling Smørgrav2003-07-211-1/+1
* Test correct macro for "without crypto" option(s).Mark Murray2003-07-201-1/+1
* Add missing arguments to _amd64_restore_context() when called fromDaniel Eischen2003-07-202-4/+8
* Now that we have the stubs for alpha and we can build itMike Makonnen2003-07-201-6/+6
* The MD framework for libthr on alphaMike Makonnen2003-07-192-0/+55
* Override libc function raise(), in threading mode, raise() willDavid Xu2003-07-195-0/+110
* Make raise and _raise as weak symbols, so they can be overriden byDavid Xu2003-07-191-1/+4
* Add some very beta amd64 bits. These will also need some tweaking.Daniel Eischen2003-07-1911-0/+921
* Add amd64 versions of makecontext() and signalcontext() neededDaniel Eischen2003-07-193-1/+208
* Rewrite to reflect slight change in semantics for C99, and note a bugGarrett Wollman2003-07-191-22/+39
* C99 compliance: time() always sets its return value in both placesGarrett Wollman2003-07-191-4/+7
* Revert to using yp_order() to probe for master.paswd.by* maps andBill Paul2003-07-181-7/+14
* Whitespace after keywords per style(9).Garrett Wollman2003-07-181-2/+2
* Cleanup thread accounting. Don't reset a threads timesliceDaniel Eischen2003-07-186-76/+54
* Add a preemption point when a mutex or condition variable isDaniel Eischen2003-07-184-12/+36
* Clean up KSE specific data (KSD) macros a bit.Daniel Eischen2003-07-181-29/+8
* o Eliminate upcall for PTHREAD_SYSTEM_SCOPE thread, now itDavid Xu2003-07-1732-790/+1204
* Very big makeover in the way telnet, telnetd and libtelnet are built.Mark Murray2003-07-167-412/+19
* Add a __DECONST() to unbreak the build.Dag-Erling Smørgrav2003-07-151-1/+1
* Back out revision 1.22.Ceri Davies2003-07-151-1/+1
* Fix typo: Passing the first argument to exit() in out2 does not work.Marcel Moolenaar2003-07-151-1/+1
* _start() needed to be written in assembly. See crt1.S.Marcel Moolenaar2003-07-141-124/+0
* Rewite _start(). We cannot use a C function due to the fact that weMarcel Moolenaar2003-07-132-2/+193
* ioctl macros and defines are now present in ioccom.h, not ioctl.h.Ceri Davies2003-07-131-1/+1
* Remove -D_THREAD_SAFE.Daniel Eischen2003-07-131-1/+1
* Don't resume sigwait thread If signal is masked.David Xu2003-07-092-16/+24
* POSIX says if a thread is in sigwait state, although a signal may not inDavid Xu2003-07-094-22/+58
* Restore signal mask correctly after fork().David Xu2003-07-094-8/+12
* Save and restore thread's error code around signal handling.David Xu2003-07-092-2/+4
* When _PTHREADSINVARIANTS is defined SIGABRT is not includedMike Makonnen2003-07-083-2/+19
* Correctly print signal mask, the bug was introduced by cut and pasteDavid Xu2003-07-072-22/+40
* Add a newline to debug message.David Xu2003-07-072-2/+2