Age | Commit message (Expand) | Author |
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 |
2004-02-10 | kill memory.3; | Jason McIntyre |
2004-02-10 | improve Nd; from millert@ | Jason McIntyre |
2004-02-10 | make Nm match Dt; | Jason McIntyre |
2004-02-10 | add MLINKS for 64-bit functions in byteorder(3); | Jason McIntyre |
2004-02-10 | Fix PIC cerror. ok miod@ mickey@ | Dale Rahn |
2004-02-10 | make Nm match Dt; | Jason McIntyre |
2004-02-10 | make Nm match Dt; | Jason McIntyre |
2004-02-10 | Add the ptm device to pty(4). By opening /dev/ptm and using the PTMGET | Todd C. Miller |
2004-02-10 | CURBRK -> __curbrk changes from mickey, minbrk addition by me, ok mickey@ | Dale Rahn |
2004-02-10 | correct function names, ok deraadt@ | Dale Rahn |
2004-02-09 | masks are only 32 bits on openbsd | Theo de Raadt |
2004-02-09 | do signal blocking before saving registers | Theo de Raadt |
2004-02-09 | make Nm match Dt; found by pb@ | Jason McIntyre |
2004-02-09 | simpler ssl manpages, using --name=. | Marc Espie |
2004-02-09 | Add copyright to code where I forgot, thx wouter. | Dale Rahn |
2004-02-09 | Add arm support files for libpthread. | Dale Rahn |