nyan2006-03-04 07:31:58 UTC
FreeBSD src repository
Modified files:
sys/pc98/confNOTES
Log:
MFi386: revision 1.1220.
Revision ChangesPath
1.73 +2 -3 src/sys/pc98/conf/NOTES
___
cvs-all@freebsd.org mailin
phk 2006-03-04 06:07:26 UTC
FreeBSD src repository
Modified files:
sys/kern kern_tc.c
Log:
Add missing cast.
Revision ChangesPath
1.171 +1 -1 src/sys/kern/kern_tc.c
___
cvs-all@freebsd.org mailing li
phk 2006-03-04 06:06:43 UTC
FreeBSD src repository
Modified files:
sys/kern kern_tc.c
Log:
More detailed logging if timestepwarnings are enabled.
Revision ChangesPath
1.170 +8 -5 src/sys/kern/kern_tc.c
_
>>> On Sat, 4 Mar 2006 05:12:27 +0200, Giorgos Keramidas <[EMAIL PROTECTED]>
>>> said:
> On 2006-03-04 11:09, Hideyuki KURASHINA <[EMAIL PROTECTED]> wrote:
> On Thu, 23 Sep 2004 21:26:52 +0300, Giorgos Keramidas <[EMAIL
> PROTECTED]> said:
> >>On 2004-09-23 02:00, Joseph Koshy <[EMAIL
On 2006-03-04 11:09, Hideyuki KURASHINA <[EMAIL PROTECTED]> wrote:
On Thu, 23 Sep 2004 21:26:52 +0300, Giorgos Keramidas <[EMAIL PROTECTED]>
said:
>>On 2004-09-23 02:00, Joseph Koshy <[EMAIL PROTECTED]> wrote:
>>> Add a knob 'daily_status_security_diff_flags' controlling the
>>> format o
trhodes 2006-03-04 02:38:40 UTC
FreeBSD src repository
Modified files:
bin/chflags chflags.1
Log:
Instead of just hinting at available octets, list some.
Mention that the setting of securelevel may affect one's ability to alter
flags.
Xref security.7.
Bump doc dat
Hi,
>>> On Thu, 23 Sep 2004 21:26:52 +0300, Giorgos Keramidas <[EMAIL PROTECTED]>
>>> said:
> On 2004-09-23 02:00, Joseph Koshy <[EMAIL PROTECTED]> wrote:
> > Add a knob 'daily_status_security_diff_flags' controlling the
> > format of the 'diff' output generated during periodic(8) scripts.
> >
>
emax2006-03-04 00:41:28 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/dev/kbd kbd.c
sys/dev/syscons syscons.c
Log:
MFC:
Integrate kbdmux(4) into syscons(4) and kbd code.
By default syscons(4) will look for the kbdmux(4)
davidxu 2006-03-04 00:18:19 UTC
FreeBSD src repository
Modified files:
lib/librtaio.c mq.c sigev_thread.c sigev_thread.h
timer.c
Log:
Use a thread pool to process notification if sigev_notify_attributes
is default and caller does not requir
ps 2006-03-04 00:09:09 UTC
FreeBSD src repository
Modified files:
sys/kern vfs_syscalls.c
sys/compat/freebsd32 freebsd32_misc.c
Log:
use strlcpy in cvtstatfs and copy_statfs instead of bcopy to ensure
the copied strings are properly terminated.
bzero
davidxu 2006-03-04 00:08:24 UTC
FreeBSD src repository
Modified files:
lib/librttimer.c
Log:
save sigev_node pointer.
Revision ChangesPath
1.2 +1 -0 src/lib/librt/timer.c
___
cvs-all@freebsd.org mailin
emax2006-03-04 00:08:20 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
share/man/man4 kbdmux.4
sys/dev/kbdmux kbdmux.c
sys/modules/kbdmux Makefile
Log:
MFC kbdmux.c rev 1.8
Provide ability to disable kbdmux(4) with the hint.k
brueffer2006-03-03 23:01:14 UTC
FreeBSD doc repository
Modified files:
en/eventsevents.xml
Log:
Update for the CeBIT 2006 entry.
Submitted by: Wilhelm Buehler
Revision ChangesPath
1.68 +3 -3 www/en/events/events.xml
___
ps 2006-03-03 22:36:52 UTC
FreeBSD src repository
Modified files:
sys/kern kern_malloc.c
Log:
Fix bug in malloc_uninit():
Releasing items from the mt_zone can not be done by a simple
uma_zfree() call since mt_zone is allocated with the UMA_ZONE_MALLOC
flag.
yar 2006-03-03 22:05:23 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/coda coda.h
sys/modules/coda5Makefile
Log:
MFC sys/coda/coda.h rev. 1.14, sys/modules/coda5/Makefile rev. 1.7:
CODA_COMPAT_5 may not be defined uncondi
yar 2006-03-03 22:02:44 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/modules/if_efMakefile
Log:
MFC rev. 1.13:
Move the hard-coded ETHER_* options to where they belong --
inside !if defined(KERNBUILDDIR).
Utilize the fact the
mux 2006-03-03 21:53:27 UTC
FreeBSD projects repository
Modified files:
csup config.c
Log:
Call coll_override() in coll_add() rather than later so that it's
possible again to have a supfile without a host and to pass the host
with the -h command line optio
In message <[EMAIL PROTECTED]>, Pawel Jakub Dawidek writ
es:
>+> g_topology_assert();
>+> @@ -147,7 +148,9 @@ g_vfs_open(struct vnode *vp, struct g_co
>+> g_wither_geom(gp, ENXIO);
>+> return (error);
>+> }
>+> + vfslocked =3D VFS_LOCK_GIANT(vp->v_mount);
>+>
On Thu, Mar 02, 2006 at 05:37:44AM +, Jeff Roberson wrote:
+> jeff2006-03-02 05:37:44 UTC
+>
+> FreeBSD src repository
+>
+> Modified files:
+> sys/geom geom_vfs.c
+> Log:
+>- Lock Giant if needed around the call to vnode_create_vobject(). This is
+> o
On Thu, Mar 02, 2006 at 10:48:06AM -0500, Scott Ullrich wrote:
+> On 3/2/06, Christian Brueffer <[EMAIL PROTECTED]> wrote:
+> > For the record, I've heard another report of this yesterday.
+>
+> I was also bitten by this on my embedded versions and I hosed my
+> primary firewall.
Sorry guys for t
yar 2006-03-03 21:37:38 UTC
FreeBSD src repository
Modified files:
sys/conf files options
sys/dev/tdfx tdfx_pci.c
sys/i386/confNOTES
sys/modules Makefile
sys/modules/3dfx Makefile
.UPDATING
thompsa 2006-03-03 21:37:01 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_5)
sys/net bridgestp.c
Log:
MFC r1.11: Fix up the Bridge Identifier field in the BPDU packet.
Approved by:re (scottl)
Revision ChangesPath
1.6.2.4 +30
thompsa 2006-03-03 21:36:26 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/net bridgestp.c
Log:
MFC r1.11: Fix up the Bridge Identifier field in the BPDU packet.
Approved by:re (scottl)
Revision ChangesPath
1.3.2.7 +30
wkoszek 2006-03-03 21:35:57 UTC
FreeBSD src repository
Modified files:
sbin/geom/class/shsec geom_shsec.c
Log:
Print "clear" and "dump" only once.
Reviewed by:pjd
Approved by:cognet (mentor)
MFC after: 3 days
Revision ChangesPath
1.8 +2 -2
mux 2006-03-03 21:12:05 UTC
FreeBSD src repository
Modified files:
usr.bin Makefile
Log:
Don't build csup if NO_CRYPT or NO_OPENSSL is defined, since we depend
on those.
Reported by:marius
Revision ChangesPath
1.289 +2 -1 src/usr.b
mux 2006-03-03 18:54:33 UTC
FreeBSD src repository
Modified files:
sys/sys queue.h
Log:
Cast the pointer to void * before casting it back to struct type * in
STAILQ_LAST. This quiets a warning from GCC about increased required
alignment for the cast.
Id
netchild2006-03-03 18:54:05 UTC
FreeBSD src repository
Modified files:
sys/i386/i386identcpu.c
Log:
- use a more common style to print memory sizes
- add some more cache sizes (2nd and 3rd level) [1]
Submitted by: HATANOU Tomomi <[EMAIL PROTECTED]> [1]
PR:
mux 2006-03-03 18:45:17 UTC
FreeBSD src repository
src/contrib/csup - Imported sources
Update of /home/ncvs/src/contrib/csup
In directory repoman.freebsd.org:/tmp/cvs-serv62083
Log Message:
Import today's csup sources to get the warning fix for queue.h. We
probably want
yar 2006-03-03 18:42:09 UTC
FreeBSD src repository
Modified files:
sys/modules/ce Makefile
Log:
Fix the decaying MODULES_WITH_WORLD again by adding a missing opt_*.h to SRCS.
Revision ChangesPath
1.2 +1 -1 src/sys/modules/ce/Makefile
_
mux 2006-03-03 18:41:59 UTC
FreeBSD projects repository
Modified files:
csup queue.h
Log:
Cast the pointer to void * before casting it back to struct type * in
STAILQ_LAST. This quiets a warning from GCC about increased required
alignment for the cast.
imp 2006-03-03 18:09:37 UTC
FreeBSD src repository
Modified files:
sys/conf options options.i386 options.pc98
Log:
Move XBOX option to options. While it is only valid on i386,
syscons_isa is shared with other machines.
Revision ChangesPath
1.529
csjp2006-03-03 17:21:09 UTC
FreeBSD src repository
Modified files:
sys/net if_ethersubr.c
Log:
Unbreak byte counters when network interfaces are in monitor mode by
re-organizing the monitor return logic. We perform interface monitoring
checks after we have de
On Wed, Mar 01, 2006 at 04:13:17PM +, Hajimu UMEMOTO wrote:
> ume 2006-03-01 16:13:17 UTC
>
> FreeBSD src repository
>
> Modified files:
> libexec/ftpd ftpd.c
> Log:
> - Reduce needless DNS query by lookup only appropriate address
> family. [1]
> - Specify a
mux 2006-03-03 16:07:02 UTC
FreeBSD projects repository
Modified files:
csup misc.c
Log:
Make rcsdatetotm() work after year :-).
Revision ChangesPath
1.29 +2 -2 projects/csup/misc.c
___
cvs
mux 2006-03-03 14:55:43 UTC
FreeBSD src repository
Modified files:
usr.bin Makefile
Log:
Connect csup the build!
Revision ChangesPath
1.288 +1 -0 src/usr.bin/Makefile
___
cvs-all@freebsd.org mailing
mux 2006-03-03 14:54:47 UTC
FreeBSD src repository
Modified files:
usr.bin/csup Makefile
Log:
- Don't put the .h in SRCS.
- Use LDADD += -lpthread and DPADD += ${LIBPTHREAD} instead of -pthread.
- s/-I${.CURDIR}/-I./ to fix make obj.
Submitted by: ru
R
rink2006-03-03 14:52:57 UTC
FreeBSD src repository
Modified files:
sys/i386/confXBOX
sys/i386/include xbox.h
sys/i386/xboxxboxfb.c
sys/isa syscons_isa.c
Log:
Committed the xbox syscons(8)-able console driver.
Reviewed by:
mat 2006-03-03 14:48:28 UTC
FreeBSD ports repository
Modified files:
www/mod_auth_pgsql2 Makefile
Log:
A typo in the Makefile rendered this port totally unusable
PR: 93988
Approved by:portmgr (clement)
Revision ChangesPath
1.10 +2 -2
olgeni 2006-03-03 14:38:21 UTC
FreeBSD ports repository
Modified files:
lang/erlang-doc Makefile distinfo
Log:
Unbreak: update documentation checksums and host a missing distfile on
MASTER_SITE_LOCAL.
Approved by:portmgr
Revision ChangesPath
1.29
jcamou 2006-03-03 13:58:44 UTC
FreeBSD src repository (doc committer)
Modified files:
lib/libc/sys gettimeofday.2
Log:
Sync with actual code.
PR: docs/87681
Noticed by: Andreas Kohn <[EMAIL PROTECTED]>
Reviewed by:brooks
Approved by:trh
jcamou 2006-03-03 13:51:49 UTC
FreeBSD doc repository
Modified files:
en mailto.sgml
Log:
Fix link to the right mailing lists' page.
Approved by:trhodes (mentor)
Revision ChangesPath
1.30 +2 -2 www/en/mailto.sgml
_
On Fri, Mar 03, 2006 at 12:10:59PM +, Gleb Smirnoff wrote:
> glebius 2006-03-03 12:10:59 UTC
>
> FreeBSD src repository
>
> Modified files:
> sys/netinet ip_fw2.c
> Log:
> - Do not leak read lock in IP_FW_TABLE_GETSIZE case of ipfw_ctl().
> - Acquire read (not writ
On 2006-03-03 10:15, Ruslan Ermilov <[EMAIL PROTECTED]> wrote:
>On Fri, Mar 03, 2006 at 04:43:09AM +0200, Giorgos Keramidas wrote:
>>On 2006-01-28 14:13, Pawel Jakub Dawidek <[EMAIL PROTECTED]> wrote:
>>> Modified files:
>>> lib/libutil pidfile.3
>>> Log:
>>> [...]
>>> - Cast pid_t to in
glebius 2006-03-03 12:32:52 UTC
FreeBSD src repository
Modified files:
sys/dev/re if_re.c
Log:
Correctly switch IFCAP_VLAN_HWTAGGING on and off.
Reported & tested by: Peter Blok
Revision ChangesPath
1.65 +12 -6 src/sys/dev/re/if_re.c
___
glebius 2006-03-03 12:10:59 UTC
FreeBSD src repository
Modified files:
sys/netinet ip_fw2.c
Log:
- Do not leak read lock in IP_FW_TABLE_GETSIZE case of ipfw_ctl().
- Acquire read (not write) lock in case of IP_FW_TABLE_LIST.
In collaboration with: ru
Revisio
lioux 2006-03-03 11:37:26 UTC
FreeBSD ports repository
Modified files:
net-p2p/i2p distinfo
Log:
Update distinfo from distfile version 0.6.1.11 to 0.6.1.12 on par
with port's Makefile
Pointy hat: lioux
Submitted by: Portsnap buildbox (cperciva)
Approve
lioux 2006-03-03 11:33:55 UTC
FreeBSD ports repository
Modified files:
net-p2p/i2p Makefile distinfo
Log:
o Fix PLIST mistakes overlooked in previous commit; tinderbuild
checked
o Bump PORTREVISION
Submitted by: kris
Approved by:portmgr (implicit)
On Fri, 3 Mar 2006, Ruslan Ermilov wrote:
On Fri, Mar 03, 2006 at 04:43:09AM +0200, Giorgos Keramidas wrote:
On 2006-01-28 14:13, Pawel Jakub Dawidek <[EMAIL PROTECTED]> wrote:
pjd 2006-01-28 14:13:15 UTC
FreeBSD src repository
Modified files:
lib/libutil pidfile.3
thompsa 2006-03-03 09:32:25 UTC
FreeBSD src repository
Modified files:
share/man/man4 if_bridge.4
Log:
Document the monitor mode and explain how it can be used.
Revision ChangesPath
1.13 +8 -0 src/share/man/man4/if_bridge.4
thompsa 2006-03-03 09:12:22 UTC
FreeBSD src repository
Modified files:
sys/net if_bridge.c
Log:
Since we are using random ethernet addresses for the bridge, it is possible
that we might have address collisions, so make sure that this hardware address
isn't alread
ehaupt 2006-03-03 09:09:23 UTC
FreeBSD ports repository
Modified files:
mail/dcc-dccdMakefile distinfo pkg-plist
mail/dcc-dccd/files patch-homedir::Makefile.in
Log:
- Update to to 1.3.29
- Unbreak (make it fetchable again)
PR: 93415, 93881
Subm
erwin 2006-03-03 08:40:41 UTC
FreeBSD ports repository
Modified files:
net-im/jabber-pymsn Makefile
net-im/jabber-pyicq Makefile
Log:
Remove a spurious : and fix INDEX build.
Submitted by: Ion-Mihai Tetcu <[EMAIL PROTECTED]>
Pointy hat to: garga, erwin
Approv
On Fri, Mar 03, 2006 at 04:43:09AM +0200, Giorgos Keramidas wrote:
> On 2006-01-28 14:13, Pawel Jakub Dawidek <[EMAIL PROTECTED]> wrote:
> > pjd 2006-01-28 14:13:15 UTC
> >
> > FreeBSD src repository
> >
> > Modified files:
> > lib/libutil pidfile.3
> > Log:
> > - Add a
53 matches
Mail list logo