Age | Commit message (Expand) | Author |
2012-06-25 | Turns out this file not need machine/float.h at all, since it defines | Theo de Raadt |
2012-06-25 | Provide common helper function for adding windows and sessions to choose | Nicholas Marriott |
2012-06-25 | Clean up and simplify the choose mode code, from Thomas Adam. | Nicholas Marriott |
2012-06-25 | Trim a blank line. | Nicholas Marriott |
2012-06-25 | automake has different naming rules, I was mistaken, those require conflict | Marc Espie |
2012-06-25 | log all, not log-all; ok henning | Jason McIntyre |
2012-06-25 | sync | Theo de Raadt |
2012-06-24 | work-around for obvious race condition with make -j4. | Marc Espie |
2012-06-24 | Code for the external L2 cache controller on Indy/Indigo2 R4600SC and Indy | Miod Vallat |
2012-06-24 | Bring in line with current cache_r{5,10}k.c style, and optimize slightly the | Miod Vallat |
2012-06-24 | Since the RM7000 cache behaves as a physically-indexed cache due to the set | Miod Vallat |
2012-06-24 | Get the L2 line size from the configuration register instead of hardcoding the | Miod Vallat |
2012-06-24 | Do not output unnecessary semicolons when expanding macros. No functional change | Miod Vallat |
2012-06-24 | In sysconf(), don't bother querying the kernel for userspace-only | Matthew Dempsky |
2012-06-24 | Change arc4random_uniform() to calculate ``2**32 % upper_bound'' as | Matthew Dempsky |
2012-06-24 | - document newly imported AF_INET6 support to net_inet_{pton,ntop} | Gilles Chehade |
2012-06-24 | Add cache operation functions pointers to struct cpu_info; the various | Miod Vallat |
2012-06-24 | Nuke interface_link_status() (check media status only) and use | Kenneth R Westerback |
2012-06-24 | clean-up the mess: move modes into separate files, | Marc Espie |
2012-06-24 | tweak previous (sorry matthieu, i should have spotted this earlier); | Jason McIntyre |
2012-06-24 | Fix comment. Pointed out by Seth Wright (seth at crosse.org) | Philip Guenthe |
2012-06-24 | Make the default SSL file locations match the ssl(8) man page for | Lawrence Teo |
2012-06-23 | Document that -Wsystem-headers is on by default. | Matthieu Herrb |
2012-06-23 | Replace R5000 and R10000 family assembly cache routines with C equivalents, | Miod Vallat |
2012-06-23 | Fix ITLBNOPFIX macro definition on RM7000-capable kernels, and use it | Miod Vallat |
2012-06-23 | sync | Theo de Raadt |
2012-06-23 | There's no need to check for the last qTD of a list because they are | Martin Pieuchot |
2012-06-23 | Fix a bad copy/paste; when starting an isochronous transfer set the | Martin Pieuchot |
2012-06-23 | Put back the non-controversial changes from r1.5 that I reverted on | Martin Pieuchot |
2012-06-23 | add (currently failing) stackjmp regress test | Matthew Dempsky |
2012-06-22 | Improve error messages when removing/recreating symlinks in the build dir | Philip Guenthe |
2012-06-22 | add support for AF_INET6 to inet_net_pton() and inet_net_ntop() | Gilles Chehade |
2012-06-22 | synch build after import | Marc Espie |
2012-06-22 | import 3.7.13 | Marc Espie |
2012-06-22 | Add initial support for retransmition timeouts and response retries. | Mike Belopuhov |
2012-06-22 | decouple timer initialization from timer_register | Mike Belopuhov |
2012-06-22 | sync | Theo de Raadt |
2012-06-22 | Remove unused variable leftover from tab-completion changes. | Darren Tucker |
2012-06-22 | remove dead code following 'for (;;)' loops. | Darren Tucker |
2012-06-22 | 'ingnoring' -> 'ignoring' in a couple of note()'s. | Kenneth R Westerback |
2012-06-22 | correct unconfig directories | Theo de Raadt |
2012-06-22 | two changes which should improve realloc. first, fix zapcacheregion to | Ted Unangst |
2012-06-22 | Two 'ioctl() < 0' -> 'ioctl() == -1'. guenther@ says they're odd. | Kenneth R Westerback |
2012-06-22 | Set state to S_REBOOTING when calling state_reboot() and set state | Kenneth R Westerback |
2012-06-21 | rfc 3542 obsoletes rfc 2292; ok guenther | Jason McIntyre |
2012-06-21 | link copy.9 to kcopy.9 | Matthew Dempsky |
2012-06-21 | Document kcopy() and add a note that copystr() does not return EFAULT | Matthew Dempsky |
2012-06-21 | Shuffle leave-tmpdir-backups up to correct place in alphabetic order. | lum |
2012-06-21 | sync from mirrors.dat | Stuart Henderson |
2012-06-21 | use regular i/o functions in the hibernate resume path. ahci(4) hibernate | Jonathan Matthew |