Re: CVS: cvs.openbsd.org: src

2010-09-23 Thread Jacob Meuser
On Wed, Sep 22, 2010 at 11:44:16PM -0600, Jacob Meuser wrote: CVSROOT: /cvs Module name: src Changes by: jake...@cvs.openbsd.org 2010/09/22 23:44:16 Modified files: sys/dev/usb: uhub.c usb.c usbdi.c usbdivar.h Log message: add a 'dying' flag to struct usbd_bus. use

CVS: cvs.openbsd.org: src

2010-09-23 Thread Jacob Meuser
CVSROOT:/cvs Module name:src Changes by: jake...@cvs.openbsd.org 2010/09/23 00:30:37 Modified files: sys/dev/usb: usb.c usbdi.h Log message: add two members to struct usb_task * usbd_device_handle dev - the device responsible for the task. use this to not run the

CVS: cvs.openbsd.org: src

2010-09-23 Thread Jacob Meuser
CVSROOT:/cvs Module name:src Changes by: jake...@cvs.openbsd.org 2010/09/23 02:39:32 Modified files: sys/dev/usb: ehci.c Log message: returning here can cause the usb task thread to go to sleep forever, becaue it skips a wakeup() later on. this is the only error

CVS: cvs.openbsd.org: src

2010-09-23 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2010/09/23 03:27:49 Modified files: sys/netatalk : at.h at_proto.c Log message: Do not declare the domain and protosw structures in at.h fixes build with netatalk enabled.

CVS: cvs.openbsd.org: src

2010-09-23 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2010/09/23 04:49:55 Modified files: sys/kern : uipc_mbuf.c sys/net: if.h usr.bin/systat : mbufs.c usr.sbin/snmpd : mib.c Log message: tweak the mclgeti algorithm to

CVS: cvs.openbsd.org: src

2010-09-23 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2010/09/23 05:23:58 Modified files: sys/scsi : scsi_disk.h Log message: descripe a few bits of the write same commands.

CVS: cvs.openbsd.org: src

2010-09-23 Thread Bret Lambert
CVSROOT:/cvs Module name:src Changes by: blamb...@cvs.openbsd.org2010/09/23 05:34:50 Modified files: sys/net: if_gre.c Log message: fix indentation to not confusingly align with an unassociated while() statement ok claudio@

CVS: cvs.openbsd.org: src

2010-09-23 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2010/09/23 05:41:54 Modified files: sys/dev/ata: atascsi.h Log message: commands and bits for data set management.

CVS: cvs.openbsd.org: src

2010-09-23 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2010/09/23 05:42:36 Modified files: sbin/iked : iked.conf.5 parse.y pfkey.c Log message: support for aes-gcm OK reyk

CVS: cvs.openbsd.org: src

2010-09-23 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2010/09/23 05:43:51 Modified files: sbin/ipsecctl : ipsec.conf.5 Log message: change description for AES-GMAC a bit. prompted by reyk

CVS: cvs.openbsd.org: src

2010-09-23 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2010/09/23 05:44:22 Modified files: sys/dev/ata: atascsi.c Log message: translate WRITE SAME 16 into DSM TRIM.

CVS: cvs.openbsd.org: src

2010-09-23 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2010/09/23 07:11:38 Modified files: sys/sys: disk.h sys/dev/isa: fd.c sys/scsi : cd.c sys/arch/sparc/dev: fd.c sys/arch/sparc64/dev: fd.c Log message:

CVS: cvs.openbsd.org: src

2010-09-23 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2010/09/23 07:24:22 Modified files: sys/kern : kern_sysctl.c Log message: Include the disklabel UID in hw.disknames. ok deraadt@ krw@

CVS: cvs.openbsd.org: src

2010-09-23 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2010/09/23 07:20:36 Modified files: sys/kern : subr_disk.c Log message: When a disk is attached create a workq task to read the disklabel, providing the DKF_NOLABELREAD flag is not set. This provides

CVS: cvs.openbsd.org: src

2010-09-23 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2010/09/23 07:30:15 Modified files: distrib/miniroot: install.sub Log message: Teach the installer how to process the new hw.disknames output. ok krw@

CVS: cvs.openbsd.org: src

2010-09-23 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2010/09/23 07:34:43 Modified files: usr.bin/ssh: sftp.c Log message: add [-l limit] to usage();

CVS: cvs.openbsd.org: src

2010-09-23 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2010/09/23 07:36:46 Modified files: usr.bin/ssh: scp.1 sftp.1 Log message: add KexAlgorithms to the -o list;

CVS: cvs.openbsd.org: src

2010-09-23 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2010/09/23 07:54:22 Modified files: sbin/disklabel : disklabel.c editor.c extern.h Log message: Print disklabel UIDs using printf/fprintf instead of using the hand rolled uid_print() function. ok krw@

CVS: cvs.openbsd.org: src

2010-09-23 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2010/09/23 07:59:10 Modified files: sbin/disklabel : disklabel.c Log message: Correctly identify mount points when they are specified in /etc/fstab using a disklabel UID. Based on a diff from

CVS: cvs.openbsd.org: src

2010-09-23 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2010/09/23 08:06:37 Modified files: share/man/man9 : disk.9 Log message: update struct disk; ok jsing

CVS: cvs.openbsd.org: src

2010-09-23 Thread Paul Irofti
CVSROOT:/cvs Module name:src Changes by: piro...@cvs.openbsd.org 2010/09/23 08:12:05 Modified files: sys/arch/loongson/dev: mainbus.c Log message: Move clock attachment later in the game. This is needed for cpu scaling. Okay m...@.

CVS: cvs.openbsd.org: src

2010-09-23 Thread Ryan Thomas McBride
CVSROOT:/cvs Module name:src Changes by: mcbr...@cvs.openbsd.org 2010/09/23 08:17:04 Modified files: sys/net: pf.c Log message: Break out rule counter update code into a separate function, makes the behaviour consistent between IPv4 and IPv6. From

CVS: cvs.openbsd.org: src

2010-09-23 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2010/09/23 08:20:02 Modified files: gnu/usr.sbin/sendmail/sendmail: mailq.8 newaliases.8 sendmail.8 Log message: use an EXIT STATUS section for these pages;

CVS: cvs.openbsd.org: src

2010-09-23 Thread Yojiro Uo
CVSROOT:/cvs Module name:src Changes by: y...@cvs.openbsd.org2010/09/23 08:35:13 Modified files: share/man/man4 : Makefile Added files: share/man/man4 : utwitch.4 Removed files: share/man/man4 : uyurex.4 Log message: rename uyurex(4) to utwitch(4).

CVS: cvs.openbsd.org: src

2010-09-23 Thread Yojiro Uo
CVSROOT:/cvs Module name:src Changes by: y...@cvs.openbsd.org2010/09/23 08:33:34 Modified files: sys/dev/usb: files.usb Added files: sys/dev/usb: utwitch.c Removed files: sys/dev/usb: uyurex.c Log message: rename uyurex(4) to utwitch(4)

CVS: cvs.openbsd.org: src

2010-09-23 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2010/09/23 08:33:10 Modified files: usr.bin/calendar/calendars: calendar.history Log message: British defeat the French at the Plains of Abraham was 1759, not 1788; from Douglas Berry, freebsd pr

CVS: cvs.openbsd.org: src

2010-09-23 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2010/09/23 08:40:45 Modified files: gnu/usr.sbin/sendmail/mailstats: mailstats.8 gnu/usr.sbin/sendmail/praliases: praliases.1 Log message: add EXIT STATUS here too;

CVS: cvs.openbsd.org: src

2010-09-23 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2010/09/23 08:42:23 Modified files: gnu/usr.sbin/sendmail/sendmail: sendmail.8 Log message: since msgs no longer exists, replace the example msgs alias with the one from vacation(8); ok millert

CVS: cvs.openbsd.org: src

2010-09-23 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2010/09/23 08:54:11 Modified files: gnu/usr.sbin/sendmail/sendmail: sendmail.8 Log message: NOTES-CAVEATS; ok millert

CVS: cvs.openbsd.org: src

2010-09-23 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2010/09/23 08:51:57 Modified files: gnu/usr.sbin/sendmail/editmap: editmap.8 gnu/usr.sbin/sendmail/mailstats: mailstats.8 gnu/usr.sbin/sendmail/makemap: makemap.8

Re: CVS: cvs.openbsd.org: src

2010-09-23 Thread Antoine Jacoutot
On Thu, 23 Sep 2010, Jason McIntyre wrote: CVSROOT: /cvs Module name: src Changes by: j...@cvs.openbsd.org2010/09/23 08:33:10 Modified files: usr.bin/calendar/calendars: calendar.history Log message: British defeat the French at the Plains of Abraham was 1759, not

Re: CVS: cvs.openbsd.org: src

2010-09-23 Thread Jason McIntyre
On Thu, Sep 23, 2010 at 04:56:27PM +0200, Antoine Jacoutot wrote: On Thu, 23 Sep 2010, Jason McIntyre wrote: CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2010/09/23 08:33:10 Modified files: usr.bin/calendar/calendars: calendar.history Log

CVS: cvs.openbsd.org: src

2010-09-23 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2010/09/23 09:25:11 Modified files: share/man/man4 : utwitch.4 Log message: tweak previous;

CVS: cvs.openbsd.org: src

2010-09-23 Thread Yojiro Uo
CVSROOT:/cvs Module name:src Changes by: y...@cvs.openbsd.org2010/09/23 10:21:47 Modified files: sys/arch/alpha/conf: GENERIC sys/arch/amd64/conf: GENERIC sys/arch/armish/conf: GENERIC sys/arch/gumstix/conf: GENERIC

CVS: cvs.openbsd.org: src

2010-09-23 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2010/09/23 10:33:48 Modified files: sys/netinet: ip_esp.c Log message: remove m_pad in favor of m_inject as it's equivalent to m_inject with an offset equal to the actual data length. ok henning

CVS: cvs.openbsd.org: src

2010-09-23 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2010/09/23 10:34:09 Modified files: sys/netinet: ip_ipsp.h Log message: remove m_pad in favor of m_inject as it's equivalent to m_inject with an offset equal to the actual data length. ok henning

Re: CVS: cvs.openbsd.org: src

2010-09-23 Thread Marco Peereboom
w00t! Finally I can use mine! On Thu, Sep 23, 2010 at 10:21:47AM -0600, Yojiro Uo wrote: CVSROOT: /cvs Module name: src Changes by: y...@cvs.openbsd.org2010/09/23 10:21:47 Modified files: sys/arch/alpha/conf: GENERIC sys/arch/amd64/conf: GENERIC

CVS: cvs.openbsd.org: src

2010-09-23 Thread Yojiro Uo
CVSROOT:/cvs Module name:src Changes by: y...@cvs.openbsd.org2010/09/23 10:58:28 Modified files: sys/dev/usb: if_axe.c Log message: remove dying flag in the detach() function. the device driver which has DEACTIVATE processing seems to no need to set dying flag in

CVS: cvs.openbsd.org: src

2010-09-23 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2010/09/23 11:16:01 Modified files: sbin/disklabel : disklabel.8 Log message: tweak the disklabel uid stuff; ok jsing

CVS: cvs.openbsd.org: src

2010-09-23 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2010/09/23 11:59:03 Modified files: usr.bin/rcs: rcs.c Log message: Plug memory leak in rcs_getrev, from zinovik. ok me stsp

CVS: cvs.openbsd.org: src

2010-09-23 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2010/09/23 12:10:16 Modified files: usr.bin/cvs: import.c util.c util.h Log message: Add cvs_mkdir() for recursive directory creation on import, based on a diff from Michael W Bombardieri in PR 6398.

CVS: cvs.openbsd.org: src

2010-09-23 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2010/09/23 12:29:16 Modified files: share/man/man5 : fstab.5 Log message: document FSTAB_RQ; ok deraadt thib

CVS: cvs.openbsd.org: src

2010-09-23 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:src Changes by: jas...@cvs.openbsd.org 2010/09/23 12:31:27 Modified files: share/man/man5 : port-modules.5 Log message: - first stab at documenting the haskell module feedback/ok kili@

CVS: cvs.openbsd.org: src

2010-09-23 Thread Owain Ainsworth
CVSROOT:/cvs Module name:src Changes by: o...@cvs.openbsd.org2010/09/23 12:40:00 Modified files: sys/msdosfs: msdosfs_vfsops.c sys/ufs/ext2fs : ext2fs_vfsops.c Log message: Change: /* something */ if (error) { VOP_UNLOCK(); return; } VOP_UNLOCK(); to

CVS: cvs.openbsd.org: src

2010-09-23 Thread Owain Ainsworth
CVSROOT:/cvs Module name:src Changes by: o...@cvs.openbsd.org2010/09/23 12:43:37 Modified files: sys/miscfs/procfs: procfs_vfsops.c Log message: In procfs_root(), while the vn_lock on a newly-allocated vnode can not fail it is still good practise to either check the

CVS: cvs.openbsd.org: src

2010-09-23 Thread Owain Ainsworth
CVSROOT:/cvs Module name:src Changes by: o...@cvs.openbsd.org2010/09/23 12:49:39 Modified files: sys/dev: softraid.c softraid_crypto.c sys/dev/raidframe: rf_disks.c rf_openbsdkintf.c sys/kern : subr_disk.c sys/nnpfs :

CVS: cvs.openbsd.org: src

2010-09-23 Thread Paul Irofti
CVSROOT:/cvs Module name:src Changes by: piro...@cvs.openbsd.org 2010/09/23 12:58:41 Modified files: usr.bin: Makefile Log message: Unlink tn3270 from the build. Okay deraadt@, millert@ and all around general approval.

CVS: cvs.openbsd.org: src

2010-09-23 Thread Paul Irofti
CVSROOT:/cvs Module name:src Changes by: piro...@cvs.openbsd.org 2010/09/23 12:59:36 Removed files: usr.bin/tn3270 : Makefile Makefile.inc usr.bin/tn3270/api: api.order api_bsd.c api_exch.c api_exch.h apilib.c apilib.h asc_ebc.c

CVS: cvs.openbsd.org: src

2010-09-23 Thread Paul Irofti
CVSROOT:/cvs Module name:src Changes by: piro...@cvs.openbsd.org 2010/09/23 13:00:48 Modified files: . : Makefile.cross Log message: Remove tn3270 reference.

CVS: cvs.openbsd.org: src

2010-09-23 Thread Paul Irofti
CVSROOT:/cvs Module name:src Changes by: piro...@cvs.openbsd.org 2010/09/23 13:02:52 Modified files: distrib/sets/lists/base: mi distrib/sets/lists/man: mi Log message: sync

CVS: cvs.openbsd.org: src

2010-09-23 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2010/09/23 14:22:31 Modified files: usr.bin/mandoc : term.c Log message: Count trailing escaped blanks correctly; those ruined the alignment of columns. Tested by jmc@, and kristaps@ agrees with the

CVS: cvs.openbsd.org: src

2010-09-23 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2010/09/23 14:39:13 Modified files: usr.bin/mandoc : mdoc_term.c Log message: When the HEAD of an .Nm block in the SYNOPSIS might be wider than the column containing it, the TERMP_HANG flag is

CVS: cvs.openbsd.org: src

2010-09-23 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2010/09/23 18:00:41 Modified files: usr.sbin/nsd : nsd-checkconf.c Log message: fix a overflow found by parfait ok jakob@

CVS: cvs.openbsd.org: src

2010-09-23 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2010/09/23 18:11:15 Modified files: sbin/raidctl : raidctl.c usr.bin/vmstat : dkstats.c Log message: Now that HW_DISKNAMES returns xx0: or xx0:uid entries, we must truncate the : and uid

CVS: cvs.openbsd.org: src

2010-09-23 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2010/09/23 18:12:36 Modified files: sys/dev/usb: usb_subr.c Log message: tsleep on a static and private handle, since our goal is to not be woken up by a wakeup, but only by the actual timeout expiry.

CVS: cvs.openbsd.org: src

2010-09-23 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2010/09/23 18:55:48 Modified files: sys/net: pf.c Log message: kill some unused arguments to pf_create_state ok henning@

CVS: cvs.openbsd.org: www

2010-09-23 Thread Jeremy Evans
CVSROOT:/cvs Module name:www Changes by: jer...@cvs.openbsd.org 2010/09/23 19:24:54 Modified files: faq: current.html Log message: Add a note to current.html about the ruby port being split into separate ports for 1.8 and 1.9. OK nick@

CVS: cvs.openbsd.org: src

2010-09-23 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2010/09/23 19:27:11 Modified files: sys/dev/ic : mpi.c Log message: vol_list in mpi_get_raid is never used.

CVS: cvs.openbsd.org: src

2010-09-23 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2010/09/23 19:30:05 Modified files: sys/dev/ic : mfi.c Log message: no use setting cmd in mfi_ioctl_setstate if you never use it.

CVS: cvs.openbsd.org: src

2010-09-23 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2010/09/23 19:32:10 Modified files: sys/dev/ic : ami.c Log message: remove useless store

CVS: cvs.openbsd.org: src

2010-09-23 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2010/09/23 19:41:34 Modified files: sys/scsi : sd.c Log message: init err to 0 in sd_get_parms to avoid confusion when checking rigid geometry. it doesnt matter waht the value there is cos rigid will

CVS: cvs.openbsd.org: src

2010-09-23 Thread Yojiro Uo
CVSROOT:/cvs Module name:src Changes by: y...@cvs.openbsd.org2010/09/23 19:48:03 Modified files: sys/arch/sgi/conf: GENERIC-IP27 GENERIC-IP30 GENERIC-IP32 Log message: enable utwitch(4) for SGI machines too. ok deraadt@, miod@

CVS: cvs.openbsd.org: src

2010-09-23 Thread Henning Brauer
CVSROOT:/cvs Module name:src Changes by: henn...@cvs.openbsd.org 2010/09/23 19:53:22 Modified files: sys/net: pf.c Log message: nicer linewraps, purely cosmetic

CVS: cvs.openbsd.org: src

2010-09-23 Thread Henning Brauer
CVSROOT:/cvs Module name:src Changes by: henn...@cvs.openbsd.org 2010/09/23 19:56:12 Modified files: sys/net: pf.c Log message: remove misleading XXX comment. it is pretty clear by now that pf_compare_state_keys will stay, we play safe.

CVS: cvs.openbsd.org: src

2010-09-23 Thread Henning Brauer
CVSROOT:/cvs Module name:src Changes by: henn...@cvs.openbsd.org 2010/09/23 20:15:00 Modified files: sys/net: pf.c Log message: no need to pf_tag_packet in the stateless case in pf_test since pf_test_rule will have done it already, as correctly XXX-comment noted

CVS: cvs.openbsd.org: src

2010-09-23 Thread Henning Brauer
CVSROOT:/cvs Module name:src Changes by: henn...@cvs.openbsd.org 2010/09/23 20:22:37 Modified files: sys/net: pf.c Log message: use pd-rdomain for the PF_MISMATCHAW checks in pf_test_fragment instead of hardcoding 0. roughly almost a bit equivalent to what

CVS: cvs.openbsd.org: src

2010-09-23 Thread Henning Brauer
CVSROOT:/cvs Module name:src Changes by: henn...@cvs.openbsd.org 2010/09/23 20:28:10 Modified files: sys/net: pf.c Log message: itojun picked exactly the right reason in that REASON_SET call. really no reason to question himself by adding an XXX

CVS: cvs.openbsd.org: src

2010-09-23 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2010/09/23 20:55:43 Modified files: sys/kern : kern_tc.c Log message: move DEBUG-only variable into #ifdef

CVS: cvs.openbsd.org: src

2010-09-23 Thread YASUOKA Masahiko
CVSROOT:/cvs Module name:src Changes by: yasu...@cvs.openbsd.org 2010/09/23 20:57:43 Modified files: usr.sbin/npppd/npppd: ccp.c ppp.c ppp.h Log message: npppd didn't setup a PIPEX session if MPPE is not required by config and CCP is failed to be opened because the peer

CVS: cvs.openbsd.org: src

2010-09-23 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2010/09/23 20:59:39 Modified files: sys/kern : tty_pty.c Log message: dead store; found by clang

CVS: cvs.openbsd.org: src

2010-09-23 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2010/09/23 20:59:46 Modified files: sys/kern : uipc_socket.c uipc_socket2.c sys/netinet: tcp_input.c tcp_output.c tcp_usrreq.c tcp_var.h sys/sys: socketvar.h Log message:

CVS: cvs.openbsd.org: src

2010-09-23 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2010/09/23 21:21:21 Modified files: sys/dev/usb: if_axe.c Log message: try to print the attach dmesg line in one unit, rather than intermixing it with slow operations. ok jsg yuo

Que d'émotions

2010-09-23 Thread Jean Marie - RKC
La journie s'est vraiment bien passie et elle a rimi avec plaisirs ! Virages serris, PILOTAGE du vihicule, COURSES ENTRE LES PARTICIPANTS et ditente au bar ont rythmi cette sortie. Des imotions partagies par tous dans un esprit de dicontraction oy tout le monde s'est lachi en toute sicuriti !