CVS: cvs.openbsd.org: src

2020-10-01 Thread Ian Sutton
CVSROOT:/cvs
Module name:src
Changes by: i...@cvs.openbsd.org2020/10/01 16:30:14

Modified files:
usr.bin/mandoc : apropos.1 

Log message:
add example to apropos.1 to list all manuals in a given section

ok schwarze@



CVS: cvs.openbsd.org: src

2020-04-27 Thread Ian Sutton
CVSROOT:/cvs
Module name:src
Changes by: i...@cvs.openbsd.org2020/04/27 05:37:24

Modified files:
sys/dev/fdt: imxesdhc.c 
sys/arch/armv7/omap: ommmc.c 
sys/dev/sdmmc  : sdhc.c 

Log message:
fix SDHC_DEBUG build, remove procname printf's

ok kettenis@



CVS: cvs.openbsd.org: www

2019-09-03 Thread Ian Sutton
CVSROOT:/cvs
Module name:www
Changes by: i...@cvs.openbsd.org2019/09/03 19:42:18

Modified files:
.  : armv7.html 

Log message:
remove unsupported beagleboard (c4/xm) platform

spotted by jsg, ok jsg@



CVS: cvs.openbsd.org: www

2019-08-28 Thread Ian Sutton
CVSROOT:/cvs
Module name:www
Changes by: i...@cvs.openbsd.org2019/08/28 19:37:22

Modified files:
.  : armv7.html 

Log message:
Correct Texas Instruments SoC families

Noticed by freenode user zmatt.

ok jsg@



Re: CVS: cvs.openbsd.org: src

2019-07-03 Thread Ian Sutton
On Tue, Jul 02, 2019 at 06:08:18PM -0600, Ian Sutton wrote:
> CVSROOT:  /cvs
> Module name:  src
> Changes by:   i...@cvs.openbsd.org2019/07/02 18:08:18
> 
> Modified files:
>   sys/dev/ic : wdc.c 
> 
> Log message:
> Don't check if unsigned value is less than zero
> 
> ok kn@
> 

This issue was brought to our attention by Silvio Cesare (twitter
@silviocesare) -- I had mistakenly forgotten to credit them in the
commit message (apologies)

ians



CVS: cvs.openbsd.org: src

2019-07-02 Thread Ian Sutton
CVSROOT:/cvs
Module name:src
Changes by: i...@cvs.openbsd.org2019/07/02 18:08:18

Modified files:
sys/dev/ic : wdc.c 

Log message:
Don't check if unsigned value is less than zero

ok kn@



CVS: cvs.openbsd.org: src

2019-04-10 Thread Ian Sutton
CVSROOT:/cvs
Module name:src
Changes by: i...@cvs.openbsd.org2019/04/10 16:18:39

Modified files:
sys/arch/armv7/omap: amdisplay.c 

Log message:
KNF per naddy@



CVS: cvs.openbsd.org: www

2017-10-01 Thread Ian Sutton
CVSROOT:/cvs
Module name:www
Changes by: i...@cvs.openbsd.org2017/10/01 17:57:25

Modified files:
.  : 62.html 

Log message:
Mention new amdisplay(4) and nxphdmi(4) ARM drivers.



CVS: cvs.openbsd.org: src

2017-08-31 Thread Ian Sutton
CVSROOT:/cvs
Module name:src
Changes by: i...@cvs.openbsd.org2017/08/31 15:39:25

Modified files:
sys/arch/armv7/omap: amdisplay.c amdisplayreg.h nxphdmi.c 
 nxphdmivar.h 

Log message:
Add OpenBSD CVS tags at the top of amdisplay/nxphdmi(4) files.

thanks Artturi Alm, ok patrick@



CVS: cvs.openbsd.org: src

2017-08-21 Thread Ian Sutton
CVSROOT:/cvs
Module name:src
Changes by: i...@cvs.openbsd.org2017/08/21 21:31:02

Modified files:
share/man/man4/man4.armv7: Makefile 

Log message:
add amdisplay.4 to armv7 man Makefile list

ok deraadt@



CVS: cvs.openbsd.org: src

2017-08-18 Thread Ian Sutton
CVSROOT:/cvs
Module name:src
Changes by: i...@cvs.openbsd.org2017/08/18 16:53:48

Modified files:
sys/arch/armv7/omap: amdisplay.c amdisplayreg.h nxphdmi.c 
 nxphdmivar.h 
share/man/man4/man4.armv7: amdisplay.4 

Log message:
change email address in licenses to i...@openbsd.org



CVS: cvs.openbsd.org: src

2017-08-14 Thread Ian Sutton
CVSROOT:/cvs
Module name:src
Changes by: i...@cvs.openbsd.org2017/08/14 15:46:02

Modified files:
sys/arch/armv7/conf: GENERIC 
sys/arch/armv7/omap: am335x_prcmreg.h files.omap prcm.c 
 prcmvar.h 
Added files:
share/man/man4/man4.armv7: amdisplay.4 
sys/arch/armv7/omap: amdisplay.c amdisplayreg.h nxphdmi.c 
 nxphdmivar.h 

Log message:
Add the amdisplay(4) and nxphdmi(4) drivers.

ok kettenis@ patrick@



CVS: cvs.openbsd.org: src

2017-07-31 Thread Ian Sutton
CVSROOT:/cvs
Module name:src
Changes by: i...@cvs.openbsd.org2017/07/31 02:02:49

Modified files:
usr.sbin/httpd : server_fcgi.c 

Log message:
Don't set HTTP date header if already set.

Thanks Nick Owens

OK florian@



CVS: cvs.openbsd.org: src

2017-07-29 Thread Ian Sutton
CVSROOT:/cvs
Module name:src
Changes by: i...@cvs.openbsd.org2017/07/29 12:26:14

Modified files:
sys/dev/usb: usb.c 

Log message:
Remove useless conditional before free().

ok mpi@



CVS: cvs.openbsd.org: src

2017-07-21 Thread Ian Sutton
CVSROOT:/cvs
Module name:src
Changes by: i...@cvs.openbsd.org2017/07/21 14:13:41

Modified files:
sys/dev/usb: ugen.c usb.c 

Log message:
Do not permit USB ioctl handler malloc(9)'s to block as this interferes
with expected behavior.

OK mpi@ patrick@