On Thu, 6 Dec 2007, Kip Macy wrote:
kmacy 2007-12-06 19:11:15 UTC
FreeBSD src repository
Modified files:
sys/sys param.h
Log:
Change uint8_t to equivalent base language type and add line break where 80
characters is exceeded in bit macros
Requested by: Bruce Evans
On Thu, 6 Dec 2007, [utf-8] Dag-Erling Sm??rgrav wrote:
Bruce Evans <[EMAIL PROTECTED]> writes:
dd_lock cannot be declared as struct pthread_mutex *, since pthread_mutex
is not permitted in the application namespace of dirent.h. dirent.h
is (was) careful about namespaces. E.g., it keeps out o
silby 2007-12-07 05:52:24 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/netinet tcp_syncache.c
Log:
MFC rev 1.136: Fix SACK
No merges to branches prior to 7 are necessary; this is a 7 and above
bug only.
Approved by:re (gnn)
kmacy 2007-12-07 05:46:09 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/net if_var.h
sys/net80211 ieee80211.c ieee80211_output.c
sys/netinet in_pcb.h tcp_syncache.c tcp_var.h
sys/sys ucred.h
Log:
kevlo 2007-12-07 05:17:34 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6_3)
usr.sbin/zic zic.c
Log:
MFC r1.18:
zic(8) should exit the loop when the end of the string is reached
due to the call to error(). The problem found by doing fuzz testi
kevlo 2007-12-07 05:15:27 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
usr.sbin/zic zic.c
Log:
MFC r1.18:
zic(8) should exit the loop when the end of the string is reached
due to the call to error(). The problem found by doing fuzz testing
kevlo 2007-12-07 05:13:20 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
usr.sbin/zic zic.c
Log:
MFC r1.18:
zic(8) should exit the loop when the end of the string is reached
due to the call to error(). The problem found by doing fuzz testing
delphij 2007-12-07 04:04:52 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6_3)
release/doc/zh_CN.GB2312/errata article.sgml
release/doc/zh_CN.GB2312/hardware Makefile
release/doc/zh_CN.GB2312/hardware/common dev.sgml hw.ent
release/doc/zh_CN.GB2312/i
jfv 2007-12-07 04:01:16 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/dev/em if_em.c
Log:
DUH, fix breakage of last checkin. Its kinda humorous,
the code is broken in 7 but that will never be a problem
because of defines, but it broke
thompsa 2007-12-07 03:46:24 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6_3)
sys/kern kern_conf.c
Log:
MFC r1.209
Apply a workaround for the unkillable jail problem where some devices
created
within the jail are never freed.
Appr
thompsa 2007-12-07 03:46:13 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/kern kern_conf.c
Log:
MFC r1.209
Apply a workaround for the unkillable jail problem where some devices
created
within the jail are never freed.
Approv
thompsa 2007-12-07 03:45:16 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/kern kern_conf.c
Log:
MFC r1.209
Apply a workaround for the unkillable jail problem where some devices
created
within the jail are never freed.
Approv
kmacy 2007-12-07 01:46:13 UTC
FreeBSD src repository
Modified files:
sys/net if_var.h
sys/net80211 ieee80211.c ieee80211_output.c
sys/netinet in_pcb.h tcp_syncache.c tcp_var.h
sys/sys ucred.h
Log:
Add padding for anticip
rrs 2007-12-07 01:32:14 UTC
FreeBSD src repository
Modified files:
sys/netinet sctp_output.c sctp_usrreq.c sctputil.c
Log:
- More fixes for lock misses on the transfer of data to
the sent_queue. Sometimes I wonder why any code
ever works :-)
- Fix the pad o
On Dec 6, 2007 5:06 PM, Jack F Vogel <[EMAIL PROTECTED]> wrote:
> jfv 2007-12-07 01:06:42 UTC
>
> FreeBSD src repository
>
> Modified files:(Branch: RELENG_6)
> sys/dev/em if_em.c if_em.h
> Log:
> MFC of a few important fixes done in RELENG_7 to 6
> - WITNE
jfv 2007-12-07 01:06:42 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/dev/em if_em.c if_em.h
Log:
MFC of a few important fixes done in RELENG_7 to 6
- WITNESS lock problem due to naming of multi locks
- Race in em_stop if you don't
emaste 2007-12-07 00:22:24 UTC
FreeBSD src repository
Modified files:
sys/dev/aac aac.c aacvar.h
Log:
Allow simultaneous opens of the device for issuing commands to the
controller. This is merged from Adaptec driver build 11669.
Revision ChangesPath
1.124
delphij 2007-12-07 00:00:21 UTC
FreeBSD src repository
Modified files:
sys/fs/tmpfs tmpfs_subr.c
Log:
Turn MPASS(0) into panic with more obvious reason why the assertion
is failed.
Revision ChangesPath
1.14 +5 -5 src/sys/fs/tmpfs/tmpfs_subr.c
_
jhb 2007-12-06 23:37:26 UTC
FreeBSD src repository
Modified files:
sys/compat/freebsd32 freebsd32_proto.h freebsd32_syscall.h
freebsd32_syscalls.c freebsd32_sysent.c
Log:
Regen.
Revision ChangesPath
1.79 +16 -1 src/sys/compat/fre
jhb 2007-12-06 23:36:57 UTC
FreeBSD src repository
Modified files:
sys/compat/freebsd32 syscalls.master
Log:
Add freebsd32 compat wrappers for msgctl() and __semctl() using
kern_msgctl() and kern_semctl().
MFC after: 1 week
Revision ChangesPath
1.93
jhb 2007-12-06 23:35:29 UTC
FreeBSD src repository
Modified files:
sys/compat/freebsd32 freebsd32_ipc.h freebsd32_misc.c
Log:
Add freebsd32 compat wrappers for msgctl() and _semctl() using
kern_msgctl() and kern_semctl().
MFC after: 1 week
Revision Changes
jhb 2007-12-06 23:23:16 UTC
FreeBSD src repository
Modified files:
sys/compat/freebsd32 freebsd32_misc.c
Added files:
sys/compat/freebsd32 freebsd32_ipc.h
Log:
Move 32-bit SYSV IPC structure definitions into freebsd32_ipc.h.
MFC after: 1 week
Revision C
delphij 2007-12-06 23:19:05 UTC
FreeBSD src repository
Modified files:
sys/fs/tmpfs tmpfs_vfsops.c
Log:
size_max should be unsigned, as such, use size_t here.
Revision ChangesPath
1.15 +1 -1 src/sys/fs/tmpfs/tmpfs_vfsops.c
___
cognet 2007-12-06 23:17:24 UTC
FreeBSD src repository
Modified files:
sys/arm/arm pmap.c
Log:
Erm, add a missing else, we do not want to increase the mapping counters for
both kernel and userland when we create a pv for pmap_kernel.
Reported by:Mark Tinguely
jhb 2007-12-06 23:11:27 UTC
FreeBSD src repository
Modified files:
sys/kern kern_module.c
sys/compat/freebsd32 freebsd32.h freebsd32_misc.c
syscalls.master
Log:
Move several data structure definitions out of freebsd32_misc.c and into
julian 2007-12-06 22:48:24 UTC
FreeBSD src repository
Modified files:
sys/netinet6 in6.c
Log:
Remove more dup'd code
MFC After: 1 week
Revision ChangesPath
1.75 +0 -21 src/sys/netinet6/in6.c
___
cvs-all@f
julian 2007-12-06 22:44:25 UTC
FreeBSD src repository
Modified files:
sys/netinet6 in6.c
Log:
remove duped code
Reviewed By: gnn
MRC after: 1 week
Revision ChangesPath
1.74 +1 -26 src/sys/netinet6/in6.c
julian 2007-12-06 22:40:17 UTC
FreeBSD src repository
Modified files:
sys/net route.c
Log:
No need to assert that a == b when we just set a = b.
Revision ChangesPath
1.122 +0 -1 src/sys/net/route.c
___
Kip Macy wrote:
On Dec 6, 2007 2:25 AM, Bruce Evans <[EMAIL PROTECTED]> wrote:
On Thu, 6 Dec 2007, Kip Macy wrote:
kmacy 2007-12-06 04:00:59 UTC
FreeBSD src repository
Modified files:
sys/sys param.h
Log:
Respect the fact that the value a may be constant so cast to
jhb 2007-12-06 22:00:32 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/compat/freebsd32 freebsd32_proto.h freebsd32_syscall.h
freebsd32_syscalls.c freebsd32_sysent.c
Log:
Regen.
Revision ChangesPath
1.38.2.14 +
jhb 2007-12-06 22:00:06 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/compat/freebsd32 freebsd32_misc.c syscalls.master
sys/compat/linux linux_ipc.c
sys/kern sysv_msg.c
sys/sys syscallsubr.h
Log:
MFC: Add
lulf2007-12-06 20:25:31 UTC
FreeBSD src repository
Modified files:
release fixit.profile
Log:
- Add support for all geom class command options in the Fixit environment by
pointing GEOM_LIBRARY_PATH to the geom libraries.
PR: misc/113543
Sub
kmacy 2007-12-06 19:11:15 UTC
FreeBSD src repository
Modified files:
sys/sys param.h
Log:
Change uint8_t to equivalent base language type and add line break where 80
characters is exceeded in bit macros
Requested by: Bruce Evans
Revision ChangesPat
On Dec 6, 2007 2:25 AM, Bruce Evans <[EMAIL PROTECTED]> wrote:
>
> On Thu, 6 Dec 2007, Kip Macy wrote:
>
> > kmacy 2007-12-06 04:00:59 UTC
> >
> > FreeBSD src repository
> >
> > Modified files:
> >sys/sys param.h
> > Log:
> > Respect the fact that the value a may be const
emaste 2007-12-06 18:31:57 UTC
FreeBSD src repository
Modified files:
share/man/man4 aac.4
Log:
Add new controllers supported by rev 1.64 and 1.65 of aac_pci.c
Revision ChangesPath
1.39 +28 -0 src/share/man/man4/aac.4
__
emaste 2007-12-06 18:25:29 UTC
FreeBSD src repository
Modified files:
sys/dev/aac aac_pci.c
Log:
Add more PCI ID's from Adaptec's driver, including two requested
by Daniel Kamm.
Adaptec RAID 51245
Adaptec RAID 51645
Adaptec RAID 52445
Adaptec RAID 5
On Dec 6, 2007, at 1:21 AM, John Baldwin wrote:
So one issue with gpart is it doesn't handle attribute requests yet,
so it
doesn't have the feature where geom_bsd only attaches when a parent
partition
has the right type.
It supports attributes, but not the ones used by other
partitioning
On Dec 6, 2007, at 1:35 AM, Poul-Henning Kamp wrote:
I was planning on removing the "change the partitioning by writing
through the 'c' partition" code in -current now, I trust that you
have not implemented that ?
I have not implemented it. In fact, the c partition is not
accessable by virtue
obrien 2007-12-06 16:41:23 UTC
FreeBSD src repository
Removed files: (Branch: COLUMBIA)
contrib/amd LSM.am-utils
Log:
Futher vendor branch cleanup.
Revision ChangesPath
1.1.1.4 +0 -20 src/contrib/amd/LSM.am-utils (dead)
obrien 2007-12-06 16:39:27 UTC
FreeBSD src repository
Removed files: (Branch: COLUMBIA)
contrib/amd/amd amfs_inherit.c
contrib/amd/libamu util.c
Log:
Remove files retired by the vendor.
Grrr.. these should have been removed on the vendor branch vs. HEAD.
brooks 2007-12-06 16:22:19 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
lib/libkse Makefile
.ObsoleteFiles.inc
Log:
MFC:
To reduce the impact of possible removal of the syscalls required by
libkse in FreeBSD 8.0, do
Florent Thoumie wrote:
flz 2007-12-06 11:54:36 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sbin/mdconfigmdconfig.c
Log:
MFC: Fix exit code when using -l on a non-existent md(4) device.
src/sbin/mdconfig/mdconfig.c: rev 1.54 -> 1.55
kib 2007-12-06 14:20:25 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/i386/i386trap.c
sys/amd64/amd64 trap.c
Log:
MFC
rev 1.323 of src/sys/amd64/amd64/trap.c
rev 1.310 of src/sys/i386/i386/trap.c
Fix the ABI change of the
kib 2007-12-06 14:19:43 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/kern imgact_elf.c init_main.c kern_exec.c
kern_mib.c
sys/sys proc.h systm.h
Log:
MFC
rev 1.182 of src/sys/kern/imgact_elf
kib 2007-12-06 13:47:47 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/kern imgact_elf.c
Log:
MFC rev. 1.181:
Check for the program headers alignment of the ELF images before
dereferencing. Unaligned access could cause panic on strict
On Wed, Dec 05, 2007 at 02:44:43AM +0600, Max Khon wrote:
> Ho!
>
> Alexey Dokuchaev wrote:
>
> >>>John Birrell <[EMAIL PROTECTED]> writes:
> Log:
> Fix strict alias warnings.
> >>>A much simpler solution (relative to the previous revision):
> >>>
> >>>@@ -131,10 +131,10 @@
> >>>
kib 2007-12-06 13:43:43 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
lib/csu/common crtbrand.c
Log:
MFC rev. 1.5, 1.6:
Restore the branding of the ELF executables. The structure was optimized out.
Approved by:re (kensmith)
Revisio
des 2007-12-06 13:35:19 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
lib/libpam/modules/pam_lastlog pam_lastlog.c
Log:
MFC: (1.21-1.23) cleanup, additional error checking
Approved by:re (kensmith)
Revision ChangesPath
1.20.8.1 +24
On Thu, Dec 06, 2007 at 10:18:57AM +0100, Dag-Erling Sm??rgrav wrote:
> Kostik Belousov <[EMAIL PROTECTED]> writes:
> > On Tue, Dec 04, 2007 at 05:39:24PM -0800, Xin LI wrote:
> > > By the way, I think the comment "always SIGSEGV mode" should be "POSIX
> > > mode", as it is defined POSIX behavior,
Kostik Belousov <[EMAIL PROTECTED]> writes:
> On Tue, Dec 04, 2007 at 05:39:24PM -0800, Xin LI wrote:
> > By the way, I think the comment "always SIGSEGV mode" should be "POSIX
> > mode", as it is defined POSIX behavior, but that is not a big deal, though.
> It is not trully POSIX mode, as was poin
Bruce Evans <[EMAIL PROTECTED]> writes:
> dd_lock cannot be declared as struct pthread_mutex *, since pthread_mutex
> is not permitted in the application namespace of dirent.h. dirent.h
> is (was) careful about namespaces. E.g., it keeps out of the application
> namespace for its own struct _dird
flz 2007-12-06 11:54:36 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sbin/mdconfigmdconfig.c
Log:
MFC: Fix exit code when using -l on a non-existent md(4) device.
src/sbin/mdconfig/mdconfig.c: rev 1.54 -> 1.55
PR: conf/1
philip 2007-12-06 10:51:40 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
usr.bin/loginlogin.1
Log:
MFC: Add a cross-reference to newgrp(1).
Approved by:re (kensmith)
Revision ChangesPath
1.28.2.3 +1 -0 src/usr.bin/login/l
philip 2007-12-06 10:50:35 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6_3)
usr.bin/loginlogin.1
Log:
MFC r1.33: Add a cross-reference to newgrp(1).
Approved by:re (kensmith)
Revision ChangesPath
1.28.2.2.4.1 +1 -0 src
philip 2007-12-06 10:48:31 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
usr.bin/loginlogin.1
Log:
MFC r1.33: Add a cross-reference to newgrp(1).
Approved by:re (kensmith)
Revision ChangesPath
1.32.2.1 +1 -0 src/usr.bin/l
On Thu, 6 Dec 2007, Kip Macy wrote:
kmacy 2007-12-06 04:00:59 UTC
FreeBSD src repository
Modified files:
sys/sys param.h
Log:
Respect the fact that the value a may be constant so cast to const uint8_t *
Revision ChangesPath
1.318 +2 -2 src/sys/sys/par
philip 2007-12-06 10:24:29 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6_3)
sys/dev/utopia utopia.c
Log:
MFC r1.13:
Fix a use-after-free.
Submitted by: Ilja van Sprundel
Reviewed by:secteam
Approved by:re (kensmith)
Rev
philip 2007-12-06 10:23:15 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6_3)
sys/dev/iwi if_iwi.c
sys/dev/ipw if_ipw.c
Log:
MFC if_iwi.c:1.59
if_ipw.c:1.34
Plug two potential (root-only, local) information leaks. buf is n
philip 2007-12-06 10:18:19 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/dev/utopia utopia.c
Log:
Fix a use-after-free.
Submitted by: Ilja van Sprundel
Reviewed by:secteam
Approved by:re (kensmith)
Revision ChangesPa
philip 2007-12-06 10:16:34 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/dev/iwi if_iwi.c
sys/dev/ipw if_ipw.c
Log:
MFC if_iwi.c:1.59
if_ipw.c:1.34
Plug two potential (root-only, local) information leaks. buf is not
rwatson 2007-12-06 10:15:29 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
lib/libc/stdlib grantpt.c
lib/libutil pty.c
sys/conf files
Log:
Disable support for /dev/ptmx in FreeBSD 7.0. While it's a good idea in
principl
araujo 2007-12-06 10:01:03 UTC
FreeBSD ports repository
Modified files:
net/freeradius Makefile
net/freeradius/files radiusd.sh.in
Added files:
net/freeradius/files patch-radiusd-no-pie
Log:
- Added patch to remove -pie for radiusd. [1]
- Fixed a build failur
philip 2007-12-06 09:53:43 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/dev/utopia utopia.c
Log:
MFC r1.13:
Fix a use-after-free.
Submitted by: Ilja van Sprundel
Reviewed by:secteam
Approved by:re (kensmith)
Revis
philip 2007-12-06 09:52:28 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/dev/ipw if_ipw.c
Log:
MFC r1.34:
Plug two potential (root-only, local) information leaks. buf is not
initialized before use and returned integrally instead of
philip 2007-12-06 09:50:48 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/dev/iwi if_iwi.c
Log:
MFC r1.59:
Plug two potential (root-only, local) information leaks. buf is not
initialized before use and returned integrally instead of
In message <[EMAIL PROTECTED]>, John Baldwin writes:
>On Wednesday 05 December 2007 09:32:42 pm Marcel Moolenaar wrote:
>> Add a BSD disklabel backend to g_part:
>
>So one issue with gpart is it doesn't handle attribute requests yet,
A few other notes:
I was planning on removing the "change th
des 2007-12-06 09:31:13 UTC
FreeBSD src repository
Modified files:
sys/netinet/libalias alias_util.c
Log:
Simpler version of the previous commit.
Revision ChangesPath
1.22 +2 -5 src/sys/netinet/libalias/alias_util.c
__
On Wednesday 05 December 2007 09:32:42 pm Marcel Moolenaar wrote:
> marcel 2007-12-06 02:32:42 UTC
>
> FreeBSD src repository
>
> Modified files:
> sys/conf NOTES files options
> sys/geom/partg_part.c g_part.h
> sys/ia64/confDEFAULTS
> Added f
jhb 2007-12-06 09:20:27 UTC
FreeBSD src repository
Modified files:
sys/geom geom_bsd.c
Log:
Only attach to a GPT partition if it has the GPT_ENT_TYPE_FREEBSD type.
XXX: This only works currently with GEOM_GPT which only exists in 6.x.
XXX: I didn't add 'mbr
pav 2007-12-06 09:13:40 UTC
FreeBSD ports repository
Modified files:
www/wyvern Makefile
Log:
- Mark BROKEN on 7.0: does not compile
Reported by:pointyhat
Submitted by: Kouichi ABE (WALL) <[EMAIL PROTECTED]> (maintainer)
Approved by:portmgr (hat)
pav 2007-12-06 09:07:05 UTC
FreeBSD ports repository
Modified files:
net/sipxtacklib Makefile
Log:
- Mark BROKEN on 7.0 and amd64: does not compile
Reported by:pointyhat
Submitted by: Mike Durian <[EMAIL PROTECTED]> (maintainer)
Approved by:portmgr (ha
jhb 2007-12-06 08:49:43 UTC
FreeBSD src repository
Modified files:
usr.bin/kdumpkdump.c
Log:
Add several missing comma's in the fancy syscall parsing case before
some arguments that are parsed (e.g., semctl command names).
MFC after: 3 days
Revision
jhb 2007-12-06 08:28:17 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_4)
sys/i386/isa pci_cfgreg.c
Log:
MFC: Relax the probe for type #1 PCI config transactions on i386.
Revision ChangesPath
1.1.2.12 +29 -29src/sys/i386/isa/pci_cfg
jhb 2007-12-06 08:27:03 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6_3)
sys/amd64/includepci_cfgreg.h
sys/amd64/pcipci_cfgreg.c
sys/i386/pci pci_cfgreg.c
Log:
MFC: Always assume type #1 PCI config transactions for amd64 and
jhb 2007-12-06 08:26:18 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/amd64/includepci_cfgreg.h
sys/amd64/pcipci_cfgreg.c
sys/i386/pci pci_cfgreg.c
Log:
MFC: Always assume type #1 PCI config transactions for amd64 and r
jhb 2007-12-06 08:25:44 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/amd64/includepci_cfgreg.h
sys/amd64/pcipci_cfgreg.c
sys/i386/pci pci_cfgreg.c
Log:
MFC: Always assume type #1 PCI config transactions for amd64 and r
jhb 2007-12-06 08:21:23 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_4)
sys/i386/isa pci_cfgreg.c
Log:
MFC: Change pci_cfgdisable() into a nop for type #1 similar to what other
OSs do.
Revision ChangesPath
1.1.2.11 +6 -2 src/sy
jhb 2007-12-06 08:19:00 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6_3)
sys/amd64/pcipci_cfgreg.c
sys/i386/pci pci_cfgreg.c
Log:
MFC: Change pci_cfgdisable() into a nop for type #1 similar to what other
OSs do.
Approved by:
jhb 2007-12-06 08:17:44 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/amd64/pcipci_cfgreg.c
sys/i386/pci pci_cfgreg.c
Log:
MFC: Change pci_cfgdisable() into a nop for type #1 similar to what other
OSs do.
Revision Chang
jhb 2007-12-06 08:13:52 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/i386/pci pci_cfgreg.c
Log:
MFC: Change pci_cfgdisable() into a nop for type #1 similar to what other
OSs do.
Approved by:re (kensmith)
Revision Changes
jhb 2007-12-06 08:11:19 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6_3)
etc/defaults periodic.conf
Log:
MFC: Don't delete files in the X11 socket directories under /tmp.
Approved by:re (kensmith)
Revision ChangesPath
1.3
jhb 2007-12-06 08:10:41 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
etc/defaults periodic.conf
Log:
MFC: Don't delete files in the X11 socket directories under /tmp.
Revision ChangesPath
1.33.2.4 +3 -1 src/etc/defaults/period
jhb 2007-12-06 08:09:52 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
etc/defaults periodic.conf
Log:
MFC: Don't delete files in the X11 socket directories under /tmp.
Approved by:re (kensmith)
Revision ChangesPath
1.44.2.1
jhb 2007-12-06 08:08:47 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sbin/mount mount.8
Log:
MFC: Properly sort 'sync' in the list of options passed to -o.
Revision ChangesPath
1.73.2.5 +4 -4 src/sbin/mount/mount.8
_
jhb 2007-12-06 08:08:05 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sbin/mount mount.8
Log:
MFC: Properly sort 'sync' in the list of options passed to -o.
Approved by:re (kensmith)
Revision ChangesPath
1.82.2.1 +4 -4
85 matches
Mail list logo