Age | Commit message (Expand) | Author |
2004-03-17 | out-of-bounds read in (unused) kerberos ciphersuites (CAN-2004-0112) | Markus Friedl |
2004-03-17 | avoid null-pointer deref (aka CAN-2004-0079) | Markus Friedl |
2004-03-16 | Document correct limit to path names lengths. Resolves PR 3716. | Otto Moerbeek |
2004-03-16 | errno should only be gotten from <errno.h>. ok help jmc@ | Ted Unangst |
2004-03-14 | remove some weirdness; | Jason McIntyre |
2004-03-13 | .SY -> .Sy | Jason McIntyre |
2004-03-12 | typos; | Jason McIntyre |
2004-03-12 | add archs to .Dt lines here too; | Jason McIntyre |
2004-03-12 | correct .Dt lines, and remove .Lb stuff; | Jason McIntyre |
2004-03-11 | Document that a NULL status pointer is allowed. OK deraadt@ | Todd C. Miller |
2004-03-11 | Document RB_USERREQ | Tom Cosgrove |
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 |
2004-03-01 | longjmp should not return 0, if longjmp(..., 0) is invoked return 1. | Dale Rahn |
2004-03-01 | fix weak aliases for _thread_sys functions, proper libpthead linking. | Dale Rahn |
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 |
2004-02-27 | change amd64's MACHINE_ARCH from x86_64 to amd64. There are many many | Theo de Raadt |
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 |
2004-02-25 | copyrights | Theo de Raadt |
2004-02-25 | initial working pthreads support from sparc64, done with drahn. there are | Theo de Raadt |
2004-02-24 | Sync closer to FreeBSD's pthread.h. Fixes up some prototypes | Brad Smith |
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 |
2004-02-22 | Define OSYSCALL* macros, as their SYSCALL* counterparts, but using the | Miod Vallat |
2004-02-22 | Some cleanup of pthread.h. Don't conditionalize | Brad Smith |
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 |
2004-02-19 | Sanity fix. | Thierry Deval |
2004-02-19 | new sentence, new line; | Jason McIntyre |
2004-02-19 | escape full stops where necessary to kill erroneous double spaces; | Jason McIntyre |
2004-02-18 | errno is int, not long; tracked down by otto@ | Miod Vallat |