summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-01-06Set directory mode/user/times on the post-order pass, not pre-order.Todd C. Miller
Fixes a problem with "cp -R" (and probably cp -p) with directories that do not grant the owner write permission. However, we need to know whether or not we created the directory ourselves so stash that fact in fts_pointer (treat it as a boolean) but add a macro to access it for readability. This also allows me to remove the duplicated file times setting code for "cp -p". Closes PR 3058; deraadt@ OK
2003-01-06Document MBR offset (used by NT4 at least).Tobias Weingartner
OK deraadt@, millert@, and others.
2003-01-06remove debug codeTheo de Raadt
2003-01-05bit more error checking; andrushock@korovino.netTheo de Raadt
2003-01-05enquote flags and opts in cross-env; reported by david krauseMichael Shalayeff
2003-01-05spellingTheo de Raadt
2003-01-05don't whine about missing altq support in the kernel in the -q caseHenning Brauer
ok dhartmei@
2003-01-05spellingTheo de Raadt
2003-01-05err after calloc failure, not errxHenning Brauer
2003-01-05Move ifname from pf_addr to pf_addr_wrap, prepare pf_addr_wrap for tableDaniel Hartmeier
name. ok henning@, mcbride@, cedric@
2003-01-05cd /usr/src/etc/../sys/arch/macppc/conf && config GENERICTheo de Raadt
config: bktr's cannot be *'d until its driver is fixed
2003-01-05spellingTheo de Raadt
2003-01-05regenAlexander Yurchenko
2003-01-05Add VT6306 FireWire; ok tdeval@Alexander Yurchenko
2003-01-05Grammar and typo fixes, general language improvementsPeter Valchev
from jmc@prioris.mini.pw.edu.pl with changes by me
2003-01-05give Joey Stanford a zipcode (;Michael Shalayeff
2003-01-05Grammar fixes from jmc@prioris.mini.pw.edu.plPeter Valchev
2003-01-05end sentence with a period; jmc@prioris.mini.pw.edu.plPeter Valchev
2003-01-05Grammar fix - remove bogus comma; jmc@prioris.mini.pw.edu.plPeter Valchev
2003-01-05add missing bracket; jmc@prioris.mini.pw.edu.plPeter Valchev
2003-01-05fix for PR3053 - NULL deref when fd == NULL in first dlsym() argPeter Valchev
ok miod drahn marc
2003-01-05bktr on macppcMichael Shalayeff
2003-01-05A short documentation on what frame buffer resolutions are available,Miod Vallat
how to change them, and a link to the Sun Frame Buffer FAQ. Contents partially borrowed from the aforementioned FAQ. a few tweaks and ok deraadt@
2003-01-05err()/errx() do not return, errx() -> err() after calloc(), it sets errno.Daniel Hartmeier
From Andrey Matveev.
2003-01-05bktr works, drahn@ okMichael Shalayeff
2003-01-05proper endianess handling in 16 and 32 bit video modes, 24 bit is not ↵Michael Shalayeff
supported by the card
2003-01-05splassert on m68k-based arches. Not totally accurate on hp300 at the moment,Miod Vallat
still.
2003-01-05work around a very rare div by 0 that should not happen, but can happen onTheo de Raadt
non-IEEE systems apparently. like the vax. this is in the same area of code that has caused us problems with the 68060/68040 before; very curious, and i don't know why.
2003-01-05endianess-free, works on macppc now, except for the fb endianessMichael Shalayeff
2003-01-05Use a temp variable when cycling through ai_addr's so we don't passTodd C. Miller
freeaddrinfo() a NULL pointer if the hostname is not resolvable.
2003-01-04On MVME187, detect the on-board memory size by probing the memory controllersMiod Vallat
like on mvme68k, rather than attempting to find the first off-board memory location.
2003-01-04minor styleHenning Brauer
2003-01-04spellingTheo de Raadt
2003-01-04Remove COMPAT_NOMID. It was deprecated since a long time, the man page wassMiod Vallat
misleading, and it was never used anyways.
2003-01-04memsize() serves no purpose anymoreMiod Vallat
2003-01-04move noroute from flag in pf_rule_addr into type in pf_addr_wrap.Daniel Hartmeier
ok henning@, mcbride@
2003-01-04When detecting the memory size on 167 and 177, probe both memory controllersMiod Vallat
instead than only the first one. From NetBSD
2003-01-04Honour noroute in skip step calculation, found by cedric@Daniel Hartmeier
2003-01-04Fix a few pcctwo attachment addressesMiod Vallat
2003-01-04Remove the support to force linking against a specific shlib major.minor.Dale Rahn
This behavior broke libraries which were named libN-X.Y.so.A.B. ok pval, espie
2003-01-04Remove some debug output. -mojMats O Jansson
2003-01-04Add comment about polish and turkish keyboards. -mojMats O Jansson
2003-01-04Add support for polish keyboard from Kamil Andrusz wizz at mniam dot net.Mats O Jansson
Replaced some Latin 1 symbols with Latin 2. -moj
2003-01-04Add support for turkish keyboard from Berk Demir bdd at ieee dot org.Mats O Jansson
Replaced some Latin 1 symbols with Latin 5. -moj
2003-01-04reset cold at the end of cpu_configure(), add a comment when fooling w/ itmrMichael Shalayeff
2003-01-04Don't define splassert goo if _LOCOREMiod Vallat
2003-01-04workaround until pf fixes thisTheo de Raadt
2003-01-04Correctly invoke pmap_enter() [fix last argument]Miod Vallat
2003-01-04Remove unused pf_add_addr(), ok mcbride@Daniel Hartmeier
2003-01-04Various typos and inaccuracies; David KrauseMiod Vallat