Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-05-22 | The printf(9) `%p' conversion specifier puts an "0x" in | Brad Smith | |
front of the pointer value. Therefore, remove the "0x" from the format string. From FreeBSD ok millert@ | |||
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 | |
match on product id as well as names in correspondent drivers. chain pluto later in case it shows up too early... | |||
2005-05-22 | Check if the scsi_request has been released in the COMPLETE case as | Kenneth R Westerback | |
was already done in the SUCCESSFULLY_QUEUED case. Shouldn't happen, but better safe than sorry if some driver completes it's io immediately. Also don't recompute saved flags if the request is retried. ok marco@ | |||
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 | |
don't rely on the interface's driver-name based group to be the first in the list don't rely on one group == only default one do not print the "all" group don't segfault on interfaces with no group at all ok mcbride | |||
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 | |
useless layers of indirection and make the code way cleaner overall. this is just the start, more to come... worked very hard on by Ryan and me in Montreal last week, on the airplane to vancouver and yesterday here in calgary. it hurt. ok ryan theo | |||
2005-05-21 | spelling | Bjorn Sandell | |
ok beck@ | |||
2005-05-21 | Add some links to krb5_verify_user.3 | Bjorn Sandell | |
ok beck@ | |||
2005-05-21 | sync power management settings. this should fix some unrecoverable | Reyk Floeter | |
sleep mode timeouts for ar5210, ar5211 and ar5212. | |||
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 | |
ok reyk@ | |||
2005-05-21 | add i386 optimized in4_cksum | Brad Smith | |
From NetBSD ok deraadt@ | |||
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 | |
of 64bit values to 'int' - read always single cluster of data, to avoid confusing the buffer cache; this appears to fix the random file content corruption which happens when more than one cluster is read at the same time, i.e. for files > 3*cluster_size - fix some questionable pointer arithmetics; gcc-3.4.x didn't like it - g/c redundant debug printf - remove all traces of non-working quota support add quota support to TODO - makes sense only once writing support would be implemented, and only once NTFS would support notion of file 'owner' - use 64bit local variable for free space computation From NetBSD - Comment fixes from joris@ ok millert@ joris@ pedro@ | |||
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 | |
some IBM/Intel blade servers. From FreeBSD | |||
2005-05-21 | regen | Brad Smith | |
2005-05-21 | add Broadcom 5714C | Brad Smith | |
From FreeBSD | |||
2005-05-21 | more heuristics to coerce gnu-m4 mode to work like we wish: if a ^ or $ | Marc Espie | |
is seen in the regexp, this means we need to take new lines into account. Otherwise, we don't. | |||
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 | |
recently committed nc SOCKS5 changes | |||
2005-05-20 | Teach the SOCKS5 code more of the protocol, so it can send domain names | Damien Miller | |
to the proxy instead of resolving them locally and sending IPv4 addresses. This improves privacy, e.g. when using nc with OpenSSH DynamicForward tunnels, and gives us better IPv6 support; ok beck@ | |||
2005-05-20 | correct wrong error code usage. | Joris Vink | |
ok jfb@, xsa@ | |||
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 | |
ok jfb joris | |||
2005-05-20 | make the handlers static and remove local code that will go in another | Jean-Francois Brousseau | |
function | |||
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 | |
* remove crufty VMS-specific code * sprinkle some magic knf dust | |||
2005-05-20 | return CVS_EX_PROTO on protocol errors | Jean-Francois Brousseau | |
ok joris | |||
2005-05-20 | split protocol 1 auth methods into separate functions, makes authloop | Damien Miller | |
much more readable; fixes and ok markus@ | |||
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 | |
spurious error if the lookup fails. from Ray; ok markus@ | |||
2005-05-20 | cross reference proxy example to relevant ssh option; | Jason McIntyre | |
originally from ray; help/ok djm@ | |||
2005-05-20 | give a ProxyCommand example using nc(1), with and ok jmc@ | Damien Miller | |