summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-09-09use proper macros for debug traces.Eric Faurot
2012-09-08Switch landisk to timecounters. Adapted from NetBSD.Miod Vallat
2012-09-08On SPARC64 VI/VII CPUs, use the lseep instruction in the idle loop to force aMark Kettenis
2012-09-08Link init_priority into the regress tree now that it passes (exceptMatthew Dempsky
2012-09-08Reverse the order that ctors and dtors are run in accordance withMatthew Dempsky
2012-09-08Switch hp300 to timecounters. From NetBSD via martin@Miod Vallat
2012-09-08syncMartin Pieuchot
2012-09-08Add drm nodeMartin Pieuchot
2012-09-08Don't use mtrr if we are not on i386/amd64.Martin Pieuchot
2012-09-08Instead of having yet an other option to compile the drm code without agpMartin Pieuchot
2012-09-08Include files.agp to be able to check against NAGP in the drm agp glue.Martin Pieuchot
2012-09-08Plug a race where we're trying to kill a traced process while it is aleadyMark Kettenis
2012-09-08remove unused headerCharles Longeau
2012-09-08split asr_resolver.c into different files to overlay the libc/netEric Faurot
2012-09-07add const where missingTed Unangst
2012-09-07disassemble the rdrand instruction on i386/amd64Christian Weisgerber
2012-09-07bump CPU feature strings to 12 chars since some names are now 8 charactersChristian Weisgerber
2012-09-07Call pci_min_powerstate() to determine the lowest possible powerstate insteadMark Kettenis
2012-09-07Implement pci_min_powerstate().Mark Kettenis
2012-09-07Implement pci_min_powerstate().Mark Kettenis
2012-09-07Add a new function called acpi_pci_min_powerstate() that returns the lowestMark Kettenis
2012-09-07Fixup a memory access fault on an invalid reply. Quoting the spec:Mike Belopuhov
2012-09-07Make C-r not screw up the line counter if the pattern ends up notlum
2012-09-07return value has no use; make it void.Eric Faurot
2012-09-07unused variablesEric Faurot
2012-09-07fix typo and commentYASUOKA Masahiko
2012-09-07Create IPv6 privacy addresses even if static IPv6 addresses are present.Stefan Sperling
2012-09-07when muxmaster is run with -N, make it shut down gracefully when a clientDarren Tucker
2012-09-07add pkcs5_pbkdf2(3);Jason McIntyre
2012-09-07various fixes;Jason McIntyre
2012-09-07tmpname -> tempnam; from Artturi AlmJason McIntyre
2012-09-07Give this a chance to build with gcc2. ok matthew@Miod Vallat
2012-09-07Merge escape help text for ~v and ~V; ok djm@Darren Tucker
2012-09-07syncTheo de Raadt
2012-09-07no need for the ../bioctlTheo de Raadt
2012-09-07Print '^Z' instead of a raw ^Z when the sequence is not supported. ok djm@Darren Tucker
2012-09-07handle pkcs5_pbkdf2() falloutTheo de Raadt
2012-09-06Add a (currently failing) regress test for GNU C++'s init_priorityMatthew Dempsky
2012-09-06Move the commented out test program in pkcs5_pbkdf2.c into a properMatthew Dempsky
2012-09-06remove compat_aout support for i386. ok deraadtTed Unangst
2012-09-06config parsing is done in one pass now. no need to use callback anymore.Eric Faurot
2012-09-06some better phrasing, mostly via jsingTed Unangst
2012-09-06move pkcs5_pbkdf5 function to libutil so everybody can play with itTed Unangst
2012-09-06Remove the need to occasionally treat dos file names as strings byKenneth R Westerback
2012-09-06Avoid modifying argv when building argv for $* and $@ since it willTodd C. Miller
2012-09-06include yp headers if necessary.Eric Faurot
2012-09-06make it easy to build without debug codeEric Faurot
2012-09-06missing letter in previous;Jason McIntyre
2012-09-06tweak previous;Jason McIntyre
2012-09-06add a strsplit() helper to factorize code a bit.Eric Faurot