Author: maxim
Date: Sat Nov 1 06:48:28 2008
New Revision: 184517
URL: http://svn.freebsd.org/changeset/base/184517
Log:
o OpenBSD 4.4 added.
Modified:
head/share/misc/bsd-family-tree
Modified: head/share/misc/bsd-family-tree
==
Thanks. Possibly misleading spelling errors are accumulating, though...
Some fixed in attached patch.
Regards,
b.
if_rl.c.diff
Description: Binary data
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinf
Author: imp
Date: Sat Nov 1 00:28:44 2008
New Revision: 184516
URL: http://svn.freebsd.org/changeset/base/184516
Log:
Add RL_TWISTER_ENABLE.
Modified:
head/sys/conf/NOTES
Modified: head/sys/conf/NOTES
==
--- head/sy
This stuff is absolutely crazy, but I'm glad you checked it in.
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Author: imp
Date: Fri Oct 31 23:24:13 2008
New Revision: 184515
URL: http://svn.freebsd.org/changeset/base/184515
Log:
Add RL_TWISTER_ENABLE option. This enables the magic bits to do long
cable tuning. This has helped in some installations for hardware
deployed by a former employer. Made
Author: kensmith
Date: Fri Oct 31 15:56:38 2008
New Revision: 184512
URL: http://svn.freebsd.org/changeset/base/184512
Log:
Prepare for the 6.4-RC2 builds.
Approved by: re (implicit)
Modified:
releng/6.4/sys/conf/newvers.sh
Modified: releng/6.4/sys/conf/newvers.sh
=
Author: rwatson
Date: Fri Oct 31 15:14:40 2008
New Revision: 184511
URL: http://svn.freebsd.org/changeset/base/184511
Log:
In example use of err(3) and errx(3), use sysexits(3) constants.
MFC after:3 days
Submitted by: Bruce Cran
Modified:
head/lib/libc/gen/err.3
Modified: head/l
Author: rwatson
Date: Fri Oct 31 15:11:01 2008
New Revision: 184510
URL: http://svn.freebsd.org/changeset/base/184510
Log:
Since there is no longer the opportunity for record truncation, just
return 0 if the truncation counter is queried on an audit pipe.
MFC after:2 months
Sponsore
Author: rwatson
Date: Fri Oct 31 14:47:15 2008
New Revision: 184509
URL: http://svn.freebsd.org/changeset/base/184509
Log:
In style(9) examples of err() and errx(), use sysexits(3) errors rather
than returning 1.
Submitted by: Bruce Cran
MFC after:3 days
Modified:
head/share/man
Author: rwatson
Date: Fri Oct 31 14:40:21 2008
New Revision: 184508
URL: http://svn.freebsd.org/changeset/base/184508
Log:
Historically, /dev/auditpipe has allows only whole records to be read via
read(2), which meant that records longer than the buffer passed to read(2)
were dropped. Inste
Author: bz
Date: Fri Oct 31 14:30:33 2008
New Revision: 184507
URL: http://svn.freebsd.org/changeset/base/184507
Log:
MFC: r183982
Add cr_canseeinpcb() doing checks using the cached socket
credentials from inp_cred which is also available after the
socket is gone.
Switch cr_ca
Author: oleg
Date: Fri Oct 31 13:01:31 2008
New Revision: 184506
URL: http://svn.freebsd.org/changeset/base/184506
Log:
Direct commit (r184414 is not applicable to stable due to ABI change):
Workaround possible q_time overflow (will happen after 2^32/(86400*hz)
days of uptime (~50days for
Author: oleg
Date: Fri Oct 31 13:00:34 2008
New Revision: 184505
URL: http://svn.freebsd.org/changeset/base/184505
Log:
Direct commit (r184414 is not applicable to stable due to ABI change):
Workaround possible q_time overflow (will happen after 2^32/(86400*hz)
days of uptime (~50days for
Author: oleg
Date: Fri Oct 31 12:58:12 2008
New Revision: 184504
URL: http://svn.freebsd.org/changeset/base/184504
Log:
Direct commit (r184414 is not applicable to stable due to ABI change):
Workaround possible q_time overflow (will happen after 2^32/(86400*hz)
days of uptime (~50days for
Author: bz
Date: Fri Oct 31 11:27:54 2008
New Revision: 184502
URL: http://svn.freebsd.org/changeset/base/184502
Log:
MFC: r183980
Add a mac_check_inpcb_visible implementation to all MAC policies
that handle mac_check_socket_visible.
Approved by: re (rwatson)
Modified:
stable
Author: kib
Date: Fri Oct 31 10:38:30 2008
New Revision: 184501
URL: http://svn.freebsd.org/changeset/base/184501
Log:
The code in linux_proc_exit() contains a race when multiple linux based
processes exits at the same time. The linux_emuldata structure is freed
but p->p_emuldata is left as
Author: kib
Date: Fri Oct 31 10:14:28 2008
New Revision: 184500
URL: http://svn.freebsd.org/changeset/base/184500
Log:
The file was inadvertently excluded from r184499.
Modified:
head/sys/i386/i386/minidump_machdep.c
Modified: head/sys/i386/i386/minidump_machdep.c
===
Author: kib
Date: Fri Oct 31 10:11:35 2008
New Revision: 184499
URL: http://svn.freebsd.org/changeset/base/184499
Log:
Revert r184136. Instead, push the check for crashdumpmap overflow into the
MD i386 and amd64 dump code.
Requested by: jhb
Retested by: pho
MFC after:3 days (+ 17
Marcel Moolenaar <[EMAIL PROTECTED]> writes:
> Log:
> Add a driver for flash memory that implements to the Common Flash
> Memory Interface (CFI). The flash memory can be read and written
> to through /dev/cfi# and an ioctl() exists so processes can read
> the query information.
> The driv
Author: bz
Date: Fri Oct 31 09:41:06 2008
New Revision: 184498
URL: http://svn.freebsd.org/changeset/base/184498
Log:
MFC: r183973
Add mac_check_inpcb_visible MAC Framework entry point, which is similar
to mac_check_socket_visible but operates on the inpcb.
Approved by: re (rwat
Author: davidxu
Date: Fri Oct 31 09:09:22 2008
New Revision: 184497
URL: http://svn.freebsd.org/changeset/base/184497
Log:
Merge revision 183061 from head to stable/7.
> Allow multiple locks to be acquired by detecting corresponding
> bit flag, otherwise if a thread acquired a lock, anoth
Author: kato
Date: Fri Oct 31 08:42:34 2008
New Revision: 184496
URL: http://svn.freebsd.org/changeset/base/184496
Log:
MFC of r184327.
Improved IDE HDD geometry adjustment. Previous code didn't work with
certain ATA-6 drives including CF cards.
Approved by: re (kib)
Modified:
s
22 matches
Mail list logo