summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2012-06-23Document that -Wsystem-headers is on by default.Matthieu Herrb
2012-06-23Replace R5000 and R10000 family assembly cache routines with C equivalents,Miod Vallat
2012-06-23Fix ITLBNOPFIX macro definition on RM7000-capable kernels, and use itMiod Vallat
2012-06-23syncTheo de Raadt
2012-06-23There's no need to check for the last qTD of a list because they areMartin Pieuchot
2012-06-23Fix a bad copy/paste; when starting an isochronous transfer set theMartin Pieuchot
2012-06-23Put back the non-controversial changes from r1.5 that I reverted onMartin Pieuchot
2012-06-23add (currently failing) stackjmp regress testMatthew Dempsky
2012-06-22Improve error messages when removing/recreating symlinks in the build dirPhilip Guenthe
2012-06-22add support for AF_INET6 to inet_net_pton() and inet_net_ntop()Gilles Chehade
2012-06-22synch build after importMarc Espie
2012-06-22import 3.7.13Marc Espie
2012-06-22Add initial support for retransmition timeouts and response retries.Mike Belopuhov
2012-06-22decouple timer initialization from timer_registerMike Belopuhov
2012-06-22syncTheo de Raadt
2012-06-22Remove unused variable leftover from tab-completion changes.Darren Tucker
2012-06-22remove dead code following 'for (;;)' loops.Darren Tucker
2012-06-22'ingnoring' -> 'ignoring' in a couple of note()'s.Kenneth R Westerback
2012-06-22correct unconfig directoriesTheo de Raadt
2012-06-22two changes which should improve realloc. first, fix zapcacheregion toTed Unangst
2012-06-22Two 'ioctl() < 0' -> 'ioctl() == -1'. guenther@ says they're odd.Kenneth R Westerback
2012-06-22Set state to S_REBOOTING when calling state_reboot() and set stateKenneth R Westerback
2012-06-21rfc 3542 obsoletes rfc 2292; ok guentherJason McIntyre
2012-06-21link copy.9 to kcopy.9Matthew Dempsky
2012-06-21Document kcopy() and add a note that copystr() does not return EFAULTMatthew Dempsky
2012-06-21Shuffle leave-tmpdir-backups up to correct place in alphabetic order.lum
2012-06-21sync from mirrors.datStuart Henderson
2012-06-21use regular i/o functions in the hibernate resume path. ahci(4) hibernateJonathan Matthew