summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2001-06-03kern.nprocsAngelos D. Keromytis
2001-06-03Add kern.fscale and kern.ccpuAngelos D. Keromytis
2001-06-02Various swapctl(8) improvements:Miod Vallat
2001-06-01missing option in getopt vs casesMichael Shalayeff
2001-06-01make listall immune to supuh long names; after deraadtificationMichael Shalayeff
2001-06-01duh, main returnsMichael Shalayeff
2001-06-01do not use strlen after strlcpyMichael Shalayeff
2001-05-31If we're passed keys and certs to use, put them in the conf space.Angelos D. Keromytis
2001-05-31When trying to find the right certificate/key to use, first check inAngelos D. Keromytis
2001-05-31Store/retrieve the right information in terms of keys.Angelos D. Keromytis
2001-05-31Appropriately release the cert and key fields in the SA structure on free.Angelos D. Keromytis
2001-05-31Copy the new information from the exchange to the sa at the end of theAngelos D. Keromytis
2001-05-31Match the information stored in the sa structure (or the other wayAngelos D. Keromytis
2001-05-31Get rid of recv_certlen, add sent_* and keynote_key fields,Angelos D. Keromytis
2001-05-31Compile key.cAngelos D. Keromytis
2001-05-31Expand the X509 and KeyNote cert handlers.Angelos D. Keromytis
2001-05-31Routines for handling KeyNote cert representation.Angelos D. Keromytis
2001-05-31New routines for handling X509 cert representation.Angelos D. Keromytis
2001-05-31Add a some more routines for handling certs in the cert handler structure.Angelos D. Keromytis
2001-05-31Key handling routines.Angelos D. Keromytis
2001-05-31Prototypes for routines handling key representations.Angelos D. Keromytis
2001-05-30ifdef out some of the things I inadvertently committed along with theAngelos D. Keromytis
2001-05-30Remove bogus printfAngelos D. Keromytis
2001-05-30MBOX->FQDN, begining of passing some credentials to the kernel.Angelos D. Keromytis
2001-05-30MBOX->USERFQDNAngelos D. Keromytis
2001-05-30Remove ipf. Darren Reed has interpreted his (old, new, whichever)Theo de Raadt
2001-05-28Fix directory state tracking.Grigoriy Orlov
2001-05-24Add isakmpd.pid to the FILES section.Hakan Olsson
2001-05-24Match the IDs without checking the ASN1 length field, similar to howAngelos D. Keromytis
2001-05-21More verbose error message (what's the actual sysctl that failed)Angelos D. Keromytis
2001-05-21Better FEATURE handling for dnssecHakan Olsson
2001-05-19When zeroing out the parition table, make 'c' the entire disk, not justTodd C. Miller
2001-05-18oopsMichael Shalayeff
2001-05-18treat two exits for a returnMichael Shalayeff
2001-05-18why exit if returnsMichael Shalayeff
2001-05-18why exit if returnsMichael Shalayeff
2001-05-18a few harmless cleanupsMichael Shalayeff
2001-05-15do not permit emalloc/erealloc of 0 sized objectsTheo de Raadt
2001-05-15do the same as _ffsMichael Shalayeff
2001-05-15error out if failed to malloc memory for inode cache entry; deraadt@ okMichael Shalayeff
2001-05-15report on another calloc() failureTheo de Raadt
2001-05-15Split wi(4) into bus-dependent and bus-independent bits similar toTodd C. Miller
2001-05-14Ignore empty strings in kern.malloc.kmemstat.<foo>, add tty stats.Angelos D. Keromytis
2001-05-14Update.Angelos D. Keromytis
2001-05-14Xr bridgename.if and hostname.if in section 5, not 8; spotted by James Cronin...Jason Wright
2001-05-12Better argument checking for kmemstats.Angelos D. Keromytis
2001-05-12size_t -> u_int32_t (mcmahill@mtl.mit.edu)Angelos D. Keromytis
2001-05-11use strlcpy instead of strncpy+a[len-1]='\0'Michael Shalayeff
2001-05-11use strlcpy instead of strncpy+a[len-1]='\0'Michael Shalayeff
2001-05-11use strlcpy instead of strncpy+a[len-1]='\0'Michael Shalayeff