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