Age | Commit message (Expand) | Author |
2006-05-12 | put back original getopt(3) handling lost during the update | Martin Reindl |
2006-05-12 | 32256 is the (posix) block size limit, not archive size limit; | Jason McIntyre |
2006-05-12 | remove an 'is' from the comment to make the sentence correct. | Felix Kronlage |
2006-05-12 | one less Ar; | Jason McIntyre |
2006-05-12 | code we can read | Theo de Raadt |
2006-05-11 | use the PCI multimedia subclass type HD audio define from pcireg.h | Brad Smith |
2006-05-11 | add PCI multimedia subclass type of HD audio. | Brad Smith |
2006-05-11 | clean | Theo de Raadt |
2006-05-11 | cleaner | Theo de Raadt |
2006-05-11 | use CFLAGS with -I to reach for prebind.h | Theo de Raadt |
2006-05-11 | move prebind_strip(8) into ldconfig as the -D option; ok drahn | Theo de Raadt |
2006-05-11 | move the DESIGN section into the main body of the text, plus tweaks; | Jason McIntyre |
2006-05-11 | fix some spelling; noticed by david@ | Hans-Joerg Hoexer |
2006-05-11 | fix corruption of pim register packets. From Hideki ONO, thanks! | Hans-Joerg Hoexer |
2006-05-11 | One more (!foo & BAR), tested deraadt@ | Miod Vallat |
2006-05-11 | Fix stupid bugs in mapping and unmapping of VME regions. | Miod Vallat |
2006-05-11 | One more (!foo & BAR) bogus test. | Miod Vallat |
2006-05-11 | if (!foo & BAR) bad, if (!(foo & BAR)) better, and I'll have a cookie per | Miod Vallat |
2006-05-11 | sync | Theo de Raadt |
2006-05-11 | remove a bunch of linux and NeXT defines and, in turn, -D__unix__ | Martin Reindl |
2006-05-11 | fix some type definitions | David Hill |
2006-05-11 | handle malloc failure; jan.niemann@tu-bs.de | Theo de Raadt |
2006-05-11 | add microHAM devices | Jason Wright |
2006-05-11 | more microHAM devices | Jason Wright |
2006-05-11 | more microHAM devices (from linux) | Jason Wright |
2006-05-11 | support the microHAM radio/computer interfaces | Jason Wright |
2006-05-11 | sync | Jason Wright |
2006-05-11 | 2 microHAM devices from linux, and one from me | Jason Wright |
2006-05-11 | kill trainling spaces | Michael Shalayeff |
2006-05-11 | - add -X and -x to SYNOPSIS | Jason McIntyre |
2006-05-11 | fix informative msg's wrt to -q and stderr. now matches gnu/usr.bin/rcs. | Xavier Santolaria |
2006-05-11 | Use fstat instead of stat, simplifie switch statement into if | Ray Lai |
2006-05-11 | fix informative msg's wrt to -q and stderr. now matches gnu/usr.bin/rcs. | Xavier Santolaria |
2006-05-11 | first round of rcs_write() cleanup; prodded by joris@; input/OK ray@. | Xavier Santolaria |
2006-05-11 | cedric points out 0xff mask isn't needed with unsigned chars | Ted Unangst |
2006-05-11 | oops, missed a %ld should be %lu | Ted Unangst |
2006-05-11 | need ctype.h for isprint. | Ted Unangst |
2006-05-11 | C spells 'byte' as 'unsigned char'. signed chars are not healthy for isprint | Ted Unangst |
2006-05-11 | -x and -X options to print io output in hex. from cedric berger | Ted Unangst |
2006-05-11 | Some more delint. -moj | Mats O Jansson |
2006-05-11 | fix incorrect ADC list for ALC880. | Brad Smith |
2006-05-11 | If a list of interfaces is supplied via the command line or | Kenneth R Westerback |
2006-05-11 | Zap trailing whitespace. | Kenneth R Westerback |
2006-05-10 | fix a bunch of missing [mc]alloc failure checks by using xcalloc/xmalloc, | Dale Rahn |
2006-05-10 | Add some airplane code. | Marco Peereboom |
2006-05-10 | fail zzz w/ a reasonable error msg if apmd is not running; found by deraadt@ | Michael Shalayeff |
2006-05-10 | regen | Michael Shalayeff |
2006-05-10 | a few more oxford thingies and order | Michael Shalayeff |
2006-05-10 | Now that lint is smarter, remove /* NOTREACHED */ comments. | Ray Lai |
2006-05-10 | starting bits for merge(1) replacement. Not built/linked yet. | Xavier Santolaria |