summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-11-10Make sure we pass a NULL cleanup argument to __start() by initializingPhilip Guenther
2013-11-10The kernel and ld.so pass 0 in %rdx for use as the cleanup callbackPhilip Guenther
2013-11-10zap trailing whitespace;Jason McIntyre
2013-11-10Framework extension to support -Tutf8 tests.Ingo Schwarze
2013-11-10prettier whitespace in variable assignmentsIngo Schwarze
2013-11-10clarify that \[uXXXX] wants uppercase hex digitsIngo Schwarze
2013-11-10Add fcu(4) to avoid playing a fan symphony when installing/upgrading someMartin Pieuchot
2013-11-10Replace sc_dying in favour of usbd_is_dying() and usbd_deactivate().Paul Irofti
2013-11-10Tweak comments to d_secperunit, p_size and p_offset to clearly sayKenneth R Westerback
2013-11-10Don't use p_size as if it was the full partition size, and don'tKenneth R Westerback
2013-11-09Abort autoinstaller in case of an invalid answer to a yes/no question.Robert Peichaer
2013-11-09Disable SRCLIBDIR crunchgen feature on gcc 3 platforms; gcc 3 collect2 doesMiod Vallat
2013-11-09Cope with the current layout of kernel binaries (three program headers nowMiod Vallat
2013-11-09kinfo_file returns the socket buffer counts in uint64_ts, so we need toPhilip Guenther
2013-11-09Abort automatic installation if no sets are found in install_files().Robert Peichaer
2013-11-09Replace handrolled tolower() function with ksh equivalent.Robert Peichaer
2013-11-09Replace (int) = (size_t)(long) with (long long) = (long long) by replacingKenneth R Westerback
2013-11-09Simplify fuse_unmount(). No functional change.Stefan Sperling
2013-11-09Properly check realpath() return value during argv processing in libfuse.Stefan Sperling
2013-11-09In our USB world, timeouts are in milliseconds, so use timeout_add_msec()Martin Pieuchot
2013-11-09Reduce the differences between our controller drivers and initializeMartin Pieuchot
2013-11-09Remove hibernate_get_next_rle function (unused, and we need to redo itMike Larkin
2013-11-09Add KASSERT()s to tsleep() and msleep() to verify that bogus flagsPhilip Guenther
2013-11-09ticks is compared against mcl_grown to see if time has elapsed sinceDavid Gwynne
2013-11-09recognise Realtek ALC221Jonathan Gray
2013-11-09enable snooping on Intel 8 Series HD AudioJonathan Gray
2013-11-09Use smaller test data files to speed up tests. Grow test datafilesDarren Tucker
2013-11-09unbias the chunks and chunktable writing and reading. as a result, itTheo de Raadt
2013-11-09add Intel 8 series kt (amt serial over lan)Jonathan Gray
2013-11-09regenJonathan Gray
2013-11-09more rate matching hubsJonathan Gray
2013-11-09regenJonathan Gray
2013-11-09add some more 4th gen Intel Core devicesJonathan Gray
2013-11-09Support case insensitive searching in the same manner as emacs - allNicholas Marriott
2013-11-08advertise the ring sizes through the stack. specifically:David Gwynne
2013-11-08Use get_ifdevs() to get the interface nameRobert Peichaer
2013-11-08Make quota(1) work with DUIDs.Joel Sing
2013-11-08fix spelling.Federico G. Schwindt
2013-11-08Correctly redraw the top two lines in copy mode when they are selected -Nicholas Marriott
2013-11-08Include stdlib.h for free() as per the man page.Darren Tucker
2013-11-08add ibm serveraid m1115Mike Belopuhov
2013-11-08Replace sc_dying in favour of usbd_is_dying() and usbd_deactivate().Paul Irofti
2013-11-08To make sure detach hooks are executed in reverse order they were added,Martin Pieuchot
2013-11-08syncStuart Henderson
2013-11-08add ID for Areca ARC-1214Stuart Henderson
2013-11-08openssh-6.4Damien Miller
2013-11-08Rekey less frequently during tests to speed them upDarren Tucker
2013-11-08use calloc for all structure allocations; from markus@Damien Miller
2013-11-08fix bootstrap_bs_map to map more than one section.aalm
2013-11-07In polling mode since r1.101 we could end up dereferencing anMartin Pieuchot