Age | Commit message (Expand) | Author |
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 |
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 |
2004-02-16 | Add missing const for function parameters to match POSIX. | Brad Smith |
2004-02-16 | remove redundant code, u_int8_t cannot be > 0xff | Otto Moerbeek |
2004-02-16 | Remove WARN_REFERENCES incorrectly imported from NetBSD. ok miod@ | Dale Rahn |
2004-02-13 | death to osigaltstack. ok deraadt@ | Ted Unangst |
2004-02-13 | Cleanup and shrink ACSS_KEY a bit. Thus crank library minor. | Hans-Joerg Hoexer |
2004-02-12 | Update from netbsd, prodded by miod@ | Dale Rahn |
2004-02-11 | sort sysctls; | Jason McIntyre |
2004-02-11 | correct syscall() stub; fixes perl and vi.recover | Theo de Raadt |
2004-02-11 | amd64 would use negative stack direction, if it used this file; millert ok | Theo de Raadt |
2004-02-10 | It's a PTY, not a PYT and KERN_TTY_NPTYS is not changeable. | Todd C. Miller |
2004-02-10 | Document KERN_TTY_INFO, KERN_TTY_MAXPTYS and KERN_TTY_NPTYS sysctls. | Todd C. Miller |