summaryrefslogtreecommitdiff
path: root/lib/libc/gen
AgeCommit message (Expand)Author
2000-07-11Xr passwd.confad
2000-07-10document sysctl variable "net.inet.icmp.errppslimit".itojun
2000-07-09add desription for net.inet6.icmp6.{errppslimit,nd6_maxnudhint}.itojun
2000-07-07Passing "char" values to ctype(3) functions is problematic.itohy
2000-07-06mark the prototype mismatch as linted. We cannot do better because of thechristos
2000-07-05remove extra period in SEE ALL sectionmsaitoh
2000-07-03- One more s/vm/uvm/ substitution.enami
2000-06-29remove include of <vm/vm.h>mrg
2000-06-28Implement FNM_CASEFOLD, for matching the pattern in a case-insensitivethorpej
2000-06-27<vm/vm_param.h> is now <uvm/uvm_param.h>mrg
2000-06-26we now need <uvm/uvm_param.h>mrg
2000-06-16Document KERN_MSGBUF sysctl.simonb
2000-06-14sweep of my licenses (userland files w/o only my copyright) forcgd
2000-06-14fix up NetBSD RCS Ids to match the standard, and the leading comment ascgd
2000-06-13Bring a little closer to current reality - includes my recent sysctlsimonb
2000-06-09Remove a bit of lint.simonb
2000-06-07Fix incorrect uses of indicate/indicates/indicated for each other.nathanw
2000-06-05Add a cache ala pwcache(3). Gives a small but measurable performancesimonb
2000-06-03Clarify the cache size description comments a little.simonb
2000-06-02correct memory leak due to t_getstr() and realloc(). the commit willitojun
2000-05-23correct FILES section. mention IPv6/IPsec headers.itojun
2000-05-23s/udp6.sendmax/udp6.sendspace/itojun
2000-05-22correct table formatting for net.inet.*.itojun
2000-05-15Use the same copyrigth notice everywhere.bouyer
2000-05-09Initial commit of arm26 portbjh21
2000-04-16make scandir(3)'s 3rd argument take a function that takes a *const*mrg
2000-03-29kill reference to getvfsbyname(3) - it's no longer present on NetBSDjdolecek
2000-03-10Add an EILSEQ code (C99, first appeared in C90/AMD1), and update messagekleink
2000-02-27add hw.alignbytes sysctl mib. this gives you the value of ALIGNBYTESitojun
2000-02-26remove net.inet6.ip6.nd6_proxyall sysctl.itojun
2000-02-17Back out previous: when statically linking executables a warning will bekleink
2000-02-15Note net.inet.icmp.errratelimit and net.inet.tcp.rstratelimit.thorpej
2000-02-13Arrange for a linker warning to be displayed when the errno datum is accessedkleink
2000-02-06Document KERN_LOGSIGEXIT.fair
2000-01-25- Don't update the size of allocated storage until realloc successes.enami
2000-01-25Use tab to indent.enami
2000-01-23Change how the purpose of net.inet.tcp.log_refused is expressed so that it'sad
2000-01-23Doh. Remove the __weak_alias() as well...mycroft
2000-01-22Delint.mycroft
2000-01-22Delint.mycroft
2000-01-20- To detect realloc failure, need to check the value just returned by it.enami
2000-01-20Use strtol() to check validity of numeric values, rather thanmycroft
2000-01-19warning about net.inet6.ip6.forwarding.itojun
2000-01-06make IPV6_BINDV6ONLY setsockopt available. it controls behavior ofitojun
2000-01-06wording fix in net.inet6.icmp6.errratelim.itojun
2000-01-06add missing variables under net.inet6.ip6.itojun
2000-01-03nlist for COFFmsaitoh
2000-01-02add net.inet6.icmp6.nodeinfo sysctl.itojun
2000-01-02typo fixitojun
2000-01-01document PF_INET6 items (net.inet6.*).itojun