Age | Commit message (Expand) | Author |
2004-06-03 | cross-Xref to make pathconf/sysconf easy to find. | Marc Espie |
2004-05-18 | ansify function definitions and zap some `register' | Jean-Francois Brousseau |
2004-05-07 | Document _SC_XOPEN_SHM, SEM_NSEMS_MAX and SEM_VALUE_MAX. | Todd C. Miller |
2004-05-07 | Implement _SC_SEM_NSEMS_MAX and _SC_SEM_VALUE_MAX. | Todd C. Miller |
2004-05-03 | XPG specifies bsd_signal(3) so make it an alias for signal(3); OK deraadt@ | Todd C. Miller |
2004-04-30 | Mention siginterrupt; OK deraadt@ | Todd C. Miller |
2004-04-20 | kern.maxclusters. ok beck@ deraadt@ jmc@ | Ted Unangst |
2004-04-16 | more display/list fixes, and a little whitespace; | Jason McIntyre |
2004-03-31 | note that hw.cpuspeed displays the current cpu frequency (from cpu(4)); | Jason McIntyre |
2004-03-24 | Disable net.inet.carp.log by default. | Ryan Thomas McBride |
2004-03-05 | don't leak memory. free and netbsd via Patrick Latifi | Ted Unangst |
2004-03-02 | bpf sysctl. ok jmc | Ted Unangst |
2004-03-02 | fix typo; fgsch@ | Todd C. Miller |
2004-03-02 | document net.inet.tcp.reasslimit | Markus Friedl |
2004-03-02 | Better wording for the longjmp(X, 0) case. OK otto@, deraadt@ | Todd C. Miller |
2004-03-01 | Be explicit about the return value of setjmp() when longjmp(..., 0) is called. | Otto Moerbeek |
2004-02-11 | sort sysctls; | Jason McIntyre |
2004-02-11 | amd64 would use negative stack direction, if it used this file; millert ok | Theo de Raadt |
2004-02-10 | It's a PTY, not a PYT and KERN_TTY_NPTYS is not changeable. | Todd C. Miller |
2004-02-10 | Document KERN_TTY_INFO, KERN_TTY_MAXPTYS and KERN_TTY_NPTYS sysctls. | Todd C. Miller |
2004-02-10 | make Nm match Dt; | Jason McIntyre |
2004-02-01 | escape punctuation correctly; | Jason McIntyre |
2004-02-01 | s/RFC3390/RFC 3390/ | Jason McIntyre |
2004-02-01 | do not double login_cap.c; tholo | Theo de Raadt |
2004-01-31 | missing comma; jmc@ | Markus Friedl |
2004-01-31 | document net.inet.tcp.rfc3390; ok jmc@ | Markus Friedl |
2004-01-30 | Fix a logic thinko I made in rev. 1.27. This fixes nlist when | Todd C. Miller |
2004-01-25 | use new .St macro; | Jason McIntyre |
2004-01-23 | Use closefrom(); ok millert tedu | Theo de Raadt |
2004-01-19 | emulation names are not changeable | Ted Unangst |
2004-01-12 | typo from jmc@ | Ted Unangst |
2004-01-12 | some comments on ffs sysctls, mainly dirhash | Ted Unangst |
2004-01-10 | auth_clean does not clear the options settings | Todd C. Miller |
2004-01-10 | Don't clean options in auth_clean() which was introduced in rev 1.8. | Todd C. Miller |
2004-01-08 | in the description of ip.sourceroute, point people to securelevel(7), as | Jason McIntyre |
2004-01-08 | alphabetic order; | Jason McIntyre |
2004-01-08 | use va_copy() with gcc 3 and up. | Brad Smith |
2004-01-08 | add dirhash sysctls | Ted Unangst |
2004-01-07 | document syn cache sysctl; ok deraadt, jmc, itojun | Markus Friedl |
2004-01-07 | Implement KERN_PROC2 sysctl from NetBSD. This will allow us to | Todd C. Miller |
2004-01-07 | amout -> amount; from tom@. | Federico G. Schwindt |
2004-01-02 | net.inet.carp.preempt is disabled by default. | Ryan Thomas McBride |
2003-12-23 | - uppercase id | Jason McIntyre |
2003-12-19 | document hw.{cpuspeed,setperf} sysctls; | Jason McIntyre |
2003-12-04 | document udpencap (used for NAT/T); ok jmc | Markus Friedl |
2003-12-02 | actually snprintf/vsnprintf are now signal race safe | Theo de Raadt |
2003-10-30 | double word and wording improvement from Tom Cosgrove; | Jason McIntyre |
2003-10-30 | double words from Tom Cosgrove; | Jason McIntyre |
2003-10-25 | correct description of ip.porthifirst - oops! | Jason McIntyre |
2003-10-24 | dont compare int to NULL, millert@ ok | Anil Madhavapeddy |