/* systemwide totals computed every five seconds */ struct vmtotal { u_int16_t t_rq; /* length of the run queue */ u_int16_t t_dw; /* jobs in ``disk wait'' (neg priority) */ u_int16_t t_pw; /* jobs in page wait */ u_int16_t t_sl; /* jobs sleeping in core */ u_int16_t t_sw; /* swapped out runnable/short block jobs */ u_int32_t t_vm; /* total virtual memory */ u_int32_t t_avm; /* active virtual memory */ u_int32_t t_rm; /* total real memory in use */ u_int32_t t_arm; /* active real memory */ u_int32_t t_vmshr; /* shared virtual memory */ u_int32_t t_avmshr; /* active shared virtual memory */ u_int32_t t_rmshr; /* shared real memory */ u_int32_t t_armshr; /* active shared real memory */ u_int32_t t_free; /* free memory pages */ };
012: SECURITY FIX: January 21, 2002 A race condition between the ptrace(2) and execve(2) system calls allows an attacker to modify the memory contents of suid/sgid processes which could lead to compromise of the super-user account. あげ
> ----- Original Message ----- > From: Darren Reed <avalon@coombs.anu.edu.au> > To: <listener@witworx.com> > Cc: <misc@openbsd.org> > Sent: Friday, March 01, 2002 9:20 AM > Subject: Re: Securing Small Networks with OpenBSD > > > > In some mail from Rod... Whitworth, sie said: > > > > > > On Fri, 1 Mar 2002 11:56:11 +0000, A. Farber wrote: > > > > > > >On Fri, Mar 01, 2002 at 10:48:12PM +1100, Rod... Whitworth wrote: > > > >> On Fri, 1 Mar 2002 11:37:25 +0000, A. Farber wrote: > > > >> > > > >> >http://www.onlamp.com/lpt/a//bsd/2002/02/28/openbsd.html > > > >> > > > > >> It would be nice if it was not 2 revs out of date, eh? In other words > > > >> over 12 months since 2.8 was released. > > > > > > > >There aren't so many articles about OpenBSD, eh? > > > > > > > IPF is obsolete. > > > > Really? > > > > Really.
522 :名無しさん@お腹いっぱい。 :02/03/03 17:40
ここの人たちの中にOpenBSDでVMware for Linuxを動かしているツワモノは・・・ いないですよねぇ