Module Name:src
Committed By: jruoho
Date: Wed May 19 08:02:46 UTC 2010
Modified Files:
src/share/man/man3: sigevent.3
Log Message:
Continue the discussion w.r.t. SIGEV_THREAD by nothing that pthread_join(3)
should be out of the question and that thread stack cannot be rec
Module Name:src
Committed By: pooka
Date: Wed May 19 12:16:45 UTC 2010
Modified Files:
src/lib/libpuffs: puffs.c
Log Message:
remove three years out-of-date comment
To generate a diff of this commit:
cvs rdiff -u -r1.105 -r1.106 src/lib/libpuffs/puffs.c
Please note that
Module Name:src
Committed By: christos
Date: Wed May 19 12:50:49 UTC 2010
Modified Files:
src/external/bsd/cron/dist: pathnames.h
Log Message:
rename the allow and deny files to match the documentation.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/exte
Module Name:src
Committed By: pooka
Date: Wed May 19 13:20:32 UTC 2010
Modified Files:
src/share/man/man9: vnodeops.9
Log Message:
* document VOP_DELETEEXTATTR
* remove "vector element" from summary table:
1) deleteextattr caused problems for 80col rendering
2) it's
Module Name:src
Committed By: tsutsui
Date: Wed May 19 13:41:39 UTC 2010
Modified Files:
src/share/man/man3: timeval.3
Log Message:
microtime(9) stores struct timeval. bintime(9) stores struct bintime.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/shar
Module Name:src
Committed By: phx
Date: Wed May 19 15:04:51 UTC 2010
Modified Files:
src/sys/arch/sandpoint/stand/netboot: brdsetup.c
Log Message:
Updated Synology extclk from latest Linux/Synology source.
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src
Module Name:src
Committed By: phx
Date: Wed May 19 15:05:58 UTC 2010
Modified Files:
src/sys/arch/sandpoint/stand/netboot: Makefile entry.S main.c
Log Message:
Implemented support for boot arguments.
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/sys/a
Module Name:src
Committed By: haad
Date: Wed May 19 17:51:00 UTC 2010
Modified Files:
src/external/cddl/osnet/dist/uts/common/fs/zfs: space_map.c
Log Message:
Do not initialize space map cv twice.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 \
src/exte
Module Name:src
Committed By: haad
Date: Wed May 19 17:57:42 UTC 2010
Modified Files:
src/external/cddl/osnet/dist/uts/common/fs/zfs: zfs_ioctl.c
Log Message:
Do not call zfs_init and zfs_fini directly they will be called by vfs routines.
To generate a diff of this commi
Module Name:src
Committed By: haad
Date: Wed May 19 18:01:26 UTC 2010
Modified Files:
src/external/cddl/osnet/dist/uts/common/fs/zfs: zfs_ioctl.c
src/external/cddl/osnet/sys/sys: sunddi.h
Log Message:
Use ddi_copyin and ddi_copyout as solaris does, change them to
i
Module Name:src
Committed By: jakllsch
Date: Wed May 19 18:58:22 UTC 2010
Modified Files:
src/sys/net: if_ether.h if_ethersubr.c
Log Message:
Changes to ether_nonstatic_aton():
Be more leinent on input string format. Each nibble pair may optionally be
followed by any of
Module Name:src
Committed By: jruoho
Date: Wed May 19 19:17:08 UTC 2010
Modified Files:
src/distrib/sets/lists/tests: mi
src/tests/syscall: Makefile
Added Files:
src/tests/syscall: t_timer.c
Log Message:
Add a simple test for timer_create(2) / sigevent(3).
Module Name:src
Committed By: jruoho
Date: Wed May 19 20:04:43 UTC 2010
Modified Files:
src/distrib/sets/lists/comp: mi
src/lib/libpthread: Makefile
Log Message:
Build links for rest of the pthread_attr(3) functions.
Hopefully I got all of them right in the setlist
Module Name:src
Committed By: christos
Date: Wed May 19 20:41:59 UTC 2010
Modified Files:
src/sys/arch/evbmips/adm5120: machdep.c
src/sys/dev/usb: if_cdce.c
src/sys/net: if_ether.h if_etherip.c if_ethersubr.c if_tap.c
Log Message:
Replace ether_nonstatic_at
Module Name:src
Committed By: christos
Date: Wed May 19 20:43:51 UTC 2010
Modified Files:
src/sys/net: if_ethersubr.c
Log Message:
delint previous
To generate a diff of this commit:
cvs rdiff -u -r1.180 -r1.181 src/sys/net/if_ethersubr.c
Please note that diffs are not p
Module Name:src
Committed By: jakllsch
Date: Wed May 19 21:10:42 UTC 2010
Modified Files:
src/sys/dev/usb: if_cdce.c
Log Message:
Changes in cdce(4).
When getting the CDC Ethernet descriptor, search for the right
descriptor type. Avoid ignoring return value of ether_aton
Module Name:src
Committed By: christos
Date: Wed May 19 21:55:36 UTC 2010
Modified Files:
src/regress/sys/net: Makefile
Added Files:
src/regress/sys/net/ether_aton_r: Makefile autogen main.c
Log Message:
regression test for ether_aton_r()
To generate a diff of th
Module Name:src
Committed By: christos
Date: Wed May 19 21:59:35 UTC 2010
Modified Files:
src/regress/sys/net/ether_aton_r: main.c
Log Message:
verify hex digits.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/regress/sys/net/ether_aton_r/main.c
Please
Module Name:src
Committed By: mrg
Date: Wed May 19 22:14:20 UTC 2010
Modified Files:
src/sys/external/bsd/drm/dist/bsd-core: drmP.h drm_sysctl.c
Log Message:
only use bus_space*() on drm_local_map_t's that have been mapped into
some bus space somewhere. otherwise, just us
Module Name:src
Committed By: pooka
Date: Thu May 20 00:13:02 UTC 2010
Modified Files:
src/lib/libp2k: p2k.c
Log Message:
Initialize "hasdebug" default deterministically.
To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 src/lib/libp2k/p2k.c
Please note that
Module Name:src
Committed By: agc
Date: Thu May 20 00:33:01 UTC 2010
Modified Files:
src/crypto/external/bsd/netpgp/dist/src/netpgpverify: Makefile.am
verify.c
src/crypto/external/bsd/netpgp/netpgpverify: Makefile
Log Message:
The experiment in keeping
Module Name:src
Committed By: agc
Date: Thu May 20 00:36:31 UTC 2010
Modified Files:
src/crypto/external/bsd/netpgp/dist/src/lib: netpgp.c
Log Message:
add a static function to resolve the userid in one place, and start to use it
To generate a diff of this commit:
cvs rd
Module Name:src
Committed By: jruoho
Date: Thu May 20 04:40:23 UTC 2010
Modified Files:
src/lib/libpthread: pthread_cond_init.3 pthread_mutex_init.3
pthread_rwlock_init.3
Log Message:
Note the initializer macros.
To generate a diff of this commit:
cvs rdiff -
Module Name:src
Committed By: jruoho
Date: Thu May 20 04:41:11 UTC 2010
Modified Files:
src/lib/libpthread: pthread_cond_wait.3
Log Message:
.Fa -> .Fn.
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/lib/libpthread/pthread_cond_wait.3
Please note that
Module Name:src
Committed By: jruoho
Date: Thu May 20 04:47:38 UTC 2010
Modified Files:
src/lib/libpthread: pthread_once.3
Log Message:
Use similar markup than in pthread_mutex_init(3) etc. with the initializer
macro. Improve wording slightly.
To generate a diff of this
Module Name:src
Committed By: snj
Date: Thu May 20 05:02:07 UTC 2010
Modified Files:
src/lib/libpthread [netbsd-5]: pthread.c
Log Message:
Pull up following revision(s) (requested by explorer in ticket #1353):
lib/libpthread/pthread.c: revision 1.114, 1.115
Correct
Module Name:src
Committed By: snj
Date: Thu May 20 05:05:58 UTC 2010
Modified Files:
src/sys/netinet [netbsd-5]: in.c
Log Message:
Revert ticket 1357.
To generate a diff of this commit:
cvs rdiff -u -r1.127.4.2 -r1.127.4.3 src/sys/netinet/in.c
Please note that diffs are
Module Name:src
Committed By: snj
Date: Thu May 20 05:09:41 UTC 2010
Modified Files:
src/distrib/utils/sysinst [netbsd-5]: mbr.c
Log Message:
Pull up following revision(s) (requested by martin in ticket #1375):
distrib/utils/sysinst/mbr.c: revision 1.83
The 16bit "
Module Name:src
Committed By: snj
Date: Thu May 20 05:13:13 UTC 2010
Modified Files:
src/sys/net [netbsd-5]: bpf_filter.c
Log Message:
Pull up following revision(s) (requested by drochner in ticket #1381):
sys/net/bpf_filter.c: revision 1.36
the correct check for B
Module Name:src
Committed By: jruoho
Date: Thu May 20 05:19:29 UTC 2010
Modified Files:
src/lib/libpthread: pthread_mutexattr.3
Log Message:
Use a list with the mutex type. Note, from the standard, that recursive
mutexes should be avoided when condition variables are used.
Module Name:src
Committed By: snj
Date: Thu May 20 05:21:54 UTC 2010
Modified Files:
src/sys/netinet [netbsd-5]: tcp_input.c
Log Message:
Pull up following revision(s) (requested by bouyer in ticket #1382):
sys/netinet/tcp_input.c: revision 1.304
syn_cache_put(): d
Module Name:src
Committed By: snj
Date: Thu May 20 05:25:30 UTC 2010
Modified Files:
src/crypto/dist/ssh [netbsd-5]: ssh_config ssh_config.5 sshd_config.5
Log Message:
Pull up following revision(s) (requested by drochner in ticket #1384):
crypto/external/bsd/openss
Module Name:src
Committed By: snj
Date: Thu May 20 05:27:59 UTC 2010
Modified Files:
src/sys/conf [netbsd-5]: copyright
Log Message:
Pull up following revision(s) (requested by tsutsui in ticket #1388):
sys/conf/copyright: revision 1.7
Welcome to 2010.
Don't forget
Module Name:src
Committed By: snj
Date: Thu May 20 05:28:58 UTC 2010
Modified Files:
src/sys/conf [netbsd-5-0]: copyright
Log Message:
Pull up following revision(s) (requested by tsutsui in ticket #1388):
sys/conf/copyright: revision 1.7
Welcome to 2010.
Don't forg
Module Name:src
Committed By: snj
Date: Thu May 20 05:32:45 UTC 2010
Modified Files:
src/distrib/utils/sysinst [netbsd-5-0]: mbr.c msg.mbr.de msg.mbr.en
msg.mbr.es msg.mbr.fr msg.mbr.pl
Log Message:
Pull up following revision(s) (requested by martin in ticket #
Module Name:src
Committed By: snj
Date: Thu May 20 05:34:34 UTC 2010
Modified Files:
src/distrib/utils/sysinst [netbsd-5-0]: mbr.c msg.mbr.de msg.mbr.en
msg.mbr.es msg.mbr.fr msg.mbr.pl
Log Message:
Bah, wrong branch. Revert previous.
To generate a diff of t
Module Name:src
Committed By: snj
Date: Thu May 20 05:36:35 UTC 2010
Modified Files:
src/distrib/utils/sysinst [netbsd-5]: mbr.c msg.mbr.de msg.mbr.en
msg.mbr.es msg.mbr.fr msg.mbr.pl
Log Message:
Pull up following revision(s) (requested by martin in ticket #13
Module Name:src
Committed By: jruoho
Date: Thu May 20 05:37:58 UTC 2010
Modified Files:
src/share/man/man3: timeval.3
Log Message:
Note clock_gettime(2) in the example.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/share/man/man3/timeval.3
Please note
Module Name:src
Committed By: snj
Date: Thu May 20 05:42:06 UTC 2010
Modified Files:
src/sys/netinet [netbsd-5]: tcp_input.c
Log Message:
Revert ticket 1382.
To generate a diff of this commit:
cvs rdiff -u -r1.291.4.3 -r1.291.4.4 src/sys/netinet/tcp_input.c
Please note
Module Name:src
Committed By: jruoho
Date: Thu May 20 05:43:54 UTC 2010
Modified Files:
src/lib/libp2k: p2k.3
Log Message:
Use standard section headers.
Xref vfs(9), which could be slightly more elaborate.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/
Module Name:src
Committed By: snj
Date: Thu May 20 05:46:58 UTC 2010
Modified Files:
src/distrib/amd64/floppies/common [netbsd-5]: boot.cfg
Log Message:
Pull up following revision(s) (requested by dholland in ticket #1400):
distrib/amd64/floppies/common/boot.cfg: r
Module Name:src
Committed By: snj
Date: Thu May 20 05:51:59 UTC 2010
Modified Files:
src/sys/arch/i386/i386 [netbsd-5]: trap.c vector.S
Log Message:
Pull up following revision(s) (requested by riz in ticket #1401):
sys/arch/i386/i386/trap.c: revisions 1.251-1.253 v
Module Name:src
Committed By: snj
Date: Thu May 20 05:56:30 UTC 2010
Modified Files:
src/sys/arch/i386/i386 [netbsd-5-0]: trap.c vector.S
Log Message:
Pull up following revision(s) (requested by riz in ticket #1401):
sys/arch/i386/i386/trap.c: revisions 1.251-1.253
Module Name:src
Committed By: snj
Date: Thu May 20 05:57:43 UTC 2010
Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.3
Log Message:
Tickets 1388 and 1401.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.12 -r1.1.2.13 src/doc/CHANGES-5.0.3
Please note that diff
Module Name:src
Committed By: snj
Date: Thu May 20 05:59:43 UTC 2010
Modified Files:
src/doc [netbsd-5]: CHANGES-5.1
Log Message:
Backout ticket 1357.
Pull up tickets 1353, 1375, 1381, 1384, 1388, 1396, 1400, and 1401.
To generate a diff of this commit:
cvs rdiff -u -r1
Module Name:src
Committed By: snj
Date: Thu May 20 06:06:48 UTC 2010
Modified Files:
src/doc [netbsd-5]: CHANGES-5.1
src/gnu/usr.bin/groff/tmac [netbsd-5]: mdoc.local
src/sys/sys [netbsd-5]: param.h
Log Message:
Welcome to 5.1_RC2!
To generate a diff of t
Module Name:src
Committed By: wiz
Date: Thu May 20 06:52:02 UTC 2010
Modified Files:
src/distrib/sets/lists/comp: mi
Log Message:
+ /usr/share/man/man3/pthread_attr_destroy.3
To generate a diff of this commit:
cvs rdiff -u -r1.1452 -r1.1453 src/distrib/sets/lists/comp/mi
47 matches
Mail list logo