summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2001-06-03Use sysctl() to get fscale, ccpu, and physmem if we haven'tAngelos D. Keromytis
2001-06-03Add kern.fscale and kern.ccpuAngelos D. Keromytis
2001-06-03KERN_FSCALE and KERN_CCPUAngelos D. Keromytis
2001-06-03Add KERN_FSCALE and KERN_CCPU.Angelos D. Keromytis
2001-06-03struct diskstats nowAngelos D. Keromytis
2001-06-03Read struct diskstats from the kernel.Angelos D. Keromytis
2001-06-03Pass struct diskstats through sysctl, deraadt@ okAngelos D. Keromytis
2001-06-03Add struct diskstats, for use by sysctl.Angelos D. Keromytis
2001-06-03Move login_cap stuff before pipe dupingTodd C. Miller
2001-06-02Version derived from new ftpd code which has an updated UCB license.Todd C. Miller
2001-06-02Fix some typos and add missing test for string of 1 million a's.Todd C. Miller
2001-06-02New md5/sha1/rmd160 driver with a BSD copyright. Improvements:Todd C. Miller
2001-06-02syncTheo de Raadt
2001-06-02do not compile components with licensing issuesTheo de Raadt
2001-06-02Remove a few extraneous subshells. Okay millert@Marc Espie
2001-06-02Support writing to the hardware clock for powerpc apple systems.Dale Rahn
2001-06-02On Cuda systems (imac Rev C at least), it seems that the adb dataDale Rahn
2001-06-02With recent changes to swapctl(8), replace the invocation of swaponMiod Vallat
2001-06-02Various swapctl(8) improvements:Miod Vallat
2001-06-02do not build mrouted until the license issues are worked out (a work inTheo de Raadt
2001-06-01CRIOGET is a _IOWR ioctlTheo de Raadt
2001-06-01whoohoo! New license for tcpwrappers, worked out over the phone with Wietse.x=Theo de Raadt
2001-06-01support BCM5221Theo de Raadt
2001-06-01missing option in getopt vs casesMichael Shalayeff
2001-06-01syncTheo de Raadt
2001-06-01make listall immune to supuh long names; after deraadtificationMichael Shalayeff
2001-06-01use pool allocation for ip fragement queue, from netbsd,Niels Provos
2001-06-01syncTheo de Raadt
2001-06-01BCM5221Theo de Raadt
2001-06-01duh, main returnsMichael Shalayeff
2001-06-01do not use strlen after strlcpyMichael Shalayeff
2001-06-01proto for dlerror() changedTheo de Raadt
2001-06-01do not mention ipnatTheo de Raadt
2001-06-01 - Allocate space for the finishing NUL in the name of ld.so.Artur Grabowski
2001-06-01Merge two m_copydata() calls into one, and (hopefully) correct theAngelos D. Keromytis
2001-06-01ipsp_parse_headers() goes down a list of IPv4/IPv6/AH/ESP headers andAngelos D. Keromytis
2001-06-01Comment out ipnat(8) reference.Federico G. Schwindt
2001-06-01No more IPF/IPNAT.Angelos D. Keromytis
2001-06-01use default hoplimit when incoming interface is not known to icmp6_error.Jun-ichiro itojun Hagino
2001-06-01rcsidPeter Valchev
2001-06-01Don't let packets that need IPsec crypto processing at the NIC beAngelos D. Keromytis
2001-06-01What was cri_insert used for anyway ?Angelos D. Keromytis
2001-06-01The IPsec-aware NIC cards don't pass the ICV for later verificationAngelos D. Keromytis
2001-06-01missing wordjasoni
2001-05-31Apparently GLOB_DAT needs r_addend.Artur Grabowski
2001-05-31Structure for NIC IPsec processing status reports.Angelos D. Keromytis
2001-05-31Add another tag for IPsec signalling.Angelos D. Keromytis
2001-05-31Fix another case of CHDIR("..") pointed out by Bruce EvansTodd C. Miller
2001-05-31Some cleanups.Artur Grabowski
2001-05-31unsigned long, not u_int32_tArtur Grabowski