summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-06-26tweak column spacing to allow for larger numbersTed Unangst
2012-06-26after a talk with ariane, use MAP_FIXED for mquery to avoid the cost ofTed Unangst
2012-06-26It is time to bring this back alive.Claudio Jeker
2012-06-26simplify a little of the posix standards talk. ok deraadt guenther jmcTed Unangst
2012-06-26There is a iscsi.conf man page now. Reminded by jmc@Claudio Jeker
2012-06-26Long overdue addition of the iscsi.conf man page.Claudio Jeker
2012-06-26IP22 R4600SC and R5000SC have their L2 cache supported now.Miod Vallat
2012-06-26add missing rcs idsJasper Lievisse Adriaanse
2012-06-26ALPHA_PGSHIFT -> PGSHIFT.Theo de Raadt
2012-06-26do not assume that sys/param.h is pulling in the world; pull in what isTheo de Raadt
2012-06-26param.h (like landisk and alpha before) was still trying to include tooTheo de Raadt
2012-06-26create new machine/_float.h which is namespace clean. create a newTheo de Raadt
2012-06-26syncTheo de Raadt
2012-06-26create new machine/_float.h which is namespace clean. create a newTheo de Raadt
2012-06-26Use nl_langinfo(RADIXCHAR) instead of localeconv()->decimal_point inMatthew Dempsky
2012-06-26Add some more paranoia and make code clearer. Check that the requiredKenneth R Westerback
2012-06-26RFC 2132 says "Options containing NVT ASCII data SHOULD NOT includeKenneth R Westerback
2012-06-26initialize 'reason' variable before passing it to the pflog_packet;Mike Belopuhov
2012-06-26test sandbox with every malloc optionDarren Tucker
2012-06-26improve ikev2_msg_retransmit_timeoutMike Belopuhov
2012-06-26close SA when IKE_SA_INIT or IKE_AUTH exchanges fail;Mike Belopuhov
2012-06-26Add mquery to the list of allowed syscalls for "UsePrivilegeSeparationDarren Tucker
2012-06-26compare exchange types as well when looking up a message;Mike Belopuhov
2012-06-26Don't ignore SOCK_CLOEXEC and SOCK_NONBLOCK.Paul Irofti
2012-06-26use /var/www/tmp/ for the temp directories even if not chrootedRobert Nagy
2012-06-26Improve compliance for <arpa/inet.h> and <netinet/in.h> to define/declarePhilip Guenthe
2012-06-26Stop the song and dance where alpha param.h tries to include the world.Theo de Raadt
2012-06-25Do not use <machine/float.h>, that is an deformed BSD-ism.Theo de Raadt
2012-06-25Turns out this file not need machine/float.h at all, since it definesTheo de Raadt
2012-06-25Provide common helper function for adding windows and sessions to chooseNicholas Marriott
2012-06-25Clean up and simplify the choose mode code, from Thomas Adam.Nicholas Marriott
2012-06-25Trim a blank line.Nicholas Marriott
2012-06-25automake has different naming rules, I was mistaken, those require conflictMarc Espie
2012-06-25log all, not log-all; ok henningJason McIntyre
2012-06-25syncTheo de Raadt
2012-06-24work-around for obvious race condition with make -j4.Marc Espie
2012-06-24Code for the external L2 cache controller on Indy/Indigo2 R4600SC and IndyMiod Vallat
2012-06-24Bring in line with current cache_r{5,10}k.c style, and optimize slightly theMiod Vallat
2012-06-24Since the RM7000 cache behaves as a physically-indexed cache due to the setMiod Vallat
2012-06-24Get the L2 line size from the configuration register instead of hardcoding theMiod Vallat
2012-06-24Do not output unnecessary semicolons when expanding macros. No functional changeMiod Vallat
2012-06-24In sysconf(), don't bother querying the kernel for userspace-onlyMatthew Dempsky
2012-06-24Change arc4random_uniform() to calculate ``2**32 % upper_bound'' asMatthew Dempsky
2012-06-24- document newly imported AF_INET6 support to net_inet_{pton,ntop}Gilles Chehade
2012-06-24Add cache operation functions pointers to struct cpu_info; the variousMiod Vallat
2012-06-24Nuke interface_link_status() (check media status only) and useKenneth R Westerback
2012-06-24clean-up the mess: move modes into separate files,Marc Espie
2012-06-24tweak previous (sorry matthieu, i should have spotted this earlier);Jason McIntyre
2012-06-24Fix comment. Pointed out by Seth Wright (seth at crosse.org)Philip Guenthe
2012-06-24Make the default SSL file locations match the ssl(8) man page forLawrence Teo