Re: disklabel -F|-f should print swap partitions too.

2011-04-16 Thread Jason McIntyre
On Sat, Apr 16, 2011 at 07:29:27PM -0400, Kenneth R Westerback wrote: > > My suggested man page tweaks are below. > > Ken > > Index: share/man/man5/fstab.5 > === > RCS file: /cvs/src/share/man/man5/fstab.5,v > retrieving revisi

Re: diff: get rid the "out of static map entries" problem

2011-04-16 Thread Anton Maksimenkov
2011/4/17 Ted Unangst : >> This kentry_map must be used only for kentries allocation. Since all > This really isn't that much different than the static entries we have > now. You are pre-reserving them. No. Now, we have to trust to kmthread to preallocate pages. It is not possible to predict when

Re: disklabel -F|-f should print swap partitions too.

2011-04-16 Thread Kenneth R Westerback
On Sat, Apr 16, 2011 at 05:48:03PM +0100, Jason McIntyre wrote: > On Sat, Apr 16, 2011 at 12:11:19PM -0400, Kenneth R Westerback wrote: > > If we are trying to create a faux fstab for a disk, it should include > > any swap partitions on the disk. Other than general aesthetic appeal, > > this will h

Re: diff: get rid the "out of static map entries" problem

2011-04-16 Thread Ted Unangst
On Sat, Apr 16, 2011 at 2:49 PM, Anton Maksimenkov wrote: > So I decide to create another special map called "kentry_map". > This kentry_map must be used only for kentries allocation. Since all This really isn't that much different than the static entries we have now. You are pre-reserving them.

Re: fenv.h support for libm

2011-04-16 Thread Martynas Venckus
On 3/22/11, Mark Kettenis wrote: >> Date: Sun, 20 Mar 2011 03:08:41 +0200 >> From: Martynas Venckus >> >> Index: include/fenv.h >> === >> RCS file: include/fenv.h >> diff -N include/fenv.h >> --- /dev/null1 Jan 1970 00:00:00

Re: disklabel -F|-f should print swap partitions too.

2011-04-16 Thread Jason McIntyre
On Sat, Apr 16, 2011 at 11:00:07AM -0600, Theo de Raadt wrote: > > On Sat, Apr 16, 2011 at 12:11:19PM -0400, Kenneth R Westerback wrote: > > > If we are trying to create a faux fstab for a disk, it should include > > > any swap partitions on the disk. Other than general aesthetic appeal, > > > this

Re: disklabel -F|-f should print swap partitions too.

2011-04-16 Thread Theo de Raadt
> On Sat, Apr 16, 2011 at 12:11:19PM -0400, Kenneth R Westerback wrote: > > If we are trying to create a faux fstab for a disk, it should include > > any swap partitions on the disk. Other than general aesthetic appeal, > > this will help the install script. > > > > Anybody know of reasons not to

Re: disklabel -F|-f should print swap partitions too.

2011-04-16 Thread Jason McIntyre
On Sat, Apr 16, 2011 at 12:11:19PM -0400, Kenneth R Westerback wrote: > If we are trying to create a faux fstab for a disk, it should include > any swap partitions on the disk. Other than general aesthetic appeal, > this will help the install script. > > Anybody know of reasons not to included the

disklabel -F|-f should print swap partitions too.

2011-04-16 Thread Kenneth R Westerback
If we are trying to create a faux fstab for a disk, it should include any swap partitions on the disk. Other than general aesthetic appeal, this will help the install script. Anybody know of reasons not to included the swap partitions in -F|-f output? Ken Index: editor.c ===

Re: amd64 pmap diff to g/c ifdef _LP64

2011-04-16 Thread Brad
On 08/04/11 6:27 PM, Brad wrote: On Thu, Apr 07, 2011 at 09:00:45PM -0400, Brad wrote: Some _LP64 ifdef's leftover from rev 1.1. They appear to be unnecessary since this code is only for amd64 anyway and thus a 64-bit arch. Index: pmap.c

Re: Toshiba Portege R700 on -current issues (incl. panic)

2011-04-16 Thread Peter Ericson
On Fri, Apr 15, 2011 at 11:10:20PM -0700, Philip Guenther wrote: > On Fri, Apr 15, 2011 at 10:05 PM, Peter Ericson wrote: > ... > > However, I'm getting the following panic (found by rebooting without > > xdm starting), NOTE: this is hand transcribed sorry, I have omitted > > the out from "ps", I

Re: Toshiba Portege R700 on -current issues (incl. panic)

2011-04-16 Thread Philip Guenther
On Fri, Apr 15, 2011 at 10:05 PM, Peter Ericson wrote: ... > However, I'm getting the following panic (found by rebooting without > xdm starting), NOTE: this is hand transcribed sorry, I have omitted > the out from "ps", I can hand type it if necessary but hopefully the > traceback will reveal som