Nick Holland | 1 Aug 2004 01:00
Picon
Favicon

CVS: cvs.openbsd.org: www

CVSROOT:	/cvs
Module name:	www
Changes by:	nick <at> cvs.openbsd.org	2004/07/31 17:00:24

Modified files:
	faq            : faq11.html 

Log message:
brad <at>  wanted me to remove reference to "Our favourite" adapter.  I'm tired
of trying to defend naming names there, anyway.  Add Henning's(?) gigabit
adapter tip.

Kenneth R Westerback | 1 Aug 2004 03:36
Picon
Favicon

CVS: cvs.openbsd.org: src

CVSROOT:	/cvs
Module name:	src
Changes by:	krw <at> cvs.openbsd.org	2004/07/31 19:36:24

Modified files:
	sys/arch/i386/isa: ahc_isa.c 
	sys/dev/eisa   : ahc_eisa.c 
	sys/dev/ic     : aic7xxx.c aic7xxx_cam.h aic7xxx_inline.h 
	                 aic7xxx_openbsd.c aic7xxx_openbsd.h 
	                 aic7xxxvar.h 
	sys/dev/microcode/aic7xxx: aic7xxx.reg aic7xxx.seq aic7xxx_reg.h 
	                           aic7xxx_seq.h 
	sys/dev/pci    : ahc_pci.c 

Log message:
Fold in relevant bits of the most recent two updates from
gibbs <at> freebsd.

Large commit messages detailing all changes can be read at revisions
1.97 and 1.100 of aic7xxx.c:

www.freebsd.org/cgi/cvsweb.cgi/src/sys/dev/aic7xxx/aic7xxx.c

Tested by marco, nate and pefo. Fixed broken system for nate.

ok marco <at> 

Theo de Raadt | 1 Aug 2004 04:19
Picon
Favicon

CVS: cvs.openbsd.org: src

CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt <at> cvs.openbsd.org	2004/07/31 20:19:43

Modified files:
	distrib/sets/lists/base: md.alpha md.amd64 md.cats md.hp300 
	                         md.hppa md.i386 md.luna88k md.mac68k 
	                         md.macppc md.mvme68k md.mvme88k 
	                         md.mvmeppc md.sparc md.sparc64 md.vax 
	distrib/sets/lists/comp: mi 

Log message:
sync

Michael Shalayeff | 1 Aug 2004 08:22
Picon
Favicon

CVS: cvs.openbsd.org: src

CVSROOT:	/cvs
Module name:	src
Changes by:	mickey <at> cvs.openbsd.org	2004/08/01 00:22:28

Modified files:
	sys/compat/common: compat_util.c 

Log message:
proper check for the end of stackgap on growinupperstacks

Michael Shalayeff | 1 Aug 2004 08:25
Picon
Favicon

CVS: cvs.openbsd.org: src

CVSROOT:	/cvs
Module name:	src
Changes by:	mickey <at> cvs.openbsd.org	2004/08/01 00:25:54

Modified files:
	sys/kern       : kern_exec.c 

Log message:
leave space for stackgap on growsuppers

Michael Shalayeff | 1 Aug 2004 09:13
Picon
Favicon

CVS: cvs.openbsd.org: src

CVSROOT:	/cvs
Module name:	src
Changes by:	mickey <at> cvs.openbsd.org	2004/08/01 01:13:49

Modified files:
	sys/arch/hppa/hppa: pmap.c 

Log message:
oops. cannot sleep on pool_get

Michael Shalayeff | 1 Aug 2004 09:34
Picon
Favicon

CVS: cvs.openbsd.org: src

CVSROOT:	/cvs
Module name:	src
Changes by:	mickey <at> cvs.openbsd.org	2004/08/01 01:34:18

Modified files:
	sys/arch/hppa/hppa: disksubr.c 
	sys/arch/hppa/include: disklabel.h 

Log message:
parse new hpux disklabel

Thierry Deval | 1 Aug 2004 10:45
Picon
Favicon

CVS: cvs.openbsd.org: src

CVSROOT:	/cvs
Module name:	src
Changes by:	tdeval <at> cvs.openbsd.org	2004/08/01 02:45:39

Modified files:
	lib/libc/stdlib: malloc.c 

Log message:
After a long gestation period, here comes our custom version of malloc(3)
using mmap(2) instead of sbrk(2).
To make a long story short, using mmap(2) in malloc(3) allows us to draw
all the benefits from our mmap(2)'s randomization feature, closing the
effort we did for returning memory blocks from random addresses.

Tested for a long time by many, thanks to them.
Go for it ! deraadt <at> 

Nick Holland | 1 Aug 2004 18:14
Picon
Favicon

CVS: cvs.openbsd.org: www

CVSROOT:	/cvs
Module name:	www
Changes by:	nick <at> cvs.openbsd.org	2004/08/01 10:14:27

Modified files:
	.              : anoncvs.html 

Log message:
Yikes, two errors:  missing -Pd, plus invalid cvs syntax.  oops.
Spotted by Brian (bwaichu at yahooDOTcom).

Miod Vallat | 1 Aug 2004 19:18
Picon
Favicon

CVS: cvs.openbsd.org: src

CVSROOT:	/cvs
Module name:	src
Changes by:	miod <at> cvs.openbsd.org	2004/08/01 11:18:06

Modified files:
	sys/arch/luna88k/include: locore.h 
	sys/arch/luna88k/luna88k: locore_c_routines.c 
	sys/arch/m88k/conf: files.m88k 
	sys/arch/m88k/include: m88100.h 
	sys/arch/m88k/m88k: subr.S 
	sys/arch/mvme88k/include: locore.h 
	sys/arch/mvme88k/mvme88k: locore_c_routines.c 
Added files:
	sys/arch/m88k/m88k: m88100_machdep.c 

Log message:
Move 88100 DAE code to its own file, shared between luna88k and mvme88k.


Gmane