summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2013-11-11unused variableTheo de Raadt
2013-11-11oops, forgot a #ifdef AOE in last commitTheo de Raadt
2013-11-11Shuffle function prototypes and extern declarations around toKenneth R Westerback
2013-11-11incorrect %lld for an intTheo de Raadt
2013-11-11Nuke 'cur_time' variable used only to assign time(NULL) to a field.Kenneth R Westerback
2013-11-11Document that SO_DEBUG (-d flag) has no effect on OpenBSD.Jeremie Courreges-Anglas
2013-11-11Argh. Set 'to' address to INADDR_BROADCAST, not 'from' address,Kenneth R Westerback
2013-11-11RFC 2131 and friends state that when renewing a lease the clientKenneth R Westerback
2013-11-10Don't use p_size as if it was the full partition size, and don'tKenneth R Westerback
2013-11-09Replace (int) = (size_t)(long) with (long long) = (long long) by replacingKenneth R Westerback
2013-11-05Fix ifconfig with IPv6 tunnel addresses which was broken by theAlexander Bluhm
2013-11-05Replace direct references to p_size, p_offset and d_secperunit withKenneth R Westerback
2013-11-04substantial namespace cleanup. Might go a little bit too far, but weTheo de Raadt
2013-11-04remove iop(4) driver. it is entirely unmaintained and supports somethingTheo de Raadt
2013-11-03Add missing (long long) cast of variable, (long long) castsKenneth R Westerback
2013-11-02No need to cast constants or simple variables to (daddr_t). UseKenneth R Westerback
2013-11-01keep net/hfsc.h away from userspace, except in pfctlpelikan
2013-11-01Sprinkle (long long) casts where %lld is being used to print daddr_tKenneth R Westerback
2013-11-01altq -> new queue in examplesHenning Brauer
2013-10-31List all generated files in CLEANFILES.Ingo Schwarze
2013-10-31Make sure -v output is properly aligned with the normal output.Mark Kettenis
2013-10-28kill kame version symbols and sysctlTheo de Raadt
2013-10-28use %d instead of %i in a few fprintf for clarityTheo de Raadt
2013-10-27If a constant string needs a name, use a static const array instead of aPhilip Guenther
2013-10-24no need for netinet/ip_var.h (and friends)Theo de Raadt
2013-10-23Add support for displaying the cache write policy of RAID volumes to bioctl(8)Mark Kettenis
2013-10-22Save 'next-server' (a.k.a. siaddr) info in leases file. Saving theKenneth R Westerback
2013-10-22- add UNIX-domain socket info to struct kinfo_file2Philip Guenther
2013-10-21More rdomain / rtable support for useful diagnostic toolsPeter Hessler
2013-10-21improve on last commit: take 10% for swap, with a max of physmem plus a bitOtto Moerbeek
2013-10-20Introduce write-only (for now) display.font parameter, which issues aMiod Vallat
2013-10-20WSDISPLAYIO_GTYPE ioctl support for KMS drivers. ok jsg@Miod Vallat
2013-10-19fix obvious .An formatting errorsIngo Schwarze
2013-10-18allow more space for swap with big disks, useful for hibernation;Otto Moerbeek
2013-10-18Prepare the route(8) command for printing 64 bit route expire time.Alexander Bluhm
2013-10-17cannot have queue definitions inside anchors.Henning Brauer
2013-10-17The header file netinet/in_var.h included netinet6/in6_var.h. ThisAlexander Bluhm
2013-10-15The disklabel variables aflag and dflag are boolean, use logicalAlexander Bluhm
2013-10-15remove last bits of a.out supportTheo de Raadt
2013-10-13whitespaceReyk Floeter
2013-10-13Pass NI_DGRAM to getnameinfo() to use UDP tunnel service names.Reyk Floeter
2013-10-13tweak previous;Jason McIntyre
2013-10-13Import vxlan(4), the virtual extensible local area network tunnelReyk Floeter
2013-10-12config bits for the bandwidth shaping part of the new queueing subsystemHenning Brauer
2013-10-09Change "physical address" to "tunnel:" in ifconfig's tunnel addressReyk Floeter
2013-10-09Make sure that pfctl_state_store() frees the inbuf pointer and closesLawrence Teo
2013-10-08Keep disk sector calcuations in u_int64_t as long as possible, andKenneth R Westerback
2013-10-07Say 'fragments' where fragments are meant. Divide by DEV_BSIZEKenneth R Westerback
2013-10-07Show number of sectors, not the number of 512-byte blocks, whenKenneth R Westerback
2013-10-07Oops. Too mechanical -- can't use DL_SECTOBLK() to set fssize, sinceKenneth R Westerback