Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Better wording for the longjmp(X, 0) case. OK otto@, deraadt@ | 2004-03-02 | 1 | -8/+6 | ||
| | ||||||
* | do not recommend a format string error..; pbastos@rdc.puc-rio.br | 2004-03-01 | 1 | -3/+3 | ||
| | ||||||
* | Be explicit about the return value of setjmp() when longjmp(..., 0) is called. | 2004-03-01 | 1 | -1/+10 | ||
| | | | | ok tedu@ deraadt@ | |||||
* | longjmp should not return 0, if longjmp(..., 0) is invoked return 1. | 2004-03-01 | 1 | -2/+8 | ||
| | | | | ok miod@ deraadt@ | |||||
* | fix weak aliases for _thread_sys functions, proper libpthead linking. | 2004-03-01 | 1 | -31/+18 | ||
| | | | | rewrittent to more closely model other archs. ok deraadt@ miod@ | |||||
* | change amd64's MACHINE_ARCH from x86_64 to amd64. There are many many | 2004-02-27 | 42 | -1879/+2 | ||
| | | | | | | reasons for this, quite a few of them technical, and not all of them in response to Intel's broken ia32e crud. The gcc toolchain stays at x86_64 for now. | |||||
* | Define OSYSCALL* macros, as their SYSCALL* counterparts, but using the | 2004-02-22 | 4 | -6/+52 | ||
| | | | | | | | | | int 0x80 mechanism; and use OSYSCALL for sigreturn() as done in the sigcode. Naming borrowed from NetBSD. ok deraadt@ | |||||
* | Sanity fix. | 2004-02-19 | 1 | -2/+5 | ||
| | | | | reviewed by deraadt@, tedu@ | |||||
* | errno is int, not long; tracked down by otto@ | 2004-02-18 | 2 | -8/+8 | ||
| | | | | ok deraadt@ | |||||
* | remove redundant code, u_int8_t cannot be > 0xff | 2004-02-16 | 1 | -16/+2 | ||
| | | | | ok deraadt@ millert@ | |||||
* | Remove WARN_REFERENCES incorrectly imported from NetBSD. ok miod@ | 2004-02-16 | 2 | -8/+2 | ||
| | ||||||
* | death to osigaltstack. ok deraadt@ | 2004-02-13 | 1 | -2/+1 | ||
| | ||||||
* | Update from netbsd, prodded by miod@ | 2004-02-12 | 1 | -2/+2 | ||
| | ||||||
* | sort sysctls; | 2004-02-11 | 1 | -15/+15 | ||
| | | | | ok millert@ | |||||
* | correct syscall() stub; fixes perl and vi.recover | 2004-02-11 | 2 | -4/+6 | ||
| | ||||||
* | amd64 would use negative stack direction, if it used this file; millert ok | 2004-02-11 | 1 | -1/+2 | ||
| | ||||||
* | It's a PTY, not a PYT and KERN_TTY_NPTYS is not changeable. | 2004-02-10 | 1 | -3/+3 | ||
| | ||||||
* | Document KERN_TTY_INFO, KERN_TTY_MAXPTYS and KERN_TTY_NPTYS sysctls. | 2004-02-10 | 1 | -3/+20 | ||
| | ||||||
* | kill memory.3; | 2004-02-10 | 2 | -66/+1 | ||
| | | | | suggested by deraadt@ | |||||
* | improve Nd; from millert@ | 2004-02-10 | 1 | -2/+2 | ||
| | ||||||
* | add MLINKS for 64-bit functions in byteorder(3); | 2004-02-10 | 1 | -4/+6 | ||
| | | | | passes miod's "make sure it doesn't break libc or libpthread" test; | |||||
* | Fix PIC cerror. ok miod@ mickey@ | 2004-02-10 | 2 | -4/+6 | ||
| | ||||||
* | make Nm match Dt; | 2004-02-10 | 1 | -17/+2 | ||
| | ||||||
* | make Nm match Dt; | 2004-02-10 | 1 | -10/+2 | ||
| | ||||||
* | CURBRK -> __curbrk changes from mickey, minbrk addition by me, ok mickey@ | 2004-02-10 | 4 | -24/+28 | ||
| | ||||||
* | correct function names, ok deraadt@ | 2004-02-10 | 6 | -12/+12 | ||
| | ||||||
* | masks are only 32 bits on openbsd | 2004-02-09 | 2 | -4/+4 | ||
| | ||||||
* | do signal blocking before saving registers | 2004-02-09 | 4 | -46/+46 | ||
| | ||||||
* | make Nm match Dt; found by pb@ | 2004-02-09 | 1 | -23/+2 | ||
| | | | | some of this ok espie@, all of it ok deraadt@ | |||||
* | punctuate variable; okay jmc@. | 2004-02-09 | 1 | -2/+2 | ||
| | ||||||
* | FD_SETSIZE has been cranked up to 1024 | 2004-02-08 | 1 | -2/+2 | ||
| | | | | ok deraadt@ millert@ | |||||
* | 16 byte align for performance, as on other architectures | 2004-02-08 | 2 | -4/+8 | ||
| | ||||||
* | from freebsd, helps awk too: | 2004-02-08 | 2 | -4/+4 | ||
| | | | | | Fix fabs(). This commit brought to you by the letter 'l'. (fstp stores a mem32 value, fstpl stores a mem64 value) | |||||
* | from freebsd (and appears to make our awk work better) | 2004-02-08 | 2 | -34/+28 | ||
| | | | | | | 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. | |||||
* | Do not generate text relocations in PIC code. | 2004-02-07 | 3 | -11/+11 | ||
| | ||||||
* | make old & new SYSENTRY macros | 2004-02-06 | 2 | -14/+24 | ||
| | ||||||
* | fix alias definition, was backwards. | 2004-02-06 | 1 | -2/+2 | ||
| | ||||||
* | Traditionally, getopt(3) has treated "--foo" the same as "--". However, | 2004-02-04 | 1 | -10/+9 | ||
| | | | | | | | | 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. | |||||
* | H comes before J; | 2004-02-04 | 1 | -6/+6 | ||
| | ||||||
* | Obsoleted by getopt_long.c | 2004-02-03 | 1 | -116/+0 | ||
| | ||||||
* | correct psABI functions _Q_feq and friends (they return 'int' not long double); | 2004-02-03 | 2 | -14/+14 | ||
| | | | | pointed out by Mark Kettenis, kettenis,chello,nl | |||||
* | Correct the arm ifdefs previously inserted, is working correctly now. | 2004-02-03 | 1 | -3/+3 | ||
| | ||||||
* | Correct modf (from alpha) instead of one which doesnt compile from NetBSD | 2004-02-03 | 2 | -29/+37 | ||
| | ||||||
* | 'F'reeguard doc, as reported missing by brad. nit free thanks to jmc | 2004-02-02 | 1 | -1/+8 | ||
| | ||||||
* | add missing frexp | 2004-02-02 | 2 | -1/+76 | ||
| | ||||||
* | cleanup | 2004-02-02 | 1 | -17/+1 | ||
| | ||||||
* | This file was not supposed to committed. | 2004-02-02 | 1 | -967/+0 | ||
| | ||||||
* | Use the real fpgetround found in softfloat. | 2004-02-02 | 2 | -10/+1 | ||
| | ||||||
* | fix __weak_alias | 2004-02-02 | 1 | -2/+2 | ||
| | ||||||
* | Add missing minbrk symbol, fixes profiling builds. | 2004-02-02 | 1 | -1/+5 | ||
| |