summaryrefslogtreecommitdiff
path: root/lib/libc/gen
AgeCommit message (Expand)Author
2004-05-03XPG specifies bsd_signal(3) so make it an alias for signal(3); OK deraadt@Todd C. Miller
2004-04-30Mention siginterrupt; OK deraadt@Todd C. Miller
2004-04-20kern.maxclusters. ok beck@ deraadt@ jmc@Ted Unangst
2004-04-16more display/list fixes, and a little whitespace;Jason McIntyre
2004-03-31note that hw.cpuspeed displays the current cpu frequency (from cpu(4));Jason McIntyre
2004-03-24Disable net.inet.carp.log by default.Ryan Thomas McBride
2004-03-05don't leak memory. free and netbsd via Patrick LatifiTed Unangst
2004-03-02bpf sysctl. ok jmcTed 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-01Be explicit about the return value of setjmp() when longjmp(..., 0) is called.Otto Moerbeek
2004-02-11sort sysctls;Jason McIntyre
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-10make Nm match Dt;Jason McIntyre
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
2004-01-31missing comma; jmc@Markus Friedl
2004-01-31document net.inet.tcp.rfc3390; ok jmc@Markus Friedl
2004-01-30Fix a logic thinko I made in rev. 1.27. This fixes nlist whenTodd C. Miller
2004-01-25use new .St macro;Jason McIntyre
2004-01-23Use closefrom(); ok millert teduTheo de Raadt
2004-01-19emulation names are not changeableTed Unangst
2004-01-12typo from jmc@Ted Unangst
2004-01-12some comments on ffs sysctls, mainly dirhashTed Unangst
2004-01-10auth_clean does not clear the options settingsTodd C. Miller
2004-01-10Don't clean options in auth_clean() which was introduced in rev 1.8.Todd C. Miller
2004-01-08in the description of ip.sourceroute, point people to securelevel(7), asJason McIntyre
2004-01-08alphabetic order;Jason McIntyre
2004-01-08use va_copy() with gcc 3 and up.Brad Smith
2004-01-08add dirhash sysctlsTed Unangst
2004-01-07document syn cache sysctl; ok deraadt, jmc, itojunMarkus Friedl
2004-01-07Implement KERN_PROC2 sysctl from NetBSD. This will allow us toTodd C. Miller
2004-01-07amout -> amount; from tom@.Federico G. Schwindt
2004-01-02net.inet.carp.preempt is disabled by default.Ryan Thomas McBride
2003-12-23- uppercase idJason McIntyre
2003-12-19document hw.{cpuspeed,setperf} sysctls;Jason McIntyre
2003-12-04document udpencap (used for NAT/T); ok jmcMarkus Friedl
2003-12-02actually snprintf/vsnprintf are now signal race safeTheo de Raadt
2003-10-30double word and wording improvement from Tom Cosgrove;Jason McIntyre
2003-10-30double words from Tom Cosgrove;Jason McIntyre
2003-10-25correct description of ip.porthifirst - oops!Jason McIntyre
2003-10-24dont compare int to NULL, millert@ okAnil Madhavapeddy
2003-10-22typos from Jared Yanovich;Jason McIntyre
2003-10-19more typosDavid Krause
2003-10-18CARP documentation cleanups, mostly from jmc@Ryan Thomas McBride
2003-10-17Common Address Redundancy ProtocolRyan Thomas McBride