summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
2004-02-27change amd64's MACHINE_ARCH from x86_64 to amd64. There are many manyTheo de Raadt
2004-02-22Define OSYSCALL* macros, as their SYSCALL* counterparts, but using theMiod Vallat
2004-02-19Sanity fix.Thierry Deval
2004-02-18errno is int, not long; tracked down by otto@Miod Vallat
2004-02-16remove redundant code, u_int8_t cannot be > 0xffOtto Moerbeek
2004-02-16Remove WARN_REFERENCES incorrectly imported from NetBSD. ok miod@Dale Rahn
2004-02-13death to osigaltstack. ok deraadt@Ted Unangst
2004-02-12Update from netbsd, prodded by miod@Dale Rahn
2004-02-11sort sysctls;Jason McIntyre
2004-02-11correct syscall() stub; fixes perl and vi.recoverTheo de Raadt
2004-02-11amd64 would use negative stack direction, if it used this file; millert okTheo de Raadt
2004-02-10It's a PTY, not a PYT and KERN_TTY_NPTYS is not changeable.Todd C. Miller
2004-02-10Document KERN_TTY_INFO, KERN_TTY_MAXPTYS and KERN_TTY_NPTYS sysctls.Todd C. Miller
2004-02-10kill memory.3;Jason McIntyre
2004-02-10improve Nd; from millert@Jason McIntyre
2004-02-10add MLINKS for 64-bit functions in byteorder(3);Jason McIntyre
2004-02-10Fix PIC cerror. ok miod@ mickey@Dale Rahn
2004-02-10make Nm match Dt;Jason McIntyre
2004-02-10make Nm match Dt;Jason McIntyre
2004-02-10CURBRK -> __curbrk changes from mickey, minbrk addition by me, ok mickey@Dale Rahn
2004-02-10correct function names, ok deraadt@Dale Rahn
2004-02-09masks are only 32 bits on openbsdTheo de Raadt
2004-02-09do signal blocking before saving registersTheo de Raadt
2004-02-09make Nm match Dt; found by pb@Jason McIntyre
2004-02-09punctuate variable; okay jmc@.Marc Espie
2004-02-08FD_SETSIZE has been cranked up to 1024Otto Moerbeek
2004-02-0816 byte align for performance, as on other architecturesTheo de Raadt
2004-02-08from freebsd, helps awk too:Theo de Raadt
2004-02-08from freebsd (and appears to make our awk work better)Theo de Raadt
2004-02-07Do not generate text relocations in PIC code.Dale Rahn
2004-02-06make old & new SYSENTRY macrosTheo de Raadt
2004-02-06fix alias definition, was backwards.Dale Rahn
2004-02-04Traditionally, getopt(3) has treated "--foo" the same as "--". However,Todd C. Miller
2004-02-04H comes before J;Jason McIntyre
2004-02-03Obsoleted by getopt_long.cTodd C. Miller
2004-02-03correct psABI functions _Q_feq and friends (they return 'int' not long double);Jason Wright
2004-02-03Correct the arm ifdefs previously inserted, is working correctly now.Dale Rahn
2004-02-03Correct modf (from alpha) instead of one which doesnt compile from NetBSDDale Rahn
2004-02-02'F'reeguard doc, as reported missing by brad. nit free thanks to jmcTed Unangst
2004-02-02add missing frexpDale Rahn
2004-02-02cleanupDale Rahn
2004-02-02This file was not supposed to committed.Dale Rahn
2004-02-02Use the real fpgetround found in softfloat.Dale Rahn
2004-02-02fix __weak_aliasDale Rahn
2004-02-02Add missing minbrk symbol, fixes profiling builds.Dale Rahn
2004-02-02sigh, watch for compile errors...Dale Rahn
2004-02-01Add const type qualifier. ok jmc@Thomas Nordin
2004-02-01escape punctuation correctly;Jason McIntyre
2004-02-01s/RFC3390/RFC 3390/Jason McIntyre
2004-02-01do not double login_cap.c; tholoTheo de Raadt