summaryrefslogtreecommitdiffstats
path: root/lib/libc (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Better wording for the longjmp(X, 0) case. OK otto@, deraadt@millert2004-03-021-8/+6
|
* do not recommend a format string error..; pbastos@rdc.puc-rio.brderaadt2004-03-011-3/+3
|
* Be explicit about the return value of setjmp() when longjmp(..., 0) is called.otto2004-03-011-1/+10
| | | | ok tedu@ deraadt@
* longjmp should not return 0, if longjmp(..., 0) is invoked return 1.drahn2004-03-011-2/+8
| | | | ok miod@ deraadt@
* fix weak aliases for _thread_sys functions, proper libpthead linking.drahn2004-03-011-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 manyderaadt2004-02-2742-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 themiod2004-02-224-6/+52
| | | | | | | | | int 0x80 mechanism; and use OSYSCALL for sigreturn() as done in the sigcode. Naming borrowed from NetBSD. ok deraadt@
* Sanity fix.tdeval2004-02-191-2/+5
| | | | reviewed by deraadt@, tedu@
* errno is int, not long; tracked down by otto@miod2004-02-182-8/+8
| | | | ok deraadt@
* remove redundant code, u_int8_t cannot be > 0xffotto2004-02-161-16/+2
| | | | ok deraadt@ millert@
* Remove WARN_REFERENCES incorrectly imported from NetBSD. ok miod@drahn2004-02-162-8/+2
|
* death to osigaltstack. ok deraadt@tedu2004-02-131-2/+1
|
* Update from netbsd, prodded by miod@drahn2004-02-121-2/+2
|
* sort sysctls;jmc2004-02-111-15/+15
| | | | ok millert@
* correct syscall() stub; fixes perl and vi.recoverderaadt2004-02-112-4/+6
|
* amd64 would use negative stack direction, if it used this file; millert okderaadt2004-02-111-1/+2
|
* It's a PTY, not a PYT and KERN_TTY_NPTYS is not changeable.millert2004-02-101-3/+3
|
* Document KERN_TTY_INFO, KERN_TTY_MAXPTYS and KERN_TTY_NPTYS sysctls.millert2004-02-101-3/+20
|
* kill memory.3;jmc2004-02-102-66/+1
| | | | suggested by deraadt@
* improve Nd; from millert@jmc2004-02-101-2/+2
|
* add MLINKS for 64-bit functions in byteorder(3);jmc2004-02-101-4/+6
| | | | passes miod's "make sure it doesn't break libc or libpthread" test;
* Fix PIC cerror. ok miod@ mickey@drahn2004-02-102-4/+6
|
* make Nm match Dt;jmc2004-02-101-17/+2
|
* make Nm match Dt;jmc2004-02-101-10/+2
|
* CURBRK -> __curbrk changes from mickey, minbrk addition by me, ok mickey@drahn2004-02-104-24/+28
|
* correct function names, ok deraadt@drahn2004-02-106-12/+12
|
* masks are only 32 bits on openbsdderaadt2004-02-092-4/+4
|
* do signal blocking before saving registersderaadt2004-02-094-46/+46
|
* make Nm match Dt; found by pb@jmc2004-02-091-23/+2
| | | | some of this ok espie@, all of it ok deraadt@
* punctuate variable; okay jmc@.espie2004-02-091-2/+2
|
* FD_SETSIZE has been cranked up to 1024otto2004-02-081-2/+2
| | | | ok deraadt@ millert@
* 16 byte align for performance, as on other architecturesderaadt2004-02-082-4/+8
|
* from freebsd, helps awk too:deraadt2004-02-082-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)deraadt2004-02-082-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.drahn2004-02-073-11/+11
|
* make old & new SYSENTRY macrosderaadt2004-02-062-14/+24
|
* fix alias definition, was backwards.drahn2004-02-061-2/+2
|
* Traditionally, getopt(3) has treated "--foo" the same as "--". However,millert2004-02-041-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;jmc2004-02-041-6/+6
|
* Obsoleted by getopt_long.cmillert2004-02-031-116/+0
|
* correct psABI functions _Q_feq and friends (they return 'int' not long double);jason2004-02-032-14/+14
| | | | pointed out by Mark Kettenis, kettenis,chello,nl
* Correct the arm ifdefs previously inserted, is working correctly now.drahn2004-02-031-3/+3
|
* Correct modf (from alpha) instead of one which doesnt compile from NetBSDdrahn2004-02-032-29/+37
|
* 'F'reeguard doc, as reported missing by brad. nit free thanks to jmctedu2004-02-021-1/+8
|
* add missing frexpdrahn2004-02-022-1/+76
|
* cleanupdrahn2004-02-021-17/+1
|
* This file was not supposed to committed.drahn2004-02-021-967/+0
|
* Use the real fpgetround found in softfloat.drahn2004-02-022-10/+1
|
* fix __weak_aliasdrahn2004-02-021-2/+2
|
* Add missing minbrk symbol, fixes profiling builds.drahn2004-02-021-1/+5
|