summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2004-03-14remove some weirdness;Jason McIntyre
2004-03-13.SY -> .SyJason McIntyre
2004-03-12typos;Jason McIntyre
new sentence, new line; kill whitespace;
2004-03-12add archs to .Dt lines here too;Jason McIntyre
spotted by miod@
2004-03-12correct .Dt lines, and remove .Lb stuff;Jason McIntyre
ok deraadt@
2004-03-11Document that a NULL status pointer is allowed. OK deraadt@Todd C. Miller
2004-03-11Document RB_USERREQTom Cosgrove
ok beck@, jmc@, deraadt@
2004-03-09A better description of the machine-dependent PT commands.Miod Vallat
2004-03-05don't leak memory. free and netbsd via Patrick LatifiTed Unangst
2004-03-02Use double load/store instructions whenever possible.Miod Vallat
2004-03-02bpf sysctl. ok jmcTed Unangst
2004-03-02fix formatting, Pedro MartellettoTed Unangst
2004-03-02fix typo; fgsch@Todd C. Miller
2004-03-02document net.inet.tcp.reasslimitMarkus Friedl
2004-03-02Better wording for the longjmp(X, 0) case. OK otto@, deraadt@Todd C. Miller
2004-03-01do not recommend a format string error..; pbastos@rdc.puc-rio.brTheo de Raadt
2004-03-01Be explicit about the return value of setjmp() when longjmp(..., 0) is called.Otto Moerbeek
ok tedu@ deraadt@
2004-03-01longjmp should not return 0, if longjmp(..., 0) is invoked return 1.Dale Rahn
ok miod@ deraadt@
2004-03-01fix weak aliases for _thread_sys functions, proper libpthead linking.Dale Rahn
rewrittent to more closely model other archs. ok deraadt@ miod@
2004-02-28mtrr callsTheo de Raadt
2004-02-28we now use the cvs repository copied amd64 setTheo de Raadt
2004-02-28reach into new amd64 directoryTheo de Raadt
2004-02-28bye byeTheo de Raadt
2004-02-28prettyTheo de Raadt
2004-02-28bye byeTheo de Raadt
2004-02-27change to amd_*() functionsTheo de Raadt
2004-02-2788k uthread stuff. some regress succeeds, a few others still fail. ThisTheo de Raadt
is enough to start debugging further.. ok miod
2004-02-27change amd64's MACHINE_ARCH from x86_64 to amd64. There are many manyTheo de Raadt
reasons for this, quite a few of them technical, and not all of them in response to Intel's broken ia32e crud. The gcc toolchain stays at x86_64 for now.
2004-02-26enable x86_64Theo de Raadt
2004-02-26x86_64 libarchTheo de Raadt
2004-02-26correct MACHINE vs MACHINE_ARCH issuesTheo de Raadt
2004-02-25Apply my copyrights to these files which I wrote. none of the oldDale Rahn
copyright code remained.
2004-02-25copyrightsTheo de Raadt
2004-02-25initial working pthreads support from sparc64, done with drahn. there areTheo de Raadt
some `debugging features' and other optimizations (such as not saving all registers) that we can still do perhaps
2004-02-24Sync closer to FreeBSD's pthread.h. Fixes up some prototypesBrad Smith
and formatting. ok marc@
2004-02-23more explicitly check against -1 for pread/pwrite error returns; millert okTheo de Raadt
2004-02-22add pthread_attr_[get|set]stackBrad Smith
From: FreeBSD's libc_r ok marc@
2004-02-22Define OSYSCALL* macros, as their SYSCALL* counterparts, but using theMiod Vallat
int 0x80 mechanism; and use OSYSCALL for sigreturn() as done in the sigcode. Naming borrowed from NetBSD. ok deraadt@
2004-02-22Some cleanup of pthread.h. Don't conditionalizeBrad Smith
inclusion of prototypes. Remove some prototypes for functions we do not implement. From: FreeBSD's libc_r ok marc@
2004-02-21if cpu has fxsr, use fxsave instead; ok marcTheo de Raadt
2004-02-21typoMarc Espie
2004-02-21Implement the arm pthreads pieces, only two regress fails, preemption_floatDale Rahn
and sigmask.
2004-02-19Sanity fix.Thierry Deval
reviewed by deraadt@, tedu@
2004-02-19new sentence, new line;Jason McIntyre
2004-02-19escape full stops where necessary to kill erroneous double spaces;Jason McIntyre
softly, softly, catchy monkey...
2004-02-18errno is int, not long; tracked down by otto@Miod Vallat
ok deraadt@
2004-02-18strlcpy is nicer. ok deraadt@ millert@Ted Unangst
2004-02-16fixes function parameters to match the man page as wellBrad Smith
as adding a more aggressive arguement check. From: FreeBSD's libc_r. ok marc@
2004-02-16Add missing const for function parameters to match POSIX.Brad Smith
From: FreeBSD's libc_r ok marc@
2004-02-16remove redundant code, u_int8_t cannot be > 0xffOtto Moerbeek
ok deraadt@ millert@