davidxu 2006-10-25 06:38:46 UTC
FreeBSD src repository
Modified files:
sys/kern kern_umtx.c
Log:
In order to eliminate a branch, convert opcode to unsigned integer.
Revision ChangesPath
1.51 +2 -2 src/sys/kern/kern_umtx.c
davidxu 2006-10-25 06:28:23 UTC
FreeBSD src repository
Modified files:
sys/kern kern_umtx.c
Log:
Eliminate an unnecessary `if' statement.
Revision ChangesPath
1.50 +2 -1 src/sys/kern/kern_umtx.c
___
cvs
davidxu 2006-10-25 06:18:04 UTC
FreeBSD src repository
Modified files:
sys/kern kern_exit.c sys_process.c
Log:
Move sigqueue_take() call into proc_reparent(), this fixed bugs where
proc_reparent() is called but sigqueue_take() is forgotten.
Revision Changes
murray 2006-10-25 05:11:12 UTC
FreeBSD doc repository
Modified files:
en/projects projects.sgml summerofcode-2005.sgml
Log:
Update links to Summer of Code pages.
Revision ChangesPath
1.201 +2 -2 www/en/projects/projects.sgml
1.5 +2 -2 w
murray 2006-10-25 05:07:42 UTC
FreeBSD doc repository
Modified files:
share/sgml news.xml
Log:
Add newsflash entry about the successful Summer of Code.
Revision ChangesPath
1.17 +17 -1 www/share/sgml/news.xml
___
murray 2006-10-25 04:29:01 UTC
FreeBSD doc repository
Modified files:
en/projects summerofcode.sgml
Log:
* Generalize the introduction and point to the relevant pages for
details of our specific participation in 2005 and 2006.
* Remove individual project ideas.
murray 2006-10-25 04:24:59 UTC
FreeBSD doc repository
Modified files:
en/projects summerofcode-2006.sgml
Log:
- Add a more comprehensive summary, noting that all 14 students completed the
summer of code program successfully.
- Fix a few typos.
Revision Chang
Robert,
Your patch works just fine. Please don't forget to MFC it before 6.2 is out.
Thanks!
Regards,
Maxim
Robert Watson wrote:
On Tue, 24 Oct 2006, Maxim Sobolev wrote:
Robert Watson wrote:
The method by which the distinction between ENOSYS+SIGSYS and plain
ENOSYS is determined is in t
markus 2006-10-24 23:52:22 UTC
FreeBSD src repository
Modified files:
share/misc usb_hid_usages
Log:
- Update USB HID usage tables according to the following specs:
* USB HID Usage Tables, V1.12
* USB Monitor Control Class Specification, V1.0
* USB Usage Ta
cognet 2006-10-24 23:27:52 UTC
FreeBSD src repository
Modified files:
sys/arm/arm vm_machdep.c
Log:
Ooops, dump_avail[i] can be 0 if the RAM starts at 0x, so check that
dump_avail[i + 1] is == 0 as a stop condition instead.
MFC after: 3 days
Revision C
grog2006-10-24 23:18:07 UTC
FreeBSD src repository
Modified files:
usr.bin/calendar/calendars/de_DE.ISO8859-1 calendar.musik
Log:
Bizet was only born once.
Revision ChangesPath
1.13 +0 -1
src/usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.musik
___
On Wednesday 25 October 2006 02:30, John Baldwin wrote:
> On Monday 23 October 2006 18:47, David Xu wrote:
> > On Monday 23 October 2006 23:33, John Baldwin wrote:
> > > On Saturday 21 October 2006 19:59, David Xu wrote:
> > > > davidxu 2006-10-21 23:59:15 UTC
> > > >
> > > > FreeBSD src repo
ru 2006-10-24 22:16:51 UTC
FreeBSD src repository
Modified files:
sbin/mount mount.c
Log:
Two tiny style fixes.
Revision ChangesPath
1.90 +3 -3 src/sbin/mount/mount.c
___
cvs-all@freebsd.org mailing
ru 2006-10-24 22:02:29 UTC
FreeBSD src repository
Modified files:
sbin/mount mount.c
Log:
Revert rev. 1.86 by jmallett@ as it breaks "ro" mounts specified
in /etc/fstab.
This has been happening due to the priority inversion; options
specified on the comman
marcus 2006-10-24 21:24:41 UTC
FreeBSD ports repository
Modified files:
sysutils/gnome-system-monitor Makefile
sysutils/gnome-system-monitor/files patch-src::proctable.c
Log:
Correct a calculation that can result in a divide-by-zero SIGFPE when
the cpu time is calculated.
marcus 2006-10-24 21:19:26 UTC
FreeBSD ports repository
Modified files:
x11/brightside Makefile
Log:
Update the MASTER_SITE to fix fetching.
Submitted by: Volker <[EMAIL PROTECTED]>
Approved by:portmgr (implicit)
Revision ChangesPath
1.11 +1 -
ru 2006-10-24 21:00:49 UTC
FreeBSD src repository
Modified files:
release Makefile
Log:
The AUTO_KEYBOARD_DETECT is useful on amd64 as well.
Revision ChangesPath
1.916 +3 -1 src/release/Makefile
__
ru 2006-10-24 20:52:06 UTC
FreeBSD src repository
Modified files:
release Makefile
Log:
Remove hint.atkbd.0.flags="0x1" from the installation device.hints;
kbdmux(4) is available during install and should take care of USB
keyboards.
Revision Changes
danger 2006-10-24 20:45:28 UTC
FreeBSD src repository (doc committer)
Modified files:(Branch: RELENG_6)
share/man/man4 gre.4
Log:
Sync with HEAD. This includes:
- convert to the current style of section 4 man pages
- s/ip.forwarding/net.inet.ip.forwarding/
Julian Elischer wrote:
Max Laier wrote:
I think andre has a WIP for that ... Andre?!? Time to commit.
Anyone know where andre has his work?
It's been the weekend since then and still not heard anything..
I need to get this stuff fixed soonish and can do it if
he's been ENOTIME'd.
I can wo
ru 2006-10-24 20:20:42 UTC
FreeBSD src repository
Modified files:
sbin/devddevd.conf.5
Log:
Fix the description of "media-type".
Revision ChangesPath
1.11 +14 -3 src/sbin/devd/devd.conf.5
___
cvs-al
markus 2006-10-24 19:14:51 UTC
FreeBSD ports repository
Modified files:
graphics/kipi-plugins Makefile pkg-plist
Added files:
graphics/kipi-plugins/files
patch-kipi-plugins-flickrexport-flickrtalker.cpp
Log:
- Fix pkg-plist and unbreak
On Monday 23 October 2006 18:47, David Xu wrote:
> On Monday 23 October 2006 23:33, John Baldwin wrote:
> > On Saturday 21 October 2006 19:59, David Xu wrote:
> > > davidxu 2006-10-21 23:59:15 UTC
> > >
> > > FreeBSD src repository
> > >
> > > Modified files:
> > > sys/kern
trhodes 2006-10-24 18:42:42 UTC
FreeBSD src repository
Modified files:
bin/cp cp.1
Log:
Flesh out the compatibility section a little bit. Bump doc date.
Revision ChangesPath
1.37 +20 -30src/bin/cp/cp.1
__
keramida2006-10-24 18:09:19 UTC
FreeBSD doc repository
Modified files:
en_US.ISO8859-1/articles/wp-toolbox article.sgml
Log:
Batch of various tiny fixes:
* Replace first Windows occurence with trademarked entity
* Add trademark info for Microsoft Windows and Symante
sobomax 2006-10-24 17:41:28 UTC
FreeBSD src repository
Modified files:
usr.bin/su su.c
Log:
Backout previous change (SIGSYS related). The fix has been applied to the
proper place.
Pointed out by: rwatson
Revision ChangesPath
1.83 +0 -2 src/u
On Tue, 24 Oct 2006, Maxim Sobolev wrote:
sobomax 2006-10-24 17:24:11 UTC
FreeBSD src repository
Modified files:
sys/compat/freebsd32 syscalls.master
Log:
Fix kernel breakage introduced in the previous commit (redeclatation
of the audit functions).
Thanks, much appreciated!
Poin
sobomax 2006-10-24 17:25:37 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.72 +1 -51 src/sys/compat/fre
sobomax 2006-10-24 17:24:11 UTC
FreeBSD src repository
Modified files:
sys/compat/freebsd32 syscalls.master
Log:
Fix kernel breakage introduced in the previous commit (redeclatation
of the audit functions).
Revision ChangesPath
1.85 +9 -9 src/sys/compat/fr
bmah2006-10-24 15:21:33 UTC
FreeBSD doc repository
Modified files:
en/releases/6.2R todo.sgml
Log:
Add bce(4) stability fixes under "testing foci" section.
Revision ChangesPath
1.4 +10 -2 www/en/releases/6.2R/todo.sgml
___
stas2006-10-24 15:16:34 UTC
FreeBSD ports repository
Modified files:
textproc/htmldoc Makefile
Log:
- Make fetchable
Reported by:Glenn Trewitt <[EMAIL PROTECTED]> (maintainer)
Approved by:portmgr (erwin), Glenn Trewitt <[EMAIL PROTECTED]>
(maintainer)
sem 2006-10-24 15:02:42 UTC
FreeBSD ports repository
Modified files:
net/jakarta-commons-net Makefile
Log:
- Real fix build now - pass library path to ant.
Approved by:portmgr (marcus)
Revision ChangesPath
1.6 +1 -1 ports/net/jakarta-commons-ne
kib 2006-10-24 15:02:40 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/kern vfs_mount.c
sys/sys mount.h
Log:
MFC
rev. 1.232, 1.233, 1.240 of the src/sys/kern/vfs_mount.c, and
rev. 1.215 of src/sys/sys/mount.h (with c
ume 2006-10-24 14:41:43 UTC
FreeBSD src repository
Modified files:
lib/libc/resolv res_send.c
Log:
Merge res_send.c of BIND9 9.3.3rc2 into main chunk. It includes
following fix:
Retransmission timeouts should be based on which attempt
it is to t
ume 2006-10-24 14:25:50 UTC
FreeBSD src repository
src/lib/libc/resolv - Imported sources
Update of /home/ncvs/src/lib/libc/resolv
In directory repoman.freebsd.org:/tmp/cvs-serv91964
Log Message:
Import of BIND 9.3.3rc2
Status:
Vendor Tag: ISC
Release Tags: BI
On Tue, 24 Oct 2006, Maxim Sobolev wrote:
Robert Watson wrote:
The method by which the distinction between ENOSYS+SIGSYS and plain ENOSYS
is determined is in the implementation of the system call. If a system
call is flagged as unimplemented (i.e., you never hit the function
implementing it
rwatson 2006-10-24 13:54:56 UTC
FreeBSD src repository
Modified files:
sys/compat/freebsd32 freebsd32_proto.h freebsd32_syscall.h
freebsd32_syscalls.c freebsd32_sysent.c
Log:
Regenerate.
Revision ChangesPath
1.71 +51 -1 src/sys/compa
rwatson 2006-10-24 13:49:44 UTC
FreeBSD src repository
Modified files:
sys/compat/freebsd32 syscalls.master
Log:
Hook up audit functions in the freebsd32 compatibility code. It is
believed these likely don't require wrappers.
Reported by:sobomax
MFC after: 3 da
keramida2006-10-24 13:27:08 UTC
FreeBSD src repository (doc committer)
Modified files:
share/man/man7 ports.7
Log:
Reduce our pointy-hat pool capacity by one (i.e. bump manpage date,
after the last change to this manpage).
Reminded by:ru
Revision Changes
rwatson 2006-10-24 13:23:03 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/netinet ip_output.c
Log:
Reduce the size of a number of race windows in the TCP socket options
processing code: a RST may arrive during a socket option call, causing
keramida2006-10-24 12:30:28 UTC
FreeBSD src repository (doc committer)
Modified files:
share/man/man7 ports.7
Log:
Document NO_IGNORE and its interation with FORBIDDEN.
Triggered by: a question by Panagiotis Hadgis <[EMAIL PROTECTED]>
Revision ChangesPat
davidxu 2006-10-24 12:04:21 UTC
FreeBSD src repository
Modified files:
sys/kern kern_exit.c
Log:
Protect sigqueue_take() call by child process's lock, it fixed a
potential race with ptrace 'attach' which changes parent of the
child process.
Revision Changes
phk 2006-10-24 11:55:18 UTC
FreeBSD src repository
Modified files:
sys/fs/smbfs smbfs_subr.c
Log:
Ditch crummy fattime <--> timespec conversion functions
Revision ChangesPath
1.11 +9 -150src/sys/fs/smbfs/smbfs_subr.c
__
phk 2006-10-24 11:43:41 UTC
FreeBSD src repository
Modified files:
sys/fs/nwfs nwfs_subr.c
Log:
Drop crummy fattime to timespec conversion routines.
Leave a XXX here for anybody able to test.
Revision ChangesPath
1.17 +11 -162 src/sys/fs/nwfs/
ru 2006-10-24 11:20:29 UTC
FreeBSD src repository
Modified files:
sys/sys queue.h
Log:
(Forced commit.) Forgot to note that previous change was
Submitted by: Stepan A. Baranov
Revision ChangesPath
1.68 +0 -0 src/sys/sys/queue.h
ru 2006-10-24 11:19:21 UTC
FreeBSD src repository
Modified files:
sys/sys queue.h
Log:
Remove the non-standard and undocumented STAILQ_REMOVE_HEAD_UNTIL()
macro now that we no longer use it.
Revision ChangesPath
1.67 +0 -5 src/sys/sys/que
ru 2006-10-24 11:17:46 UTC
FreeBSD src repository
Modified files:
sys/dev/ubsecubsec.c
Log:
Switch to using STAILQ_REMOVE_HEAD() instead of STAILQ_REMOVE_HEAD_UNTIL().
Submitted by: Stepan A. Baranov
This corresponds to OpenBSD rev. 1.134:
: revision
phk 2006-10-24 11:14:05 UTC
FreeBSD src repository
Modified files:
sys/fs/msdosfs denode.h direntry.h msdosfs_conv.c
msdosfs_denode.c msdosfs_vnops.c
Log:
Replace slightly crummy fattime<->timespec conversion functions.
Revision Changes
On Tue, 24 Oct 2006, Maxim Sobolev wrote:
Robert Watson wrote:
The method by which the distinction between ENOSYS+SIGSYS and plain ENOSYS
is determined is in the implementation of the system call. If a system
call is flagged as unimplemented (i.e., you never hit the function
implementing it)
Robert Watson wrote:
The method by which the distinction between ENOSYS+SIGSYS and plain
ENOSYS is determined is in the implementation of the system call. If a
system call is flagged as unimplemented (i.e., you never hit the
function implementing it), you get SIGSYS+ENOSYS. If you enter the
phk 2006-10-24 10:27:23 UTC
FreeBSD src repository
Modified files:
sys/sys clock.h
sys/kern subr_fattime.c
Log:
Better naming of fattime conversion functions, they do convert to timespec
after all.
Add 'utc' argument to control if fattimes
scottl 2006-10-24 10:11:40 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/dev/bce if_bce.c if_bcereg.h
Log:
Merge all changes from HEAD, except for rev 1.8 which changes the VLAN API.
This fixes a number of stability problems with the driver.
On Tue, 24 Oct 2006, Maxim Sobolev wrote:
On Tue, 24 Oct 2006, Maxim Sobolev wrote:
OK, in this particular case I am trying to run su(8) binary compiled for
FreeBSD/ia32 on FreeBSD/amd64 system (FreeBSD 6.2 but this doesn't really
make any difference since the code is the same).
Since all
Robert Watson wrote:
On Tue, 24 Oct 2006, Maxim Sobolev wrote:
OK, in this particular case I am trying to run su(8) binary compiled
for FreeBSD/ia32 on FreeBSD/amd64 system (FreeBSD 6.2 but this doesn't
really make any difference since the code is the same).
Since all audit syscalls in free
cperciva2006-10-24 09:50:58 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
usr.sbin/freebsd-update freebsd-update.sh
usr.sbin/portsnap/portsnap portsnap.sh
Log:
MFC:
Set LC_ALL=C in order to avoid problems with character ranges and
sorting.
P.S. Perhaps my mistake is that I have blindly assumed that attempt to
invoke unimplemented syscall on native platform (i.e. ia32 binary
running on ia32 kernel) results in the same error condition as attempt
to invoke unimplemented syscall in binary compatibility mode (i.e. ia32
binary on amd64
On Tue, 24 Oct 2006, Maxim Sobolev wrote:
OK, in this particular case I am trying to run su(8) binary compiled for
FreeBSD/ia32 on FreeBSD/amd64 system (FreeBSD 6.2 but this doesn't really
make any difference since the code is the same).
Since all audit syscalls in freebsd32 emulation layer
OK, in this particular case I am trying to run su(8) binary compiled for
FreeBSD/ia32 on FreeBSD/amd64 system (FreeBSD 6.2 but this doesn't
really make any difference since the code is the same).
Since all audit syscalls in freebsd32 emulation layer are redirected to
nosys() any attempt to inv
I am trying to run ia32 su(8) binary on amd64 kernel.
-Maxim
Ruslan Ermilov wrote:
On Tue, Oct 24, 2006 at 08:18:10AM +, Maxim Sobolev wrote:
sobomax 2006-10-24 08:18:10 UTC
FreeBSD src repository
Modified files:
usr.bin/su su.c
Log:
Ignore SIGSYS when BSM is
pav 2006-10-24 09:15:41 UTC
FreeBSD ports repository
Modified files:
net-mgmt/ipacco Makefile
Log:
- Fix dependencies
Approved by:portmgr (erwin)
Revision ChangesPath
1.2 +3 -2 ports/net-mgmt/ipacco/Makefile
___
On Tue, 24 Oct 2006, Maxim Sobolev wrote:
sobomax 2006-10-24 08:18:10 UTC
FreeBSD src repository
Modified files:
usr.bin/su su.c
Log:
Ignore SIGSYS when BSM is compiled in. Otherwise, attempt to invoke su on
system that don't have audit framefork compiled into kernel or
On Tue, Oct 24, 2006 at 08:18:10AM +, Maxim Sobolev wrote:
> sobomax 2006-10-24 08:18:10 UTC
>
> FreeBSD src repository
>
> Modified files:
> usr.bin/su su.c
> Log:
> Ignore SIGSYS when BSM is compiled in. Otherwise, attempt to invoke su on
> system that don't hav
thompsa 2006-10-24 08:47:40 UTC
FreeBSD src repository
Modified files:
share/man/man4 if_bridge.4
Log:
Document net.link.bridge.ipfw_arp for filtering ARP packets with ipfw.
MFC after: 3 days
Revision ChangesPath
1.25 +11 -0 src/share/man/man4
scottl 2006-10-24 08:24:31 UTC
FreeBSD src repository
Modified files:
sys/dev/bce if_bcereg.h
Log:
Refine the checksum hack a little. It appears that the chip can handle UDP
and TCP checksum offloading fine, it only has a problem with IP checksums on
IP fragments..
sobomax 2006-10-24 08:18:10 UTC
FreeBSD src repository
Modified files:
usr.bin/su su.c
Log:
Ignore SIGSYS when BSM is compiled in. Otherwise, attempt to invoke su on
system that don't have audit framefork compiled into kernel or ia32 binary
on amd64 system will resu
chinsan 2006-10-24 07:21:29 UTC
FreeBSD ports repository (doc committer)
Modified files:
chinese/gcin Makefile pkg-plist
Log:
- Fix pkg-plist and some issue, bump version
PR: ports/104724
Submitted by: chinsan
Noticed by: kris
Approved by:
imp 2006-10-24 07:12:31 UTC
FreeBSD src repository
Modified files:
usr.sbin/config mkmakefile.c
Log:
Don't leak files.
This also eliminates the need for ifp init.
Submitted by: ru@
Revision ChangesPath
1.91 +2 -3 src/usr.sbin/config/mkmakefil
67 matches
Mail list logo