summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-12-13if forced_tun_device is not set, it is -1 and not SSH_TUNID_ANYReyk Floeter
2005-12-13Whoops, need to #undef _BIG_ENDIAN not _BYTE_ORDERTodd C. Miller
2005-12-13syncTheo de Raadt
2005-12-13use consistent naming for members of the softc structDavid Gwynne
2005-12-13the megaraid i4 and my dell perc 3/dc share the same vendor and productDavid Gwynne
2005-12-13ansi/deregister. No binary change.Jonathan Gray
2005-12-13Correct typos in comments. From pedro la peu.Jonathan Gray
2005-12-13sdl->sdl_data does not contain a nul terminated string, so use bcopy andDavid Gwynne
2005-12-13make exiting actually work when a thread receives a signal.Ted Unangst
2005-12-13stupid me got the cast backwardsTed Unangst
2005-12-13Add acpibat device but keep it disabled.Marco Peereboom
2005-12-13Add glue to attach devices to apci.Marco Peereboom
2005-12-13Need some stuff outside of dsdt.c so create a .hMarco Peereboom
2005-12-13Add battery device.Marco Peereboom
2005-12-13Last round of easy delinting.Kjell Wooding
2005-12-13several silly bugs in pthread_cond_timedwait.Ted Unangst
2005-12-13update thrsleep and thrwakeup - first arg changed from long to void *Ted Unangst
2005-12-13rebuildTed Unangst
2005-12-13thrsleep and thrwakeup, cast syscall arg from void * to long.Ted Unangst
2005-12-13change the first arg to thrsleep and thrwakeup to a void *.Ted Unangst
2005-12-13Add two 100Mbit CF cards that appear to have the same chipset.Uwe Stuehler
2005-12-13More name-clash delintingKjell Wooding
2005-12-13correct implementation of pthread_cond_signal. it doesn't raise the semTed Unangst
2005-12-13if_san_common.cCan Erkin Acar
2005-12-13do some silly de-lintingKjell Wooding
2005-12-13It would seem that some cards do not get reset correctly if RESET isUwe Stuehler
2005-12-13If you're going to pass a length parameter, you should use it.Kjell Wooding
2005-12-13Added new objtype values to amltypesJordan Hargrave
2005-12-13Add check for return value in recvcmd.Marco Peereboom
2005-12-13no need for device name before failTheo de Raadt
2005-12-13Don't continue to poke ipmi registers if the ID command fails.Marco Peereboom
2005-12-13the status field for power supplies is different to the rest of theDavid Gwynne
2005-12-13Add a "M-x lint" mode, now that lint is next-error friendly.Kjell Wooding
2005-12-13nuke unused BTOPKERNBASE defineMartin Reindl
2005-12-13Pchip0 PCI memory starts at 0x80000000000, correct and useMartin Reindl
2005-12-13Don't retry unsupported SCSI commands, causing large delays duringKenneth R Westerback
2005-12-13First step in include files overhaul. Use __FOO_VISIBLE (as definedTodd C. Miller
2005-12-13Fix an assignment (=) where an equality test (==) was meant. Found byChad Loder
2005-12-13Don't define _BIG_ENDIAN on macpcc, only __BIG_ENDIAN__.Todd C. Miller
2005-12-13Remove the advertising clause in the UCB license which BerkeleyJonathan Gray
2005-12-13Remove the advertising clause in the UCB license which BerkeleyJonathan Gray
2005-12-13Remove the advertising clause in the UCB license which BerkeleyJonathan Gray
2005-12-12Add test for floating point constant in conditionalChad Loder
2005-12-12Restructure conditional from last checkin regarding constant in conditionalChad Loder
2005-12-12Regression test for constant in conditional contextChad Loder
2005-12-12Cut down on extraneous "constant in conditional context" warnings whenChad Loder
2005-12-12use ARGSUSED1 hereHans-Joerg Hoexer
2005-12-12sync usage();Jason McIntyre
2005-12-12- simplify synopsisJason McIntyre
2005-12-12only xfree() cf->cf_dir when it's not NULL;Joris Vink