Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-01-06 | Set 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-06 | Document MBR offset (used by NT4 at least). | Tobias Weingartner | |
OK deraadt@, millert@, and others. | |||
2003-01-06 | remove debug code | Theo de Raadt | |
2003-01-05 | bit more error checking; andrushock@korovino.net | Theo de Raadt | |
2003-01-05 | enquote flags and opts in cross-env; reported by david krause | Michael Shalayeff | |
2003-01-05 | spelling | Theo de Raadt | |
2003-01-05 | don't whine about missing altq support in the kernel in the -q case | Henning Brauer | |
ok dhartmei@ | |||
2003-01-05 | spelling | Theo de Raadt | |
2003-01-05 | err after calloc failure, not errx | Henning Brauer | |
2003-01-05 | Move ifname from pf_addr to pf_addr_wrap, prepare pf_addr_wrap for table | Daniel Hartmeier | |
name. ok henning@, mcbride@, cedric@ | |||
2003-01-05 | cd /usr/src/etc/../sys/arch/macppc/conf && config GENERIC | Theo de Raadt | |
config: bktr's cannot be *'d until its driver is fixed | |||
2003-01-05 | spelling | Theo de Raadt | |
2003-01-05 | regen | Alexander Yurchenko | |
2003-01-05 | Add VT6306 FireWire; ok tdeval@ | Alexander Yurchenko | |
2003-01-05 | Grammar and typo fixes, general language improvements | Peter Valchev | |
from jmc@prioris.mini.pw.edu.pl with changes by me | |||
2003-01-05 | give Joey Stanford a zipcode (; | Michael Shalayeff | |
2003-01-05 | Grammar fixes from jmc@prioris.mini.pw.edu.pl | Peter Valchev | |
2003-01-05 | end sentence with a period; jmc@prioris.mini.pw.edu.pl | Peter Valchev | |
2003-01-05 | Grammar fix - remove bogus comma; jmc@prioris.mini.pw.edu.pl | Peter Valchev | |
2003-01-05 | add missing bracket; jmc@prioris.mini.pw.edu.pl | Peter Valchev | |
2003-01-05 | fix for PR3053 - NULL deref when fd == NULL in first dlsym() arg | Peter Valchev | |
ok miod drahn marc | |||
2003-01-05 | bktr on macppc | Michael Shalayeff | |
2003-01-05 | A 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-05 | err()/errx() do not return, errx() -> err() after calloc(), it sets errno. | Daniel Hartmeier | |
From Andrey Matveev. | |||
2003-01-05 | bktr works, drahn@ ok | Michael Shalayeff | |
2003-01-05 | proper endianess handling in 16 and 32 bit video modes, 24 bit is not ↵ | Michael Shalayeff | |
supported by the card | |||
2003-01-05 | splassert on m68k-based arches. Not totally accurate on hp300 at the moment, | Miod Vallat | |
still. | |||
2003-01-05 | work around a very rare div by 0 that should not happen, but can happen on | Theo 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-05 | endianess-free, works on macppc now, except for the fb endianess | Michael Shalayeff | |
2003-01-05 | Use a temp variable when cycling through ai_addr's so we don't pass | Todd C. Miller | |
freeaddrinfo() a NULL pointer if the hostname is not resolvable. | |||
2003-01-04 | On MVME187, detect the on-board memory size by probing the memory controllers | Miod Vallat | |
like on mvme68k, rather than attempting to find the first off-board memory location. | |||
2003-01-04 | minor style | Henning Brauer | |
2003-01-04 | spelling | Theo de Raadt | |
2003-01-04 | Remove COMPAT_NOMID. It was deprecated since a long time, the man page wass | Miod Vallat | |
misleading, and it was never used anyways. | |||
2003-01-04 | memsize() serves no purpose anymore | Miod Vallat | |
2003-01-04 | move noroute from flag in pf_rule_addr into type in pf_addr_wrap. | Daniel Hartmeier | |
ok henning@, mcbride@ | |||
2003-01-04 | When detecting the memory size on 167 and 177, probe both memory controllers | Miod Vallat | |
instead than only the first one. From NetBSD | |||
2003-01-04 | Honour noroute in skip step calculation, found by cedric@ | Daniel Hartmeier | |
2003-01-04 | Fix a few pcctwo attachment addresses | Miod Vallat | |
2003-01-04 | Remove 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-04 | Remove some debug output. -moj | Mats O Jansson | |
2003-01-04 | Add comment about polish and turkish keyboards. -moj | Mats O Jansson | |
2003-01-04 | Add 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-04 | Add 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-04 | reset cold at the end of cpu_configure(), add a comment when fooling w/ itmr | Michael Shalayeff | |
2003-01-04 | Don't define splassert goo if _LOCORE | Miod Vallat | |
2003-01-04 | workaround until pf fixes this | Theo de Raadt | |
2003-01-04 | Correctly invoke pmap_enter() [fix last argument] | Miod Vallat | |
2003-01-04 | Remove unused pf_add_addr(), ok mcbride@ | Daniel Hartmeier | |
2003-01-04 | Various typos and inaccuracies; David Krause | Miod Vallat | |