summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2018-11-11make all the setsockopt calls consistent.David Gwynne
2018-11-11Sometimes autoindenting is too helpful.Kenneth R Westerback
2018-11-11As get_hw_address() is called early and unconditionally setsKenneth R Westerback
2018-11-10let -D work on ping6 too.David Gwynne
2018-11-10Unbreak `-D macro=value' (r1.686 regression)kn
2018-11-10Use tick_msg(INT64_MAX) when LLADDR changes.Kenneth R Westerback
2018-11-10If tick_msg() is passed a start of INT64_MAX (a.k.a. the end of time)Kenneth R Westerback
2018-11-10Eliminate single use variables 'tickstop' that confuse ticking andKenneth R Westerback
2018-11-10Fix vnetid rangekn
2018-11-10Stop passing value+3 as the start time for tick_msg(). Just #defineKenneth R Westerback
2018-11-10The tick messages ("no link...", "no lease...") have had a hardKenneth R Westerback
2018-11-10add support for setting the traffic class on ipv6 packets.David Gwynne
2018-11-09Abstract a separate function to scan the list provided by getifaddrs()Kenneth R Westerback
2018-11-07sync cmdline_symset() changes with src/usr.sbin; OK sashan@ claudio@miko
2018-11-06vm.malloc_conf, userland sysctl parts; ok millert@ deraadt@Otto Moerbeek
2018-11-04Kill obsolete comment about the constraints imposed by the need toKenneth R Westerback
2018-11-04No names in function prototypes. Spaces after commas inKenneth R Westerback
2018-11-03No need to say 'restarting' twice when LLADDR is modified. Log "LLADDRKenneth R Westerback
2018-11-02When reacting to SIGHUP, i.e. trying to restart, ignore incomingKenneth R Westerback
2018-11-01- odd condition/test in PF lexerAlexandr Nedvedicky
2018-10-15use PFR_RB_NONE consistentlykn
2018-10-15Trust the resolver to give us a sockaddr_in6 sized objectFlorian Obser
2018-10-15The struct members addr and dstaddr in struct if_laddrreq are structFlorian Obser
2018-10-14Fix ID commentskn
2018-10-14Remove unneeded sockaddr size checkskn
2018-09-30deny non-contiguous netmaskdenis
2018-09-29Use atomic operations to update vfc_refcount. Change the field's typeVisa Hankala
2018-09-28add missing unveil(2) of an arbitrary kernel (when -N is used), or _PATH_UNIX byRicardo Mestre
2018-09-26related to the fsck changes, quotacheck must also determine & setupTheo de Raadt
2018-09-24After opening required descriptors, savecore only plays in one directoryTheo de Raadt
2018-09-24Use unveil(2). These programs fit together in various strange ways,Theo de Raadt
2018-09-22Harmonize spacing after ellipses in displayed messages.Frederic Cambus
2018-09-22Revert previous. It broke /etc/rc.Visa Hankala
2018-09-21Stop displaying vfsconf reference counts so that the vfc_refcount fieldVisa Hankala
2018-09-21Increase /usr/local max size to 20 GB in default templatesolene
2018-09-20add missing braces implied by indentationJonathan Gray
2018-09-19Update disklabel(8) man page with the new 5G minimum for /usr/obj.Alexander Bluhm
2018-09-18Increase minimum size for /usr/obj partition to 5 Gig. This allowsAlexander Bluhm
2018-09-18fix table commands under anchorskn
2018-09-16The kernel does not set the address family for the socket addressesAlexander Bluhm
2018-09-16Use uid_from_user(3) and gid_from_group(3) in utilities thatTodd C. Miller
2018-09-16Use user_from_uid(3) and group_from_gid(3) in a few more placesTodd C. Miller
2018-09-13Avoid unneeded variable in gen_dynnode()kn
2018-09-11Fix netmask regression in get_dynnode()kn
2018-09-11Tighten validation tests on an obscure corner case ofKenneth R Westerback
2018-09-11Remove unused buffer from host()kn
2018-09-10Merge host_v{4,6}() into simpler host_ip()kn
2018-09-10Introduce copy_satopfaddr()kn
2018-09-09convert the things we save in 'join' into a single ioctl. mixing relatedPeter Hessler
2018-09-08Enforce that "join" and "nwid" may not be used at the same time.Peter Hessler