openbsd-source-changes mailing list

FromSubjectsort iconDate
Theo de Raadt
CVS: cvs.openbsd.org: src
CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2009/12/16 15:17:53 Modified files: usr.sbin/ypldap: ber.c usr.sbin/snmpctl: parser.c snmpctl.c usr.sbin/snmpd : ber.c mib.c smi.c snmpe.c Log message: knf and unused variables
Dec 16, 3:17 pm 2009
Theo de Raadt
CVS: cvs.openbsd.org: src
CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2009/12/16 14:41:29 Modified files: sys/dev/usb : uftdi.c Log message: Support OpenRD JTAGKey, expect spip the jtag interface port. from Tobias Ulmer; ok jsg
Dec 16, 2:41 pm 2009
Theo de Raadt
CVS: cvs.openbsd.org: src
CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2009/12/16 14:40:46 Modified files: sys/dev/usb : usbdevs Log message: OpenRD JTAGKey; Tobias Ulmer
Dec 16, 2:40 pm 2009
Jacek Masiulaniec
CVS: cvs.openbsd.org: src
CVSROOT: /cvs Module name: src Changes by: jacekm@cvs.openbsd.org 2009/12/16 14:40:01 Modified files: usr.sbin/smtpd : client.c Log message: Don't lose a line each time a chunkful of content is read off the disk. Problem spotted by todd@
Dec 16, 2:40 pm 2009
Theo de Raadt
CVS: cvs.openbsd.org: src
CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2009/12/16 14:40:54 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: sync
Dec 16, 2:40 pm 2009
Igor Sobrado
CVS: cvs.openbsd.org: src
CVSROOT: /cvs Module name: src Changes by: sobrado@cvs.openbsd.org 2009/12/16 13:42:26 Modified files: usr.sbin/popa3d: params.h pop_trans.c Log message: enforce less restrictive limits to mailbox sizes and improve message reported on failure conditions; increasing the maximum number of messages is not required, as the number of messages stored on mailboxes has not grown over the years as much as the size of their attachments. miod@ has observed that the message reported was too ...
Dec 16, 1:42 pm 2009
Todd Fries
CVS: cvs.openbsd.org: xenocara
CVSROOT: /cvs Module name: xenocara Changes by: todd@cvs.openbsd.org 2009/12/16 11:07:40 Modified files: distrib/sets/lists/xbase: md.alpha md.armish md.hp300 md.hppa md.i386 md.landisk md.mac68k md.macppc md.mvme68k md.mvme88k md.sgi md.sparc md.sparc64 md.vax md.zaurus distrib/sets/lists/xfont: md.x11r7 distrib/sets/lists/xserv: md.hppa md.sparc64 Log message: sync
Dec 16, 11:07 am 2009
Jasper Lievisse Adri ...
CVS: cvs.openbsd.org: src
CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2009/12/16 09:54:43 Modified files: sys/arch/hppa64/hppa64: pmap.c sys/arch/m88k/m88k: db_trace.c Log message: zap two more handrolled equivalents of nitems(). ok miod@
Dec 16, 9:54 am 2009
Claudio Jeker
CVS: cvs.openbsd.org: src
CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2009/12/16 08:42:19 Modified files: usr.sbin/bgpctl: bgpctl.c Log message: Use log_ext_subtype() instead of the homebrew version (which actually got moved to bgpd but that does not matter). OK henning and sthen
Dec 16, 8:42 am 2009
Claudio Jeker
CVS: cvs.openbsd.org: src
CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2009/12/16 08:40:56 Modified files: usr.sbin/bgpd : bgpd.8 bgpd.conf.5 bgpd.h parse.y printconf.c rde.c rde.h rde_attr.c rde_filter.c util.c Log message: Implement "set ext-community [delete] subtype key:value" to set and delete extended communities as specified in RFC 4360. No matching implemented yet and stuff like * and neighbor-as are neither supported but will be soon. Looks good henning & sthen, ...
Dec 16, 8:40 am 2009
Jasper Lievisse Adri ...
CVS: cvs.openbsd.org: src
CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2009/12/16 04:06:17 Modified files: sys/arch/sparc64/dev: creator.c Log message: - use nitems() inside a descriptive macro name ok kettenis@
Dec 16, 4:06 am 2009
David Gwynne
CVS: cvs.openbsd.org: src
CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2009/12/16 03:51:28 Modified files: sys/scsi : cd.c cd.h Log message: nothing needs to see cd_softc except the driver, so move it into cd.c ok marco@ guenther@
Dec 16, 3:51 am 2009
Otto Moerbeek
Re: CVS: cvs.openbsd.org: src
That was with help from guenther@ and ok deraadt@ guenther@
Dec 16, 1:27 am 2009
Otto Moerbeek
CVS: cvs.openbsd.org: src
CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2009/12/16 01:23:53 Modified files: lib/libc/stdlib: malloc.c Log message: save calls to arc4random() by using a nibble at a time; not because arc4random() is slow, but it induces getpid() calls; also saves a bit on stirring efforts
Dec 16, 1:23 am 2009
Philip Guenther
CVS: cvs.openbsd.org: src
CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2009/12/16 00:36:56 Modified files: lib/libc/sys : sigaction.2 lib/libc/gen : signal.3 Log message: Update the list of async-signal-safe functions Document that snprintf/vsnprintf/syslog_r() aren't async-signal-safe for floating-point Provide cursory documentation of SIGTHR Eliminate the NOTE section of the sigaction(2) manpage by merging the good bits into the STANDARDS section ok deraadt@
Dec 16, 12:36 am 2009
Theo de Raadt
CVS: cvs.openbsd.org: src
CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2009/12/15 23:56:40 Modified files: sys/arch/vax/qbus: uda.c Log message: spelling; from Jacob Meuser
Dec 15, 11:56 pm 2009
Nick Holland
CVS: cvs.openbsd.org: www
CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2009/12/15 21:32:35 Modified files: faq : index.html Log message: add faq14.html#flashmemLive to recent updates
Dec 15, 9:32 pm 2009
Nick Holland
CVS: cvs.openbsd.org: www
CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2009/12/15 21:19:53 Modified files: faq : faq4.html Log message: More details about what could happen when you move a disk from machine to machine for install using USB adapters or between ahci(4) and pciide(4).
Dec 15, 9:19 pm 2009
Nick Holland
CVS: cvs.openbsd.org: www
CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2009/12/15 20:57:44 Modified files: faq : faq14.html Log message: +#flashmemLive: Creating a "Live" OpenBSD USB device.
Dec 15, 8:57 pm 2009
Jacek Masiulaniec
CVS: cvs.openbsd.org: src
CVSROOT: /cvs Module name: src Changes by: jacekm@cvs.openbsd.org 2009/12/15 19:20:32 Modified files: usr.sbin/smtpd : client.c Log message: Fix RCPT TO failure handling, bug introduced in r1.18.
Dec 15, 7:20 pm 2009
Nick Holland
CVS: cvs.openbsd.org: www
CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2009/12/15 18:16:04 Modified files: faq : faq4.html Log message: dmesg AND sysctl hw.sensors now, please. Based on gmail-mangled diff from venture37 at gmail.
Dec 15, 6:16 pm 2009
Theo de Raadt
CVS: cvs.openbsd.org: src
CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2009/12/15 17:26:21 Modified files: distrib/sets/lists/man: mi Log message: sync
Dec 15, 5:26 pm 2009
previous daytodaynext day
December 15, 2009December 16, 2009December 17, 2009