mailing.freebsd.cvscurrent
  Home FAQ Contact Sign in
mailing.freebsd.cvscurrent only
 
Advanced search
September 2008
motuwethfrsasuw
1234567 36
891011121314 37
15161718192021 38
22232425262728 39
2930      40
2008
 Jan   Feb   Mar   Apr 
 May   Jun   Jul   Aug 
 Sep   Oct   Nov   Dec 
2008 2007    
total
mailing.freebsd.cvscurrent Profile…
RELATED GROUPS

POPULAR GROUPS

more...

 Up
  cvs commit: src/lib/libarchive/test test_write_disk_secure.c         


Author: Tim Kientzle
Date: Sep 6, 2008 23:16

kientzle 2008-09-07 06:15:45 UTC

FreeBSD src repository

Modified files:
lib/libarchive/test test_write_disk_secure.c
Log:
SVN rev 182839 on 2008-09-07 06:15:45Z by kientzle

Correct the comments here.

PR: bin/126849
MFC after: 3 days

Revision Changes Path
1.7 +2 -2 src/lib/libarchive/test/test_write_disk_secure.c
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
no comments
  Re: cvs commit: src/sys/netinet ip_fw.h ip_fw2.c         


Author: Ganbold
Date: Sep 6, 2008 22:58

Roman Kurakin wrote:
> rik 2008-09-06 16:47:07 UTC
>
> FreeBSD src repository
>
> Modified files:
> sys/netinet ip_fw.h ip_fw2.c
> Log:
> SVN rev 182818 on 2008-09-06 16:47:07Z by rik
>
> Export the IPFW_DEFAULT_RULE outside ip_fw2.c. This number in not only
> the default rule number but also the maximum rule number. User space
> software such as ipfw and natd should be aware of its value. The
> software that already includes ip_fw.h should use the defined value. All
> other a expected to use sysctl (as discussed on net@).
>
Well, how about IPFW_TABLES_MAX ?

http://www.freebsd.org/cgi/query-pr.cgi?pr=bin/127058

thanks,
Show full article (1.88Kb)
no comments
  cvs commit: src/lib/libarchive archive_write_disk.c         


Author: Tim Kientzle
Date: Sep 6, 2008 22:23

kientzle 2008-09-07 05:22:33 UTC

FreeBSD src repository

Modified files:
lib/libarchive archive_write_disk.c
lib/libarchive/test test_write_disk_secure.c
Log:
SVN rev 182838 on 2008-09-07 05:22:33Z by kientzle

When restoring a directory, allow symlinks to be followed. The full
logic here gets a little complex, but the net effect is that the
SECURE_SYMLINKS flag will prevent us from ever following a symlink.
Without it, we'll only follow symlinks to dirs. bsdtar specifies
SECURE_SYMLINKS by default, suppresses it for -P.

I've also beefed up the write_disk_secure test to verify this
behavior.

PR: bin/126849
Show full article (1.05Kb)
no comments
  cvs commit: src/sys/dev/uart uart_cpu_pc98.c         


Author: Takahashi Yoshihiro
Date: Sep 6, 2008 21:49

nyan 2008-09-07 04:47:39 UTC

FreeBSD src repository

Modified files:
sys/dev/uart uart_cpu_pc98.c
Log:
SVN rev 182837 on 2008-09-07 04:47:39Z by nyan

Use bus_space_compare() rather than i386_memio_compare() directly.

Revision Changes Path
1.19 +1 -1 src/sys/dev/uart/uart_cpu_pc98.c
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
no comments
  cvs commit: src/sys/i386/isa isa.c src/sys/pc98/include bus.h         


Author: Takahashi Yoshihiro
Date: Sep 6, 2008 21:45

nyan 2008-09-07 04:44:24 UTC

FreeBSD src repository

Modified files:
sys/i386/isa isa.c
sys/pc98/include bus.h
sys/pc98/pc98 busiosubr.c
Log:
SVN rev 182836 on 2008-09-07 04:44:24Z by nyan

- Add the i386_memio_map_load() function to load I/O address table.
- Add the bus_space_compare macro for bus_space consistency.
- Switch using the bus_space_map_load() in isa_load_resourcev().

Revision Changes Path
1.152 +2 -21 src/sys/i386/isa/isa.c
1.8 +22 -0 src/sys/pc98/include/bus.h
1.7 +25 -0 src/sys/pc98/pc98/busiosubr.c
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
no comments
  cvs commit: src/sys/dev/ic i8251.h i8255.h src/sys/pc98/cbus sio.c         


Author: Takahashi Yoshihiro
Date: Sep 6, 2008 21:37

nyan 2008-09-07 04:35:04 UTC

FreeBSD src repository

Modified files:
sys/dev/ic i8251.h
sys/pc98/cbus sio.c
Added files:
sys/dev/ic i8255.h
Log:
SVN rev 182835 on 2008-09-07 04:35:04Z by nyan

- Cleanup i8251 related defines.
- Move i8255 related defines into a separate file.

Revision Changes Path
1.3 +58 -51 src/sys/dev/ic/i8251.h
1.1 +46 -0 src/sys/dev/ic/i8255.h (new)
1.250 +32 -34 src/sys/pc98/cbus/sio.c
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
no comments
  cvs commit: CVSROOT modules         


Author: Edwin Groothuis
Date: Sep 6, 2008 17:09

edwin 2008-09-07 00:09:17 UTC

FreeBSD ports repository

Modified files:
. modules
Log:
Ports modules update at Sunday 07 September 2008 at 00:09

Revision Changes Path
1.20148 +3 -17 CVSROOT/modules
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
no comments
  Re: cvs commit: src/sys/netinet ip_fw.h ip_fw2.c         


Author: Roman Kurakin
Date: Sep 6, 2008 14:36

I wonder, should I update __FreeBSD_version? Can't decide ...

rik
Show full article (1.04Kb)
no comments
  cvs commit: src/sys/net80211 ieee80211_node.c ieee80211_sta.c         


Author: Sam Leffler
Date: Sep 6, 2008 10:52

sam 2008-09-06 17:51:02 UTC

FreeBSD src repository

Modified files:
sys/net80211 ieee80211_node.c ieee80211_sta.c
Log:
SVN rev 182834 on 2008-09-06 17:51:02Z by sam

make all checks if ni_chw consistent

Revision Changes Path
1.100 +1 -1 src/sys/net80211/ieee80211_node.c
1.2 +1 -1 src/sys/net80211/ieee80211_sta.c
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
no comments
  cvs commit: src/sys/net80211 ieee80211_phy.c         


Author: Sam Leffler
Date: Sep 6, 2008 10:49

sam 2008-09-06 17:48:25 UTC

FreeBSD src repository

Modified files:
sys/net80211 ieee80211_phy.c
Log:
SVN rev 182833 on 2008-09-06 17:48:25Z by sam

use c99 syntax for initializers; this silences
warnings with picky compiler settings

Revision Changes Path
1.3 +95 -99 src/sys/net80211/ieee80211_phy.c
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
no comments
1 2 3 4 5 6 7 8 9