Age | Commit message (Expand) | Author |
2005-05-22 | The printf(9) `%p' conversion specifier puts an "0x" in | Brad Smith |
2005-05-22 | epic(4) | Brad Smith |
2005-05-22 | regen | Reyk Floeter |
2005-05-22 | add new Realtek RT8185 PCI/CardBus device | Reyk Floeter |
2005-05-22 | fix power hooks | Martin Reindl |
2005-05-22 | add ahc(4) and re(4) | Peter Valchev |
2005-05-22 | sync with latest p0f fingerprints | Mike Frantzen |
2005-05-22 | ahc(4) was enabled a while ago, add it here too | Peter Valchev |
2005-05-22 | re(4) | Peter Valchev |
2005-05-22 | enable re(4) and ciphy(4) on sparc64 | Peter Valchev |
2005-05-22 | fix dmesg print | Michael Shalayeff |
2005-05-22 | devices scan for the early new hppa64 machines. | Michael Shalayeff |
2005-05-22 | Check if the scsi_request has been released in the COMPLETE case as | Kenneth R Westerback |
2005-05-22 | add power hook | Brad Smith |
2005-05-22 | sync | Theo de Raadt |
2005-05-22 | rewrite the interface groups printing code: | Henning Brauer |
2005-05-21 | stray $$ | Michael Shalayeff |
2005-05-21 | make every interface join a group called "all", mcbride ok | Henning Brauer |
2005-05-21 | KNF | Henning Brauer |
2005-05-21 | clean up and rework the interface absraction code big time, rip out multiple | Henning Brauer |
2005-05-21 | spelling | Bjorn Sandell |
2005-05-21 | Add some links to krb5_verify_user.3 | Bjorn Sandell |
2005-05-21 | sync power management settings. this should fix some unrecoverable | Reyk Floeter |
2005-05-21 | fix parenthesis | Brad Smith |
2005-05-21 | hostapd doesn't really do much without root privileges, so check for that early | Mathieu Sauve-Frankel |
2005-05-21 | add i386 optimized in4_cksum | Brad Smith |
2005-05-21 | improve power saving mode | Reyk Floeter |
2005-05-21 | - use MIN()/MAX() rather than min()/max(), to avoid possible truncation | Brad Smith |
2005-05-21 | elf64 of course! | Michael Shalayeff |
2005-05-21 | backout part of rev 1.35, which breaks some 5704-based fibre interfaces on | Brad Smith |
2005-05-21 | regen | Brad Smith |
2005-05-21 | add Broadcom 5714C | Brad Smith |
2005-05-21 | more heuristics to coerce gnu-m4 mode to work like we wish: if a ^ or $ | Marc Espie |
2005-05-21 | put whole cache info on one line; w/ mods from drahn@; ok drahn@ | Michael Shalayeff |
2005-05-20 | force addressfamily=inet for tests, unbreaking dynamic-forward regress for | Damien Miller |
2005-05-20 | Teach the SOCKS5 code more of the protocol, so it can send domain names | Damien Miller |
2005-05-20 | correct wrong error code usage. | Joris Vink |
2005-05-20 | cvs_noexec checks; jfb ok | Xavier Santolaria |
2005-05-20 | simplify error message | Jean-Francois Brousseau |
2005-05-20 | do not hardcode 'CVS/Root' but rather use defined CVS_PATH_ROOTSPEC; | Xavier Santolaria |
2005-05-20 | make the handlers static and remove local code that will go in another | Jean-Francois Brousseau |
2005-05-20 | first bits of the `cvs -n' option; ok jfb joris | Xavier Santolaria |
2005-05-20 | plug a memleak | Joris Vink |
2005-05-20 | * missing prototype for lookup() | Jean-Francois Brousseau |
2005-05-20 | return CVS_EX_PROTO on protocol errors | Jean-Francois Brousseau |
2005-05-20 | split protocol 1 auth methods into separate functions, makes authloop | Damien Miller |
2005-05-20 | oops - article and spacing; | Jason McIntyre |
2005-05-20 | HTTP proxy doesn't need an address lookup - saves some time and avoids a | Damien Miller |
2005-05-20 | cross reference proxy example to relevant ssh option; | Jason McIntyre |
2005-05-20 | give a ProxyCommand example using nc(1), with and ok jmc@ | Damien Miller |