Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-10-31 | Make sure -v output is properly aligned with the normal output. | Mark Kettenis | |
2013-10-28 | kill kame version symbols and sysctl | Theo de Raadt | |
ports tree grep run by sthen | |||
2013-10-28 | use %d instead of %i in a few fprintf for clarity | Theo de Raadt | |
2013-10-27 | If a constant string needs a name, use a static const array instead of a | Philip Guenther | |
pointer or non-const array, as that minimizes the symbols, maximizes the placement into read-only memory, and avoids warnings from gcc -Wformat=2 when they're used as format strings. ok deraadt@ | |||
2013-10-24 | no need for netinet/ip_var.h (and friends) | Theo de Raadt | |
2013-10-23 | Add support for displaying the cache write policy of RAID volumes to bioctl(8) | Mark Kettenis | |
and make mfi(4) pass up the necessary information. Adding support for other RAID controllers is left as an excercise to the reader. ok deraadt@ | |||
2013-10-22 | Save 'next-server' (a.k.a. siaddr) info in leases file. Saving the | Kenneth R Westerback | |
file name without the server address seems silly. Tested & ok uwe@ | |||
2013-10-22 | - add UNIX-domain socket info to struct kinfo_file2 | Philip Guenther | |
- convert netstat from kvm_getfiles() to kvm_getfile2() using that - delete kvm_getfiles() and KERN_FILE as no longer used (bump libkvm's major) - rename kvm_getfile2() to kvm_getfiles(), kinfo_file2 to kinfo_file and KERN_FILE2 to KERN_FILE. ok deraadt@, millert@ ports scan sthen@ | |||
2013-10-21 | More rdomain / rtable support for useful diagnostic tools | Peter Hessler | |
OK claudio@ bluhm@ | |||
2013-10-21 | improve on last commit: take 10% for swap, with a max of physmem plus a bit | Otto Moerbeek | |
2013-10-20 | Introduce write-only (for now) display.font parameter, which issues a | Miod Vallat | |
WSDISPLAYIO_USEFONT ioctl, asking the wsdisplay driver to change its current display font to the one requested (by name). | |||
2013-10-20 | WSDISPLAYIO_GTYPE ioctl support for KMS drivers. ok jsg@ | Miod Vallat | |
2013-10-19 | fix obvious .An formatting errors | Ingo Schwarze | |
found while working on mandoc apropos | |||
2013-10-18 | allow more space for swap with big disks, useful for hibernation; | Otto Moerbeek | |
requested by deraadt@ | |||
2013-10-18 | Prepare the route(8) command for printing 64 bit route expire time. | Alexander Bluhm | |
Also fix the conversion between relative and absolute expire time. OK claudio@ | |||
2013-10-17 | cannot have queue definitions inside anchors. | Henning Brauer | |
don't attempt to load them and err out if we run into one ran into by Gregor Best <gbe@@ring0.de>, analysis & fix your's truly | |||
2013-10-17 | The header file netinet/in_var.h included netinet6/in6_var.h. This | Alexander Bluhm | |
created a bunch of useless dependencies. Remove this implicit inclusion and do an explicit #include <netinet6/in6_var.h> when it is needed. OK mpi@ henning@ | |||
2013-10-15 | The disklabel variables aflag and dflag are boolean, use logical | Alexander Bluhm | |
instead of binary operators for comparison. OK krw@ | |||
2013-10-15 | remove last bits of a.out support | Theo de Raadt | |
2013-10-13 | whitespace | Reyk Floeter | |
2013-10-13 | Pass NI_DGRAM to getnameinfo() to use UDP tunnel service names. | Reyk Floeter | |
2013-10-13 | tweak previous; | Jason McIntyre | |
2013-10-13 | Import vxlan(4), the virtual extensible local area network tunnel | Reyk Floeter | |
interface. VXLAN is a UDP-based tunnelling protocol for overlaying virtualized layer 2 networks over layer 3 networks. The implementation is based on draft-mahalingam-dutt-dcops-vxlan-04 and has been tested with other implementations in the wild. put it in deraadt@ | |||
2013-10-12 | config bits for the bandwidth shaping part of the new queueing subsystem | Henning Brauer | |
syntax worked out with many in ljubljana using a whiteboard, testing & looking over by many, ok phessler sthen | |||
2013-10-09 | Change "physical address" to "tunnel:" in ifconfig's tunnel address | Reyk Floeter | |
output. This is more consistent with the current ifconfig style and matches the "tunnel" configuration command. ok claudio@ jmc@ deraadt@ | |||
2013-10-09 | Make sure that pfctl_state_store() frees the inbuf pointer and closes | Lawrence Teo | |
the state file before returning. ok henning | |||
2013-10-08 | Keep disk sector calcuations in u_int64_t as long as possible, and | Kenneth R Westerback | |
avoid using a daddr_t variable to hold a disk sector value even temporarily. No intentional functional change. | |||
2013-10-07 | Say 'fragments' where fragments are meant. Divide by DEV_BSIZE | Kenneth R Westerback | |
to convert from bytes to DEV_SIZE. ok otto@ zhuk@ (for his chunk) | |||
2013-10-07 | Show number of sectors, not the number of 512-byte blocks, when | Kenneth R Westerback | |
saying "n sectors of m bytes". Issue pointed out by David Vasek on misc@. Thanks! | |||
2013-10-07 | Oops. Too mechanical -- can't use DL_SECTOBLK() to set fssize, since | Kenneth R Westerback | |
command line sector size overrides disk label sector size. Add a comment to make sure I don't do it again. | |||
2013-10-06 | daddr_t tweaks. %lld -> %llu, intermediate disk sector calculation | Kenneth R Westerback | |
variable, drop pointless casts, vax-only sector variable to u_int64_t. No intentional functional change. | |||
2013-10-06 | daddr_t comment tweak and whitespace fix. | Kenneth R Westerback | |
2013-10-03 | Print u_int64_t variables with %llu. | Kenneth R Westerback | |
2013-09-26 | Removed a break of a switch-case, which had not been removed in the last commit. | Patrick Wildt | |
No functional change. | |||
2013-09-26 | After some manipulations with the buffer, ike message header (hdr) | Mike Belopuhov | |
might no longer point to the same memory as before. The bug was reported and fix was tested by LEVAI Daniel. Thanks! | |||
2013-09-23 | Revert. It seems people don't agree about which device should be used. | Antoine Jacoutot | |
req. by krw@ millert@ | |||
2013-09-23 | cd0a -> cd0c for consistency with the FAQ. | Antoine Jacoutot | |
discussed with and ok miod@ | |||
2013-09-13 | pflow(4) does not work without flowsrc set. | Florian Obser | |
OK benno@ | |||
2013-09-13 | errx() provides its own newline, so remove it from the string here | Bret Lambert | |
ok henning@ | |||
2013-09-12 | Misc time_t tweaks. %ld / (long)tv_sec -> %lld / (long long)tv_sec. | Kenneth R Westerback | |
Eliminate unneeded casts. suggestions from & ok millert@ guenther@ | |||
2013-09-10 | The rule is: daddr_t variables hold counts of 512-byte blocks, a.k.a. | Kenneth R Westerback | |
DEV_BSIZE blocks. Counts of possibly other-sized blocks (e.g. disk sector addresses) are u_int64_t. The values stored in disklabels are counts of possibly other-sized blocks and hence should be handled with u_int64_t variables. Start enforcing this rule. No intended functional change. Rule strongly suggested by deraadt@ | |||
2013-09-09 | Calculate the lease time fields (expiry, renew, rebind) after | Kenneth R Westerback | |
applying the option directives (ignore, default, supersede) from dhclient.conf. This allows the options dhcp-lease-time, dhcp-rebinding-time, and dhcp-renewal-time to be controlled via dhclient.conf. Also set BOOTP lease times by faking up these options rather than crudely jamming in fixed times, allowing them to become configurable via dhclient.conf. Imperviousness of the time options pointed out by todd@. | |||
2013-08-25 | the comment that comma characters cannot be used in transform | Mike Belopuhov | |
names in ike_section_p2 applies to phase-1 transforms as well. | |||
2013-08-22 | this full stop has lost its way... | Jason McIntyre | |
2013-08-19 | Add missing util.h | David Coppa | |
ok otto@ mpi@ mikeb@ | |||
2013-08-18 | Fix calls to printf-like functions which passed a non-fixed string | Philip Guenther | |
as the format and no variable args. Replace "%#0.*X" with "%#.*X": the zero-fill flag is ignored/implied on numeric conversions when a precision is specified. ok jung@ millert@ krw@ | |||
2013-08-17 | Do not create a route to the bound address via 127.0.0.1. Our stack | Kenneth R Westerback | |
should be able to correctly short-circuit packet routing to local addresses without this. Requested by many over the years, most recently chrisz@. Get it in early to see if anything does break. ok claudio@ henning@ | |||
2013-08-16 | Replace the misleading SIOC{G,S}IFGENERIC ioctls by SIOCG{G,S}PPPPARAMS. | Martin Pieuchot | |
This is another ABI break but no port rely on them as verified by naddy@. ok claudio@, mikeb@, henning@ | |||
2013-08-14 | Only skip address deleting/adding and route deleting/adding on | Florian Obser | |
identical lease when we are in state S_RENEWING. Otherwise we can end up without an IP address on the interface because dhclient thinks it's still there and doesn't add it. Found the hard way during suspend/resume. OK krw@ | |||
2013-08-14 | one more Mt; from jan stary | Jason McIntyre | |