summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-11-24fairly obvious ctype cleanup dealing with argvTheo de Raadt
2013-11-23fix format string; OK deraadt@Gleydson Soares
2013-11-23yet more unsigned char casts for ctypeTheo de Raadt
2013-11-23remove redundant check, and be a bit more careful about queue namingTheo de Raadt
2013-11-23Verify that the directory entry being looked at is entirely present inPhilip Guenther
2013-11-23obvious unsigned char cast for ctypeTheo de Raadt
2013-11-23remove unused macro; ok jcaTheo de Raadt
2013-11-23unsigned char casts for ctypeTheo de Raadt
2013-11-23unsigned char casts for ctypeTheo de Raadt
2013-11-23send a extra space to the bit bucketTheo de Raadt
2013-11-23obvious unsigned casts for ctypeTheo de Raadt
2013-11-23obvious unsigned char casts for ctypeTheo de Raadt
2013-11-23unsigned char casts for ctype; ok jcaTheo de Raadt
2013-11-23- use a flag file to recognize a successfull autoinstaller runRobert Peichaer
2013-11-23With -k, kill window after using it to work out -c path. Reported byNicholas Marriott
2013-11-23Run doshutdownhooks() and config_suspend() even when boot() is called whileMasao Uebayashi
2013-11-23task_add(NULL, blah) is a fault, fix by using task_add(systq, blah).David Gwynne
2013-11-22The getopt() prototype and externs don't belong in stdlib.h. BerkeleyTodd C. Miller
2013-11-22Handle empty current directory more gracefully.Nicholas Marriott
2013-11-22regenMark Kettenis
2013-11-22Another AMD Family 15h Models 10h-1Fh device.Mark Kettenis
2013-11-22unsigned char casts for ctype macrosTheo de Raadt
2013-11-22wrappers for is*/to* that make damn sure their arguments areMarc Espie
2013-11-22remove unused goo, okay guenther@Marc Espie
2013-11-22doc nit okay millert@Marc Espie
2013-11-22unsigned char casts where needed for for ctype.hTheo de Raadt
2013-11-22Remove unused proc argument in in6_control().Martin Pieuchot
2013-11-22Teach kdump(1) about USB, VIDIOC and generic DRM ioctls.Martin Pieuchot
2013-11-22obvious cast for isspace()Theo de Raadt
2013-11-22Comment out more ioctls that are part of the v4l2 API but that we don'tMartin Pieuchot
2013-11-22don't use PAGE_SIZE, it is not portable. Ted can polish this afterTheo de Raadt
2013-11-22unsigned char cast for some ctype callsTheo de Raadt
2013-11-22Kirk was being waaaay too chummy with the compiler when he trustedPhilip Guenther
2013-11-22Whole bunch of (unsigned char) casts carefully added for ctype calls.Theo de Raadt
2013-11-22Whole bunch of (unsigned char) casts carefully added for ctype calls.Theo de Raadt
2013-11-22Stray missing (long long) on a daddr_t variable being printed.Kenneth R Westerback
2013-11-21Keep the flow until last IPsec SA is deleted, if the flow is shared byYASUOKA Masahiko
2013-11-21syncTheo de Raadt
2013-11-21Fix a big memory leak in libfuse.Sylvestre Gallon
2013-11-21syncTheo de Raadt
2013-11-21missing pass DEVNAME(sc), fix format string; OK guenther@Gleydson Soares
2013-11-21Make the bit string u_char * in print_bits(). In practice weTodd C. Miller
2013-11-21remove dead assignment as reported by llvm.Federico G. Schwindt
2013-11-21handle the fourth vararg value to sem_openTed Unangst
2013-11-21split kernel parts of the if.h into a separate header file if_var.hMike Belopuhov
2013-11-21Make the bit string unsigned char * in printb() and printb_status().Todd C. Miller
2013-11-21Cast daddr_t variable to (long long) even for %llx!Kenneth R Westerback
2013-11-21Don't cast int64_t variables to (long long) when using %lld.Kenneth R Westerback
2013-11-21Change a bunch of daddr_t variables that don't (obviously) containKenneth R Westerback
2013-11-21hide a bunch of structures (namely arpcom, llinfo_arp, ethernetMike Belopuhov