Age | Commit message (Expand) | Author |
2005-05-29 | -r implies -P (Prune empty directories); | Xavier Santolaria |
2005-05-29 | Lock SMM space on Intel E7xxx chipsets, too. | Alexander Yurchenko |
2005-05-29 | Remove debug printf I left. | Alexander Yurchenko |
2005-05-29 | -D and -r are mutually exclusive ... | Xavier Santolaria |
2005-05-29 | add missing options in usage.. | Xavier Santolaria |
2005-05-29 | -Wall; feedback & ok marius@ | Damien Miller |
2005-05-29 | sync with -p -> -f change, make it work with obj/ ; ok marius@ | Damien Miller |
2005-05-29 | replace the morally-hazardous -p option (passphrase on commandline) with a | Damien Miller |
2005-05-29 | robustness against malformed snames. | marius eriksen |
2005-05-29 | fix NULL ptr deref on open fail; ok marius@ | Damien Miller |
2005-05-29 | regen | Brad Smith |
2005-05-29 | - better pcidevs entries for Intel Gig and add 82573 ids | Brad Smith |
2005-05-29 | provide feedback on success; ok marius@ | Damien Miller |
2005-05-29 | sync | Theo de Raadt |
2005-05-29 | sync | Theo de Raadt |
2005-05-29 | use JAPAN for locale code 0 stored in some rtw EEPROMs. | Reyk Floeter |
2005-05-29 | further cleanup - use bzero, bcopy and bcmp | Reyk Floeter |
2005-05-29 | knf | Reyk Floeter |
2005-05-29 | sched work by niklas and art backed out; causes panics | Theo de Raadt |
2005-05-29 | add the RTL8185 (not working yet) | Reyk Floeter |
2005-05-29 | rtw cleanup | Reyk Floeter |
2005-05-29 | cleanup rtw | Reyk Floeter |
2005-05-29 | add back support for SSH1 keys. it is being used in practice. | marius eriksen |
2005-05-29 | Fix case where input file lacks newline before EOF; Andrey Matveev | Todd C. Miller |
2005-05-29 | consistency in error messages ... | Xavier Santolaria |
2005-05-29 | correct error message... | Xavier Santolaria |
2005-05-29 | handle -r option; | Xavier Santolaria |
2005-05-28 | Sprinkle some /* FALLTHROUGH */'s as suggested by lint. | Kenneth R Westerback |
2005-05-28 | fix hostap mode | Reyk Floeter |
2005-05-28 | 'openings' is u_int16_t, so 'openings <= 0' is wrong. Lint. | Kenneth R Westerback |
2005-05-28 | Forgot to specify parameter type. Lint. | Kenneth R Westerback |
2005-05-28 | snprintf returns int not size_t. Thank you lint. | Kenneth R Westerback |
2005-05-28 | keep the ncr(4) reference here, vax still uses its own implementation of the ... | Martin Reindl |
2005-05-28 | Kill extra semi-colon. Amazing what lint can find ... | Kenneth R Westerback |
2005-05-28 | we do not use sysexits.h anymore, nuke it! | Xavier Santolaria |
2005-05-28 | Remove duplicate pfi_ifs. | Ryan Thomas McBride |
2005-05-28 | Don't display vid/pid from CIS if vid is 0. | Jonathan Gray |
2005-05-28 | pfail test for "log-all" | Marco Pfatschbacher |
2005-05-28 | change "log-all" to "log (all)" | Marco Pfatschbacher |
2005-05-28 | fix pf table tests with a less confusing anchor name. | Marco Pfatschbacher |
2005-05-28 | ooops | Hans-Joerg Hoexer |
2005-05-28 | Remove current state code, it's bogus. We'll redo this. | Hans-Joerg Hoexer |
2005-05-28 | do sanity checking on directoy entries. ok hshoexer@ | Moritz Jodeit |
2005-05-28 | Cleanup sample configurations a bit; more AES, less MD5, remove fields we | Hakan Olsson |
2005-05-28 | Disable the recently enabled optimization since it seems to cause a | Artur Grabowski |
2005-05-28 | Fix confusing typo. | Esben Norby |
2005-05-28 | Only protect IDs by suser() | Hans-Joerg Hoexer |
2005-05-28 | introduce new readdir implementation for the monitor. | Moritz Jodeit |
2005-05-28 | make path checking in the monitor a lot easier. ok hshoexer@ | Moritz Jodeit |
2005-05-28 | set jumbo flag on the listener, too. consolidate some common code. | marius eriksen |