Commit Graph

142530 Commits

Author SHA1 Message Date
elad
3b0d736d23 oops - this should not have been commited. remove sugid_coredump line. 2006-01-13 21:10:34 +00:00
elad
742866cafe Sync net.{inet,inet6}. 2006-01-13 21:09:55 +00:00
wiz
a67c9be512 warnx appends a newline, so the string does not have to contain one.
Remove it.
2006-01-13 20:30:40 +00:00
christos
7d49bb5f04 Avoid buffer overflow in ioctl (from Karl Janmar) 2006-01-13 19:30:06 +00:00
elad
6aa189f3fb grrr... another space -> tab... 2006-01-13 18:45:47 +00:00
elad
7ddc0d80bd space -> tab 2006-01-13 18:44:51 +00:00
elad
0e7647e2dd Sync net.{inet,inet6,key} 2006-01-13 18:37:06 +00:00
wiz
1a0cee1a1d Replace NetBSD with Nx. 2006-01-13 17:45:36 +00:00
elad
abf2c3b1e3 add ATC. from Rhialto. 2006-01-13 16:50:31 +00:00
elad
87a445663d Add forgotten ')'. 2006-01-13 16:36:33 +00:00
tsutsui
a46df0d20b Don't use data in freed stack. 2006-01-13 16:36:25 +00:00
christos
e2786343af fix the mc68010 case. 2006-01-13 16:07:59 +00:00
chs
67a406aaae increase NKMEMPAGES_MAX_DEFAULT to 32 MB. this is needed on sun4m machines
with 512 MB of RAM, and it doesn't seem to cause any problems on sun4c.
2006-01-13 15:45:56 +00:00
tsutsui
4930ad54bc Note about ews4800mips. 2006-01-13 15:37:26 +00:00
chs
da9fe512b2 the esp driver has been working well with tagged queuing for
quite some time, remove the flags that disable it by default.
add a comment describing those flags.  ok'd by martin and andrey.
2006-01-13 15:15:19 +00:00
elad
f909cee7d7 PR/23688: don't say we're printing in 1k-blocks if -h was also specified. 2006-01-13 14:07:57 +00:00
christos
efe8347be7 treat /sbin/nologin specially. 2006-01-13 13:43:23 +00:00
elad
226d27021a add mode 0600 for open call with O_CREAT. 2006-01-13 10:06:10 +00:00
elad
9144e38e70 document port option; prompted by wiz@ :) 2006-01-13 09:34:46 +00:00
skrll
e68bcb6987 KNF a comment. 2006-01-13 08:43:11 +00:00
yamt
6af60103dc FSFMT: whitespace. 2006-01-13 00:50:58 +00:00
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