User mounts could not use character conversions (libkiconv is just for roots)

2003-12-02 Thread Rudolf Cejka
, CTLFLAG_RW | CTLTYPE_OPAQUE, +SYSCTL_PROC(_kern_iconv, OID_AUTO, add, CTLFLAG_RW | CTLFLAG_ANYBODY + | CTLTYPE_OPAQUE, NULL, 0, iconv_sysctl_add, "S,xlat", "register charset pair"); /* -- Rudolf Cejka http://www.fit.vutbr.cz/~cejkar Brno University of

How to disable devices in -current / 5.2-BETA?

2003-12-02 Thread Rudolf Cejka
Does really work disabling of devices through hint.driver.unit.disabled? Thanks. -- Rudolf Cejka http://www.fit.vutbr.cz/~cejkar Brno University of Technology, Faculty of Information Technology Bozetechova 2, 612 66 Brno, Czech Republic ___ [EMAIL PRO

Re: HEADS-UP new statfs structure

2003-11-18 Thread Rudolf Cejka
fs->f_mntfromname, osfs->f_mntfromname, - max(sizeof bsfs->f_mntfromname, sizeof osfs->f_mntfromname)); + min(sizeof bsfs->f_mntfromname, sizeof osfs->f_mntfromname - 1)); /* XXX osfs->f_xxx should be filled in... */ #endif

Re: cvs commit: src/sbin/umount umount.c

2003-11-18 Thread Rudolf Cejka
for (i = 0; i < sizeof(sfp->f_fsid); i++) { + if (((u_char *)&sfp->f_fsid)[i] != 0) { + fsid = 1; + break; + } + } + if (fsid) { + prin

Re: boot0 and fdisk / disklabel misbehaviour

2003-11-13 Thread Rudolf Cejka
Rudolf Cejka wrote (2003/11/11): > And almost at the same time, I'm looking at the last change to > boot0.s 1.26, if there is forgotten TBL1SZ update, or not :o))) Just for record: I have submitted patch solving problems with bad information about partitions as kern/59256 right now.

Re: boot0 and fdisk / disklabel misbehaviour

2003-11-11 Thread Rudolf Cejka
e 1 size + .set TBL1SZ,0xb # Table 1 size .set MAGIC,0xaa55 # Magic: bootable .set B0MAGIC,0xbb66 # Identification -- Rudolf Cejka http://www.fit.vutbr.cz/~cejkar Brno Uni

Re: Recent changes to AC97 files breaks sound

2003-08-22 Thread Rudolf Cejka
ith working and broken output. Register dumps, dmesg | grep pcm and sound status would be sufficient ;o) -- Rudolf Cejka http://www.fit.vutbr.cz/~cejkar Brno University of Technology, Faculty of Information Technology Bozetechova 2, 612 66 Brno, Czech Republic ___

Re: Jail - any success?

1999-05-04 Thread Rudolf Cejka
path hostname ip-number". It should be "jail path hostname ip command ..." as is usage of jail command. (I you want I can fill PRs :-) Is it possible to call ping in prison session? # ping some.host ping: socket: Operation not permitted --=--=--=--=--=--=-

Jail - any success?

1999-05-03 Thread Rudolf Cejka
uggestions. --=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--= Rudolf Cejka (cej...@dcse.fee.vutbr.cz; http://www.fee.vutbr.cz/~cejkar) Brno University of Technology, Faculty of El. Engineering and Comp. Science Bozetechova 2, 612 66 Brno, Czech Republic To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe free