atom feed14 messages in org.freebsd.freebsd-archU Area Removal
FromSent OnAttachments
David SchultzNov 10, 2004 7:00 pm 
Scott LongNov 10, 2004 7:15 pm 
Brian Fundakowski FeldmanNov 10, 2004 7:16 pm 
Bruce M SimpsonNov 10, 2004 7:32 pm 
Scott LongNov 10, 2004 7:44 pm 
David SchultzNov 10, 2004 7:56 pm 
Julian ElischerNov 10, 2004 9:59 pm 
Marcel MoolenaarNov 10, 2004 11:53 pm 
John BaldwinNov 11, 2004 9:28 am 
Scott LongNov 11, 2004 4:16 pm 
David SchultzNov 11, 2004 5:01 pm 
Marcel MoolenaarNov 11, 2004 7:51 pm 
Scott LongNov 11, 2004 10:26 pm 
Matthew DillonNov 13, 2004 6:19 pm 
Subject:U Area Removal
From:Marcel Moolenaar (mar@xcllnt.net)
Date:Nov 11, 2004 7:51:16 pm
List:org.freebsd.freebsd-arch

On Nov 11, 2004, at 5:02 PM, David Schultz wrote:

The bug jhb mentioned may be responsible for this:

| +struct pstats * | +pstats_alloc(void) | +{ | + | + return (malloc(sizeof(struct plimit), M_SUBPROC, M_ZERO|M_WAITOK)); | +} | | I think you mean s/plimit/pstats/ there.

Yup. ia64 boots fine after the substitution.