]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
22 years agoAdd another SMC device ID and the hub ID that it went with.
Peter Wemm [Tue, 19 Mar 2002 10:54:40 +0000 (10:54 +0000)]
Add another SMC device ID and the hub ID that it went with.

22 years agoAdd the ia64 bus space tag for the IO ports (!).
Peter Wemm [Tue, 19 Mar 2002 10:53:33 +0000 (10:53 +0000)]
Add the ia64 bus space tag for the IO ports (!).
Add a #else and #error so that this doesn't go unnoticed again.

22 years agoUse the FreeBSD cross tools instead of the linux ones.
Peter Wemm [Tue, 19 Mar 2002 10:52:44 +0000 (10:52 +0000)]
Use the FreeBSD cross tools instead of the linux ones.

22 years agoAdd -ffreestanding to avoid printf/puts/putchar conversions
Peter Wemm [Tue, 19 Mar 2002 10:51:57 +0000 (10:51 +0000)]
Add -ffreestanding to avoid printf/puts/putchar conversions

22 years agoBoot from efifs first.
Peter Wemm [Tue, 19 Mar 2002 10:50:41 +0000 (10:50 +0000)]
Boot from efifs first.

22 years agogcc-3.1 likes to have extra { } around the internal array initializers in
Peter Wemm [Tue, 19 Mar 2002 10:50:09 +0000 (10:50 +0000)]
gcc-3.1 likes to have extra { } around the internal array initializers in
the GUID templates.

22 years agoThis is the first part of the new kernel memory allocator. This replaces
Jeff Roberson [Tue, 19 Mar 2002 09:11:49 +0000 (09:11 +0000)]
This is the first part of the new kernel memory allocator.  This replaces
malloc(9) and vm_zone with a slab like allocator.

Reviewed by: arch@

22 years agoRemove the kmembuckets stats in preparation for the UMA commit.
Jeff Roberson [Tue, 19 Mar 2002 08:45:55 +0000 (08:45 +0000)]
Remove the kmembuckets stats in preparation for the UMA commit.

22 years agoBacked out the part of the previous commit related to xargs. It just
Bruce Evans [Tue, 19 Mar 2002 08:20:44 +0000 (08:20 +0000)]
Backed out the part of the previous commit related to xargs.  It just
broke things, since "name=value ... cmd ..." only works for simple
commands (not for pipelines).

22 years agoAdd #include so that the previous change compiles.
Alan Cox [Tue, 19 Mar 2002 06:45:25 +0000 (06:45 +0000)]
Add #include so that the previous change compiles.

22 years agoRemoved env(1) commands. make(1) uses a real shell, and
Bruce Evans [Tue, 19 Mar 2002 06:30:24 +0000 (06:30 +0000)]
Removed env(1) commands.  make(1) uses a real shell, and
"env name=value ... cmd ..." is just a pessimized way of doing
"name=value ... cmd ..." in real shells.  Set the environment
(without using env(1)) before starting xargs so that env(1)
is not needed in "xargs env name=value ... cmd ..."

22 years agofix perfmon for DEVFS.
Alfred Perlstein [Tue, 19 Mar 2002 06:14:34 +0000 (06:14 +0000)]
fix perfmon for DEVFS.

PR: kern/36008

22 years agoRemoved bogus env(1) commands. make(1) uses a real shell, so
Bruce Evans [Tue, 19 Mar 2002 06:11:43 +0000 (06:11 +0000)]
Removed bogus env(1) commands.  make(1) uses a real shell, so
"env name=value ... cmd ..." was just a pessimized way of doing
"name=value ... cmd ...".  Note that make(1) can't optimize
either of these to an exec of env(1) or "cmd" even if the second
"..." is simple, since it can't tell that the shell metacharacter
in "name=value" is actually handled by env(1).

22 years agoRemoved "env" commands. "sh" is a real shell, so
Bruce Evans [Tue, 19 Mar 2002 05:58:36 +0000 (05:58 +0000)]
Removed "env" commands.  "sh" is a real shell, so
"env name=value ... sh ..." was just a pessimized way of doing
"name=value ... sh ...".

22 years agoMFen 1.303
Udo Erdelhoff [Tue, 19 Mar 2002 05:26:14 +0000 (05:26 +0000)]
MFen 1.303

22 years agoInitialize variables before use. This was needed to pass -Werror.
Jeff Roberson [Tue, 19 Mar 2002 05:14:23 +0000 (05:14 +0000)]
Initialize variables before use.  This was needed to pass -Werror.

Reviewed by: jake

22 years agoEliminate unnecessary calls to grow_stack() and useracc() from linux_sendsig()
Alan Cox [Tue, 19 Mar 2002 04:54:30 +0000 (04:54 +0000)]
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.)

22 years agoClose a race when vfs_syscalls.c:checkdirs() runs.
Alfred Perlstein [Tue, 19 Mar 2002 04:30:04 +0000 (04:30 +0000)]
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().

22 years agoFixed some printf format errors (hopefully all of the remaining daddr64_t
Bruce Evans [Tue, 19 Mar 2002 04:09:21 +0000 (04:09 +0000)]
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.

22 years agoThe previous commit missed fixing 2 old printf format errors and
Bruce Evans [Tue, 19 Mar 2002 04:07:29 +0000 (04:07 +0000)]
The previous commit missed fixing 2 old printf format errors and
introduced a format printf error.

22 years agoDon't try to generate ssh keys if ssh isn't installed.
Dag-Erling Smørgrav [Tue, 19 Mar 2002 03:45:02 +0000 (03:45 +0000)]
Don't try to generate ssh keys if ssh isn't installed.

22 years agoFix handling of filenames with spaces in them in the input file to
Juli Mallett [Tue, 19 Mar 2002 02:05:27 +0000 (02:05 +0000)]
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

22 years agoIPFilter may need to be re-sync'ed even if we are not filtering, but
Crist J. Clark [Tue, 19 Mar 2002 01:56:04 +0000 (01:56 +0000)]
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

22 years agoFix printf warning caused by recent changes in bio_pblkno's type.
Andrew Gallatin [Tue, 19 Mar 2002 01:45:04 +0000 (01:45 +0000)]
Fix printf warning caused by recent changes in bio_pblkno's type.

22 years agoMake uudecode(1) use setmode(3) and getmode(3) instead of just blindly
Juli Mallett [Tue, 19 Mar 2002 00:44:07 +0000 (00:44 +0000)]
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

22 years agoMFen.
Jun Kuriyama [Tue, 19 Mar 2002 00:41:57 +0000 (00:41 +0000)]
MFen.

22 years agoRename the (not really new but so far unused) sparc category to sparc64.
Dag-Erling Smørgrav [Tue, 19 Mar 2002 00:39:55 +0000 (00:39 +0000)]
Rename the (not really new but so far unused) sparc category to sparc64.

22 years agoUncomment the powerpc category. It maps to the freebsd-ppc mailing list.
Dag-Erling Smørgrav [Tue, 19 Mar 2002 00:28:25 +0000 (00:28 +0000)]
Uncomment the powerpc category.  It maps to the freebsd-ppc mailing list.

22 years agoAdd a "standards" category at mike@'s request.
Dag-Erling Smørgrav [Tue, 19 Mar 2002 00:22:03 +0000 (00:22 +0000)]
Add a "standards" category at mike@'s request.

22 years agoNew release note: SA-02:18.
Bruce A. Mah [Tue, 19 Mar 2002 00:19:53 +0000 (00:19 +0000)]
New release note:  SA-02:18.

22 years agoAdd an ia64 category; we'll need it sooner or later. Also add a commented-
Dag-Erling Smørgrav [Mon, 18 Mar 2002 23:56:04 +0000 (23:56 +0000)]
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.

22 years agoFixed printf format errors in previous commit. %llu is no more suitable
Bruce Evans [Mon, 18 Mar 2002 23:38:16 +0000 (23:38 +0000)]
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.

22 years agoBump the cutoff mark for comparing files from 8 MB to 16 MB.
Dag-Erling Smørgrav [Mon, 18 Mar 2002 23:26:13 +0000 (23:26 +0000)]
Bump the cutoff mark for comparing files from 8 MB to 16 MB.

22 years agoFixed printf format errors in previous commit. %llu is no more suitable
Bruce Evans [Mon, 18 Mar 2002 23:24:00 +0000 (23:24 +0000)]
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.

22 years agoFormats that print the block number need to be changed from %u to
Warner Losh [Mon, 18 Mar 2002 20:50:04 +0000 (20:50 +0000)]
Formats that print the block number need to be changed from %u to
%llu due to recent changes in bio_pblkno's type.

22 years agoFix wording (hopefully for the last time) of my summary of SA-02:13.
Bruce A. Mah [Mon, 18 Mar 2002 20:26:04 +0000 (20:26 +0000)]
Fix wording (hopefully for the last time) of my summary of SA-02:13.

Submitted by: ue
Reviewed by: nectar

22 years agoMFen 1.301
Udo Erdelhoff [Mon, 18 Mar 2002 19:41:51 +0000 (19:41 +0000)]
MFen 1.301

22 years agohave the SYSCALL_MODULES macro provide an initializer for the 'old_sysent'
Alfred Perlstein [Mon, 18 Mar 2002 18:53:18 +0000 (18:53 +0000)]
have the SYSCALL_MODULES macro provide an initializer for the 'old_sysent'
to avoid pedandic warnings.

22 years agoAdd a USB comm driver.
Josef Karthauser [Mon, 18 Mar 2002 18:23:42 +0000 (18:23 +0000)]
Add a USB comm driver.

Ported from NetBSD by: akiyama

22 years agoAdd the ERRATA file to the documentation menu and index.
Bruce A. Mah [Mon, 18 Mar 2002 17:34:28 +0000 (17:34 +0000)]
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

22 years agomdoc(7) police: tidy up.
Ruslan Ermilov [Mon, 18 Mar 2002 16:52:32 +0000 (16:52 +0000)]
mdoc(7) police: tidy up.

22 years agomdoc(7) police: tidy up.
Ruslan Ermilov [Mon, 18 Mar 2002 16:40:07 +0000 (16:40 +0000)]
mdoc(7) police: tidy up.

22 years agomdoc(7) police: tidy up.
Ruslan Ermilov [Mon, 18 Mar 2002 16:29:26 +0000 (16:29 +0000)]
mdoc(7) police: tidy up.

22 years agomdoc(7) police: tidy up.
Ruslan Ermilov [Mon, 18 Mar 2002 16:18:33 +0000 (16:18 +0000)]
mdoc(7) police: tidy up.

22 years agoDon't forget auth-skey.c.
Dag-Erling Smørgrav [Mon, 18 Mar 2002 16:17:57 +0000 (16:17 +0000)]
Don't forget auth-skey.c.

22 years agoAdd missing commas. At least I didn't miss a period.
Warner Losh [Mon, 18 Mar 2002 16:10:00 +0000 (16:10 +0000)]
Add missing commas.  At least I didn't miss a period.

22 years agomdoc(7) police: fix SYNOPSIS, sort xrefs, kill extra whitespace.
Ruslan Ermilov [Mon, 18 Mar 2002 15:59:53 +0000 (15:59 +0000)]
mdoc(7) police: fix SYNOPSIS, sort xrefs, kill extra whitespace.

22 years agomdoc(7) police: nits.
Ruslan Ermilov [Mon, 18 Mar 2002 15:55:53 +0000 (15:55 +0000)]
mdoc(7) police: nits.

22 years agomdoc(7) police: sort xrefs, kill extra whitespace.
Ruslan Ermilov [Mon, 18 Mar 2002 15:52:28 +0000 (15:52 +0000)]
mdoc(7) police: sort xrefs, kill extra whitespace.

22 years agomdoc(7) police: tidy up.
Ruslan Ermilov [Mon, 18 Mar 2002 15:44:27 +0000 (15:44 +0000)]
mdoc(7) police: tidy up.

22 years agoRemove yet more vestiges of mount_mfs.
Ian Dowse [Mon, 18 Mar 2002 15:31:44 +0000 (15:31 +0000)]
Remove yet more vestiges of mount_mfs.

22 years agoBack out the modification of vm_map locks from lockmgr to sx locks. The
Brian Feldman [Mon, 18 Mar 2002 15:08:09 +0000 (15:08 +0000)]
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.

22 years agoUnobfuscate VLAN trunking description.
Ruslan Ermilov [Mon, 18 Mar 2002 14:41:47 +0000 (14:41 +0000)]
Unobfuscate VLAN trunking description.

Reviewed by: luigi

22 years agomdoc(7) police: tidy up.
Ruslan Ermilov [Mon, 18 Mar 2002 14:35:22 +0000 (14:35 +0000)]
mdoc(7) police: tidy up.

22 years agoCleanup the chipset setup a bit.
Søren Schmidt [Mon, 18 Mar 2002 13:56:44 +0000 (13:56 +0000)]
Cleanup the chipset setup a bit.
Add some (for all I know unneeded) setup code for the rosb4.

22 years agomdoc(7) police: tidy up.
Ruslan Ermilov [Mon, 18 Mar 2002 13:52:30 +0000 (13:52 +0000)]
mdoc(7) police: tidy up.

22 years agoUnbreak the build of smbfs.ko.
Maxime Henrion [Mon, 18 Mar 2002 13:06:57 +0000 (13:06 +0000)]
Unbreak the build of smbfs.ko.

Reviewed by: sheldonh

22 years agomdoc(7) police: tidy up.
Ruslan Ermilov [Mon, 18 Mar 2002 13:02:33 +0000 (13:02 +0000)]
mdoc(7) police: tidy up.

22 years agoFix world breakage introduced by my recent modifications to
Crist J. Clark [Mon, 18 Mar 2002 12:55:28 +0000 (12:55 +0000)]
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>

22 years agoRemove the confusing XXX that should have been deleted in revision 1.5.
Ruslan Ermilov [Mon, 18 Mar 2002 12:49:03 +0000 (12:49 +0000)]
Remove the confusing XXX that should have been deleted in revision 1.5.

22 years agos/UNIX/FreeBSD/
Ruslan Ermilov [Mon, 18 Mar 2002 12:39:32 +0000 (12:39 +0000)]
s/UNIX/FreeBSD/

22 years agomdoc(7) police: macroize UNIX.
Ruslan Ermilov [Mon, 18 Mar 2002 12:38:33 +0000 (12:38 +0000)]
mdoc(7) police: macroize UNIX.

22 years agomdoc(7) police: nits.
Ruslan Ermilov [Mon, 18 Mar 2002 12:34:41 +0000 (12:34 +0000)]
mdoc(7) police: nits.

22 years agomdoc(7) police: Re-apply fixes from revision 1.2 that got completely
Ruslan Ermilov [Mon, 18 Mar 2002 12:25:33 +0000 (12:25 +0000)]
mdoc(7) police: Re-apply fixes from revision 1.2 that got completely
backed out by revision 1.4.  Fixed some more.

22 years agoAdd support for the ServerWorks CSB5 chips
Søren Schmidt [Mon, 18 Mar 2002 12:13:13 +0000 (12:13 +0000)]
Add support for the ServerWorks CSB5 chips

22 years agomdoc(7) police: markup nit.
Ruslan Ermilov [Mon, 18 Mar 2002 12:10:45 +0000 (12:10 +0000)]
mdoc(7) police: markup nit.

22 years agomdoc(7) police: tidy up.
Ruslan Ermilov [Mon, 18 Mar 2002 12:04:52 +0000 (12:04 +0000)]
mdoc(7) police: tidy up.

22 years agomdoc(7) police: pedantry.
Ruslan Ermilov [Mon, 18 Mar 2002 11:08:53 +0000 (11:08 +0000)]
mdoc(7) police: pedantry.

22 years agomdoc(7) police: markup nit.
Ruslan Ermilov [Mon, 18 Mar 2002 11:03:57 +0000 (11:03 +0000)]
mdoc(7) police: markup nit.

22 years agomdoc(7) police: tidy up.
Ruslan Ermilov [Mon, 18 Mar 2002 10:59:58 +0000 (10:59 +0000)]
mdoc(7) police: tidy up.

22 years agomdoc(7) police: fixed some wording, kill whitespace at EOL.
Ruslan Ermilov [Mon, 18 Mar 2002 10:52:09 +0000 (10:52 +0000)]
mdoc(7) police: fixed some wording, kill whitespace at EOL.

22 years agomdoc(7) police: macroize UNIX.
Ruslan Ermilov [Mon, 18 Mar 2002 10:43:49 +0000 (10:43 +0000)]
mdoc(7) police: macroize UNIX.

22 years agomdoc(7) police: tidy up.
Ruslan Ermilov [Mon, 18 Mar 2002 10:34:43 +0000 (10:34 +0000)]
mdoc(7) police: tidy up.

22 years agoRevive this file (which is used for opie rather than skey)
Dag-Erling Smørgrav [Mon, 18 Mar 2002 10:31:33 +0000 (10:31 +0000)]
Revive this file (which is used for opie rather than skey)

22 years agoAdjust for OpenSSH 3.1.
Dag-Erling Smørgrav [Mon, 18 Mar 2002 10:20:33 +0000 (10:20 +0000)]
Adjust for OpenSSH 3.1.

Sponsored by: DARPA, NAI Labs

22 years agomdoc(7) police: nit.
Ruslan Ermilov [Mon, 18 Mar 2002 10:19:56 +0000 (10:19 +0000)]
mdoc(7) police: nit.

22 years agoRemove a couple of stray linuxisms to make this work for FreeBSD/ia64.
Doug Rabson [Mon, 18 Mar 2002 10:16:57 +0000 (10:16 +0000)]
Remove a couple of stray linuxisms to make this work for FreeBSD/ia64.

22 years agoFreeBSD 4.x bootstrapping aid (no eaccess(2) syscall).
Ruslan Ermilov [Mon, 18 Mar 2002 10:10:55 +0000 (10:10 +0000)]
FreeBSD 4.x bootstrapping aid (no eaccess(2) syscall).

Reviewed by: markm

22 years agoFix conflicts.
Dag-Erling Smørgrav [Mon, 18 Mar 2002 10:09:43 +0000 (10:09 +0000)]
Fix conflicts.

22 years agomdoc(7) police: tidy up.
Ruslan Ermilov [Mon, 18 Mar 2002 10:07:22 +0000 (10:07 +0000)]
mdoc(7) police: tidy up.

22 years agoThis commit was generated by cvs2svn to compensate for changes in r92555,
Dag-Erling Smørgrav [Mon, 18 Mar 2002 09:55:03 +0000 (09:55 +0000)]
This commit was generated by cvs2svn to compensate for changes in r92555,
which included commits to RCS files with non-trunk default branches.

22 years agoVendor import of OpenSSH 3.1
Dag-Erling Smørgrav [Mon, 18 Mar 2002 09:55:03 +0000 (09:55 +0000)]
Vendor import of OpenSSH 3.1

22 years agoFix a bug that prevents "00" being used as a valid year. Why bother in
Crist J. Clark [Mon, 18 Mar 2002 09:49:18 +0000 (09:49 +0000)]
Fix a bug that prevents "00" being used as a valid year. Why bother in
2002? It is a bug. Might as well close the PR.

PR: misc/14511
Submitted by: Mike Pritchard <mpp@mpp.pro-ns.net>
MFC after: 3 days

22 years agolint the previous lint commit.
Ruslan Ermilov [Mon, 18 Mar 2002 09:35:45 +0000 (09:35 +0000)]
lint the previous lint commit.

Reviewed by: markm

22 years agoFix spelling.
Doug Rabson [Mon, 18 Mar 2002 09:29:16 +0000 (09:29 +0000)]
Fix spelling.

22 years agoEliminate grow_stack() from (o)sendsig(). If the stack needs to grow,
Alan Cox [Mon, 18 Mar 2002 07:59:57 +0000 (07:59 +0000)]
Eliminate grow_stack() from (o)sendsig().  If the stack needs to grow,
copyout() will page fault and perform grow_stack() from trap_pfault().
These calls to grow_stack() accomplish nothing.

Reviewed by: bde

22 years ago- Lock down the ``module'' structure by adding an SX lock that is used by
Andrew R. Reiter [Mon, 18 Mar 2002 07:45:30 +0000 (07:45 +0000)]
- Lock down the ``module'' structure by adding an SX lock that is used by
  all the global bits of ``module'' data.  This commit adds a few generic
  macros, MOD_SLOCK, MOD_XLOCK, etc., that are meant to be used as ways
  of accessing the SX lock.  It is also the first step in helping to lock
  down the kernel linker and module systems.

Reviewed by: jhb, jake, smp@

22 years ago__MAKE_CONF?=/etc/make.conf
Warner Losh [Mon, 18 Mar 2002 07:39:27 +0000 (07:39 +0000)]
__MAKE_CONF?=/etc/make.conf
Use this where we are now using /etc/make.conf.

This allows people to override the current default of always including
/etc/make.conf.  Setting __MAKE_CONF to /dev/null disables it
completely, while setting it to something else allows one to override
what is on the system.  This can be desirable in situations where a
machine has many users and some of them want different defaults, or
defaults appropriate to cross building to be different than those for
normal building.

Not objected to by: arch@

22 years agoo remove __P
Warner Losh [Mon, 18 Mar 2002 07:23:41 +0000 (07:23 +0000)]
o remove __P
o Use ansi function definitions
o MAXPATHLEN already has the NUL at the end, so no need to add 1 (note that
  MAXNAMLEN doesn't, so the + 1 there is correct).
o remove register.

22 years agoAdd xref to fdisk and disklabel to aid people looking around on how to
Warner Losh [Mon, 18 Mar 2002 07:20:15 +0000 (07:20 +0000)]
Add xref to fdisk and disklabel to aid people looking around on how to
partition disks.

Suggested by: Dworkin Muller

22 years agoo MAXPATHLEN is the correct constant to use for path names, it includes
Warner Losh [Mon, 18 Mar 2002 07:14:59 +0000 (07:14 +0000)]
o MAXPATHLEN is the correct constant to use for path names, it includes
  the NULL.
o use snprintf in preference to unchecked strcat in a couple of places that
  likely can't overflow.  Makes it easier to grep for strcpy :-)

22 years agoo __P
Warner Losh [Mon, 18 Mar 2002 06:59:15 +0000 (06:59 +0000)]
o __P
o Strict ANSI declarations.
o return (foo);
o main (int, char *[])

22 years agoo remove __P
Warner Losh [Mon, 18 Mar 2002 06:17:50 +0000 (06:17 +0000)]
o remove __P
o Use ANSI function definitions
o const poison
o remove register

22 years agoCannot release vnode underlying the nullfs vnode in null_inactive
Kirk McKusick [Mon, 18 Mar 2002 05:39:04 +0000 (05:39 +0000)]
Cannot release vnode underlying the nullfs vnode in null_inactive
as it leaves the nullfs vnode allocated, but with no identity. The
effect is that a null mount can slowly accumulate all the vnodes
in the system, reclaiming them only when it is unmounted. Thus
the null_inactive state instead accelerates the release of the
null vnode by calling vrecycle which will in turn call the
null_reclaim operator. The null_reclaim routine then does the
freeing actions previosuly (incorrectly) done in null_inactive.

22 years agoo __P removal.
Warner Losh [Mon, 18 Mar 2002 05:00:52 +0000 (05:00 +0000)]
o __P removal.
o Use ANSI function definitions.
o main(int, char *[])

22 years agoo Use real prototypes and ANSI function definitions.
Warner Losh [Mon, 18 Mar 2002 04:57:08 +0000 (04:57 +0000)]
o Use real prototypes and ANSI function definitions.
o Remove __P.

22 years agoo Use real prototypes
Warner Losh [Mon, 18 Mar 2002 04:55:09 +0000 (04:55 +0000)]
o Use real prototypes
o Remove __P.
o main(int, char *[])

22 years agoNote comment about DP-1
Warner Losh [Mon, 18 Mar 2002 04:52:24 +0000 (04:52 +0000)]
Note comment about DP-1

22 years agoHome Wireless Network Airway wireless card
Warner Losh [Mon, 18 Mar 2002 04:51:01 +0000 (04:51 +0000)]
Home Wireless Network Airway wireless card

22 years agoFixed some style bugs (mainly ones not fixed or made worse by rev.1.44).
Bruce Evans [Mon, 18 Mar 2002 03:04:58 +0000 (03:04 +0000)]
Fixed some style bugs (mainly ones not fixed or made worse by rev.1.44).
Don't use ISO string concatentation to obfuscate long single-line
messages...