Author: ae
Date: Mon Nov 7 07:51:10 2011
New Revision: 227296
URL: http://svn.freebsd.org/changeset/base/227296
Log:
Fix multi-line comment formatting.
MFC after:2 weeks
Modified:
head/sbin/bsdlabel/bsdlabel.c
Modified: head/sbin/bsdlabel/bsdlabel.c
Author: ae
Date: Mon Nov 7 07:50:35 2011
New Revision: 227295
URL: http://svn.freebsd.org/changeset/base/227295
Log:
Fix multi-line comment formatting.
Pointed by: jh
MFC after:1 week
Modified:
head/sbin/fdisk/fdisk.c
Modified: head/sbin/fdisk/fdisk.c
==
Author: ed
Date: Mon Nov 7 07:09:38 2011
New Revision: 227294
URL: http://svn.freebsd.org/changeset/base/227294
Log:
SDT's struct sdt_argtype can be marked static everywhere.
It is only passed to SYSINIT/SYSUNINIT.
Modified:
head/sys/sys/sdt.h
Modified: head/sys/sys/sdt.h
=
Author: ed
Date: Mon Nov 7 06:44:47 2011
New Revision: 227293
URL: http://svn.freebsd.org/changeset/base/227293
Log:
Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.
This means that their use is restricted to a single C file.
Modified:
head/sys/arm/arm/vm_machdep.c
Author: ae
Date: Mon Nov 7 06:24:35 2011
New Revision: 227292
URL: http://svn.freebsd.org/changeset/base/227292
Log:
Improve error reporting when MBR can not be written.
Remove obsolete code which uses DIOCSMBR ioctl.
When writing MBR first check that GEOM_MBR is available, if it is not
a
Author: rstone
Date: Mon Nov 7 01:55:58 2011
New Revision: 227291
URL: http://svn.freebsd.org/changeset/base/227291
Log:
Replace fasttrap_copyout() with uwrite(). FreeBSD copyout() is not able to
write to the .text section of a process.
Obtained from:rpaulo
MFC after:3 day
Author: rstone
Date: Mon Nov 7 01:53:25 2011
New Revision: 227290
URL: http://svn.freebsd.org/changeset/base/227290
Log:
Fix the DTrace pid return trap interrupt vector. Previously we were using
31, but that vector is reserved.
Without this fix, running dtrace -p would either cause the
Author: hselasky
Date: Sun Nov 6 23:34:40 2011
New Revision: 227287
URL: http://svn.freebsd.org/changeset/base/227287
Log:
MFC r227286:
Fix kernel build breakage of 8-stable.
Reported by: Marius Strobl
Modified:
stable/8/sys/dev/usb/usb_process.c
Directory Properties:
stable/8/sys/
Author: hselasky
Date: Sun Nov 6 23:26:26 2011
New Revision: 227286
URL: http://svn.freebsd.org/changeset/base/227286
Log:
Fix build breakage for 8-stable and older.
MFC after:0 days
Modified:
head/sys/dev/usb/usb_process.c
Modified: head/sys/dev/usb/usb_process.c
=
On Sunday 06 November 2011 21:38:00 Marius Strobl wrote:
> On Sun, Nov 06, 2011 at 08:47:43PM +0100, Marius Strobl wrote:
> > On Sun, Nov 06, 2011 at 03:13:02PM +, Hans Petter Selasky wrote:
> > > Author: hselasky
> > > Date: Sun Nov 6 15:13:01 2011
> > > New Revision: 227217
> > > URL: http:/
Author: hselasky
Date: Sun Nov 6 23:11:30 2011
New Revision: 227285
URL: http://svn.freebsd.org/changeset/base/227285
Log:
Add support for new USB modem protocol.
PR: usb/159919
MFC after:1 week
Modified:
head/sys/dev/usb/serial/umodem.c
Modified: head/sys/dev/usb/seria
On Sun Nov 6 11, Ed Schouten wrote:
> Hi Alexander,
>
> * Alexander Best , 2006 23:30:
> > +The
> > +.Fl a, d
> > +and
> > +.Fl s
> > +options are mutually exclusive.
> > +.Pp
> > +The
> > +.Fl H, L
> > +and
> > +.Fl P
Hi Alexander,
* Alexander Best , 2006 23:30:
> +The
> +.Fl a, d
> +and
> +.Fl s
> +options are mutually exclusive.
> +.Pp
> +The
> +.Fl H, L
> +and
> +.Fl P
> +options are mutually exclusive.
This can already be derived from the SYNOPSIS, right?
--
E
On Sun Nov 6 11, Ed Schouten wrote:
> Hi Alexander,
>
> * Alexander Best , 2006 21:46:
> > this diff was flying around in my /usr/src, which makes some code a bit more
> > readable. maybe this is something worth having in HEAD?
>
> Looks good. It seems we can a
Author: marius
Date: Sun Nov 6 22:28:13 2011
New Revision: 227284
URL: http://svn.freebsd.org/changeset/base/227284
Log:
Freeze the device queue if a request didn't complete without error and
isn't already frozen.
Modified:
head/sys/dev/esp/ncr53c9x.c
Modified: head/sys/dev/esp/ncr53c9x.c
Hi Alexander,
* Alexander Best , 2006 21:46:
> this diff was flying around in my /usr/src, which makes some code a bit more
> readable. maybe this is something worth having in HEAD?
Looks good. It seems we can also get rid of the `listall' variable here.
The rest of the code al
Author: marcel
Date: Sun Nov 6 21:57:12 2011
New Revision: 227283
URL: http://svn.freebsd.org/changeset/base/227283
Log:
Add check-password.4th and screen.4th to the boot image. They are
needed by the loader.
Modified:
head/release/ia64/mkisoimages.sh
Modified: head/release/ia64/mkisoimag
Author: marius
Date: Sun Nov 6 21:54:27 2011
New Revision: 227282
URL: http://svn.freebsd.org/changeset/base/227282
Log:
Add missing comma.
Submitted by: brueffer
Modified:
head/share/man/man4/esp.4
Modified: head/share/man/man4/esp.4
===
Author: marius
Date: Sun Nov 6 21:33:50 2011
New Revision: 227281
URL: http://svn.freebsd.org/changeset/base/227281
Log:
Commit man page update missed in r227006.
Modified:
head/share/man/man4/esp.4
Modified: head/share/man/man4/esp.4
Author: ae
Date: Sun Nov 6 21:12:52 2011
New Revision: 227280
URL: http://svn.freebsd.org/changeset/base/227280
Log:
Initialize "acc" value inside the loop to reset failed attempts.
PR: misc/162262
MFC after:3 days
Modified:
head/sbin/fdisk/fdisk.c
Modified: head/sbin/f
Author: marius
Date: Sun Nov 6 21:11:22 2011
New Revision: 227279
URL: http://svn.freebsd.org/changeset/base/227279
Log:
MFC: r226995 (partially), r227042
- Import the common MII bitbang'ing code from NetBSD and convert drivers to
take advantage of it instead of duplicating it. This re
Author: marius
Date: Sun Nov 6 21:09:23 2011
New Revision: 227278
URL: http://svn.freebsd.org/changeset/base/227278
Log:
MFC: r226995, r227042
- Import the common MII bitbang'ing code from NetBSD and convert drivers to
take advantage of it instead of duplicating it. This reduces the si
Author: marius
Date: Sun Nov 6 21:09:10 2011
New Revision: 227277
URL: http://svn.freebsd.org/changeset/base/227277
Log:
MFC: r226995, r227042
- Import the common MII bitbang'ing code from NetBSD and convert drivers to
take advantage of it instead of duplicating it. This reduces the si
Author: brueffer
Date: Sun Nov 6 20:59:07 2011
New Revision: 227276
URL: http://svn.freebsd.org/changeset/base/227276
Log:
Add qlxgb(4).
MFC after:3 days
Modified:
head/share/man/man4/altq.4
Modified: head/share/man/man4/altq.4
==
Author: brueffer
Date: Sun Nov 6 20:49:17 2011
New Revision: 227275
URL: http://svn.freebsd.org/changeset/base/227275
Log:
Add qlxgb(4) to the hardware notes.
MFC after:3 days
Modified:
head/release/doc/en_US.ISO8859-1/hardware/article.sgml
head/release/doc/share/misc/dev.archlist
On Sun Nov 6 11, Ed Schouten wrote:
> Author: ed
> Date: Sun Nov 6 08:15:17 2011
> New Revision: 227164
> URL: http://svn.freebsd.org/changeset/base/227164
>
> Log:
> Add missing static keywords to du(1)
this diff was flying around in my /usr/src, which makes some code a bit more
readable. ma
Author: ae
Date: Sun Nov 6 20:42:32 2011
New Revision: 227274
URL: http://svn.freebsd.org/changeset/base/227274
Log:
Add reference to gpart(8).
MFC after:3 days
Modified:
head/usr.sbin/boot0cfg/boot0cfg.8
Modified: head/usr.sbin/boot0cfg/boot0cfg.8
=
Author: ae
Date: Sun Nov 6 20:39:35 2011
New Revision: 227273
URL: http://svn.freebsd.org/changeset/base/227273
Log:
Add reference to gpart(8).
MFC after:3 days
Modified:
head/sbin/fdisk_pc98/fdisk.8
Modified: head/sbin/fdisk_pc98/fdisk.8
===
Author: ae
Date: Sun Nov 6 20:38:27 2011
New Revision: 227272
URL: http://svn.freebsd.org/changeset/base/227272
Log:
Add reference to gpart(8).
MFC after:3 days
Modified:
head/sbin/fdisk/fdisk.8
Modified: head/sbin/fdisk/fdisk.8
=
On Sun, Nov 06, 2011 at 08:47:43PM +0100, Marius Strobl wrote:
> On Sun, Nov 06, 2011 at 03:13:02PM +, Hans Petter Selasky wrote:
> > Author: hselasky
> > Date: Sun Nov 6 15:13:01 2011
> > New Revision: 227217
> > URL: http://svn.freebsd.org/changeset/base/227217
> >
> > Log:
> > MFC r22707
Author: brueffer
Date: Sun Nov 6 20:37:17 2011
New Revision: 227271
URL: http://svn.freebsd.org/changeset/base/227271
Log:
Write QLogic consistently.
MFC after:3 days
Modified:
head/share/man/man4/qlxgb.4
Modified: head/share/man/man4/qlxgb.4
===
Author: ae
Date: Sun Nov 6 20:32:55 2011
New Revision: 227270
URL: http://svn.freebsd.org/changeset/base/227270
Log:
Add recommendation to use gpart(8) when user tries write disklabel
or bootcode to already opened provider.
MFC after:1 week
Modified:
head/sbin/bsdlabel/bsdlabel.c
Author: ed
Date: Sun Nov 6 20:30:21 2011
New Revision: 227269
URL: http://svn.freebsd.org/changeset/base/227269
Log:
Partially revert r227233.
The privs.h header is not only used by at(1), it's also used by
atrun(8). Just let the code the way it used to be (for now).
Reported by: k
Author: bz
Date: Sun Nov 6 20:29:18 2011
New Revision: 227268
URL: http://svn.freebsd.org/changeset/base/227268
Log:
MFC r227064:
Add QLogic 10 Gigabit Ethernet & CNA Adapter Driver version 1.30
for 3200 and 8200 series cards.
Submitted by: David C Somayajulu (david.somayaj...
Author: ed
Date: Sun Nov 6 20:16:50 2011
New Revision: 227267
URL: http://svn.freebsd.org/changeset/base/227267
Log:
Remove MALLOC_DECLAREs of nonexisting malloc-pools.
After careful grepping, it seems none of these pools can be found in our
source tree. They are not in use, nor are they
Author: tuexen
Date: Sun Nov 6 20:09:22 2011
New Revision: 227266
URL: http://svn.freebsd.org/changeset/base/227266
Log:
Initialize all components of the sent COOKIE.
MFC after: 3 days.
Modified:
head/sys/netinet/sctp_output.c
Modified: head/sys/netinet/sctp_output.c
==
Author: marius
Date: Sun Nov 6 19:57:14 2011
New Revision: 227264
URL: http://svn.freebsd.org/changeset/base/227264
Log:
MFC: r227001
Increase the IOC port initialization timeouts by ten times to what the
corresponding Linux driver uses. This allows mpt(4) to still recognize
all good S
Author: marius
Date: Sun Nov 6 19:57:17 2011
New Revision: 227265
URL: http://svn.freebsd.org/changeset/base/227265
Log:
MFC: r227001
Increase the IOC port initialization timeouts by ten times to what the
corresponding Linux driver uses. This allows mpt(4) to still recognize
all good S
On Sun, Nov 06, 2011 at 03:13:02PM +, Hans Petter Selasky wrote:
> Author: hselasky
> Date: Sun Nov 6 15:13:01 2011
> New Revision: 227217
> URL: http://svn.freebsd.org/changeset/base/227217
>
> Log:
> MFC r227075:
> Fix for panic at USB controller attach failure during cold boot.
>
> Mo
Author: ae
Date: Sun Nov 6 19:03:07 2011
New Revision: 227262
URL: http://svn.freebsd.org/changeset/base/227262
Log:
Remove unneeded checks.
MFC after:1 week
Modified:
head/sbin/bsdlabel/bsdlabel.c
Modified: head/sbin/bsdlabel/bsdlabel.c
Author: ed
Date: Sun Nov 6 19:02:49 2011
New Revision: 227261
URL: http://svn.freebsd.org/changeset/base/227261
Log:
Mark global functions and/or variables in spray(8) static where possible.
This allows compilers and static analyzers to do more thorough analysis.
Modified:
head/usr.sbin
Author: ed
Date: Sun Nov 6 19:02:43 2011
New Revision: 227260
URL: http://svn.freebsd.org/changeset/base/227260
Log:
Mark global functions and/or variables in snapinfo(8) static where possible.
This allows compilers and static analyzers to do more thorough analysis.
Modified:
head/usr.s
Author: ed
Date: Sun Nov 6 19:02:37 2011
New Revision: 227259
URL: http://svn.freebsd.org/changeset/base/227259
Log:
Mark global functions and/or variables in rmt(8) static where possible.
This allows compilers and static analyzers to do more thorough analysis.
Modified:
head/usr.sbin/r
Author: ed
Date: Sun Nov 6 19:02:31 2011
New Revision: 227258
URL: http://svn.freebsd.org/changeset/base/227258
Log:
Mark global functions and/or variables in rip6query(8) static where possible.
This allows compilers and static analyzers to do more thorough analysis.
Modified:
head/usr.
Author: ed
Date: Sun Nov 6 19:02:25 2011
New Revision: 227257
URL: http://svn.freebsd.org/changeset/base/227257
Log:
Mark global functions and/or variables in pwd_mkdb(8) static where possible.
This allows compilers and static analyzers to do more thorough analysis.
Modified:
head/usr.s
Author: ed
Date: Sun Nov 6 19:02:20 2011
New Revision: 227256
URL: http://svn.freebsd.org/changeset/base/227256
Log:
Mark global functions and/or variables in moused(8) static where possible.
This allows compilers and static analyzers to do more thorough analysis.
Modified:
head/usr.sbi
Author: ed
Date: Sun Nov 6 19:02:13 2011
New Revision: 227255
URL: http://svn.freebsd.org/changeset/base/227255
Log:
Mark global functions and/or variables in mixer(8) static where possible.
This allows compilers and static analyzers to do more thorough analysis.
Modified:
head/usr.sbin
Author: ed
Date: Sun Nov 6 19:01:59 2011
New Revision: 227254
URL: http://svn.freebsd.org/changeset/base/227254
Log:
Mark global functions and/or variables in memcontrol(8) static where possible.
This allows compilers and static analyzers to do more thorough analysis.
Modified:
head/usr
Author: ed
Date: Sun Nov 6 19:01:54 2011
New Revision: 227253
URL: http://svn.freebsd.org/changeset/base/227253
Log:
Mark global functions and/or variables in fdread(8) static where possible.
This allows compilers and static analyzers to do more thorough analysis.
Modified:
head/usr.sbi
Author: ed
Date: Sun Nov 6 19:01:48 2011
New Revision: 227252
URL: http://svn.freebsd.org/changeset/base/227252
Log:
Mark global functions and/or variables in devinfo(8) static where possible.
This allows compilers and static analyzers to do more thorough analysis.
Modified:
head/usr.sb
Author: ed
Date: Sun Nov 6 19:01:41 2011
New Revision: 227251
URL: http://svn.freebsd.org/changeset/base/227251
Log:
Mark global functions and/or variables in chown(8) static where possible.
This allows compilers and static analyzers to do more thorough analysis.
Modified:
head/usr.sbin
Author: ed
Date: Sun Nov 6 19:01:35 2011
New Revision: 227250
URL: http://svn.freebsd.org/changeset/base/227250
Log:
Mark global functions and/or variables in boot0cfg(8) static where possible.
This allows compilers and static analyzers to do more thorough analysis.
Modified:
head/usr.s
Author: ed
Date: Sun Nov 6 19:01:30 2011
New Revision: 227249
URL: http://svn.freebsd.org/changeset/base/227249
Log:
Mark global functions and/or variables in apm(8) static where possible.
This allows compilers and static analyzers to do more thorough analysis.
Modified:
head/usr.sbin/a
Author: ae
Date: Sun Nov 6 18:59:42 2011
New Revision: 227248
URL: http://svn.freebsd.org/changeset/base/227248
Log:
bsdlabel(8) could automatically fill many of disklabel's deprecated
fields, but user could specify some of those fields when edits disklabel
with `bsdlabel -e`. But without -
Author: ed
Date: Sun Nov 6 18:50:39 2011
New Revision: 227247
URL: http://svn.freebsd.org/changeset/base/227247
Log:
Mark global functions and/or variables in xstr(1) static where possible.
This allows compilers and static analyzers to more thorough analysis.
Modified:
head/usr.bin/xstr
Author: ed
Date: Sun Nov 6 18:50:33 2011
New Revision: 227246
URL: http://svn.freebsd.org/changeset/base/227246
Log:
Mark global functions and/or variables in whois(1) static where possible.
This allows compilers and static analyzers to more thorough analysis.
Modified:
head/usr.bin/who
Author: ed
Date: Sun Nov 6 18:50:26 2011
New Revision: 227245
URL: http://svn.freebsd.org/changeset/base/227245
Log:
Mark global functions and/or variables in which(1) static where possible.
This allows compilers and static analyzers to more thorough analysis.
Modified:
head/usr.bin/whi
Author: ed
Date: Sun Nov 6 18:50:19 2011
New Revision: 227244
URL: http://svn.freebsd.org/changeset/base/227244
Log:
Mark global functions and/or variables in whereis(1) static where possible.
This allows compilers and static analyzers to more thorough analysis.
Modified:
head/usr.bin/w
Author: ed
Date: Sun Nov 6 18:50:00 2011
New Revision: 227243
URL: http://svn.freebsd.org/changeset/base/227243
Log:
Mark global functions and/or variables in unifdef(1) static where possible.
This allows compilers and static analyzers to more thorough analysis.
Modified:
head/usr.bin/u
Author: ed
Date: Sun Nov 6 18:49:53 2011
New Revision: 227242
URL: http://svn.freebsd.org/changeset/base/227242
Log:
Mark global functions and/or variables in paste(1) static where possible.
This allows compilers and static analyzers to more thorough analysis.
Modified:
head/usr.bin/pas
Author: ed
Date: Sun Nov 6 18:49:48 2011
New Revision: 227241
URL: http://svn.freebsd.org/changeset/base/227241
Log:
Mark global functions and/or variables in m4(1) static where possible.
This allows compilers and static analyzers to more thorough analysis.
Modified:
head/usr.bin/m4/gnu
Author: ed
Date: Sun Nov 6 18:49:41 2011
New Revision: 227240
URL: http://svn.freebsd.org/changeset/base/227240
Log:
Mark global functions and/or variables in lam(1) static where possible.
This allows compilers and static analyzers to more thorough analysis.
Modified:
head/usr.bin/lam/l
Author: ed
Date: Sun Nov 6 18:49:36 2011
New Revision: 227239
URL: http://svn.freebsd.org/changeset/base/227239
Log:
Mark global functions and/or variables in fstat(1) static where possible.
This allows compilers and static analyzers to more thorough analysis.
Modified:
head/usr.bin/fst
Author: ed
Date: Sun Nov 6 18:49:30 2011
New Revision: 227238
URL: http://svn.freebsd.org/changeset/base/227238
Log:
Mark global functions and/or variables in expand(1) static where possible.
This allows compilers and static analyzers to more thorough analysis.
Modified:
head/usr.bin/ex
Author: ed
Date: Sun Nov 6 18:49:23 2011
New Revision: 227237
URL: http://svn.freebsd.org/changeset/base/227237
Log:
Mark global functions and/or variables in enigma(1) static where possible.
This allows compilers and static analyzers to more thorough analysis.
Modified:
head/usr.bin/en
Author: ed
Date: Sun Nov 6 18:49:16 2011
New Revision: 227236
URL: http://svn.freebsd.org/changeset/base/227236
Log:
Mark global functions and/or variables in compress(1) static where possible.
This allows compilers and static analyzers to more thorough analysis.
Modified:
head/usr.bin/
Author: ed
Date: Sun Nov 6 18:49:03 2011
New Revision: 227234
URL: http://svn.freebsd.org/changeset/base/227234
Log:
Mark global functions and/or variables in checknr(1) static where possible.
This allows compilers and static analyzers to more thorough analysis.
Modified:
head/usr.bin/c
Author: ed
Date: Sun Nov 6 18:49:10 2011
New Revision: 227235
URL: http://svn.freebsd.org/changeset/base/227235
Log:
Mark global functions and/or variables in comm(1) static where possible.
This allows compilers and static analyzers to more thorough analysis.
Modified:
head/usr.bin/comm
Author: ed
Date: Sun Nov 6 17:32:29 2011
New Revision: 227233
URL: http://svn.freebsd.org/changeset/base/227233
Log:
Add missing static keywords to at(1).
While there, tidy up the privs.h part, where at.c has to #define to
declare some globals. Also group static and non-static global var
Author: bz
Date: Sun Nov 6 17:31:57 2011
New Revision: 227232
URL: http://svn.freebsd.org/changeset/base/227232
Log:
MFC r227085:
Always use the opt_*.h options for ipfw.ko, not just when
compiled into the kernel.
Do not try to build the module in case of no INET support but
Author: ae
Date: Sun Nov 6 17:30:32 2011
New Revision: 227231
URL: http://svn.freebsd.org/changeset/base/227231
Log:
To be in sync with GEOM_PART_BSD limit the maximum number of supported
partitions to 20.
MFC after:1 week
Modified:
head/sbin/bsdlabel/bsdlabel.c
Modified: head/sb
Author: marius
Date: Sun Nov 6 17:25:22 2011
New Revision: 227230
URL: http://svn.freebsd.org/changeset/base/227230
Log:
MFC: r227001
Increase the IOC port initialization timeouts by ten times to what the
corresponding Linux driver uses. This allows mpt(4) to still recognize
all good S
Author: marius
Date: Sun Nov 6 17:23:49 2011
New Revision: 227229
URL: http://svn.freebsd.org/changeset/base/227229
Log:
MFC: r226154, r226165
- Follow the lead of dcphy(4) and pnphy(4) and move the reminder of the PHY
drivers that only ever attach to a particular MAC driver, i.e. inph
Author: ed
Date: Sun Nov 6 17:20:44 2011
New Revision: 227228
URL: http://svn.freebsd.org/changeset/base/227228
Log:
Mark the structure fields as const.
This allows us to simply place these strings as constants in the table
itself, letting the compiler decide to simply merge duplicate st
Author: mav
Date: Sun Nov 6 16:58:17 2011
New Revision: 227227
URL: http://svn.freebsd.org/changeset/base/227227
Log:
MFC r226985:
Workaround the problem introduced by combination of r162200 and r215687.
r162200 delays provider orphanization until all running requests complete,
to workaro
Author: ed
Date: Sun Nov 6 16:52:26 2011
New Revision: 227225
URL: http://svn.freebsd.org/changeset/base/227225
Log:
Make all functions and global variables static for cdcontrol(8).
While there, replace __const by const, which seems to be our preference
nowadays. Also fix some style(9) b
Author: mav
Date: Sun Nov 6 16:54:23 2011
New Revision: 227226
URL: http://svn.freebsd.org/changeset/base/227226
Log:
MFC r226985:
Workaround the problem introduced by combination of r162200 and r215687.
r162200 delays provider orphanization until all running requests complete,
to workaro
Author: ed
Date: Sun Nov 6 16:47:50 2011
New Revision: 227224
URL: http://svn.freebsd.org/changeset/base/227224
Log:
Mark all global variables static for mptable(1).
While there, remove basetableEntryTypes, which became unused in r71209.
Modified:
head/usr.sbin/mptable/mptable.c
Modifi
Author: ed
Date: Sun Nov 6 16:40:17 2011
New Revision: 227223
URL: http://svn.freebsd.org/changeset/base/227223
Log:
Eliminate global variables.
There is no reason why these three variables should be declared as
global variables, while the others aren't. They are only used inside
main(
Author: nwhitehorn
Date: Sun Nov 6 16:37:50 2011
New Revision: 227222
URL: http://svn.freebsd.org/changeset/base/227222
Log:
MFC r22,226739,226741:
Avoid showing the user some spurious error messages from GEOM [1] and do
provide error messages instead of silent failure if there are no d
Author: ed
Date: Sun Nov 6 16:37:15 2011
New Revision: 227221
URL: http://svn.freebsd.org/changeset/base/227221
Log:
Simplify inclusion of the tsptype array a bit.
We don't need this array in timed.c -- only readmsg.c.
Modified:
head/usr.sbin/timed/timed/readmsg.c
head/usr.sbin/timed/
Author: nwhitehorn
Date: Sun Nov 6 16:36:54 2011
New Revision: 227220
URL: http://svn.freebsd.org/changeset/base/227220
Log:
MFC r226439:
Place quotes around the output of kbdmap(1), designed to be pasted into
/etc/rc.conf.
PR: bin/161711
Submitted by: manolis
Approved by
Author: jpaetzel
Date: Sun Nov 6 15:58:56 2011
New Revision: 227219
URL: http://svn.freebsd.org/changeset/base/227219
Log:
MFC 227118:
Roll up several patches used by PC-BSD.
- Fix an issue with gmirror.
- Allow IPv4 DHCP and IPv6 SLAAC concurrently.
- Fix zpool options using the
Author: hselasky
Date: Sun Nov 6 15:13:01 2011
New Revision: 227217
URL: http://svn.freebsd.org/changeset/base/227217
Log:
MFC r227075:
Fix for panic at USB controller attach failure during cold boot.
Modified:
stable/8/sys/dev/usb/usb_process.c
Directory Properties:
stable/8/sys/ (pro
Author: hselasky
Date: Sun Nov 6 15:06:04 2011
New Revision: 227216
URL: http://svn.freebsd.org/changeset/base/227216
Log:
MFC r227075:
Fix for panic at USB controller attach failure during cold boot.
Approved by: re (kib)
Modified:
stable/9/sys/dev/usb/usb_process.c
Directory Proper
Author: dim
Date: Sun Nov 6 14:07:23 2011
New Revision: 227215
URL: http://svn.freebsd.org/changeset/base/227215
Log:
When one attempts to compile the tree with -march=i386, which also used
to be gcc's default before r198344, calls to atomic builtins will not be
expanded inline. Instead, t
Author: antoine
Date: Sun Nov 6 14:00:18 2011
New Revision: 227214
URL: http://svn.freebsd.org/changeset/base/227214
Log:
Add more obsolete files.
Modified:
head/ObsoleteFiles.inc
Modified: head/ObsoleteFiles.inc
==
Author: kib
Date: Sun Nov 6 13:35:55 2011
New Revision: 227213
URL: http://svn.freebsd.org/changeset/base/227213
Log:
MFC r227062:
Fix kernel panic when d_fdopen csw method is called for NULL fp.
This may happen when kernel consumer calls VOP_OPEN().
Modified:
stable/7/sys/fs/devfs/devfs
Author: kib
Date: Sun Nov 6 13:17:37 2011
New Revision: 227212
URL: http://svn.freebsd.org/changeset/base/227212
Log:
MFC r227062:
Fix kernel panic when d_fdopen csw method is called for NULL fp.
This may happen when kernel consumer calls VOP_OPEN().
Modified:
stable/8/sys/fs/devfs/devfs
Author: kib
Date: Sun Nov 6 13:06:31 2011
New Revision: 227211
URL: http://svn.freebsd.org/changeset/base/227211
Log:
MFC r227062:
Fix kernel panic when d_fdopen csw method is called for NULL fp.
This may happen when kernel consumer calls VOP_OPEN().
Approved by: re (kensmith)
Modifi
Author: brueffer
Date: Sun Nov 6 13:03:59 2011
New Revision: 227210
URL: http://svn.freebsd.org/changeset/base/227210
Log:
MFC: r226937
Fix a misplaced parenthesis.
Modified:
stable/7/libexec/rshd/rshd.c
Directory Properties:
stable/7/libexec/rshd/ (props changed)
Modified: stable/
Author: brueffer
Date: Sun Nov 6 13:02:33 2011
New Revision: 227209
URL: http://svn.freebsd.org/changeset/base/227209
Log:
MFC: r226937
Fix a misplaced parenthesis.
Modified:
stable/8/libexec/rshd/rshd.c
Directory Properties:
stable/8/libexec/rshd/ (props changed)
Modified: stable/
Author: brueffer
Date: Sun Nov 6 12:37:44 2011
New Revision: 227208
URL: http://svn.freebsd.org/changeset/base/227208
Log:
MFC: r226937
Fix a misplaced parenthesis.
Approved by: re (kib)
Modified:
stable/9/libexec/rshd/rshd.c
Directory Properties:
stable/9/libexec/rshd/ (props
On Sun, 6 Nov 2011 10:47:20 + (UTC) Mikolaj Golub wrote:
MG> Author: trociny
MG> Date: Sun Nov 6 10:47:20 2011
MG> New Revision: 227207
MG> URL: http://svn.freebsd.org/changeset/base/227207
MG> Log:
MG> Cache SO_REUSEPORT socket option in inpcb-layer in order to avoid
MG> inp_soc
Author: trociny
Date: Sun Nov 6 10:47:20 2011
New Revision: 227207
URL: http://svn.freebsd.org/changeset/base/227207
Log:
Cache SO_REUSEPORT socket option in inpcb-layer in order to avoid
inp_socket->so_options dereference when we may not acquire the lock on
the inpcb.
This fixes the c
* Peter Jeremy , 2006 10:10:
> That's an interesting spelling of "static". I presume this is a
> general cleanup of identifier visibility to prevent unexpected
> aliasing - in which case a more general log message may have nicer.
Yes, sorry about that. When I
Author: trociny
Date: Sun Nov 6 09:29:52 2011
New Revision: 227206
URL: http://svn.freebsd.org/changeset/base/227206
Log:
Before dereferencing intotw() check for NULL, the same way as it is
done for in_pcb (see r157474).
MFC after:1 week
Modified:
head/sys/netinet6/in6_pcb.c
Modi
Author: fjoe
Date: Sun Nov 6 09:27:40 2011
New Revision: 227205
URL: http://svn.freebsd.org/changeset/base/227205
Log:
Fix the build with KLD_DEBUG defined.
Modified:
stable/8/sys/kern/kern_linker.c
Modified: stable/8/sys/kern/kern_linker.c
==
Author: ed
Date: Sun Nov 6 08:19:07 2011
New Revision: 227202
URL: http://svn.freebsd.org/changeset/base/227202
Log:
Add missing static keywords to xinstall(1)
Modified:
head/usr.bin/xinstall/xinstall.c
Modified: head/usr.bin/xinstall/xinstall.c
=
Author: ed
Date: Sun Nov 6 08:19:00 2011
New Revision: 227201
URL: http://svn.freebsd.org/changeset/base/227201
Log:
Add missing static keywords to wc(1)
Modified:
head/usr.bin/wc/wc.c
Modified: head/usr.bin/wc/wc.c
===
1 - 100 of 171 matches
Mail list logo