summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
2004-04-12Clean up malloc_active state when aborting.Thierry Deval
2004-04-10Apply change from vsnprintf.c rev. 1.5. Use a single characterTodd C. Miller
2004-04-06some of these functions are prototyped in pwd.h; ok deraadt@Damien Miller
2004-04-03- use macros instead of parenthesesJason McIntyre
2004-04-02rfork(RFMEM) shares complete vmspace. much more useful, and in line withTed Unangst
2004-04-02Avoid unbounded recursion in some expressions involving back references.Otto Moerbeek
2004-04-02do not compare SOCK_STREAM sockets to pipes;Jason McIntyre
2004-04-01It turns out that the so-called fast ffs(3) routines were wrong, as soon asMiod Vallat
2004-04-01sort options, correct SYNOPSIS, and sync usage();Jason McIntyre
2004-04-01let rcmdsh work on hosts that don't have an ipv4 address.Marco S Hyman
2004-03-31remove sparc64/gcc2 workaround.Brad Smith
2004-03-31note that hw.cpuspeed displays the current cpu frequency (from cpu(4));Jason McIntyre
2004-03-30Allow compilation w/ -DREDEBUG; non-debug compilation is unaffected.Todd C. Miller
2004-03-24From the how many ways can you screw up replacing one line of codeJason Wright
2004-03-24Disable net.inet.carp.log by default.Ryan Thomas McBride
2004-03-23use absolute value like rev 1.1 did; pointed out by tom and ok deraadt.Jason Wright
2004-03-23gcc3 doesn't align things the same as gcc2. Casting upwards is dangerousJason Wright
2004-03-23.Xr ftok 3; from tedu@Jason McIntyre
2004-03-16Document correct limit to path names lengths. Resolves PR 3716.Otto Moerbeek
2004-03-16errno should only be gotten from <errno.h>. ok help jmc@Ted Unangst
2004-03-14remove some weirdness;Jason McIntyre
2004-03-11Document that a NULL status pointer is allowed. OK deraadt@Todd C. Miller
2004-03-11Document RB_USERREQTom Cosgrove
2004-03-09A better description of the machine-dependent PT commands.Miod Vallat
2004-03-05don't leak memory. free and netbsd via Patrick LatifiTed Unangst
2004-03-02bpf sysctl. ok jmcTed Unangst
2004-03-02fix formatting, Pedro MartellettoTed Unangst
2004-03-02fix typo; fgsch@Todd C. Miller
2004-03-02document net.inet.tcp.reasslimitMarkus Friedl
2004-03-02Better wording for the longjmp(X, 0) case. OK otto@, deraadt@Todd C. Miller
2004-03-01do not recommend a format string error..; pbastos@rdc.puc-rio.brTheo de Raadt
2004-03-01Be explicit about the return value of setjmp() when longjmp(..., 0) is called.Otto Moerbeek
2004-03-01longjmp should not return 0, if longjmp(..., 0) is invoked return 1.Dale Rahn
2004-03-01fix weak aliases for _thread_sys functions, proper libpthead linking.Dale Rahn
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