Age | Commit message (Expand) | Author |
2013-11-11 | unused variable | Theo de Raadt |
2013-11-11 | oops, forgot a #ifdef AOE in last commit | Theo de Raadt |
2013-11-11 | Shuffle function prototypes and extern declarations around to | Kenneth R Westerback |
2013-11-11 | incorrect %lld for an int | Theo de Raadt |
2013-11-11 | Nuke 'cur_time' variable used only to assign time(NULL) to a field. | Kenneth R Westerback |
2013-11-11 | Document that SO_DEBUG (-d flag) has no effect on OpenBSD. | Jeremie Courreges-Anglas |
2013-11-11 | Argh. Set 'to' address to INADDR_BROADCAST, not 'from' address, | Kenneth R Westerback |
2013-11-11 | RFC 2131 and friends state that when renewing a lease the client | Kenneth R Westerback |
2013-11-10 | Don't use p_size as if it was the full partition size, and don't | Kenneth R Westerback |
2013-11-09 | Replace (int) = (size_t)(long) with (long long) = (long long) by replacing | Kenneth R Westerback |
2013-11-05 | Fix ifconfig with IPv6 tunnel addresses which was broken by the | Alexander Bluhm |
2013-11-05 | Replace direct references to p_size, p_offset and d_secperunit with | Kenneth R Westerback |
2013-11-04 | substantial namespace cleanup. Might go a little bit too far, but we | Theo de Raadt |
2013-11-04 | remove iop(4) driver. it is entirely unmaintained and supports something | Theo de Raadt |
2013-11-03 | Add missing (long long) cast of variable, (long long) casts | Kenneth R Westerback |
2013-11-02 | No need to cast constants or simple variables to (daddr_t). Use | Kenneth R Westerback |
2013-11-01 | keep net/hfsc.h away from userspace, except in pfctl | pelikan |
2013-11-01 | Sprinkle (long long) casts where %lld is being used to print daddr_t | Kenneth R Westerback |
2013-11-01 | altq -> new queue in examples | Henning Brauer |
2013-10-31 | List all generated files in CLEANFILES. | Ingo Schwarze |
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 |
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 |
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 |
2013-10-22 | Save 'next-server' (a.k.a. siaddr) info in leases file. Saving the | Kenneth R Westerback |
2013-10-22 | - add UNIX-domain socket info to struct kinfo_file2 | Philip Guenther |
2013-10-21 | More rdomain / rtable support for useful diagnostic tools | Peter Hessler |
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 |
2013-10-20 | WSDISPLAYIO_GTYPE ioctl support for KMS drivers. ok jsg@ | Miod Vallat |
2013-10-19 | fix obvious .An formatting errors | Ingo Schwarze |
2013-10-18 | allow more space for swap with big disks, useful for hibernation; | Otto Moerbeek |
2013-10-18 | Prepare the route(8) command for printing 64 bit route expire time. | Alexander Bluhm |
2013-10-17 | cannot have queue definitions inside anchors. | Henning Brauer |
2013-10-17 | The header file netinet/in_var.h included netinet6/in6_var.h. This | Alexander Bluhm |
2013-10-15 | The disklabel variables aflag and dflag are boolean, use logical | Alexander Bluhm |
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 |
2013-10-12 | config bits for the bandwidth shaping part of the new queueing subsystem | Henning Brauer |
2013-10-09 | Change "physical address" to "tunnel:" in ifconfig's tunnel address | Reyk Floeter |
2013-10-09 | Make sure that pfctl_state_store() frees the inbuf pointer and closes | Lawrence Teo |
2013-10-08 | Keep disk sector calcuations in u_int64_t as long as possible, and | Kenneth R Westerback |
2013-10-07 | Say 'fragments' where fragments are meant. Divide by DEV_BSIZE | Kenneth R Westerback |
2013-10-07 | Show number of sectors, not the number of 512-byte blocks, when | Kenneth R Westerback |
2013-10-07 | Oops. Too mechanical -- can't use DL_SECTOBLK() to set fssize, since | Kenneth R Westerback |