Age | Commit message (Expand) | Author |
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 |
2004-02-09 | punctuate variable; okay jmc@. | Marc Espie |
2004-02-09 | Stub this out, copied from other archs with this stubbed out. | Dale Rahn |
2004-02-09 | Proper PIC support in arm startup files. | Dale Rahn |
2004-02-08 | FD_SETSIZE has been cranked up to 1024 | Otto Moerbeek |
2004-02-08 | add libm parts for amd64; much from netbsd, integration by mickey. | Theo de Raadt |
2004-02-08 | 16 byte align for performance, as on other architectures | Theo de Raadt |
2004-02-08 | from freebsd, helps awk too: | Theo de Raadt |
2004-02-08 | from freebsd (and appears to make our awk work better) | Theo de Raadt |
2004-02-07 | Do not generate text relocations in PIC code. | Dale Rahn |
2004-02-06 | use the kernel default for buf size. no behavior change by default. | Ted Unangst |
2004-02-06 | make old & new SYSENTRY macros | Theo de Raadt |
2004-02-06 | fix alias definition, was backwards. | Dale Rahn |
2004-02-06 | remove silly stub file for alpha and only try to compile _atomic_lock.c | Brad Smith |
2004-02-04 | remove some debug code and cleanup.. | Theo de Raadt |
2004-02-04 | Traditionally, getopt(3) has treated "--foo" the same as "--". However, | Todd C. Miller |
2004-02-04 | H comes before J; | Jason McIntyre |
2004-02-03 | OK, this time the AES soft keys work with ssh and such. I spent over 3 | Theo de Raadt |
2004-02-03 | oops, software key gen bug | Theo de Raadt |