mailing.openbsd.tech
  Home FAQ Contact Sign in
mailing.openbsd.tech only
 
Advanced search
March 2008
motuwethfrsasuw
     12 9
3456789 10
10111213141516 11
17181920212223 12
24252627282930 13
31       14
2008
 Jan   Feb   Mar   Apr 
 May   Jun   Jul   Aug 
 Sep   Oct   Nov   Dec 
2008 2007 2006  
total
mailing.openbsd.tech Profile…
RELATED GROUPS

POPULAR GROUPS

more...

 Up
  [patch] src/distrib/notes/sparc64/hardware update.         


Author: Jung
Date: Mar 5, 2008 21:23

updated before 4.3 release.

thanks
---
- Jung
Show full article (5.53Kb)
no comments
  Re: [patch] src/distrib/notes/sparc64/hardware update.         


Author: Jung
Date: Mar 5, 2008 21:18

oops, too late.
sorry

---
- Jung
no comments
  dirty fs after shutdown -hp on sparc64         


Author: Maurice Janssen
Date: Mar 5, 2008 18:16

Hi,

The latest 4.3-beta and 4.3 snaphots give me some problems when I use
shutdown -hp on an Ultra5 (with IDE disk).
Upon reboot, all filesystems are checked because they were not properly
unmounted. When I use 'shutdown -h' and turn the machine off manually
after a few seconds, all filesystems are clean when I turn the machine
back on.
I can't remember having this problem with 4.1 or 4.2.

Maurice

console is /pci@1f,0/pci@1,1/ebus@1/se@14,400000:a
Copyright (c) 1982, 1986, 1989, 1991, 1993
The Regents of the University of California. All rights reserved.
Copyright (c) 1995-2008 OpenBSD. All rights reserved. http://www.OpenBSD.org

OpenBSD 4.3 (GENERIC) #1552: Tue Mar 4 17:13:27 MST 2008
deraadt@sparc64.openbsd.org:/usr/src/sys/arch/sparc64/compile/GENERIC
real mem = 335544320 (320MB)
avail mem = 313352192 (298MB)
mainbus0 at...
Show full article (3.24Kb)
no comments
  Re: Incorrect default directory specified in /usr/src/xenocara/README         


Author: Chris Cappuccio
Date: Mar 5, 2008 18:12

Unix Fan [unixfan@canada.com] wrote:
> Brad wrote:
>> The default is NOT /usr/src/xenocara. This is wrong.
>
> Having source outside of /usr/src is wrong.
>
> You developers are a curious folk.. then again, you're the brains who have Xorg R7 in /usr/X11R6.. ;)
>
> Idiotic.
>

Whatever... Xenocara has to be outside /usr/src, or else it becomes a subset
of the 'src' repository, even though 'xenocara' is its own repository.

/usr/X11R6 is a historical curiousity that is hard-coded into scripts,
library and execution paths for a variety of purposes.

It would be idiotic to change these things and then make users and developers
suffer for no gain other than making it look proper.

Chris
no comments
  Re: Incorrect default directory specified in /usr/src/xenocara/README         


Author: Iruata Souza
Date: Mar 5, 2008 18:12

On Wed, Mar 5, 2008 at 4:56 PM, Chris Cappuccio nmedia.net> wrote:
>
> Unix Fan [unixfan@canada.com] wrote:
>> Brad wrote:
>>> The default is NOT /usr/src/xenocara. This is wrong.
>>
>> Having source outside of /usr/src is wrong.
>>
>> You developers are a curious folk.. then again, you're the brains who have Xorg R7 in /usr/X11R6.. ;)
>>
>> Idiotic.
>>
>
> Whatever... Xenocara has to be outside /usr/src, or else it becomes a subset
> of the 'src' repository, even though 'xenocara' is its own repository.
>
> /usr/X11R6 is a historical curiousity that is hard-coded into scripts,
> library and execution paths for a variety of purposes.
>
> It would be idiotic to change these things and then make users and developers ...
Show full article (0.94Kb)
no comments
  [PATCH] ps, S state         


Author: Alexey Vatchenko
Date: Mar 5, 2008 18:06

Hi!

This is my try #3 to post this patch :)
It makes ps/`ps ax` to show "S" state when idle less that 20sec.

Index: bin/ps/print.c
===================================================================
RCS file: /cvs/openbsd/src/bin/ps/print.c,v
retrieving revision 1.43
diff -u -u -p -r1.43 print.c
--- bin/ps/print.c 6 Nov 2007 10:22:29 -0000 1.43
+++ bin/ps/print.c 5 Mar 2008 19:12:13 -0000
@@ -211,6 +211,9 @@ state(const struct kinfo_proc2 *kp, VARE
VAR *v;
char buf[16];

+ if (!nlistread)
+ (void)donlist();
+
v = ve->var;
flag = kp->p_flag;
cp = buf;
no comments
  Re: getpwent subsystem         


Author: Alexander Schrijver
Date: Mar 5, 2008 18:06

I also just remembered I forgot to add something to the patch.

this should be added to /usr/include/pwd.h (line 62)
62 #define _PW_PITOKEN "__PI!"

/usr/share/mk/bsd.own.mk (line 20)
19 # Set `PI' to `yes' to build with support for PI.
20 PI?= yes

On Wed, Mar 5, 2008 at 8:13 PM, Alexander Schrijver
gmail.com> wrote:
> Sorry, I fixed it.
no comments
  INSTALL.alpha         


Author: Maurice Janssen
Date: Mar 5, 2008 18:06

Hi,

I tried to netboot and install the latest snapshot on an DEC 3000
machine. Works fine, but it seems that this machine can only
netboot when the following line is present in dhcpd.conf on the
bootserver:
always-reply-rfc1048 "true";

I can't find it in the docs, so maybe it can be added to INSTALL.alpha.

Maurice
no comments
  Re: Incorrect default directory specified in /usr/src/xenocara/README         


Author: Iruata Souza
Date: Mar 5, 2008 18:05

On Wed, Mar 5, 2008 at 5:31 PM, Paul de Weerd wrote:
> On Wed, Mar 05, 2008 at 10:09:34AM -0800, Unix Fan wrote:
> | Brad wrote:
> | > The default is NOT /usr/src/xenocara. This is wrong.
> |
> | Having source outside of /usr/src is wrong.
>
> Interesting idea .. so all my (poor attempts at) code should move from
> my homedir to /usr/src because source outside of /usr/src is wrong ?
>
you know he didn't mean that, don't you?
Show full article (1.32Kb)
no comments
  opencvs stripping paths too much         


Author: Jacek Masiulaniec
Date: Mar 5, 2008 18:04

eg. "//" gets stripped to "":

# ./obj/opencvs -d // co foo
opencvs [checkout aborted]: repository '' does not exist
#

Index: cvs.h
===================================================================
RCS file: /OpenBSD/src/usr.bin/cvs/cvs.h,v
retrieving revision 1.162
diff -u -r1.162 cvs.h
--- cvs.h 1 Mar 2008 21:29:36 -0000 1.162
+++ cvs.h 6 Mar 2008 00:35:58 -0000
@@ -260,7 +260,7 @@
do { \
size_t _slen; \
_slen = strlen(p); \
- while ((_slen > 0) && (p[_slen - 1] == '/')) \
+ while ((_slen > 1) && (p[_slen - 1] == '/')) \
p
--_slen] = '\0'; \
} while (0)
no comments
1 2