Commit Graph

71593 Commits

Author SHA1 Message Date
bde
6ce876e03a Removed "env" commands. "sh" is a real shell, so
"env name=value ... sh ..." was just a pessimized way of doing
"name=value ... sh ...".
2002-03-19 05:58:36 +00:00
ue
6e4ae529ee MFen 1.303 2002-03-19 05:26:14 +00:00
jeff
4163ff2baa Initialize variables before use. This was needed to pass -Werror.
Reviewed by:	jake
2002-03-19 05:14:23 +00:00
alc
8b7d9e90a7 Eliminate unnecessary calls to grow_stack() and useracc() from linux_sendsig()
and linux_rt_sendsig().  (See i386/i386/machdep.c revisions 1.503 and 1.504.)
2002-03-19 04:54:30 +00:00
alfred
ee44937dc2 Close a race when vfs_syscalls.c:checkdirs() runs.
To do this protect the filedesc pointer in the proc with PROC_LOCK
in both checkdirs() and kern_descrip.c:fdfree().
2002-03-19 04:30:04 +00:00
bde
97b1d5e817 Fixed some printf format errors (hopefully all of the remaining daddr64_t
ones for GENERIC, and all others on the same line as those).  Reformat
the printfs if necessary to avoid new long lones or old format printf
errors.
2002-03-19 04:09:21 +00:00
bde
fad735118c The previous commit missed fixing 2 old printf format errors and
introduced a format printf error.
2002-03-19 04:07:29 +00:00
des
03425d3b40 Don't try to generate ssh keys if ssh isn't installed. 2002-03-19 03:45:02 +00:00
jmallett
b1db77373b Fix handling of filenames with spaces in them in the input file to
uudecode(1), as this behaviour was explicitly added in revision 1.12 as
the result of PR 2882.  Remove space (' ') from the delimiter characters
handed to strtok(3).

Reviewed by:	mike
Approved by:	mike
Pointy hat to:	me
2002-03-19 02:05:27 +00:00
cjc
68ead524d4 IPFilter may need to be re-sync'ed even if we are not filtering, but
only doing ipnat(8). Go back to using $ipfilter_active, but turn off
$ipfilter_active when loading ipl.ko has failed.

Submitted by:	devet@devet.org (Arjan de Vet)
MFC after:	3 days
2002-03-19 01:56:04 +00:00
gallatin
bab324ac58 Fix printf warning caused by recent changes in bio_pblkno's type. 2002-03-19 01:45:04 +00:00
jmallett
b6463c4e8e Make uudecode(1) use setmode(3) and getmode(3) instead of just blindly
chmodding using an octal mode, as uudecode needs to handle symbolic modes
as chmod and such do.

Suggested by:	Tim J. Robbins <tim@robbins.id.au>

Also move meta-character (~ in this case) globbing to only if we are reading
the filename from the encoded file, as otherwise it is the shell's job.

Reviewed by:	mike
Approved by:	mike
2002-03-19 00:44:07 +00:00
kuriyama
bb0e6a821c MFen. 2002-03-19 00:41:57 +00:00
des
f8193e13f4 Rename the (not really new but so far unused) sparc category to sparc64. 2002-03-19 00:39:55 +00:00
des
69255410eb Uncomment the powerpc category. It maps to the freebsd-ppc mailing list. 2002-03-19 00:28:25 +00:00
des
99fa260a59 Add a "standards" category at mike@'s request. 2002-03-19 00:22:03 +00:00
bmah
0dd2cd306b New release note: SA-02:18. 2002-03-19 00:19:53 +00:00
des
e465c500dc Add an ia64 category; we'll need it sooner or later. Also add a commented-
out entry for powerpc; I'll enable it when the powerpc port gets its own
mailing list.
2002-03-18 23:56:04 +00:00
bde
c4faa3ebfc Fixed printf format errors in previous commit. %llu is no more suitable
than %u for printing signed 64-bit types.  It fails on different machines,
and has the wrong signdness.

Fixed old printf format error on the same line.  %u is not suitable for
printing 32-bit types on all machines.

"Fixed" format printf error in previous commit.  This file is not
formatted in KNF.  Partially restore bug for bug compatibility: indent
the printf args too much, but don't format them for 160-column terminals.
2002-03-18 23:38:16 +00:00
des
7d55322c3f Bump the cutoff mark for comparing files from 8 MB to 16 MB. 2002-03-18 23:26:13 +00:00
bde
cf11c75aec Fixed printf format errors in previous commit. %llu is no more suitable
than %u for printing signed 64-bit types.  It fails on different machines,
and has the wrong signdness.

Fixed old printf format error on the same line.  %u is not suitable for
printing 32-bit types on all machines.
2002-03-18 23:24:00 +00:00
imp
968cf8efc6 Formats that print the block number need to be changed from %u to
%llu due to recent changes in bio_pblkno's type.
2002-03-18 20:50:04 +00:00
bmah
91c6a6299a Fix wording (hopefully for the last time) of my summary of SA-02:13.
Submitted by:	ue
Reviewed by:	nectar
2002-03-18 20:26:04 +00:00
ue
d5a73c711d MFen 1.301 2002-03-18 19:41:51 +00:00
alfred
2d3b1c284d have the SYSCALL_MODULES macro provide an initializer for the 'old_sysent'
to avoid pedandic warnings.
2002-03-18 18:53:18 +00:00
joe
f8621b4bb1 Add a USB comm driver.
Ported from NetBSD by:	akiyama
2002-03-18 18:23:42 +00:00
bmah
9961feddbb Add the ERRATA file to the documentation menu and index.
While I'm here, make the menu entries on the documentation menu begin
with "1" instead of "2".

Reviewed by:	imp, rwatson, murray
Approved by:	imp, rwatson, murray
MFC after:	1 week
2002-03-18 17:34:28 +00:00
ru
7eeb10dfc8 mdoc(7) police: tidy up. 2002-03-18 16:52:32 +00:00
ru
37078d69c8 mdoc(7) police: tidy up. 2002-03-18 16:40:07 +00:00
ru
462357611e mdoc(7) police: tidy up. 2002-03-18 16:29:26 +00:00
ru
58af180ccd mdoc(7) police: tidy up. 2002-03-18 16:18:33 +00:00
des
3cc0a9ad34 Don't forget auth-skey.c. 2002-03-18 16:17:57 +00:00
imp
e7985ec1a9 Add missing commas. At least I didn't miss a period. 2002-03-18 16:10:00 +00:00
ru
9402c623cb mdoc(7) police: fix SYNOPSIS, sort xrefs, kill extra whitespace. 2002-03-18 15:59:53 +00:00
ru
19762423cf mdoc(7) police: nits. 2002-03-18 15:55:53 +00:00
ru
437ec17a07 mdoc(7) police: sort xrefs, kill extra whitespace. 2002-03-18 15:52:28 +00:00
ru
541ca7754d mdoc(7) police: tidy up. 2002-03-18 15:44:27 +00:00
iedowse
a6afdd3104 Remove yet more vestiges of mount_mfs. 2002-03-18 15:31:44 +00:00
green
e6ce193e70 Back out the modification of vm_map locks from lockmgr to sx locks. The
best path forward now is likely to change the lockmgr locks to simple
sleep mutexes, then see if any extra contention it generates is greater
than removed overhead of managing local locking state information,
cost of extra calls into lockmgr, etc.

Additionally, making the vm_map lock a mutex and respecting it properly
will put us much closer to not needing Giant magic in vm.
2002-03-18 15:08:09 +00:00
ru
06b87dd8d1 Unobfuscate VLAN trunking description.
Reviewed by:	luigi
2002-03-18 14:41:47 +00:00
ru
c7e8c1d9aa mdoc(7) police: tidy up. 2002-03-18 14:35:22 +00:00
sos
c48cf61593 Cleanup the chipset setup a bit.
Add some (for all I know unneeded) setup code for the rosb4.
2002-03-18 13:56:44 +00:00
ru
3c8dd5e5b3 mdoc(7) police: tidy up. 2002-03-18 13:52:30 +00:00
mux
3445ab8cd8 Unbreak the build of smbfs.ko.
Reviewed by:	sheldonh
2002-03-18 13:06:57 +00:00
ru
f49af3b146 mdoc(7) police: tidy up. 2002-03-18 13:02:33 +00:00
cjc
19314888c2 Fix world breakage introduced by my recent modifications to
chpass(8). The relations between libc, libpam, chpass, passwd, and
vipw are a mess and probably should be cleaned up.

Submitted by:	Peter Pentchev <roam@ringlet.net>
2002-03-18 12:55:28 +00:00
ru
bfc768d575 Remove the confusing XXX that should have been deleted in revision 1.5. 2002-03-18 12:49:03 +00:00
ru
17674ea7fe s/UNIX/FreeBSD/ 2002-03-18 12:39:32 +00:00
ru
68778fae04 mdoc(7) police: macroize UNIX. 2002-03-18 12:38:33 +00:00
ru
bd4a8e9eac mdoc(7) police: nits. 2002-03-18 12:34:41 +00:00