Age | Commit message (Expand) | Author |
2018-11-07 | sync cmdline_symset() changes with src/usr.sbin; OK sashan@ claudio@ | miko |
2018-11-06 | vm.malloc_conf, userland sysctl parts; ok millert@ deraadt@ | Otto Moerbeek |
2018-11-04 | Kill obsolete comment about the constraints imposed by the need to | Kenneth R Westerback |
2018-11-04 | No names in function prototypes. Spaces after commas in | Kenneth R Westerback |
2018-11-03 | No need to say 'restarting' twice when LLADDR is modified. Log "LLADDR | Kenneth R Westerback |
2018-11-02 | When reacting to SIGHUP, i.e. trying to restart, ignore incoming | Kenneth R Westerback |
2018-11-01 | - odd condition/test in PF lexer | Alexandr Nedvedicky |
2018-10-15 | use PFR_RB_NONE consistently | kn |
2018-10-15 | Trust the resolver to give us a sockaddr_in6 sized object | Florian Obser |
2018-10-15 | The struct members addr and dstaddr in struct if_laddrreq are struct | Florian Obser |
2018-10-14 | Fix ID comments | kn |
2018-10-14 | Remove unneeded sockaddr size checks | kn |
2018-09-30 | deny non-contiguous netmask | denis |
2018-09-29 | Use atomic operations to update vfc_refcount. Change the field's type | Visa Hankala |
2018-09-28 | add missing unveil(2) of an arbitrary kernel (when -N is used), or _PATH_UNIX by | Ricardo Mestre |
2018-09-26 | related to the fsck changes, quotacheck must also determine & setup | Theo de Raadt |
2018-09-24 | After opening required descriptors, savecore only plays in one directory | Theo de Raadt |
2018-09-24 | Use unveil(2). These programs fit together in various strange ways, | Theo de Raadt |
2018-09-22 | Harmonize spacing after ellipses in displayed messages. | Frederic Cambus |
2018-09-22 | Revert previous. It broke /etc/rc. | Visa Hankala |
2018-09-21 | Stop displaying vfsconf reference counts so that the vfc_refcount field | Visa Hankala |
2018-09-21 | Increase /usr/local max size to 20 GB in default template | solene |
2018-09-20 | add missing braces implied by indentation | Jonathan Gray |
2018-09-19 | Update disklabel(8) man page with the new 5G minimum for /usr/obj. | Alexander Bluhm |
2018-09-18 | Increase minimum size for /usr/obj partition to 5 Gig. This allows | Alexander Bluhm |
2018-09-18 | fix table commands under anchors | kn |
2018-09-16 | The kernel does not set the address family for the socket addresses | Alexander Bluhm |
2018-09-16 | Use uid_from_user(3) and gid_from_group(3) in utilities that | Todd C. Miller |
2018-09-16 | Use user_from_uid(3) and group_from_gid(3) in a few more places | Todd C. Miller |
2018-09-13 | Avoid unneeded variable in gen_dynnode() | kn |
2018-09-11 | Fix netmask regression in get_dynnode() | kn |
2018-09-11 | Tighten validation tests on an obscure corner case of | Kenneth R Westerback |
2018-09-11 | Remove unused buffer from host() | kn |
2018-09-10 | Merge host_v{4,6}() into simpler host_ip() | kn |
2018-09-10 | Introduce copy_satopfaddr() | kn |
2018-09-09 | convert the things we save in 'join' into a single ioctl. mixing related | Peter Hessler |
2018-09-08 | Enforce that "join" and "nwid" may not be used at the same time. | Peter Hessler |
2018-09-08 | Allocate path only when needed, use __func__ | kn |
2018-09-08 | Error out early on bad anchor usage | kn |
2018-09-07 | More __func__ to fix error messages | kn |
2018-09-07 | Fix function name in error messages by using __func__ | kn |
2018-09-07 | Remove wildcard address on loopack remnants | kn |
2018-09-07 | Remove unnused af argument from unmask(), sync with pfctl | kn |
2018-09-07 | Make print_hostname() less AF-specific | kn |
2018-09-06 | Remove unused af argument from unmask() | kn |
2018-09-06 | Fill netmask AF-independently in print_host() | kn |
2018-09-05 | Move AF-specific mask logic from callers into set_ipmask() | kn |
2018-09-05 | Use error label in host_if() | kn |
2018-08-31 | Dont print "default" for "0.0.0.0" if it is a host route. | YASUOKA Masahiko |
2018-08-30 | Practice safe free()'ing by setting alloc to NULL to | Kenneth R Westerback |