Age | Commit message (Expand) | Author |
2014-05-12 | move the ohash functions into libutil by popular demand. | Marc Espie |
2014-05-12 | tweak interface to do the right thing, after useful comments from millert@ | Marc Espie |
2014-05-12 | change to having four freelists per size, to reduce another source of | Ted Unangst |
2014-05-12 | Don't exit on encountering RTM_NEWADDR or RTM_DELADDR routing messages | Kenneth R Westerback |
2014-05-12 | Keep libusbhid's HID parser in sync with the kernel one. This is mostly | Martin Pieuchot |
2014-04-15 | Import the OpenSSL libcrypto tests in a form suitable for our rergress | Miod Vallat |
2014-05-12 | fix a possible double free when tls is required but not advertised by | Eric Faurot |
2014-05-12 | Fix format strings in debug code. | Mark Kettenis |
2014-05-12 | Fix a leak from a recent added mark/marked keywords check. | Andre de Oliveira |
2014-05-12 | Since all static leases are in one file, /etc/dhclient.conf, there is no | Kenneth R Westerback |
2014-05-12 | No need for a dev_bsize variable that is always set to 512, | Kenneth R Westerback |
2014-05-12 | Backport FreeBSD's HID parser in order to properly parse `moderm' | Martin Pieuchot |
2014-05-12 | Includes a router altert option (RAO) in IGMP packets. Without this | Martin Pieuchot |
2014-05-12 | Make ifconfig do something intelligent based on the required length of | Bob Beck |
2014-05-11 | replace realloc(p, N * M) with reallocarray(p, N, M) and remove some | Alexander Hall |
2014-05-11 | struct direct's d_ino is no longer the same size as an ino_t, so copy it | Philip Guenther |
2014-05-11 | The relation between uhci(4), ohci(4) and their root hub device is | Martin Pieuchot |
2014-05-11 | Tweak DHCPREQUEST log message to omit 'port N', since the port is not | Kenneth R Westerback |
2014-05-11 | need syscall.h.. | Theo de Raadt |
2014-05-11 | Rework/restore recorded lease handling. Actually use 'lease' | Kenneth R Westerback |
2014-05-11 | More KNF. | Joel Sing |
2014-05-11 | KNF. | Joel Sing |
2014-05-11 | zap double full stop; ok schwarze | Jason McIntyre |
2014-05-11 | hide two printfs behind an ifdef DEBUG; spotted by miod@ | Jasper Lievisse Adriaanse |
2014-05-11 | Fix configuration of static IPv6 default gateway | Robert Peichaer |
2014-05-11 | sync | Theo de Raadt |
2014-05-11 | Move the increment of uvmexp.softs back to the caller of mi_ast(): | Philip Guenther |
2014-05-11 | Pull in <sys/user.h> before <sys/syscall*.h> | Philip Guenther |
2014-05-11 | remove unused variable | Charles Longeau |
2014-05-10 | catch up with the inet(3) rename; this commit missed in previous | Jason McIntyre |
2014-05-10 | spello in comment and tweak DUMP_BOOT_DESC a tad | Jasper Lievisse Adriaanse |
2014-05-10 | various format string fixes and remove -Wno-format from octeon | Jasper Lievisse Adriaanse |
2014-05-10 | sigh, another case of user.h before syscall_mi.h | Theo de Raadt |
2014-05-10 | fix typo in function prototype | Charles Longeau |
2014-05-10 | Fix SSL breakage that I accidentally introduced with my previous commit. | Reyk Floeter |
2014-05-10 | remove warning by adding explicit parentheses around && within || | Charles Longeau |
2014-05-10 | remove unused variable | Charles Longeau |
2014-05-10 | Remove -Wno-format. | Mark Kettenis |
2014-05-10 | Allow -p prefix to override user home directory for chroot() (Like | Chris Cappuccio |
2014-05-10 | Disable speedstep instead of panicing if the high and low speeds are the same. | Philip Guenther |
2014-05-10 | We print time_t by casting to "long long" even in the kernel. | Mark Kettenis |
2014-05-10 | Sidestep format string issue by sanitizing a bit of debug code. | Mark Kettenis |
2014-05-10 | please, if there is any chance you've ever encountered the same command | Theo de Raadt |
2014-05-10 | fix MALLOC_STATS code that was broken in rev 1.159, not compiled in by default | Otto Moerbeek |
2014-05-10 | Allow nginx to chroot to a directory other than /var/www | Chris Cappuccio |
2014-05-10 | Fix v6_defroute() for automatic installation. | Robert Peichaer |
2014-05-10 | bring things syscall_mi.h needs into scope earlier | Theo de Raadt |
2014-05-10 | bring things syscall_mi.h needs into scope earlier | Theo de Raadt |
2014-05-10 | Give more(1) its own help file, shorter than the one for less(1). | Ingo Schwarze |
2014-05-10 | Fix formwat string. Cast pointer to long and print it using %lx since %p | Mark Kettenis |