Re: whereis broken?

1999-07-25 Thread Mark Murray
It's been pointed out to me in private mail that current's manpath.config is broken. If nobody's looked at it by tomorrow, I'll do so then. Fixed. M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe fr

Re: Kerberos 5, how to build whole system including X11R6 with it ?

1999-08-01 Thread Mark Murray
://www.freebsd.org/~andreas/mp3/schaukel.mp3 -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: Can I obtain 'int-cvs-cur' by CTM ?

1999-08-16 Thread Mark Murray
-- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: Can I obtain 'int-cvs-cur' by CTM ?

1999-08-16 Thread Mark Murray
There isn't any "int-cvs-cur", so are you referring to maybe the International Crypto Repository run by Mark Murray out of SA? Yes, he is :-). M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe

Re: Q: Extending the sysctl MIB for Linuxulator variables

1999-08-17 Thread Mark Murray
there too. I think it's a slippery slope. Agreed. Sysctl's have a decent hierarchical structure; let's use it. Examples of broken/unused hierarchical structures: o .COM namespace. o Average DOS user's hard disk management (everything off root). M -- Mark Murray Join the anti-SPAM move

Crypto updates coming!

1999-08-28 Thread Mark Murray
Hello All! I have got a $#|7load of crypto updates that I'd like to commit; they are all over my tree, so let me describe what they do, and anyone who wishes to review any part of them can get the appropriate bits. 1) Revisit the way libscrypt/libdescript get built. This is partially based on

Re: Crypto updates coming!

1999-08-28 Thread Mark Murray
On Sat, 28 Aug 1999, Mark Murray wrote: 3) Upgade libdes. This is mainly for KerberosIV and Kerberos5. It does not hurt anything else. This will go into src/crypto. You might also like to turn on the x86 assembler code (it's only for pentiums, I think, so would have to be a non-default

Re: Crypto updates coming!

1999-08-28 Thread Mark Murray
bit myself back in Australia. It didn't work very well for me, because what I had had missing bits; also it did not fit into the framework I had already constructed. What will be there after the commit is IMVHO a good starting point for your code :-). M -- Mark Murray Join the anti-SPAM movement

Re: $FreeBSD-knowledgable mergemaster available

1999-08-29 Thread Mark Murray
ted policy _must_ be overrideable, except where that is the direct point of the program concerned.) M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: HEADS UP

1999-08-30 Thread Mark Murray
I've just committed the revised TCP timer code. There are some user visible changes: : Also, some new sysctls have been added: : ...c Please let the plebs know, in less kernel-ish terms, what this means? Thanks! M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org

Re: PPPD+PAM

1999-08-30 Thread Mark Murray
Hey markm, ya wanna add this to your to-do list? :-) Added :-) M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: Currnet build problems

1999-09-01 Thread Mark Murray
it was something to do with my private patches on my development box, and it had me beat... M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: Currnet build problems

1999-09-01 Thread Mark Murray
invalid use of undefined type `struct termio' I suspect it's related to the international secure dist being out of sync. Make sure there's no -DTERMCAP in the telnet Makefiles... Nope. The makefiles are in src/kerberosIV/... and they are not export restricted. M -- Mark Murray Join

Re: Currnet build problems

1999-09-01 Thread Mark Murray
Should the "#include termcap.h" in telnet.c be protected with a "#ifdef TERMCAP"? Dunno. I have removed it from 2 builds - one clean and one with all my crypto gunk (both failed, BTW). One box will take 1.5 hours, the other will take 3. M -- Mark Murray Join the anti

HEADS UP! New Common Error Routines.

1999-09-04 Thread Mark Murray
Hi I have put new common error code in; compile_et and libcom_err need rebuilding. The recommended method is a "make world". M To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: breakage in this morning's build

1999-09-05 Thread Mark Murray
/usr/obj/usr/src/tmp/usr/lib/libkrb.so: undefined reference to `init_error_table' /usr/obj/usr/src/tmp/usr/lib/libkrb.so: undefined reference to `initialize_error_table_r' Fixage committed. :-) M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail

Re: more breakage

1999-09-06 Thread Mark Murray
what version of what module? src/libexec/ftpd/Makefile 1.28 M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: more breakage

1999-09-06 Thread Mark Murray
} src/libexec/ftpd/Makefile 1.28 This certainly fixed the kerberized ftpd, but I also had to make similar changes to the Makefiles for rshd and rlogind in libexec and for su, rlogin and rsh in usr.bin to get 'make world' to complete. Aaaah! That makes sense! M -- Mark Murray Join the anti

Re: more breakage

1999-09-06 Thread Mark Murray
will someone please shout when this is unbroken? need to build to debug this darn pcm issue. I fixed this a few hourws ago already... M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-cu

Re: more breakage

1999-09-07 Thread Mark Murray
fixes working. new build now running. back to chasing sound problems. Kewl. M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: PCCARD kernel config update (miibus0)

1999-09-08 Thread Mark Murray
I have 'make release' up to the point where it fails building the PCCARD kernel. It needs to have the miibus0 controller added. A patch is attached.. Would someone please commit this? What a coincidence! I just fixed this! M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org

Re: DANGER: login and friends with libscrypt/libdescrypt

1999-09-20 Thread Mark Murray
- /usr/bin/login and friends are now linked against libscrypt instead of libcrypt. This is a link bug. The Makefile says "-lcrypt". JDP? i M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsu

Re: DANGER: login and friends with libscrypt/libdescrypt

1999-09-21 Thread Mark Murray
This appears to have been lost. Hmm. I might be the culprit. Fixing now... M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: DANGER: login and friends with libscrypt/libdescrypt

1999-09-21 Thread Mark Murray
Now the only thing that I'd like to know is: where do I get the current CVS sources for libdescrypt, so that this doesn't prevent me from logging-in next time? Usual places? It is in Internat as well. M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send

Re: bounced mail

1999-09-23 Thread Mark Murray
/DUL and your ISP. in libdes, trying to install des.h from /usr/src/crypto, which does not exist. The make world should not have effected the system. Please cvsup crypto. M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to [EMAIL PROTECTED] wit

Re: ccd build failure

1999-09-23 Thread Mark Murray
blic Jihad is a bit much. M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: On hub.freebsd.org refusing to talk to dialups

1999-09-24 Thread Mark Murray
rong sense of the need to listen to its client base, and to adapt as necessary. Paul Vixie has a high degree of respect, as a consequence. M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-curre

Re: On hub.freebsd.org refusing to talk to dialups

1999-09-24 Thread Mark Murray
These days the RBL is more of a preventative measure than a blocking measure. It has already forced most open relays to tighten up. I'll go with that. The DUL stops _huge_ amounts of "drive-by" spam, though... M -- Mark Murray Join the anti-SPAM movement: http://www

Re: new sigset_t and upgrading: a proposal

1999-10-02 Thread Mark Murray
quot; ever since I can remember (at least three years). M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: my make world is broken !

1999-10-04 Thread Mark Murray
that is not nuked straight away. M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: A record?

1999-10-04 Thread Mark Murray
for shell use, and served us admirably. We recently (with some sadness) closed down the shell service, but the actual box will live in some other (staff-serving) incarnation. M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to [EMAIL PROTECTED

Re: my make world is broken !

1999-10-04 Thread Mark Murray
modules in -current except for ones that you are developing. Sure. This either needs spelling out, or it needs better automation so as to "work as expected". M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsu

Re: CVSup core dumps

1999-10-05 Thread Mark Murray
somebody please check that and report back to the list? I can't sacrifice my i386 -current machine to the cause right now. The static binary seems to be OK an a 3-day-old CURRENT. M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to [EMAIL PROTECTED

Re: FTP daemon error messages when login

1999-10-05 Thread Mark Murray
Anyone could give me some hints about how to set up my ftp service correctly ? thanks alot, This looks like a recently introduced bogon. I'm seeing it too. Hmmm. PAM Stuff. Have you fully updated (mergemaster) your etc area? M -- Mark Murray Join the anti-SPAM movement: http

Re: modules: how to use?

1999-10-06 Thread Mark Murray
mfs.ko 31 0xc09cd000 6000 procfs.ko 41 0xc09da000 8000 if_xl.ko 51 0xc09e3000 7000 miibus.ko 61 0xc09f9000 4b000nfs.ko 71 0xc0a6a000 2000 green_saver.ko M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail

HEADS UP!! New telnet on the block

1999-10-07 Thread Mark Murray
Hello all I have just committed Nick Sayer's SRA'ed telnet; this means that if you have the secure dist, and maybe Kerberos, you will have a telnet that attempts to do some encryption apart from the Kerberos stuff. Initial reports are that this encryption is weak, but it may be better than

Signal breakage?

1999-10-10 Thread Mark Murray
Hi On line 72 of signal.h, there is a reference to 'union sigval', which is declared in sys/signal.h, but inside #ifndef _POSIX_SOURCE. The X build heavily uses _POSIX_SOURCE, so this breaks. Should line 72 of signal.h not move a little further down into the #ifndef _POSIX_SOURCE block below

Re: Kerberized telnet not installed

1999-10-10 Thread Mark Murray
the output of # ldd /usr/bin/telnet Thanks! M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: Kerberized telnet not installed

1999-10-10 Thread Mark Murray
the problem. I'll commit later on today. M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

signal.h still broken?

1999-10-15 Thread Mark Murray
Hi I am getting this breakage when I try to compile XFree86 on a really current system: cc -c -O2 -ansi -pedantic -Dasm=__asm -I../../include/fonts -I../.. -I../../exports/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DMALLOC_0_RETURNS_NULL -DTCPCONN -DUNIXCONN -DHAS_STICKY_DIR_BIT

Re: jumping from 3.1 to 4.0

1999-10-15 Thread Mark Murray
What hould i do to upgrade to current? Rebuild and reinstall all your modules. Keep the ols ones "just in case". M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: -current panic on AHA

1999-01-02 Thread Mark Murray
. This is not SCSI specific. It is happening on my Libretto laptop and a dual-cpu PPRO box with SCSI (AHC). M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: gzip(1) hanging

1999-11-06 Thread Mark Murray
Can anyone confirm this happens on their box? Anyone have any ideas on how to go about fixing this? I get exactly the same thing. M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" i

Re: ftpd is not listed in pam.conf

1999-11-22 Thread Mark Murray
May this is not the best way for ftpd to use pam (many other lines for login, may ftpd should be so). But I think ftpd should be listed in /etc/pam.conf. Any plan to fix it in /usr/src/etc/pam.conf ? On my list! :-) M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org

Re: Unbreak XFree86

1999-11-23 Thread Mark Murray
This patch might be a bit heavy handed, but it seems to fix the problem... The KerberosIV bits can go; I have some cleanups that nuke that completely in favour of PAM. Now all I need to do is make PAM work for xdm... M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org

FreeBSD security auditing project.

1999-11-23 Thread Mark Murray
Hello FreebSD'ers! [ Apologies to committers, I have Bcc'ed you to ensure you got this; you may get two copies. ] I have been charged with the duty of ensuring that FreeBSD gets a security audit that has the credibility of OpenBSD's. Consider this to be a request-for-discussion that will

Re: FreeBSD security auditing project.

1999-11-23 Thread Mark Murray
Hey guys, can we move this discussion over to security? I don't think it's -current fodder. :) Actually, I'd like to start a whole new list - freebsd-audit - if that is OK with you. I have a conference to attend, but if this is OK I'll set it up in about 9 hours. M -- Mark Murray Join

FreeBSD-audit mailing list set up.

1999-11-26 Thread Mark Murray
Hello FreeBSD person! We now have a mailing list for the discussion of the FreeBSD Audit Project. Thanks to Jon Bresler, our postmaster! All of you who want to contribute to this project, please sign up. There was a very heartening response to the announcement, and a few slowcoaches even got

mount_nfs broken

1999-11-27 Thread Mark Murray
Hi Mount_mfs is broken - mounttab\* not present. M To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: mount_nfs broken

1999-11-27 Thread Mark Murray
of mounttab.c in the Makefile, but no mounttab.c anywhere in the source tree. M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: mount_nfs broken

1999-11-28 Thread Mark Murray
Hi Mount_mfs is broken - mounttab\* not present. M D'uh. Apart from being inconsistent in my error reporting then screwing it up later when asked to clarify, there was a problem on my cvsupd box that was causing an incomplete mirror, so this problem is complete BS. Apologies. M -- Mark

Re: mount_nfs broken

1999-11-28 Thread Mark Murray
, and I was effectively getting a partial feed. I see it now in usr.sbin/rpc.umntall. M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: What is user uucp good for?

2002-11-02 Thread Mark Murray
Now that uucp is no longer in the base system, is there any reason to keep user uucp in /usr/src/etc/master.passwd? Probably not. If you remove this, please coordinate an upgrade to the net/freebsd-uucp port the get the user added there. Thanks! M -- o Mark Murray \_ O.\_Warning

Re: __sF

2002-11-02 Thread Mark Murray
, but now it's back, which is making me think I never really solved the problem the first time around. Any ideas on how to permanently fix this problem? Rebuild _everything_. Ports, libraries, dependancies, the lot. M -- o Mark Murray \_ O.\_Warning: this .sig is umop ap!sdn

Re: __sF

2002-11-02 Thread Mark Murray
) (or should with not much effort). By the time __sF is mainstream, I guess the vendor will have adapted their product to match. Win, win. M -- o Mark Murray \_ O.\_Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body

Re: __sF

2002-11-02 Thread Mark Murray
library to use. M -- o Mark Murray \_ O.\_Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: perl5.6.1 wrapper

2002-11-08 Thread Mark Murray
to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message -- o Mark Murray \_ O.\_Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: perl5.6.1 wrapper

2002-11-08 Thread Mark Murray
installworld is to repopulate your lib/compat/ dirs, rebuild the hierarchy and to catch files (groff support IIRC) that this erroneously deletes. I do this pretty often. M -- o Mark Murray \_ O.\_Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe

Re: acpid implementation?

2002-11-09 Thread Mark Murray
can be controlled just fine to deal with suspend/resume/sleep/wakeup events. Indeed! M -- o Mark Murray \_ O.\_Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: perl5.6.1 wrapper

2002-11-12 Thread Mark Murray
On Fri, Nov 08, 2002 at 08:58:44AM +, Mark Murray wrote: IMVHO, the perl wrapper should be removed altogether, and the perl port's use.port symlink-creating feature should be used instead. Do we have consensus on this? The perl wrapper really isn't working out for all the cases I

Re: perl5.6.1 wrapper

2002-11-12 Thread Mark Murray
On Tue, Nov 12, 2002 at 12:34:23PM +, Mark Murray wrote: Do we have consensus on this? The perl wrapper really isn't working out for all the cases I hoped it would when I committed it. Yes, I think so. DES (The author?) doesn't mind. I'm for removal and so is Kris. Why does

Re: perl5.6.1 wrapper

2002-11-12 Thread Mark Murray
list? I have a box that I'd rather not trash, but if need be I'll use that. M -- Mark Murray Beware! I'm umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: perl5.6.1 wrapper

2002-11-13 Thread Mark Murray
change. If there's already a precedent in sysinstall, I'll happily go cut-n-paste a solution myself. Just tell me what the precedent is. :-) Closest is probably X. M -- Mark Murray Beware! I'm umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current

Re: perl5.6.1 wrapper

2002-11-13 Thread Mark Murray
hope was to get to this sometime before the end of the month. I can only do this after BSDConEU - ie next week. M -- Mark Murray Beware! I'm umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: cvs commit: src/sbin/sysctl sysctl.8 src/sys/kern init_main.c

2002-11-17 Thread Mark Murray
/sysctl/sysctl.8 1.215 +3 -0 src/sys/kern/init_main.c -- Conrad Sabatier [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message -- Mark Murray Beware! I'm umop ap!sdn To Unsubscribe: send mail to [EMAIL

Re: installworld and stale {include,lib} fun

2002-11-23 Thread Mark Murray
similar? Well, maybe not all the time (since ports can break like vim did for me), but at least under a making your /usr as clean as possible paragraph? I would support this, as long as it was not compulsory. M -- Mark Murray Beware! I'm umop ap!sdn To Unsubscribe: send mail to [EMAIL

Re: installworld and stale {include,lib} fun

2002-11-24 Thread Mark Murray
? Kerberos/Heimdal have sometimes failed with old libraries. Also, ports can find wrong libraries at configure time and behave strangely. M -- Mark Murray Beware! I'm umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: The great perl script rewrite - big problem

2002-12-08 Thread Mark Murray
migration may be appropriate, and also a MFC. Also a Cc: to stable people may be required. Riccardo. -- Mark Murray Beware! I'm umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Cardbus/dc(4) still broken

2002-12-12 Thread Mark Murray
changes if I pull out the cable (except the lights go out). If I insert the card after boot, I get an identical (non-)result, with the exception that the MAC address is ff:ff:ff:ff:ff:ff, and if I remove/insert more than about three times, the machine will hard-hang (only way out is reset). M -- Mark

Re: Cardbus/dc(4) still broken

2002-12-12 Thread Mark Murray
Yup. Known problem with some cards. How do I fix? M -- Mark Murray Beware! I'm umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: Cardbus/dc(4) still broken

2002-12-12 Thread Mark Murray
to bin this card and buy something that is actually supported? If so, what cardbus 100Mb ethernet card has the best chance of sustained support? M -- Mark Murray Beware! I'm umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: 80386 out of GENERIC

2002-12-14 Thread Mark Murray
have it in the default install. :-) M -- Mark Murray Beware! I'm umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: sio and ed woes

2002-12-18 Thread Mark Murray
was hinted at in the GENERIC/80386 thread)? Sort of. ISA is on its way out and ACPI/PnP is taking over. You sometimes need to go to great lengths to prevent devices from being found. The abomination called ISA/PnP is sometimes a nuisance. M -- Mark Murray iumop ap!sdn w,I idlaH To Unsubscribe

Re: ia64 tinderbox failure

2002-12-30 Thread Mark Murray
Agreed. It really should be an int * like it used to be. But it's up to Mark Murray to fix it since it was his commit that changed it to a size_t in the first place. I'm not religiously attached to this. If you want to change it before I get to it, go ahead. M -- Mark Murray

Re: Make world error.....

2000-03-06 Thread Mark Murray
with the des.h symlink being created before the openssl/des.h file which it points to. Any ideas, Mark? Don't shortcut make world. The files are correctly added there, and not if you try to "get clever" :-). M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe:

Re: NO_OPENSSL world fixes

2000-03-06 Thread Mark Murray
nonfunctional. NO_CRYPT or NO_OPENSSL should conflict with MAKE_KERBEROS?, etc. Right. Sounds good! M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: Perl 5.6.0

2000-04-08 Thread Mark Murray
/installworld. Cool! :-) M PS - how is the audit website going? M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Major device numbers and mem device redesign

2000-05-21 Thread Mark Murray
Hi I want to commit a new /dev/random RSN, so I'll be needing a major device; what is the procedure for getting one? I know how to steal one, but ISTR that this is not how it is done. Also - Peter said something about the "mem" device needing to only contain the /dev/mem and /mem/kmem devices,

Re: Major device numbers and mem device redesign

2000-05-21 Thread Mark Murray
as my RNG is a kld, and I want it to be as separate as possible without getting ridiculous. M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: Major device numbers and mem device redesign

2000-05-21 Thread Mark Murray
. Cool! So it means I can also remove the switch (minor(dev)) { 3: /* Stuff */ break; default: return FOO; } and reduce that to /* Stuff */ On the grounds that my routine will never see the other crap? If so, way cool! M -- Mark

Re: Major device numbers and mem device redesign

2000-05-21 Thread Mark Murray
On Sun, May 21, 2000 at 09:53:18AM +0200, Mark Murray wrote: I want to commit a new /dev/random RSN, Forgot to mention, please keep in mind this needs to be MI. sys/kern_random.c (which was sys/i386/isa/random_machdep.c) still is *very* ugly from a MI point of view. Any changes

Re: Major device numbers and mem device redesign

2000-05-21 Thread Mark Murray
I ask, as my RNG is a kld, and I want it to be as separate as possible without getting ridiculous. Have a look at http://jeroen.vangelderen.org/FreeBSD/misc_device . Thanks! You have some good ideas in there; I may just borg some of them. :-) M -- Mark Murray Join the anti-SPAM movement

Re: Major device numbers and mem device redesign

2000-05-21 Thread Mark Murray
are looked up as a hash of major+minor, and the devsw entries from that point on. OK - how do the switch (minor(dev)) { /* stuff */' default: return ENXIO; } cases get handled? By the hashing routine? Can these be hunted down and killed? M -- Mark Murray Join the anti

Re: mktemp() patch

2000-06-08 Thread Mark Murray
randomness; can you not use a pseudo-random bit-generator? M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: heimdal/kerberosV pam module?

2000-06-08 Thread Mark Murray
the mainstream stuff to the latest Heimdal soonish. As for differences; patches or pointers, please? :-) M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: mktemp() patch

2000-06-08 Thread Mark Murray
cryptographic security for one bit? What does that buy you? An attacker will laugh at the waste of resources that went into a coin-flip :-). Much better is to use something cheaper like time-of-day XOR 1 whatever. M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe

Re: mktemp() patch

2000-06-09 Thread Mark Murray
of the whole calculation is not wasted as much. M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: mktemp() patch

2000-06-10 Thread Mark Murray
. M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: mktemp() patch

2000-06-10 Thread Mark Murray
into collision much faster then with random source only. 2) Yet, of course, the code handles collisions. Incorrect. See my other mail; ${RANDOM} xor ${PREDICTABLE} is random. M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to [EMAIL PROTECTED

Re: mktemp() patch

2000-06-11 Thread Mark Murray
works? I suggest you read Bruce Schneier's Cryptography book before continuing this debate. M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: mktemp() patch

2000-06-11 Thread Mark Murray
unbreakable crypto (one-time-pad) if you make a record of the random bits (the key). M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: mktemp() patch

2000-06-11 Thread Mark Murray
onto it will perturb the result and help defences. M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: mktemp() patch

2000-06-11 Thread Mark Murray
and obfuscating them, without making the total randomness any worse than the best of them. There are ways (eg: hash algorithms) of adding the total randomness. M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-cu

Re: GENERIC from today does not detect system console on my box

2000-06-17 Thread Mark Murray
])) { # ... parse ... shift; } Better: while () { #stuff } Handles both the "myprog file" and the "myprog file1 file2 ..." cases automagically. M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to [EMAIL PROTECTED] with

Re: HEADS UP: Destabilization due to SMP development

2000-06-21 Thread Mark Murray
Has anyone given any thought to what it would take to create an open source version of something similar to perforce? ;-) Clearly you have. :-). We await your submissions with baited breath... M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send

Re: Missing openssl/idea.h?

2000-06-23 Thread Mark Murray
Building world failed on my machine... (with USA_RESIDENT=NO) Does IDEA stuff compiled by default? I messed this up. Fix coming. M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-cu

Re: Missing openssl/idea.h?

2000-06-23 Thread Mark Murray
e real fix is to set it in src/secure/Makefile.inc. (And your fix is incomplete - it must check for "yes"). I'll fix. M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

HEADS UP! New (incomplete) /dev/random device!

2000-06-25 Thread Mark Murray
Hola Mondo! The New /dev/random device is in but there are come caveats. 1) It is not yet cryptographically secure, so those of you using CURRENT for "live" projects, please be careful! 2) If you do not have the randomdev module loaded, ssh will fail in strange and creative ways (like

Re: HEADS UP! New (incomplete) /dev/random device!

2000-06-25 Thread Mark Murray
-- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: HEADS UP! New (incomplete) /dev/random device!

2000-06-25 Thread Mark Murray
/randomdev.c:85: invalid use of undefined type `struct sta te' ../../dev/randomdev/randomdev.c:85: initializer element is not constant ../../dev/randomdev/randomdev.c:85: (near initialization for `sysctl___kern_r andom_yarrow_gengateinterval.oid_arg1') *** Error code 1 -Søren -- Mark Murray Join

  1   2   3   4   5   6   7   >