summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Implement btowc() in terms of mbrtowc() instead of sgetrune(), andtjr2003-08-072-10/+27
* Document that connect(2) can return EINTR, and that ityar2003-08-061-3/+6
* Fix a typo. s/Line/Like/deischen2003-08-062-2/+2
* Avoid a level of indirection to get from the thread pointer to themarcel2003-08-064-78/+54
* Don't call kse_set_curthread() when scheduling a new bounddeischen2003-08-062-4/+6
* Fix an off by one error in the number of arguments passed tomarcel2003-08-062-2/+2
* Define the static TLS as an array of long double. This will guaranteemarcel2003-08-062-4/+12
* Use auto LDT allocation for i386.deischen2003-08-052-126/+12
* Rethink the MD interfaces for libpthread to account fordeischen2003-08-0537-960/+2077
* Define THR_GETCONTEXT and THR_SETCONTEXT in terms of the userlandmarcel2003-08-052-8/+10
* o In _ia64_save_context() clear the return registers except for r8.marcel2003-08-052-26/+50
* add support for using kqueue to watch bpf sockets.jmg2003-08-051-1/+8
* LANG->LC_ALLache2003-08-041-1/+1
* Allow foot shooting as Linux emulation needs it.julian2003-08-041-1/+2
* Fix problem differently, useache2003-08-041-1/+1
* Fix double-wrong tr usage: tr '[a-z]' '[A-Z]'ache2003-08-041-1/+1
* Restore including of "collate.h", for its own prototype (mis)match detectionache2003-08-031-0/+1
* Remove commented out and never used codeache2003-08-031-34/+1
* Remove __collate_range_cmp() stabilization, it conflicts with rangesache2003-08-031-10/+2
* -15 is incorrect to be used to align stack to 16 bytes, use ~15 instead.davidxu2003-08-022-2/+2
* Override the default stubs for getcontext(2) and swapcontext(2) somarcel2003-08-023-2/+80
* The END() must expand to the .endp directive with the same name asmarcel2003-08-013-6/+5
* Use FSBase to map kse, GCC generates code which uses %fs to access TLS data.davidxu2003-07-311-4/+4
* Remove unnecssary <vm/swap_pager.h> includes.phk2003-07-313-3/+0
* Remove various unused variables, prototypes and local variables.phk2003-07-311-25/+0
* Disable and lobotomize the kvm image reading swapinfo code, the kernelphk2003-07-311-125/+1
* Retire the SWIF_DUMP_TREE code, this is in the way for a rework ofphk2003-07-312-191/+0
* This file hasn't been used for some time; nuke it.deischen2003-07-311-42/+0
* Take the same approach for i386 as that for ia64 and amd64. Usedeischen2003-07-319-339/+150
* Unifdef -UDEBUG_SWAPINFO The kernel data structures are about to change.phk2003-07-311-79/+0
* Set GSBASE for kse. Finally make libkse work on AMD64.davidxu2003-07-311-6/+3
* Fix some typos, correctly jump into UTS.davidxu2003-07-312-4/+4
* sysctlbyname needs size_t type, not int.davidxu2003-07-312-2/+2
* Cross-reference arc4random(3).das2003-07-311-0/+4
* The upper end of the range of arc4random(3) is 2**32-1, not 2**31-1.das2003-07-311-2/+4
* Update manual for i386_set_ldt to reflect newly added features.davidxu2003-07-311-0/+34
* Don't forget to unlock the scheduler lock. Somehow this got removeddeischen2003-07-302-0/+2
* Only allow trapframe formats instead of sigframe formats like themarcel2003-07-301-4/+4
* Correct a cut'n'paste error in a comment.harti2003-07-291-1/+1
* Make a local static string const.harti2003-07-291-4/+4
* Use the appropriate [s]size_t type where a buffer size is meant.harti2003-07-296-78/+50
* Minor constification.phk2003-07-291-2/+2
* Add support for gb18030 encodingache2003-07-293-1/+170
* * Merge index(3) and rindex(3) to index(3) since the two functions aresimon2003-07-285-216/+61
* Simplify sigwait code a bit by using a waitset and removing oldsigmask.davidxu2003-07-276-44/+34
* Set mc_len to sizeof(mcontext_t), otherwise it is an invalid context.davidxu2003-07-261-0/+1
OpenPOWER on IntegriCloud