summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
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
2018-09-08Allocate path only when needed, use __func__kn
2018-09-08Error out early on bad anchor usagekn
2018-09-07More __func__ to fix error messageskn
2018-09-07Fix function name in error messages by using __func__kn
2018-09-07Remove wildcard address on loopack remnantskn
2018-09-07Remove unnused af argument from unmask(), sync with pfctlkn
2018-09-07Make print_hostname() less AF-specifickn
2018-09-06Remove unused af argument from unmask()kn
2018-09-06Fill netmask AF-independently in print_host()kn
2018-09-05Move AF-specific mask logic from callers into set_ipmask()kn
2018-09-05Use error label in host_if()kn
2018-08-31Dont print "default" for "0.0.0.0" if it is a host route.YASUOKA Masahiko
2018-08-30Practice safe free()'ing by setting alloc to NULL toKenneth R Westerback