Stupid CVS tricks.

2003-08-11 Thread Juli Mallett
uot;; $curfile =~ s/RCS file: //; chomp $curfile; print "z" . $curfileno . " [shape=hexagon,label=\"" . $curfile . "\"];\n"; } } print "};\n"; close(DATA); %%% Name it something like cvsdot.pl and invoke it like: fcvs-

Re: make -U

2003-07-30 Thread Juli Mallett
* Ruslan Ermilov <[EMAIL PROTECTED]> [ Date: 2003-07-30 ] [ w.r.t. Re: make -U ] > On Wed, Jul 30, 2003 at 04:23:20PM -0500, Juli Mallett wrote: > > * Ruslan Ermilov <[EMAIL PROTECTED]> [ Date: 2003-07-30 ] > > [ w.r.t. make -U ] > > > Sorry, I&#x

Re: make -U

2003-07-30 Thread Juli Mallett
or the .if defined() case, too? Makefiles can grow to be more complex than just that sort of stuff, after all :) Thanx, juli. (who admits she missed the rest of the conversation) -- juli mallett. email: [EMAIL PROTECTED]; efnet: juli; aim: bsdflata; i have lost my way home early - i don't

Re: floppy.. Was: Drawing graphics on terminal

2003-06-16 Thread Juli Mallett
here. %%% I think I may have come up with some edge cases since then that I never wrote down, but I doubt they mattered much. Thanx, juli. -- juli mallett. email: [EMAIL PROTECTED]; efnet: juli; ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: ramdisk??

2003-06-09 Thread Juli Mallett
* Ted Faber <[EMAIL PROTECTED]> [ Date: 2003-06-09 ] [ w.r.t. Re: ramdisk?? ] > On Mon, Jun 09, 2003 at 01:14:18PM -0500, Juli Mallett wrote: > > On Mon, Jun 09, 2003 at 11:04:52AM -0700 or thereabouts, Ted Faber seemed to write: > > > I mount a swap backed fs (wh

Re: ramdisk??

2003-06-09 Thread Juli Mallett
> disklabel -r -w ${vn_tmp_device} auto && \ > newfs /dev/${vn_tmp_device} >/dev/null && \ > mount -o nosuid,nodev /dev/${vn_tmp_device} /tmp && \ > chmod 1777 /tmp > > Replace ${vn_tmp_size} with the size of the disk, in Mb. Or if you don't need a

[PATCH] kern.ident + uname -i

2003-06-08 Thread Juli Mallett
5,12 @@ NATIVE_SYSCTL2_GET(arch, CTL_HW, HW_MACHINE_ARCH) { } NATIVE_SET; +NATIVE_SYSCTL2_GET(ident, CTL_KERN, KERN_IDENT) { +} NATIVE_SET; + void usage(void) { - fprintf(stderr, "usage: uname [-amnprsv]\n"); + fprintf(stderr, "usage: uname [-aimnprsv]\n");

Re: Network stack cloning / virtualization patches

2003-05-31 Thread Juli Mallett
one trying such) before it gets too close to the tree. If this is your priority patch, hunting down someone with serious network\ stack-fu to review the diff, and whatnot, would probably be a good investment of your time in that regard. Thanx, juli. -- juli mallett. email: [EMAIL PROTECTED]; efnet: juli; ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: New kevent types: NOTE_STARTEXEC and NOTE_STOPEXEC

2002-10-27 Thread Juli Mallett
* De: Maxim Sobolev <[EMAIL PROTECTED]> [ Data: 2002-10-27 ] [ Subjecte: Re: New kevent types: NOTE_STARTEXEC and NOTE_STOPEXEC ] > On Sun, Oct 27, 2002 at 01:04:29AM -0700, Juli Mallett wrote: > > * De: Maxim Sobolev <[EMAIL PROTECTED]> [ Data: 2002-10-27 ] > &

Re: New kevent types: NOTE_STARTEXEC and NOTE_STOPEXEC

2002-10-27 Thread Juli Mallett
ther than just "some arbitrary executable" rather than some specific job, then while I wonder how useful it is in a generic concept, the kq solution might be more reasonable. Juli Mallett <[EMAIL PROTECTED]> | FreeBSD: The Power To Serve Will break world for fulltime employment. |

Re: 5.0-RUSH: -current install testers wanted!

2002-10-22 Thread Juli Mallett
he hospital. If noone else sends you one, I will try to > make one for you and mail it then. Someone's already offered to burn me one (petef@) CD of any ISO, so I'm working to get a 'make release' done locally with the appropriate conf options. Thanks much though, any B

Re: 5.0-RUSH: -current install testers wanted!

2002-10-22 Thread Juli Mallett
e 0917-JPSNAP > immediately dumps core with signal 10 when run on a 1017 -current ? You're really supposed to run /usr/sbin/sysinstall. This breaks my finger memory, but is the new world order. -- Juli Mallett <[EMAIL PROTECTED]> | FreeBSD: The Power To Serve Will break world

Re: 5.0-RUSH: -current install testers wanted!

2002-10-22 Thread Juli Mallett
* De: Terry Lambert <[EMAIL PROTECTED]> [ Data: 2002-10-22 ] [ Subjecte: Re: 5.0-RUSH: -current install testers wanted! ] > Juli Mallett wrote: > > > Find another box where it has already been successfully installed, > > > and an ISO image has been built from sou

Re: 5.0-RUSH: -current install testers wanted!

2002-10-22 Thread Juli Mallett
* De: Soeren Schmidt <[EMAIL PROTECTED]> [ Data: 2002-10-22 ] [ Subjecte: Re: 5.0-RUSH: -current install testers wanted! ] > It seems Juli Mallett wrote: > > > Find another box where it has already been successfully installed, > > > and an ISO image has been bui

Re: 5.0-RUSH: -current install testers wanted!

2002-10-22 Thread Juli Mallett
* De: Terry Lambert <[EMAIL PROTECTED]> [ Data: 2002-10-22 ] [ Subjecte: Re: 5.0-RUSH: -current install testers wanted! ] > Juli Mallett wrote: > > Anyone with a good idea on how to bootstrap a _clean_ 5.0 install to a > > box with only a CDROM drive, and 4.7 CD, wit

Re: 5.0-RUSH: -current install testers wanted!

2002-10-22 Thread Juli Mallett
ea of what might be possible... Damned Korean legacy-free box :/ Thanks, juli. -- Juli Mallett <[EMAIL PROTECTED]> | FreeBSD: The Power To Serve Will break world for fulltime employment. | finger [EMAIL PROTECTED] http://people.FreeBSD.org/~jmallett/ | Support my FreeBSD hacking!

Re: Just a wild idea

2002-09-23 Thread Juli Mallett
* De: Lamont Granquist <[EMAIL PROTECTED]> [ Data: 2002-09-23 ] [ Subjecte: Re: Just a wild idea ] > > On Sun, 22 Sep 2002, Juli Mallett wrote: > > Maybe just replace all suser(9) uses with MAC credential checks, and > > install MAC_UNIX by default, which would

Re: Just a wild idea

2002-09-22 Thread Juli Mallett
picking one of the symptoms of the problem of UNIX historically having this admittedly-thick security methodology and working around the problem. Attacking the problem is likely to be easier, and more elegant, too :) juli. -- Juli Mallett <[EMAIL PROTECTED]> | FreeBSD: The Po

Re: Usenix 2002 FreeBSD Developer Summit III -- why no oggs?

2002-09-07 Thread Juli Mallett
We've had MP3s and an MP3 stream for (at least) the last two summits, the problem comes down to one of enormous size. -- Juli Mallett <[EMAIL PROTECTED]> | FreeBSD: The Power To Serve Will break world for fulltime employment. | finger [EMAIL PROTECTED] To Unsubscribe: send mail

siginfo_t, the signal stack, svr4_sendsig (i386), and the ever unwinding ball of yarn

2002-09-07 Thread Juli Mallett
on 4.x and OpenBSD, rather than CURRENT, and I'm seeing that we have a huge gap, with some tape over it that says "siginfo_t", but it's really just a big gap with tape over it (excuse the crap metaphors, I'm stretched far too thin). Thanks, juli. -- Juli Mallett <[EMA

Re: I can't believe this!

2002-08-21 Thread Juli Mallett
atement, PLEASE STOP QUOTING IT AS COMING FROM ME! Sheesh. If They could be the other Matt Dillon - the actor. Let's all boycott his films! -- Juli Mallett <[EMAIL PROTECTED]> | FreeBSD: The Power To Serve Will break world for fulltime employment. | finger [EMAIL PROTECTED] To U