summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Some servers respond to RETR in active mode with 125 (connection alreadydes2003-08-191-1/+1
* Support printing 64 bits pointer and long integer.davidxu2003-08-192-20/+54
* Save and restore errno around sigprocmask.davidxu2003-08-192-2/+10
* style.Makefile(5)obrien2003-08-1815-21/+17
* Direct call exit if thread was never created. This makes it safe to calldavidxu2003-08-182-0/+4
* Treat initial thread as scope system thread when KSE mode is not activateddavidxu2003-08-1824-162/+94
* It is not an error to have no devices.phk2003-08-171-1/+1
* Stage 3 of dynamic root support. Make all the libraries needed to rungordon2003-08-1720-10/+30
* Imply NOLIBC_R for PowerPC.obrien2003-08-161-1/+1
* Fix wrong identifier on .end directive. The SYSCALL macro does namemarcel2003-08-164-4/+4
* If threaded mode is not turned on yet, direct call __sys_sched_yield.davidxu2003-08-162-4/+6
* Replace some syscalls with libc version, this makes abort work better withdavidxu2003-08-161-10/+7
* Keep initial kse and kse group just like we keep initial thread,davidxu2003-08-162-18/+22
* Access user provided pointer out of lock, and also check the case whendavidxu2003-08-162-16/+20
* Don't run verify directly as that would require the perl script tomarcel2003-08-132-6/+8
* Always set tcb for bound thread, and switch tcb for M:N thread at correctdavidxu2003-08-132-14/+36
* Don't forget to set kcb_self.davidxu2003-08-122-0/+2
* Correctly set current tcb. This fixes some IA64/KSE problems.davidxu2003-08-122-34/+22
* Make the documentation of PT_STEP match its implementation: theiedowse2003-08-111-2/+3
* Add the mlockall()/munlockall() system call manual page from NetBSD.bms2003-08-111-0/+140
* Add the mlockall() and munlockall() system calls.bms2003-08-117-8/+9
* Add some quick pathes to exit process when signal action is default anddavidxu2003-08-102-0/+42
* Initialize rtld lock just before turning on thread mode anddavidxu2003-08-106-70/+74
* If thread mode is not activated yet, just call __sys_fork() directly,davidxu2003-08-102-2/+44
* Tweak rtld lock to allow recursive on reader lock and detect recursivedavidxu2003-08-102-20/+134
* If thread mode is not activated yet, don't do extra work.davidxu2003-08-102-0/+8
* For type 0 rng lower initial drop to 50, it is enough to hide linearityache2003-08-101-1/+5
* Fix the case of the encoding name in the ENCODING line. Names aretjr2003-08-101-1/+1
* Cross-reference gbk(5).tjr2003-08-101-0/+1
* Cross-reference gbk(5) now that it exists. Fix a copy & paste error:tjr2003-08-101-1/+2
* Add a fairly minimal manual page for the GBK encoding.tjr2003-08-102-1/+63
* Add a cross reference to Unicode 3.0.tjr2003-08-101-1/+6
* Add cross references to the new character encoding manual pages,tjr2003-08-101-1/+5
* Add manual pages for the BIG5, GB18030 and MSKanji encodings. These maytjr2003-08-104-1/+189
* o There are 6 trap disable bits in ar.fpsr, not five. Even though wemarcel2003-08-092-4/+4
* Add libpthread to the alpha build.deischen2003-08-091-9/+3
* Add alpha support to libpthread. It compiles but hasn't been tested;deischen2003-08-096-1/+761
* Add signalcontext() which will be needed by libpthread.deischen2003-08-092-1/+104
* Add the POSIX 1003.1-2001 posix_madvise() interface.bms2003-08-094-4/+29
* o Add code to GC freed KSEs and KSE groupsdavidxu2003-08-082-50/+232
* Since it builds and seems to work OK, add libpthread to the amd64 build.deischen2003-08-081-0/+3
* Remove stale DCE 1.1 pointers to the IBM site. The URLs aren't validmarcel2003-08-088-8/+0
* Fix markup for uuid_equal()marcel2003-08-081-1/+2
* Fix two (2) bugs in one (1) statement:marcel2003-08-081-1/+4
* Implement signalcontext.jake2003-08-082-2/+78
* Allow gcc driver to process -r option iself, do not use -Wl,-r tokan2003-08-082-2/+2
* Implement mblen(s, n) as mbtowc(NULL, s, n) to avoid calling sgetrune()tjr2003-08-071-26/+9
* Implement mbstowcs() as a wrapper around mbsrtowcs(), and wcstombs()tjr2003-08-072-115/+24
* Grok async contexts. When a thread is interrupted and an upcallmarcel2003-08-074-18/+82
* Implement mbtowc() in terms of mbrtowc(), and wctomb() in terms of wcrtomb().tjr2003-08-072-53/+42
OpenPOWER on IntegriCloud