Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
suggested by deraadt@ | |||
2004-02-10 | improve Nd; from millert@ | Jason McIntyre | |
2004-02-10 | make Nm match Dt; | Jason McIntyre | |
improve Nd as suggested by millert@ | |||
2004-02-10 | add MLINKS for 64-bit functions in byteorder(3); | Jason McIntyre | |
passes miod's "make sure it doesn't break libc or libpthread" test; | |||
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 | |
ioctl(2), an unprivileged process may allocate a pty and have its owner and mode set appropriately. This means that programs such as xterm and screen no longer need to be setuid. Programs using the openpty() function require zero changes and will "just work". Designed by beck@ and deraadt@; changes by beck@ with cleanup (and a rewrite of the vnode bits) by art@ and tweaks/bugfixes by me. Tested by many. | |||
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 | |
some of this ok espie@, all of it ok deraadt@ | |||
2004-02-09 | simpler ssl manpages, using --name=. | Marc Espie | |
okay markus@ | |||
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 | |
ok deraadt@ millert@ | |||
2004-02-08 | add libm parts for amd64; much from netbsd, integration by mickey. | Theo de Raadt | |
Instead of mixing the i387 & xmm register components, we decide to explicitly seperate them. libm is already confusing enough as it is, thank you very much | |||
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 | |
Fix fabs(). This commit brought to you by the letter 'l'. (fstp stores a mem32 value, fstpl stores a mem64 value) | |||
2004-02-08 | from freebsd (and appears to make our awk work better) | Theo de Raadt | |
Tidy up modf.S and make it actually work. It wasn't extracting the value out of ST(0) before copying it to %xmm0. Also remove bogus stack frame and work in the red zone. | |||
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 | |
ok canacar@ mcbride@ | |||
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 | |
if it actually exists. ok marc@ | |||
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 | |
this can cause confusion when a user tries to use a long option with a program that only supports short options. Furthermore, it appears to be in violation of POSIX, which states that "--" shall indicate the end of argument processing, not any string that begins with "--". OK otto@ and closes PR 3666. | |||
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 | |
hours learning that OpenSSL's internal functions for AES extended keys generate screwy byte order swapped data.. | |||
2004-02-03 | oops, software key gen bug | Theo de Raadt | |
2004-02-03 | Switch to using software generated extended keys (because the cpu cannot | Theo de Raadt | |
yet generate 192 & 256 bit keys). Ensure that 192 and 256 are in the nids table. This also accelerates performance for 128 a tiny bit: type 16 bytes 64 bytes 256 bytes 1024 bytes 8192 bytes aes-128-cbc 34921.48k 129617.82k 362059.93k 623649.81k 790397.77k aes-192-cbc 26227.43k 99215.33k 283242.84k 509881.15k 665323.22k aes-256-cbc 26133.22k 97458.06k 265990.84k 457824.69k 579835.09k | |||
2004-02-03 | Obsoleted by getopt_long.c | Todd C. Miller | |
2004-02-03 | correct psABI functions _Q_feq and friends (they return 'int' not long double); | Jason Wright | |
pointed out by Mark Kettenis, kettenis,chello,nl | |||
2004-02-03 | Correct the arm ifdefs previously inserted, is working correctly now. | Dale Rahn | |
2004-02-03 | Correct modf (from alpha) instead of one which doesnt compile from NetBSD | Dale Rahn | |
2004-02-03 | config for arm, copied from powerpc/sparc ok markus@ | Dale Rahn | |
2004-02-03 | Cut-n-pasto: three source files were listed twice. Caused problems on | Hans Insulander | |
mips. Problem found by todd@ Ok todd@ | |||
2004-02-03 | If on an i386, detect existance of the VIA C3 xcrypt-* using sysctl of | Theo de Raadt | |
the machdep.xcrypt node. If they exist, use the xcrypt-cbc instruction to accelerate aes-{128,192,256}-cbc, for more than 100x performance increase. This code has no effect on any cpu... Tested thus far using openssl speed command, and of course, ssh. 778MB/sec AES-128-CBC performance at 8192 byte block size. | |||
2004-02-02 | remove sparcv9 code. | Brad Smith | |
ok marc@ | |||
2004-02-02 | 'F'reeguard doc, as reported missing by brad. nit free thanks to jmc | Ted Unangst | |
2004-02-02 | add missing frexp | Dale Rahn | |
2004-02-02 | cleanup | Dale Rahn | |