Author: trasz
Date: Fri Oct 7 06:46:46 2011
New Revision: 226092
URL: http://svn.freebsd.org/changeset/base/226092
Log:
MFC r225938:
Fix bug introduced in r225641, which would cause panic if racct_proc_fork()
returned error -- the racct_destroy_locked() would get called twice.
MFC r
Author: adrian
Date: Fri Oct 7 06:13:38 2011
New Revision: 226091
URL: http://svn.freebsd.org/changeset/base/226091
Log:
Begin implementing correct MIPS24K sampling mode behaviour.
* Add the interrupt bit in the configuration register
* Correctly set the counter register for the sampling
Author: obrien
Date: Fri Oct 7 06:00:00 2011
New Revision: 226090
URL: http://svn.freebsd.org/changeset/base/226090
Log:
Increase MSGBUF_SIZE.
The previous size lead to truncated /var/run/dmesg.boot when booted with "-v".
Modified:
head/sys/sys/msgbuf.h
Modified: head/sys/sys/msgbuf.h
===
Author: obrien
Date: Fri Oct 7 05:47:30 2011
New Revision: 226089
URL: http://svn.freebsd.org/changeset/base/226089
Log:
Disallow various debug.kdb sysctl's when securelevel is raised.
PR: 161350
Modified:
head/share/man/man7/security.7
head/sys/kern/subr_kdb.c
Modified: head/share
Author: nwhitehorn
Date: Fri Oct 7 01:40:30 2011
New Revision: 226083
URL: http://svn.freebsd.org/changeset/base/226083
Log:
Work around some behavior of gpart that I absolutely do not understand in
order to make every operation of the partition editor fully revertable.
Under *no circumstan
Author: delphij
Date: Fri Oct 7 01:37:58 2011
New Revision: 226082
URL: http://svn.freebsd.org/changeset/base/226082
Log:
Return proper errno when we hit error when doing sanity check.
This fixes dtrace crashes when module is not compiled with CTF
data.
Submitted by: Paul Ambrose ambro
Author: rmacklem
Date: Fri Oct 7 01:15:04 2011
New Revision: 226081
URL: http://svn.freebsd.org/changeset/base/226081
Log:
A crash reported on freebsd-fs@ on Sep. 23, 2011 under the subject
heading "kernel panics with RPCSEC_GSS" appears to be caused by a
corrupted tailq list for the client
Author: jkim
Date: Thu Oct 6 21:55:05 2011
New Revision: 226079
URL: http://svn.freebsd.org/changeset/base/226079
Log:
Use the caculated length instead of maximum length.
Modified:
head/sys/compat/linux/linux_socket.c
Modified: head/sys/compat/linux/linux_socket.c
==
Author: jkim
Date: Thu Oct 6 21:40:08 2011
New Revision: 226078
URL: http://svn.freebsd.org/changeset/base/226078
Log:
Remove a now-defunct variable.
Modified:
head/sys/compat/linux/linux_socket.c
Modified: head/sys/compat/linux/linux_socket.c
===
Author: jkim
Date: Thu Oct 6 21:17:46 2011
New Revision: 226074
URL: http://svn.freebsd.org/changeset/base/226074
Log:
Use uint32_t instead of u_int32_t. Fix style(9) nits.
Modified:
head/sys/compat/linux/linux_socket.c
Modified: head/sys/compat/linux/linux_socket.c
===
Author: jkim
Date: Thu Oct 6 21:09:28 2011
New Revision: 226073
URL: http://svn.freebsd.org/changeset/base/226073
Log:
Make sure to ignore the leading NULL byte from Linux abstract namespace.
Modified:
head/sys/compat/linux/linux_socket.c
Modified: head/sys/compat/linux/linux_socket.c
=
Author: jkim
Date: Thu Oct 6 20:48:23 2011
New Revision: 226072
URL: http://svn.freebsd.org/changeset/base/226072
Log:
Restore the original socket address length if it was not really AF_INET6.
Modified:
head/sys/compat/linux/linux_socket.c
Modified: head/sys/compat/linux/linux_socket.c
Author: jkim
Date: Thu Oct 6 20:28:08 2011
New Revision: 226071
URL: http://svn.freebsd.org/changeset/base/226071
Log:
Retern more appropriate errno when Linux path name is too long.
Modified:
head/sys/compat/linux/linux_socket.c
Modified: head/sys/compat/linux/linux_socket.c
==
Author: pluknet
Date: Thu Oct 6 20:25:35 2011
New Revision: 226070
URL: http://svn.freebsd.org/changeset/base/226070
Log:
MFC r225776:
Fix typo in OSIOCGIFADDR.
Approved by: re (kib)
Modified:
stable/9/share/man/man9/ifnet.9
Directory Properties:
stable/9/share/man/man9/ (prop
Author: jkim
Date: Thu Oct 6 20:20:30 2011
New Revision: 226069
URL: http://svn.freebsd.org/changeset/base/226069
Log:
Inline do_sa_get() function and remove an unused return value.
Modified:
head/sys/compat/linux/linux_socket.c
Modified: head/sys/compat/linux/linux_socket.c
===
Author: jkim
Date: Thu Oct 6 19:59:14 2011
New Revision: 226068
URL: http://svn.freebsd.org/changeset/base/226068
Log:
Unroll inlined strnlen(9) and make it easier to read. No functional change.
Modified:
head/sys/compat/linux/linux_socket.c
Modified: head/sys/compat/linux/linux_socket.c
=
Author: ken
Date: Thu Oct 6 19:15:51 2011
New Revision: 226067
URL: http://svn.freebsd.org/changeset/base/226067
Log:
MFC r225950:
Add descriptor sense support to CAM, and honor sense residuals properly in
CAM.
Desriptor sense is a new sense data format that originated in SPC-3. Am
Author: kib
Date: Thu Oct 6 17:35:38 2011
New Revision: 226066
URL: http://svn.freebsd.org/changeset/base/226066
Log:
Remove no longer needed BUGS section.
MFC after:1 month
Modified:
head/lib/libc/sys/ptrace.2
Modified: head/lib/libc/sys/ptrace.2
==
Author: kib
Date: Thu Oct 6 17:34:43 2011
New Revision: 226065
URL: http://svn.freebsd.org/changeset/base/226065
Log:
Convert MIPS to the syscallenter/syscallret system call sequence handlers.
This was the last architecture used custom syscall entry sequence.
Reviewed, debugged, tested a
Author: wxs (ports committer)
Date: Thu Oct 6 16:13:47 2011
New Revision: 226064
URL: http://svn.freebsd.org/changeset/base/226064
Log:
Fix a typo in a comment.
Approved by: kib@
Modified:
head/sys/dev/ata/ata-all.c
Modified: head/sys/dev/ata/ata-all.c
Author: melifaro
Date: Thu Oct 6 15:10:48 2011
New Revision: 226063
URL: http://svn.freebsd.org/changeset/base/226063
Log:
Add myself.
Approved by: kib (mentor)
Modified:
head/share/misc/committers-src.dot
Modified: head/share/misc/committers-src.dot
=
Author: ae
Date: Thu Oct 6 14:35:09 2011
New Revision: 226062
URL: http://svn.freebsd.org/changeset/base/226062
Log:
MFC r225878:
Add Oxford Semiconductor OXPCIe952 (0xc138) 1 port serial card.
PR: kern/160895
Submitted by: Konstantin V. Krotov
Modified:
stable/8
Author: ae
Date: Thu Oct 6 14:33:32 2011
New Revision: 226061
URL: http://svn.freebsd.org/changeset/base/226061
Log:
MFC r225878:
Add Oxford Semiconductor OXPCIe952 (0x1c38) 1 port serial card.
PR: kern/160895
Submitted by: Konstantin V. Krotov
Approved by: re
Author: attilio
Date: Thu Oct 6 14:29:38 2011
New Revision: 226060
URL: http://svn.freebsd.org/changeset/base/226060
Log:
For the INP_TIMEWAIT case, there is no valid tcpcb object tied to the
inpcb object.
Skip the TCP_SIGNATURE check in that case as it is consistent with the
output path
Author: nwhitehorn
Date: Thu Oct 6 14:24:37 2011
New Revision: 226059
URL: http://svn.freebsd.org/changeset/base/226059
Log:
Move "Exit" to the first entry in the list, so that it is the default
choice.
PR: bin/160913
MFC after:3 days
Modified:
head/usr.sbin/bsdinstall
Author: nwhitehorn
Date: Thu Oct 6 14:22:38 2011
New Revision: 226058
URL: http://svn.freebsd.org/changeset/base/226058
Log:
Ask if you want to set the keymap before invoking kdbmap to prevent
confusion.
PR: bin/160913
MFC after:3 days
Modified:
head/usr.sbin/bsdinstal
Author: marius
Date: Thu Oct 6 11:48:13 2011
New Revision: 226057
URL: http://svn.freebsd.org/changeset/base/226057
Log:
- Currently, sched_balance_pair() may cause a CPU to send an IPI_PREEMPT to
itself, which sparc64 hardware doesn't support. One way to solve this
would be to directly
Author: marius
Date: Thu Oct 6 11:01:31 2011
New Revision: 226054
URL: http://svn.freebsd.org/changeset/base/226054
Log:
- Use atomic operations rather than sched_lock for safely assigning pm_active
and pc_pmap for SMP. This is key to allowing adding support for SCHED_ULE.
Thanks go to
Author: stas
Date: Thu Oct 6 07:56:18 2011
New Revision: 226053
URL: http://svn.freebsd.org/changeset/base/226053
Log:
- Add tag for Heimdal com_err 1.5.1 version.
Added:
vendor/com_err/1.5.1/
- copied from r226052, vendor/com_err/dist/
___
sv
Author: stas
Date: Thu Oct 6 07:54:28 2011
New Revision: 226052
URL: http://svn.freebsd.org/changeset/base/226052
Log:
- Import com_err from heimdal 1.5.1 distribution. I used sources from GIT
as we don't need autogenerated files, and for some reason the actual
distribution tarball is
Author: stas
Date: Thu Oct 6 07:07:09 2011
New Revision: 226051
URL: http://svn.freebsd.org/changeset/base/226051
Log:
- Bootstrap merge history for contrib/com_err.
Modified:
Directory Properties:
head/contrib/com_err/ (props changed)
___
svn-sr
31 matches
Mail list logo