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