summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2007-10-31Fix a few bugs and memleaks with the threading code.pooka
2007-10-30Build a local copy of exit that doesn't call __cxa_finalize. It's notskrll
2007-10-29lock massage, although I don't think there's a happy ending herepooka
2007-10-29Sprinkle some hackish locks here and there, just enough to allowpooka
2007-10-28Use puffs prepost ops for setting pid/lwpid instead of separatepooka
2007-10-28Add possibility to set pre- and post callbacks which will be calledpooka
2007-10-28Set up the tail of the instruction address queue so thatskrll
2007-10-26make _FORTIFY_SOURCE play nicely with lintchristos
2007-10-26-D_FILE_OFFSET_BITS=64 is not needed on NetBSDagc
2007-10-26Add some very initial support for a threading worker model as anpooka
2007-10-26dump pid/lwp of callerpooka
2007-10-26mmap stacks, makes it possible to align thempooka
2007-10-25Only resize curscr, __virtscr and stdscr when the screen is resized.jdc
2007-10-25Return "-1" for unknown keys and only return NULL for errors.jdc
2007-10-25Make pu_haskq a flag instead of its own variable.pooka
2007-10-24Add HISTORY: The strtof() and strtold() functions appeared in NetBSDreed
2007-10-23revert 1.77, MULTITHREADED_REFUSE has problemspooka
2007-10-23remove invalid range check.tnozaki
2007-10-22Add a reference to RFC 2783. Requested by joerg@simonb
2007-10-22Revert the CSE parts of the previous change. "run" is calculated withsimonb
2007-10-21Add puffs_cc_schedule() which marks a pcc runnable and will passpooka
2007-10-21Get rid of MULTITHREADED_REFUSE for context queries. We can simplypooka
2007-10-21To work around lint problems, add a LINTED comment on pooka's request.he
2007-10-21Use new puffs features to provide correct caller info instead ofpooka
2007-10-21Always provide caller information from the kernel based on curlwp.pooka
2007-10-21typo in commentpooka
2007-10-19- do some CSE.christos
2007-10-19When doing a read operation, don't copy the whole kernel buffer topooka
2007-10-18sync with kernel after the merge of yamt-x86pmap branch.yamt
2007-10-18* Change type of boolean functions to, well, boolean instead of int.pooka
2007-10-16Note that libpthread_dbg needs to be checked after making changes toad
2007-10-16use mremap for huge -> huge realloc.yamt
2007-10-16Crank libpthread_dbg major.ad
2007-10-16... but preserve the linked list, for the debugger only.ad
2007-10-16Remove stuff that is no longer useful.ad
2007-10-16Replace the global thread list with a red-black tree. From joerg@.ad
2007-10-15Add _SC_NPROCESSORS_ONLN and _SC_NPROCESSORS_CONF for sysconf(). Thesead
2007-10-15we don't have reallocf.yamt
2007-10-15make lint happy.yamt
2007-10-15malloc_print_stats: print huge_allocated correctly. it's already in bytes.yamt
2007-10-15use MAP_ALIGNED.yamt
2007-10-13SSP doesn't like alloca...jnemeth
2007-10-11Part 1/n of some pretty extensive changes to how the kernel modulepooka
2007-10-09g/c #if 0'd code which isn't likely to get used any time soonpooka
2007-10-09Add cancellation stubs in libpthread for POSIX messages queues andrmind
2007-10-09Add defs for hppa. From he@.ad
2007-10-08Provide PTHREAD__ASM_RASOPS for alpha.skrll
2007-10-08In handwritten asm use -fPIC code instead of -fpic, our libc has grownuwe
2007-10-07On sparc64, both __sparc__ and __sparc64__ is defined. Avoid redefinitionhe
2007-10-06split LOGIN_SETGROUP -> LOGIN_SETGID|LOGIN_SETGROUPSchristos