Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2005-05-20 | * proper memset | Patrick Latifi | |
* plug potential memory leak ok jfb | |||
2005-05-20 | use a display instead of .Em for the kernel config line: avoids nasty | Jason McIntyre | |
line splits, and it should be `literal' anyway; ok miod@ | |||
2005-05-20 | Don't print an empty line when no match is found in pgrep mode. | Otto Moerbeek | |
ok millert@ robert@ | |||
2005-05-20 | allow a cvs command to be executed from outside a repository, | Joris Vink | |
ie: "cvs -d /cvs update src". problem spotted & ok xsa@, jfb@ | |||
2005-05-20 | execute the command callback at the same time we are building | Joris Vink | |
the in-memory filelist. cuts down on execution time for larger trees. "put it in!" jfb@ | |||
2005-05-20 | don't attempt to copy the file's tag from the entry if we're dealing | Jean-Francois Brousseau | |
with a directory, otherwise we're squashing the file list as part of the union ok joris | |||
2005-05-20 | unused var | Joris Vink | |
ok jfb@ | |||
2005-05-19 | kill whitespace | Jean-Francois Brousseau | |
2005-05-19 | only allocate a revision number if the entry is for a regular file, | Jean-Francois Brousseau | |
and make sure the ce_opts and ce_tag fields point to valid strings even for directories ok joris | |||
2005-05-19 | Lock down SMM space on i82810 MCH and later chips in case BIOS | Alexander Yurchenko | |
didn't it already for us. Reported by loic.duflot@sgdn.pm.gouv.fr via deraadt@. ok deraadt@ weingart@ | |||
2005-05-19 | i82820 and later chips has a bit different SMRAM register layout. | Alexander Yurchenko | |
ok mickey@ | |||
2005-05-19 | revert to 1.13 as __unused is used | Hans-Joerg Hoexer | |
2005-05-19 | __unused is used now | Michael Shalayeff | |
2005-05-19 | __unused is used now | Michael Shalayeff | |
2005-05-19 | At this rate I'm regenerating this file faster than I am losing my hair. | Miod Vallat | |
2005-05-19 | Provide the same unmarked symbold on the fr.apple layout as found on the | Miod Vallat | |
adb map; provides all the missing symbold (such as ~ | and \) one can not really use unix without. With (again) some help from Jean-Marc Harang. | |||
2005-05-19 | no need for BKTR_NO_OPEN_RESET option now that all tuners sw has been fixed; ↵ | Michael Shalayeff | |
from jakemsr@ | |||
2005-05-19 | handle -t option locally too; joris ok | Xavier Santolaria | |
2005-05-19 | - add missing flags for the log command | Xavier Santolaria | |
- enable the -h -N -R -t options ok joris | |||
2005-05-19 | correct handling of the -d option; joris ok | Xavier Santolaria | |
2005-05-19 | Regen | Miod Vallat | |
2005-05-19 | Add a layout for the french Apple black usb keyboard (fr.apple). | Miod Vallat | |
With help from Jean-Marc Harang, thanks! | |||
2005-05-19 | sort options + sync usage(); | Jason McIntyre | |
2005-05-19 | p's and q's; | Jason McIntyre | |
2005-05-19 | fix SOCKS5 code for case where data comes in the same packet as the response; | Damien Miller | |
ok dtucker@ markus@ | |||
2005-05-19 | .Xr getitimer 2 , | Jason McIntyre | |
from jacob meuser; | |||
2005-05-19 | KNF, no binary change; ok jaredy@ | Damien Miller | |