CVS: cvs.openbsd.org: src

2024-01-23 Thread Uwe Stuehler
CVSROOT:/cvs Module name:src Changes by: u...@cvs.openbsd.org2024/01/23 04:51:54 Modified files: sys/dev/mii: eephy.c Log message: explicitly disable Energy-Efficient Ethernet (EEE) on Marvell E151x The Energy Detect feature is part of EEE and it defaults to off

CVS: cvs.openbsd.org: src

2023-12-28 Thread Uwe Stuehler
CVSROOT:/cvs Module name:src Changes by: u...@cvs.openbsd.org2023/12/28 07:30:29 Modified files: sys/dev/ic : dwqe.c Log message: fix Tx watchdog trigger and freeze in dwqe(4) dwqe(4) interfaces may trigger the "dwqe_watchdog" function and stop transmitting

CVS: cvs.openbsd.org: src

2023-12-28 Thread Uwe Stuehler
CVSROOT:/cvs Module name:src Changes by: u...@cvs.openbsd.org2023/12/28 07:03:22 Modified files: sys/dev/mii: eephy.c eephyreg.h Log message: assume RGMII-to-Copper mode by default in eephy(4) for 88E151x PHYs The desired MII mode must be programmed explicitly

CVS: cvs.openbsd.org: src

2023-12-07 Thread Uwe Stuehler
CVSROOT:/cvs Module name:src Changes by: u...@cvs.openbsd.org2023/12/07 02:46:58 Modified files: sys/dev/mii: eephy.c eephyreg.h Log message: avoid bad register access in eephy_reset for Marvell Alaska 88E1512 The register write before this change had no visible

CVS: cvs.openbsd.org: src

2023-12-05 Thread Uwe Stuehler
CVSROOT:/cvs Module name:src Changes by: u...@cvs.openbsd.org2023/12/05 04:06:05 Modified files: sys/dev/mii: eephy.c Log message: Remove "disable auto-negotiation" workaround for Marvell Alaska PHYs This avoids an intermediate link state (10baseT) before the

CVS: cvs.openbsd.org: src

2017-09-23 Thread Uwe Stuehler
CVSROOT:/cvs Module name:src Changes by: u...@cvs.openbsd.org2017/09/23 06:25:39 Modified files: usr.bin/ctfdump: ctfdump.c Log message: Fix off by one in ctf_enc2name (who uses SIGNED BOOL anyway?) ok mpi

CVS: cvs.openbsd.org: src

2017-09-23 Thread Uwe Stuehler
CVSROOT:/cvs Module name:src Changes by: u...@cvs.openbsd.org2017/09/23 06:24:31 Modified files: usr.bin/ctfdump: ctfdump.c Log message: Show floating-point encoding by name in ctfdump(1) ok mpi

CVS: cvs.openbsd.org: src

2017-08-14 Thread Uwe Stuehler
CVSROOT:/cvs Module name:src Changes by: u...@cvs.openbsd.org2017/08/14 14:14:56 Added files: regress/usr.bin/ctfdump: Makefile base_types_encoding.amd64 example.c Log message: Add a very basic test for ctfdump(1) on amd64 If the

CVS: cvs.openbsd.org: src

2017-08-14 Thread Uwe Stuehler
CVSROOT:/cvs Module name:src Changes by: u...@cvs.openbsd.org2017/08/14 14:13:22 src/regress/usr.bin/ctfdump Update of /cvs/src/regress/usr.bin/ctfdump In directory cvs.openbsd.org:/tmp/cvs-serv782/regress/usr.bin/ctfdump Log Message: Directory

CVS: cvs.openbsd.org: src

2017-08-14 Thread Uwe Stuehler
CVSROOT:/cvs Module name:src Changes by: u...@cvs.openbsd.org2017/08/14 13:58:32 Modified files: sys/ddb: db_ctf.c Log message: db_ctf_pprintf() doesn't actually support formatting, so s/f$// ok mpi@

CVS: cvs.openbsd.org: src

2017-08-14 Thread Uwe Stuehler
CVSROOT:/cvs Module name:src Changes by: u...@cvs.openbsd.org2017/08/14 13:57:05 Modified files: sys/ddb: db_command.c db_ctf.c share/man/man4 : ddb.4 Log message: Restore "print" in ddb; add "pp[rint]" for pretty-printing Changing the "print"

CVS: cvs.openbsd.org: src

2017-08-14 Thread Uwe Stuehler
CVSROOT:/cvs Module name:src Changes by: u...@cvs.openbsd.org2017/08/14 13:50:31 Modified files: sys/kern : init_main.c Log message: Load CTF debug symbols before mountroot This is obviously useful in order to investigate a failure to mount an NFS or other

CVS: cvs.openbsd.org: src

2013-11-05 Thread Uwe Stuehler
CVSROOT:/cvs Module name:src Changes by: u...@cvs.openbsd.org2013/11/05 12:54:40 Modified files: distrib/miniroot: install.sub Log message: avoid touching the signal traps during autoinstall With this, the installer finishes even when there are kernel messages

CVS: cvs.openbsd.org: src

2013-10-27 Thread Uwe Stuehler
CVSROOT:/cvs Module name:src Changes by: u...@cvs.openbsd.org2013/10/27 16:36:06 Modified files: distrib/miniroot: dot.profile install.sub Log message: Unattended installation using DHCP and a response file For a completely unattended installation bsd.rd has to be

CVS: cvs.openbsd.org: src

2011-11-10 Thread Uwe Stuehler
CVSROOT:/cvs Module name:src Changes by: u...@cvs.openbsd.org2011/11/10 07:24:29 Modified files: sys/dev/sdmmc : sdmmc.c sdmmcvar.h Log message: Fixed config_pending calls in sdmmc(4) Root on SD/MMC card did not work reliably because the config_pending state was

CVS: cvs.openbsd.org: src

2011-11-10 Thread Uwe Stuehler
CVSROOT:/cvs Module name:src Changes by: u...@cvs.openbsd.org2011/11/10 12:37:01 Modified files: sys/arch/beagle/beagle: beagle_machdep.c sys/arch/beagle/conf: GENERIC RAMDISK files.beagle sys/arch/beagle/dev: ampintc.c amptimer.c gptimer.c intc.c

CVS: cvs.openbsd.org: src

2011-11-10 Thread Uwe Stuehler
CVSROOT:/cvs Module name:src Changes by: u...@cvs.openbsd.org2011/11/10 16:43:01 Modified files: sys/arch/beagle/dev: omap3.c omap4.c Log message: Assert copyright; spotted by drahn@

CVS: cvs.openbsd.org: src

2011-10-18 Thread Uwe Stuehler
CVSROOT:/cvs Module name:src Changes by: u...@cvs.openbsd.org2011/10/18 20:21:22 src/etc/etc.beagle Update of /cvs/src/etc/etc.beagle In directory cvs.openbsd.org:/tmp/cvs-serv28433/etc/etc.beagle Log Message: Directory /cvs/src/etc/etc.beagle added to the repository

CVS: cvs.openbsd.org: src

2011-10-18 Thread Uwe Stuehler
CVSROOT:/cvs Module name:src Changes by: u...@cvs.openbsd.org2011/10/18 20:24:31 Added files: etc/etc.beagle : MAKEDEV MAKEDEV.md Makefile Makefile.inc disktab fbtab ttys Log message: Add etc/etc.beagle (copied from armish); ok drahn@

CVS: cvs.openbsd.org: src

2011-09-28 Thread Uwe Stuehler
CVSROOT:/cvs Module name:src Changes by: u...@cvs.openbsd.org2011/09/28 13:58:14 Modified files: usr.bin/nm : elf.c nm.1 Log message: Support symbols in .tbss and .tdata ELF sections With this change nm(1) prints the expected symbol type ('B' or 'D') for

CVS: cvs.openbsd.org: src

2011-09-23 Thread Uwe Stuehler
CVSROOT:/cvs Module name:src Changes by: u...@cvs.openbsd.org2011/09/23 04:39:08 Modified files: regress/lib/libpthread/pthread_mutex: pthread_mutex.c Log message: Add a test for recursive pthread_mutex_trylock() ok guenther@

CVS: cvs.openbsd.org: src

2008-11-26 Thread Uwe Stuehler
CVSROOT:/cvs Module name:src Changes by: [EMAIL PROTECTED] 2008/11/26 14:48:30 Modified files: usr.sbin/btd : Makefile bt.c btd.h devinfo.c hci.c sdp.c Added files: usr.sbin/btd : sdp.h sdp_query.c sdp_search.c Log message: SDP works, but it needs to

CVS: cvs.openbsd.org: src

2008-11-26 Thread Uwe Stuehler
CVSROOT:/cvs Module name:src Changes by: [EMAIL PROTECTED] 2008/11/26 15:17:18 Modified files: usr.sbin/btctl : btctl.c Log message: Attempt to reconnect for about 10 seconds while btd is starting up

CVS: cvs.openbsd.org: src

2008-11-26 Thread Uwe Stuehler
CVSROOT:/cvs Module name:src Changes by: [EMAIL PROTECTED] 2008/11/26 17:51:17 Modified files: usr.sbin/btd : bt.c btd.c btd.h hci.c sdp.c Log message: Ugly workaround to bring up interfaces which were down when we found them

CVS: cvs.openbsd.org: src

2008-11-26 Thread Uwe Stuehler
CVSROOT:/cvs Module name:src Changes by: [EMAIL PROTECTED] 2008/11/26 17:52:06 Modified files: etc: rc rc.conf Log message: Add bt=YES to /etc/rc.conf.local to start the daemon

CVS: cvs.openbsd.org: src

2008-11-25 Thread Uwe Stuehler
CVSROOT:/cvs Module name:src Changes by: [EMAIL PROTECTED] 2008/11/25 10:13:53 Modified files: usr.sbin/btctl : Makefile btctl.h parse.y usr.sbin/btd : Makefile bt.c btd.h conf.c control.c db.c devinfo.c hci.c log.c parse.y sdp.c

CVS: cvs.openbsd.org: src

2008-11-25 Thread Uwe Stuehler
CVSROOT:/cvs Module name:src Changes by: [EMAIL PROTECTED] 2008/11/25 23:51:43 Modified files: usr.sbin/btd : Makefile bt.c btd.c btd.h conf.c control.c hci.c Added files: usr.sbin/btd : atomicio.c bt_subr.c fdpass.c Log

CVS: cvs.openbsd.org: src

2008-11-24 Thread Uwe Stuehler
CVSROOT:/cvs Module name:src Changes by: [EMAIL PROTECTED] 2008/11/24 13:19:51 Modified files: sys/netbt : bt_proto.c Log message: hopefully that unbreaks macppc; reported by todd and mk

CVS: cvs.openbsd.org: src

2008-11-24 Thread Uwe Stuehler
CVSROOT:/cvs Module name:src Changes by: [EMAIL PROTECTED] 2008/11/24 15:31:19 Modified files: sys/arch/alpha/conf: GENERIC sys/arch/amd64/conf: GENERIC sys/arch/armish/conf: GENERIC sys/arch/hppa/conf: GENERIC sys/arch/i386/conf:

CVS: cvs.openbsd.org: src

2008-11-24 Thread Uwe Stuehler
CVSROOT:/cvs Module name:src Changes by: [EMAIL PROTECTED] 2008/11/24 15:58:26 Added files: share/man/man4 : btsco.4 Log message: man page for it

CVS: cvs.openbsd.org: src

2008-11-24 Thread Uwe Stuehler
CVSROOT:/cvs Module name:src Changes by: [EMAIL PROTECTED] 2008/11/24 16:32:49 src/usr.sbin/btd Update of /cvs/src/usr.sbin/btd In directory cvs.openbsd.org:/tmp/cvs-serv2121/usr.sbin/btd Log Message: Directory /cvs/src/usr.sbin/btd added to the repository

CVS: cvs.openbsd.org: src

2008-11-24 Thread Uwe Stuehler
CVSROOT:/cvs Module name:src Changes by: [EMAIL PROTECTED] 2008/11/24 16:33:16 src/usr.sbin/btctl Update of /cvs/src/usr.sbin/btctl In directory cvs.openbsd.org:/tmp/cvs-serv6194/usr.sbin/btctl Log Message: Directory /cvs/src/usr.sbin/btctl added to the repository

CVS: cvs.openbsd.org: src

2008-11-24 Thread Uwe Stuehler
CVSROOT:/cvs Module name:src Changes by: [EMAIL PROTECTED] 2008/11/24 16:34:42 Added files: usr.sbin/btctl : Makefile btctl.c btctl.h parse.y usr.sbin/btd : Makefile bt.c btd.c btd.h conf.c control.c db.c devinfo.c hci.c log.c

CVS: cvs.openbsd.org: src

2008-11-24 Thread Uwe Stuehler
CVSROOT:/cvs Module name:src Changes by: [EMAIL PROTECTED] 2008/11/24 16:54:03 Modified files: sys/dev/bluetooth: btdev.h Log message: add BTDEV_NONE

CVS: cvs.openbsd.org: src

2008-11-21 Thread Uwe Stuehler
CVSROOT:/cvs Module name:src Changes by: [EMAIL PROTECTED] 2008/11/21 21:42:58 Modified files: sys/dev/bluetooth: bthidev.c btkbd.c btms.c sys/dev/usb: ubt.c sys/netbt : bluetooth.h bt_proto.c hci.h hci_event.c