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