, 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
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
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
for (i = 0; i < sizeof(sfp->f_fsid); i++) {
+ if (((u_char *)&sfp->f_fsid)[i] != 0) {
+ fsid = 1;
+ break;
+ }
+ }
+ if (fsid) {
+ prin
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.
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
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
___
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
--=--=--=--=--=--=-
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