summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-01-04sync usage()/man with defaults; from stevesk@pobox.comMarkus Friedl
2001-01-04handle SSH2_MSG_USERAUTH_BANNER; fixes bug when connecting to a server that ↵Markus Friedl
prints a banner (e.g. /etc/issue.net)
2001-01-04spellingTodd T. Fries
2001-01-04spellingTodd T. Fries
2001-01-04Sync.Angelos D. Keromytis
2001-01-04grammarTodd T. Fries
2001-01-04spellingTodd T. Fries
2001-01-04spellingTodd T. Fries
2001-01-04grammer/spellingTodd T. Fries
2001-01-04spellingTodd T. Fries
2001-01-04spelling; $OpenBSD$Todd T. Fries
2001-01-04spellingTodd T. Fries
2001-01-04comment grammarTodd T. Fries
2001-01-04grammarTodd T. Fries
2001-01-04spellingTodd T. Fries
2001-01-04spellingTodd T. Fries
2001-01-04spellingTodd T. Fries
2001-01-04spellingTodd T. Fries
2001-01-04Only use the sysctl interface if it's the running kernel we're gettingAngelos D. Keromytis
information from.
2001-01-04Update to use the new sysctl return value for kmembuckets. That's itAngelos D. Keromytis
for tonight.
2001-01-04Update.Angelos D. Keromytis
2001-01-04Read a struct kmembuckets, rather than individual values.Angelos D. Keromytis
2001-01-04Return a kmembuckets structure, rather than individual items, since they may beAngelos D. Keromytis
out of sync between consecutive calls of sysctl(3).
2001-01-04Remove unneeded name definitions.Angelos D. Keromytis
2001-01-04Use sysctl(3) to get clock information as well.Angelos D. Keromytis
2001-01-04Use the new sysctl(3) interface for the kernel memory bucket statistics.Angelos D. Keromytis
2001-01-04Correctly check empty mailq, closes PR 1602 (cjclark@alum.mit.edu)Angelos D. Keromytis
2001-01-04Use sysctl(3) to get the boottime, rather than kread()Angelos D. Keromytis
2001-01-04Document kern.malloc treeAngelos D. Keromytis
2001-01-04Print the kern.malloc.* branchAngelos D. Keromytis
2001-01-04sysctl_quad/sysctl_rdquad, and "malloc" node in kern sysctlAngelos D. Keromytis
2001-01-04sysctl_malloc()Angelos D. Keromytis
2001-01-04kmembuckets sysctlAngelos D. Keromytis
2001-01-04Y2K fix for TODC - Submitted by Bob Harbour. Thanks Bob!Steve Murphree
2001-01-04Y2K fix for TODC - Submitted by Bob Harbour. Thanks Bob!Steve Murphree
2001-01-03Sync with GENERIC + cleanupMiod Vallat
2001-01-03New length of kmembuckets counters; we don't really take advantage ofAngelos D. Keromytis
the full length, since that would bring us way beyond typical terminal size (~20 digits per field). Still, this should be enough for a while.
2001-01-03Add sysctl_quad/sysctl_rdquad routines.Angelos D. Keromytis
2001-01-03Convert the kb_* counters to u_int64_t after all; easier toAngelos D. Keromytis
sysctl-expose them (ok deraadt@)
2001-01-03make smb printing a little closer to what it is supposedMichael Shalayeff
to look like in tcpdump world. main part from: Erik Fichtner <emf@marymount.edu>. help and testing from Jakob Schlyter <jakob@crt.se>.
2001-01-03-Wall cleanup.Eric Jackson
roll a function for writing out pidfile's instead of rolling it for each program. be careful with a few more buffers
2001-01-03Make it an error to open a zero-length file for read-only access.Todd C. Miller
This makes cap_mkdb happier, though cap_mkdb still behaves incorrectly when given multiple files (but that is cap_mkdb's fault).
2001-01-03Adding misc files.Steve Murphree
2001-01-03Descend into doc dir, missed in past amd doc commitTodd C. Miller
2001-01-03Sync with GENERIC, minor cleanups.Miod Vallat
2001-01-03Remove hardcoded SunOS-compatible drive name assignments. No other archMiod Vallat
does that, and it's more confusing than useful. Suggested by fries@
2001-01-03Remove bogus comment. Also fix ramdisk kernel detection.Miod Vallat
2001-01-03netintr() doesn't exist anymoreMiod Vallat
2001-01-03Use netisr_dispatch.Miod Vallat
2001-01-02m88k doesn't like optimization on m4.Steve Murphree