svn commit: r362708 - head/lib/libc/locale

2020-06-27 Thread Joerg Wunsch
Author: joerg Date: Sat Jun 27 20:55:47 2020 New Revision: 362708 URL: https://svnweb.freebsd.org/changeset/base/362708 Log: Explain how to learn about possible recognized locale names Posix says that the interpretation of the locale string is "implementation-defined", so we ought to docu

svn commit: r342791 - head/sys/sys

2019-01-05 Thread Joerg Wunsch
Author: joerg Date: Sat Jan 5 21:07:49 2019 New Revision: 342791 URL: https://svnweb.freebsd.org/changeset/base/342791 Log: Fix an old typo in the element status display bits: INEAB -> INENAB (import is eNabled) Note that this kernel definition is exported into chio(1), and used for

svn commit: r273181 - in head/sys/dev/usb: . serial

2014-10-16 Thread Joerg Wunsch
Author: joerg Date: Thu Oct 16 19:53:32 2014 New Revision: 273181 URL: https://svnweb.freebsd.org/changeset/base/273181 Log: Add the Dresden Elektronik deRFnode device to uftdi(4). MFC after:1 week Modified: head/sys/dev/usb/serial/uftdi.c head/sys/dev/usb/usbdevs Modified: head/s

svn commit: r269470 - head/sys/dev/usb/serial

2014-08-03 Thread Joerg Wunsch
Author: joerg Date: Sun Aug 3 10:47:45 2014 New Revision: 269470 URL: http://svnweb.freebsd.org/changeset/base/269470 Log: Avoid a divide-by-zero panic when setting the baudrate to 0. MFC after:2 weeks Modified: head/sys/dev/usb/serial/umcs.c Modified: head/sys/dev/usb/serial/umcs.

svn commit: r269353 - head/sys/cam/scsi

2014-07-31 Thread Joerg Wunsch
Author: joerg Date: Thu Jul 31 22:09:50 2014 New Revision: 269353 URL: http://svnweb.freebsd.org/changeset/base/269353 Log: Fix breakage introduced by r256843: removing the SA_CCB_WAITING bit left some of the decisions based on its counterpart, SA_CCB_BUFFER_IO being random. As a result, pr

svn commit: r264084 - in head/sys/dev/usb: . serial

2014-04-03 Thread Joerg Wunsch
Author: joerg Date: Thu Apr 3 20:00:02 2014 New Revision: 264084 URL: http://svnweb.freebsd.org/changeset/base/264084 Log: Add the Dresden Elektronik "USB Levelshifter Stick Low Cost" to the list of known FTDI devices. https://shop.dresden-elektronik.de/accessories/levelshifter/usb-pege

svn commit: r254937 - head/sys/dev/fdc

2013-08-26 Thread Joerg Wunsch
Author: joerg Date: Mon Aug 26 21:15:50 2013 New Revision: 254937 URL: http://svnweb.freebsd.org/changeset/base/254937 Log: Reimplement the FDOPT_NOERROR feature that was kicked out in r134081. It is needed for fdread(1) in order to be able to recover from CRC errors in the data field of

svn commit: r254809 - head/sys/dev/fdc

2013-08-24 Thread Joerg Wunsch
Author: joerg Date: Sat Aug 24 21:04:54 2013 New Revision: 254809 URL: http://svnweb.freebsd.org/changeset/base/254809 Log: Do not use "Enable Implied Seek" on enhanced floppy controllers. This breaks the "2step" feature of the driver, e.g. in order to read 360 KiB media on a 1200 KiB drive

svn commit: r238618 - head/etc/mtree

2012-07-19 Thread Joerg Wunsch
Author: joerg Date: Thu Jul 19 11:18:41 2012 New Revision: 238618 URL: http://svn.freebsd.org/changeset/base/238618 Log: Add share/examples/libusb20 to the list of directories. Modified: head/etc/mtree/BSD.usr.dist Modified: head/etc/mtree/BSD.usr.dist ===

svn commit: r238603 - in head/share/examples: . libusb20

2012-07-18 Thread Joerg Wunsch
+applies to modifications of the original examples itself. For +copy&pasting (even a larger) piece of an example into your own work, I +won't imply you have to reproduce the beer-ware license text there. +Feel free to credit my name in your derived work if you want. + +Dresden, July 2012 +Joerg

svn commit: r223197 - head/usr.sbin/fdread

2011-06-17 Thread Joerg Wunsch
Author: joerg Date: Fri Jun 17 18:56:51 2011 New Revision: 223197 URL: http://svn.freebsd.org/changeset/base/223197 Log: Open the floppy disk device with O_RDONLY rather than O_RDWR. After all, this is the fd*read* command, and thus should be able to read even write-protected disks. MF

svn commit: r216364 - head/sys/dev/ieee488

2010-12-10 Thread Joerg Wunsch
Author: joerg Date: Fri Dec 10 22:20:11 2010 New Revision: 216364 URL: http://svn.freebsd.org/changeset/base/216364 Log: Implement more of __ibsta: END and SRQI status bits (taken out of the uPD7210 IRQ status). MFC after:1 week Modified: head/sys/dev/ieee488/ibfoo.c Modified: hea

svn commit: r216355 - head/sys/dev/ieee488

2010-12-10 Thread Joerg Wunsch
Author: joerg Date: Fri Dec 10 14:04:41 2010 New Revision: 216355 URL: http://svn.freebsd.org/changeset/base/216355 Log: Fix __retval vs. retval confusion: retval is meant to store the (userland) pointer where data is to be returned by ibask() (currently unimplemented), while __retval holds

svn commit: r205509 - head/etc/defaults

2010-03-22 Thread Joerg Wunsch
Author: joerg Date: Tue Mar 23 06:19:44 2010 New Revision: 205509 URL: http://svn.freebsd.org/changeset/base/205509 Log: Add .snap to daily_clean_tmps_ignore; /tmp/.snap ist not supposed to be auto-removed (and /tmp is a filesystem of its own now by default). MFC after:3 days Modifie

svn commit: r205170 - head/usr.sbin/powerd

2010-03-15 Thread Joerg Wunsch
Author: joerg Date: Mon Mar 15 16:06:52 2010 New Revision: 205170 URL: http://svn.freebsd.org/changeset/base/205170 Log: then -> than MFC after:1 day Modified: head/usr.sbin/powerd/powerd.8 Modified: head/usr.sbin/powerd/powerd.8 =

svn commit: r205011 - head/usr.bin/perror

2010-03-11 Thread Joerg Wunsch
Author: joerg Date: Thu Mar 11 12:18:52 2010 New Revision: 205011 URL: http://svn.freebsd.org/changeset/base/205011 Log: The number after the command is *not* optional. MFC after:1 day Modified: head/usr.bin/perror/perror.1 Modified: head/usr.bin/perror/perror.1