Commit Graph

142509 Commits

Author SHA1 Message Date
yamt
eaebcf6b5b ufsdirhash_build: yield cpu when looping on directory entries. 2006-01-13 00:50:25 +00:00
skrll
39aae79d93 Bring across a change from FreeBSD from back in 1998:
"Fix a bug that showed up when debugging dynamically linked programs.
References from GDB to "printf" and various other functions would
find the versions in the dynamic linker itself, rather than the
versions in the program's libc.  This fix moves the GDB link map
entry for the dynamic linker to the end of the search list, where
its symbols will be found only if they are not found anywhere else."

"printf" isn't true for us, but various libc symbols are, e.g. "malloc".

Fixes PR 32074 as noted by uwe@

OK'd by christos@
2006-01-12 22:40:17 +00:00
dsl
9fc0a7f722 Rework the installation loop so that it is possible to change the source
of the sets after an error.
A side effect is that it now does fetch-install-fetch-install..., not
fetch-...-fetch-install-...install.
The set selection code now uses a byte per set (not a bit-pattern) removing
the restriction of 32 sets, and allowing a per set status display (TBC).
Also TBC is deleting sets from /usr/INSTALL.
However I believe it works...
2006-01-12 22:02:44 +00:00
wiz
9277c02ebe New sentence, new line. Bump date for previous. 2006-01-12 21:54:06 +00:00
wiz
1f5df3a237 Bump date for -e. 2006-01-12 21:52:01 +00:00
wiz
ee0b10a017 Improve a sentence. 2006-01-12 21:49:11 +00:00
wiz
01db637894 Bump date for progress=n description change. 2006-01-12 21:42:11 +00:00
garbled
6a2b4183c2 Slight refinement of -t description. Note that it generates a template
with 8 X's.  Change .Bx Free and .Bx Open to .Ox and .Fx.
2006-01-12 21:39:45 +00:00
wiz
3be220c969 Use In; mark up defined values with Dv; fix iic_exec arguments. 2006-01-12 21:36:23 +00:00
wiz
8e8f92270a 80 chars per line. Add missing line continuation. 2006-01-12 21:24:04 +00:00
wiz
adfe7630b6 Bump date for syspkgs. 2006-01-12 21:22:30 +00:00
wiz
dd0ea511f5 New sentence, new line. 2006-01-12 21:15:59 +00:00
wiz
cd1c32c0fe New sentence, new line. 2006-01-12 21:05:18 +00:00
wiz
592cef634d New sentence, new line. Bump date for previous. 2006-01-12 21:00:58 +00:00
wiz
04e2e74b7a Use In, improve macro usage, serial comma. 2006-01-12 20:54:08 +00:00
wiz
1808e48b1b More markup, sort SEE ALSO, remove superfluous Pp. 2006-01-12 20:47:00 +00:00
wiz
c3bc80e6a8 Grammar fix. 2006-01-12 20:37:23 +00:00
wiz
7a54b7087f New sentence, new line. 2006-01-12 20:35:42 +00:00
wiz
ee37aa1e22 Remove duplicate Pp. 2006-01-12 20:33:39 +00:00
garbled
ddd39082c1 Apply patch from PR bin/28717
This adds a -e option to progress which causes the progress bar to be
sent to stderr.  This allows using progress mid-pipe, such as:
tar -cf . | progress -e bzip -1c | ssh host "cat > file"
2006-01-12 20:33:20 +00:00
wiz
cab84271f9 Fix Dd argument. 2006-01-12 20:32:23 +00:00
wiz
f430e3dc90 Drop trailing whitespace. 2006-01-12 20:29:33 +00:00
wiz
2c45f40c22 Improve description of strategy command a bit.
Increase list width a bit for less unnecessary line breaks.
2006-01-12 20:28:29 +00:00
wiz
b088ba7f6a Break lines to 80 chars. 2006-01-12 20:20:15 +00:00
wiz
be32f9b107 \-1, not -1 (correct PS output). 2006-01-12 19:52:13 +00:00
wiz
9573faea38 Serial comma; use Dq for strings instead of Sq (which is commonly used for
letters).
2006-01-12 19:49:23 +00:00
wiz
b74b4e4680 Sort. 2006-01-12 19:47:52 +00:00
wiz
9354759345 New sentence, new line. Use Bq instead of []. 2006-01-12 19:47:18 +00:00
garbled
f9abebf063 Applied patch from PR bin/14505 Tested on i386-current. Fixes inability of
cdplay to properly play a cd immediately following an eject command in
interactive mode.  Patch supplied by Sergey Svishchev.
2006-01-12 18:15:59 +00:00
garbled
606b04818e sizeof(char) is unneccesary. 2006-01-12 18:06:25 +00:00
cdi
caa16c2316 Fix 'memsize' value. pmap_bootstrap() calculates it as a PROM property
length but it is expected to contain a number of available memory regions
(e.g. in pmap_dumpsize() and pmap_dumpmmu()).
2006-01-12 18:04:09 +00:00
cdi
1fbddee764 Fix a typo: %g0 should be used instead of %o0 when initializing FPU in dostart:
and cpu_mp_startup:, %o0 is not even initialized at this point.
2006-01-12 17:58:39 +00:00
garbled
53df3fea02 Add libedit command line history capability to lpc(8). 2006-01-12 17:53:03 +00:00
jmmv
43e6e3abd2 Capitalize a letter to match other sentences in the list. 2006-01-12 16:45:25 +00:00
rpaulo
34d4f917f4 Mention postfix update. 2006-01-12 15:32:01 +00:00
gdt
6fbdb2adf5 In coda_lookup, add LK_RETRY to locking of child vnode. The previous
code paniced if the first attempt to lock the vnode failed, and such
failures are not errors - just cause to wait.  gdt was regularly
hitting this panic.

Correct one of two identical panic messages.

Add XXX comments about

  ISDOTDOT locking rules not being followed

  questioning the practice of unlocking parent before locking child.
  (But, given that the vnode is referenced, it can't be deleted, so
  maybe this is fine.)

  Why is failured to unlock not a panic but failure to lock is?
2006-01-12 14:57:06 +00:00
yamt
403fb83166 smbfs: use curlwp rather than uio->uio_lwp.
the latter is a garbage in the case of UIO_SYSSPACE.
PR/32499 from Juan RP.
2006-01-12 13:36:17 +00:00
tron
2d28ebdc06 Add commented out entries for BRIDGE_IPF, pf(4) and pflog(4) matching
the entries in "GENERIC".
2006-01-12 11:45:25 +00:00
simonb
b4dfc6efa2 Use EINVAL for an invalid interval instead of EOPNOTSUPP.
Pointed out by Allen Briggs.
2006-01-12 04:40:50 +00:00
christos
a26b31d72e PR/32502: Anders Hjalmarsson: profiling (ticks) is broken on alpha 2006-01-12 00:30:59 +00:00
agc
740e4e64dd Minor fix - correct a typo 2006-01-11 23:07:22 +00:00
uwe
211efb2fb0 Fix comment indentation after __P was deleted. 2006-01-11 22:50:35 +00:00
dsl
3fbee23326 Don't look for old superblocks if newfs -N 2006-01-11 22:33:03 +00:00
uwe
a35d2a5b09 Add some comments. 2006-01-11 22:24:34 +00:00
uwe
e7102691a2 Kill trailing whitespace.
Indent delay slots.
2006-01-11 22:05:27 +00:00
dsl
00ded1a669 The 'cylinder group' size calculation was incorrect. If the cylinder groups
were full then not enough bits were left for the inode allocation map.
Always put a multiple of 8 fragments (and non-zero) inodes into the eqns
so that answer is correct.
Fix the sum that may discard the last cylinder group if it isn't large enough
to contain all its inodes.
Spotted during some other tests, eg:
$ newfs -s 109610 -n1 -f512 -b4096 -N -O2 -F ./z
CGSIZE miscalculated 4097 > 4096
$
2006-01-11 22:03:51 +00:00
uwe
b98cf46363 _GLOBAL_OFFSET_TABLE_ is only used if RTLD_DEBUG, so wrap its
declaration too.

32-bit SuperH can not pretend that _GLOBAL_OFFSET_TABLE_ is a normal
variable, because of the way PIC variable references is generated, but
as compiler arranges for _GLOBAL_OFFSET_TABLE_ address to be in r12
anyway, just use that value by declaring it as a global register
variable.  Makes sh3 compile with RTLD_DEBUG.
2006-01-11 21:40:12 +00:00
christos
b018a2c29a revert previous. persist does not need to reset the line discipline. (verified
by perry)
2006-01-11 21:16:51 +00:00
is
e58608126f copied from etc.amiga/ 2006-01-11 16:06:36 +00:00
tsutsui
ff0f4feb77 Add platforms not yet in groff distribution. 2006-01-11 13:37:53 +00:00