1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
|
/* $OpenBSD: hpux_file.c,v 1.6 1997/07/06 07:27:59 downsj Exp $ */
/* $NetBSD: hpux_file.c,v 1.5 1997/04/27 21:40:48 thorpej Exp $ */
/*
* Copyright (c) 1995, 1997 Jason R. Thorpe. All rights reserved.
* Copyright (c) 1988 University of Utah.
* Copyright (c) 1990, 1993
* The Regents of the University of California. All rights reserved.
*
* This code is derived from software contributed to Berkeley by
* the Systems Programming Group of the University of Utah Computer
* Science Department.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copyright
* notice, this list of conditions and the following disclaimer.
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
* 3. All advertising materials mentioning features or use of this software
* must display the following acknowledgement:
* This product includes software developed by the University of
* California, Berkeley and its contributors.
* 4. Neither the name of the University nor the names of its contributors
* may be used to endorse or promote products derived from this software
* without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
* ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
* OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* from: Utah $Hdr: hpux_compat.c 1.64 93/08/05$
*
* @(#)hpux_compat.c 8.4 (Berkeley) 2/13/94
*/
/*
* File-related routines for HP-UX binary compatibility. Partially
* modeled after sys/compat/linux/linux_file.c
*/
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/signalvar.h>
#include <sys/kernel.h>
#include <sys/filedesc.h>
#include <sys/proc.h>
#include <sys/buf.h>
#include <sys/wait.h>
#include <sys/file.h>
#include <sys/namei.h>
#include <sys/vnode.h>
#include <sys/ioctl.h>
#include <sys/ptrace.h>
#include <sys/stat.h>
#include <sys/syslog.h>
#include <sys/malloc.h>
#include <sys/mount.h>
#include <sys/ipc.h>
#include <sys/user.h>
#include <sys/mman.h>
#include <machine/cpu.h>
#include <machine/reg.h>
#include <machine/psl.h>
#include <machine/vmparam.h>
#include <sys/syscallargs.h>
#include <compat/hpux/hpux.h>
#include <compat/hpux/hpux_util.h>
#include <compat/hpux/hpux_termio.h>
#include <compat/hpux/hpux_syscall.h>
#include <compat/hpux/hpux_syscallargs.h>
#include <machine/hpux_machdep.h>
static int hpux_stat1 __P((struct proc *, void *, register_t *, int));
static void bsd_to_hpux_stat __P((struct stat *, struct hpux_stat *));
static void bsd_to_hpux_ostat __P((struct stat *, struct hpux_ostat *));
/*
* HP-UX creat(2) system call.
*
* Just call open(2) with the TRUNC, CREAT and WRONLY flags.
*/
int
hpux_sys_creat(p, v, retval)
struct proc *p;
void *v;
register_t *retval;
{
struct hpux_sys_creat_args /* {
syscallarg(char *) path;
syscallarg(int) mode;
} */ *uap = v;
struct sys_open_args oa;
caddr_t sg;
sg = stackgap_init(p->p_emul);
HPUX_CHECK_ALT_CREAT(p, &sg, SCARG(uap, path));
SCARG(&oa, path) = SCARG(uap, path);
SCARG(&oa, flags) = O_CREAT | O_TRUNC | O_WRONLY;
SCARG(&oa, mode) = SCARG(uap, mode);
return sys_open(p, &oa, retval);
}
/*
* HP-UX open(2) system call.
*
* We need to remap some of the bits in the mode mask:
*
* - O_CREAT, O_TRUNC, and O_EXCL must me remapped.
* - O_NONBLOCK is remapped and remembered.
* - O_FNDELAY is remembered.
* - O_SYNCIO is removed entirely.
*/
int
hpux_sys_open(p, v, retval)
struct proc *p;
void *v;
register_t *retval;
{
struct hpux_sys_open_args /* {
syscallarg(char *) path;
syscallarg(int) flags;
syscallarg(int) mode;
} */ *uap = v;
struct sys_open_args oa;
int flags, nflags, error;
caddr_t sg;
sg = stackgap_init(p->p_emul);
/*
* Deal with the mode flags first, since they will affect
* how we check for the alternate path.
*/
flags = SCARG(uap, flags);
nflags =
flags & ~(HPUXNONBLOCK|HPUXFSYNCIO|HPUXFEXCL|HPUXFTRUNC|HPUXFCREAT);
if (flags & HPUXFCREAT) {
/*
* Simulate the pre-NFS behavior that opening a
* file for READ+CREATE ignores the CREATE (unless
* EXCL is set in which case we will return the
* proper error).
*/
if ((flags & HPUXFEXCL) || (FFLAGS(flags) & FWRITE))
nflags |= O_CREAT;
}
if (flags & HPUXFTRUNC)
nflags |= O_TRUNC;
if (flags & HPUXFEXCL)
nflags |= O_EXCL;
if (flags & HPUXNONBLOCK)
nflags |= O_NDELAY;
/*
* Do the alternate pathname check.
*/
if (SCARG(&oa, flags) & O_CREAT)
HPUX_CHECK_ALT_CREAT(p, &sg, SCARG(uap, path));
else
HPUX_CHECK_ALT_EXIST(p, &sg, SCARG(uap, path));
/*
* Fill in the new arguments and call the NetBSD open(2).
*/
SCARG(&oa, path) = SCARG(uap, path);
SCARG(&oa, flags) = nflags;
SCARG(&oa, mode) = SCARG(uap, mode);
error = sys_open(p, &oa, retval);
/*
* Record non-blocking mode for fcntl, read, write, etc.
*/
if ((error == 0) && (nflags & O_NDELAY))
p->p_fd->fd_ofileflags[*retval] |=
(flags & HPUXNONBLOCK) ?
HPUX_UF_NONBLOCK_ON : HPUX_UF_FNDELAY_ON;
return (error);
}
/*
* HP-UX fcntl(2) system call.
*/
int
hpux_sys_fcntl(p, v, retval)
struct proc *p;
void *v;
register_t *retval;
{
struct hpux_sys_fcntl_args /* {
syscallarg(int) fd;
syscallarg(int) cmd;
syscallarg(int) arg;
} */ *uap = v;
int arg, mode, error, flg = F_POSIX;
struct file *fp;
char *pop;
struct hpux_flock hfl;
struct flock fl;
struct vnode *vp;
struct sys_fcntl_args fa;
if ((u_int)SCARG(uap, fd) > p->p_fd->fd_nfiles ||
(fp = p->p_fd->fd_ofiles[SCARG(uap, fd)]) == NULL)
return (EBADF);
pop = &p->p_fd->fd_ofileflags[SCARG(uap, fd)];
arg = SCARG(uap, arg);
switch (SCARG(uap, cmd)) {
case F_SETFL:
if (arg & HPUXNONBLOCK)
*pop |= HPUX_UF_NONBLOCK_ON;
else
*pop &= ~HPUX_UF_NONBLOCK_ON;
if (arg & HPUXNDELAY)
*pop |= HPUX_UF_FNDELAY_ON;
else
*pop &= ~HPUX_UF_FNDELAY_ON;
if (*pop & (HPUX_UF_NONBLOCK_ON|HPUX_UF_FNDELAY_ON|HPUX_UF_FIONBIO_ON))
arg |= FNONBLOCK;
else
arg &= ~FNONBLOCK;
arg &= ~(HPUXNONBLOCK|HPUXFSYNCIO|HPUXFREMOTE);
break;
case F_GETFL:
case F_DUPFD:
case F_GETFD:
case F_SETFD:
break;
case HPUXF_SETLKW:
flg |= F_WAIT;
/* Fall into F_SETLK */
case HPUXF_SETLK:
if (fp->f_type != DTYPE_VNODE)
return (EBADF);
vp = (struct vnode *)fp->f_data;
/* Copy in the lock structure */
error = copyin((caddr_t)SCARG(uap, arg), (caddr_t)&hfl,
sizeof (hfl));
if (error)
return (error);
fl.l_start = hfl.hl_start;
fl.l_len = hfl.hl_len;
fl.l_pid = hfl.hl_pid;
fl.l_type = hfl.hl_type;
fl.l_whence = hfl.hl_whence;
if (fl.l_whence == SEEK_CUR)
fl.l_start += fp->f_offset;
switch (fl.l_type) {
case F_RDLCK:
if ((fp->f_flag & FREAD) == 0)
return (EBADF);
p->p_flag |= P_ADVLOCK;
return (VOP_ADVLOCK(vp, (caddr_t)p, F_SETLK, &fl, flg));
case F_WRLCK:
if ((fp->f_flag & FWRITE) == 0)
return (EBADF);
p->p_flag |= P_ADVLOCK;
return (VOP_ADVLOCK(vp, (caddr_t)p, F_SETLK, &fl, flg));
case F_UNLCK:
return (VOP_ADVLOCK(vp, (caddr_t)p, F_UNLCK, &fl,
F_POSIX));
default:
return (EINVAL);
}
/* NOTREACHED */
case F_GETLK:
if (fp->f_type != DTYPE_VNODE)
return (EBADF);
vp = (struct vnode *)fp->f_data;
/* Copy in the lock structure */
error = copyin((caddr_t)SCARG(uap, arg), (caddr_t)&hfl,
sizeof (hfl));
if (error)
return (error);
fl.l_start = hfl.hl_start;
fl.l_len = hfl.hl_len;
fl.l_pid = hfl.hl_pid;
fl.l_type = hfl.hl_type;
fl.l_whence = hfl.hl_whence;
if (fl.l_whence == SEEK_CUR)
fl.l_start += fp->f_offset;
if ((error =
VOP_ADVLOCK(vp, (caddr_t)p, F_GETLK, &fl, F_POSIX)))
return (error);
hfl.hl_start = fl.l_start;
hfl.hl_len = fl.l_len;
hfl.hl_pid = fl.l_pid;
hfl.hl_type = fl.l_type;
hfl.hl_whence = fl.l_whence;
return (copyout((caddr_t)&hfl, (caddr_t)SCARG(uap, arg),
sizeof (hfl)));
default:
return (EINVAL);
}
/*
* Pass whatever's left on to the NetBSD fcntl(2).
*/
SCARG(&fa, fd) = SCARG(uap, fd);
SCARG(&fa, cmd) = SCARG(uap, cmd);
SCARG(&fa, arg) = (void *)arg;
error = sys_fcntl(p, &fa, retval);
if ((error == 0) && (SCARG(&fa, cmd) == F_GETFL)) {
mode = *retval;
*retval &= ~(O_CREAT|O_TRUNC|O_EXCL);
if (mode & FNONBLOCK) {
if (*pop & HPUX_UF_NONBLOCK_ON)
*retval |= HPUXNONBLOCK;
if ((*pop & HPUX_UF_FNDELAY_ON) == 0)
*retval &= ~HPUXNDELAY;
}
if (mode & O_CREAT)
*retval |= HPUXFCREAT;
if (mode & O_TRUNC)
*retval |= HPUXFTRUNC;
if (mode & O_EXCL)
*retval |= HPUXFEXCL;
}
return (error);
}
/*
* HP-UX fstat(2) system call.
*/
int
hpux_sys_fstat(p, v, retval)
struct proc *p;
void *v;
register_t *retval;
{
struct hpux_sys_fstat_args /* {
syscallarg(int) fd;
syscallarg(struct hpux_stat *) sb;
} */ *uap = v;
struct sys_fstat_args fsa;
struct hpux_stat tmphst;
struct stat *st, tmpst;
caddr_t sg;
int error;
sg = stackgap_init(p->p_emul);
st = stackgap_alloc(&sg, sizeof (struct stat));
SCARG(&fsa, fd) = SCARG(uap, fd);
SCARG(&fsa, sb) = st;
if ((error = sys_fstat(p, &fsa, retval)))
return (error);
if ((error = copyin(st, &tmpst, sizeof(tmpst))))
return (error);
bsd_to_hpux_stat(&tmpst, &tmphst);
return (copyout(&tmphst, SCARG(uap, sb), sizeof(struct hpux_stat)));
}
/*
* HP-UX stat(2) system call.
*/
int
hpux_sys_stat(p, v, retval)
struct proc *p;
void *v;
register_t *retval;
{
return (hpux_stat1(p, v, retval, 0));
}
/*
* HP-UX lstat(2) system call.
*/
int
hpux_sys_lstat(p, v, retval)
struct proc *p;
void *v;
register_t *retval;
{
return (hpux_stat1(p, v, retval, 1));
}
/*
* Do the meat of stat(2) and lstat(2).
*/
static int
hpux_stat1(p, v, retval, dolstat)
struct proc *p;
void *v;
register_t *retval;
int dolstat;
{
struct hpux_sys_stat_args /* {
syscallarg(char *) path;
syscallarg(struct hpux_stat *) sb;
} */ *uap = v;
struct sys_stat_args sa;
struct hpux_stat tmphst;
struct stat *st, tmpst;
caddr_t sg;
int error;
sg = stackgap_init(p->p_emul);
HPUX_CHECK_ALT_EXIST(p, &sg, SCARG(uap, path));
st = stackgap_alloc(&sg, sizeof (struct stat));
SCARG(&sa, ub) = st;
SCARG(&sa, path) = SCARG(uap, path);
if (dolstat)
error = sys_lstat(p, &sa, retval);
else
error = sys_stat(p, &sa, retval);
if (error)
return (error);
if ((error = copyin(st, &tmpst, sizeof(tmpst))))
return (error);
bsd_to_hpux_stat(&tmpst, &tmphst);
return (copyout(&tmphst, SCARG(uap, sb), sizeof(struct hpux_stat)));
}
/*
* The old HP-UX fstat(2) system call.
*/
int
hpux_sys_fstat_6x(p, v, retval)
struct proc *p;
void *v;
register_t *retval;
{
struct hpux_sys_fstat_6x_args /* {
syscallarg(int) fd;
syscallarg(struct hpux_ostat *) sb;
} */ *uap = v;
struct sys_fstat_args fsa;
struct hpux_ostat tmphst;
struct stat *st, tmpst;
caddr_t sg;
int error;
sg = stackgap_init(p->p_emul);
st = stackgap_alloc(&sg, sizeof (struct stat));
SCARG(&fsa, fd) = SCARG(uap, fd);
SCARG(&fsa, sb) = st;
if ((error = sys_fstat(p, &fsa, retval)))
return (error);
if ((error = copyin(st, &tmpst, sizeof(tmpst))))
return (error);
bsd_to_hpux_ostat(&tmpst, &tmphst);
return (copyout(&tmphst, SCARG(uap, sb), sizeof(struct hpux_ostat)));
}
/*
* The old HP-UX stat(2) system call.
*/
int
hpux_sys_stat_6x(p, v, retval)
struct proc *p;
void *v;
register_t *retval;
{
struct hpux_sys_stat_6x_args /* {
syscallarg(char *) path;
syscallarg(struct hpux_ostat *) sb;
} */ *uap = v;
struct sys_stat_args sa;
struct hpux_ostat tmphst;
struct stat *st, tmpst;
caddr_t sg;
int error;
sg = stackgap_init(p->p_emul);
HPUX_CHECK_ALT_EXIST(p, &sg, SCARG(uap, path));
st = stackgap_alloc(&sg, sizeof (struct stat));
SCARG(&sa, ub) = st;
SCARG(&sa, path) = SCARG(uap, path);
if ((error = sys_stat(p, &sa, retval)))
return (error);
if ((error = copyin(st, &tmpst, sizeof(tmpst))))
return (error);
bsd_to_hpux_ostat(&tmpst, &tmphst);
return (copyout(&tmphst, SCARG(uap, sb), sizeof(struct hpux_ostat)));
}
/*
* Convert a NetBSD stat structure to an HP-UX stat structure.
*/
static void
bsd_to_hpux_stat(sb, hsb)
struct stat *sb;
struct hpux_stat *hsb;
{
bzero((caddr_t)hsb, sizeof(struct hpux_stat));
hsb->hst_dev = (long)sb->st_dev;
hsb->hst_ino = (u_long)sb->st_ino;
hsb->hst_mode = (u_short)sb->st_mode;
hsb->hst_nlink = (u_short)sb->st_nlink;
hsb->hst_uid = (u_long)sb->st_uid;
hsb->hst_gid = (u_long)sb->st_gid;
hsb->hst_rdev = (long)bsdtohpuxdev(sb->st_rdev);
/*
* XXX Let's just hope that the old binary doesn't lose.
*/
hsb->hst_old_uid = (u_short)sb->st_uid;
hsb->hst_old_gid = (u_short)sb->st_gid;
if (sb->st_size < (off_t)(((off_t)1) << 32))
hsb->hst_size = (long)sb->st_size;
else
hsb->hst_size = -2;
hsb->hst_atime = (long)sb->st_atime;
hsb->hst_mtime = (long)sb->st_mtime;
hsb->hst_ctime = (long)sb->st_ctime;
hsb->hst_blksize = (long)sb->st_blksize;
hsb->hst_blocks = (long)sb->st_blocks;
}
/*
* Convert a NetBSD stat structure to an old-style HP-UX stat structure.
*/
static void
bsd_to_hpux_ostat(sb, hsb)
struct stat *sb;
struct hpux_ostat *hsb;
{
bzero(hsb, sizeof(struct hpux_ostat));
hsb->hst_dev = (u_short)sb->st_dev;
hsb->hst_ino = (u_short)sb->st_ino;
hsb->hst_mode = (u_short)sb->st_mode;
hsb->hst_nlink = (u_short)sb->st_nlink;
hsb->hst_uid = (u_short)sb->st_uid;
hsb->hst_gid = (u_short)sb->st_gid;
hsb->hst_rdev = (u_short)sb->st_rdev;
if (sb->st_size < (off_t)(((off_t)1) << 32))
hsb->hst_size = (int)sb->st_size;
else
hsb->hst_size = -2;
hsb->hst_atime = (int)sb->st_atime;
hsb->hst_mtime = (int)sb->st_mtime;
hsb->hst_ctime = (int)sb->st_ctime;
}
/*
* HP-UX access(2) system call.
*/
int
hpux_sys_access(p, v, retval)
struct proc *p;
void *v;
register_t *retval;
{
struct hpux_sys_access_args /* {
syscallarg(char *) path;
syscallarg(int) flags;
} */ *uap = v;
caddr_t sg = stackgap_init(p->p_emul);
HPUX_CHECK_ALT_EXIST(p, &sg, SCARG(uap, path));
return (sys_access(p, uap, retval));
}
/*
* HP-UX unlink(2) system call.
*/
int
hpux_sys_unlink(p, v, retval)
struct proc *p;
void *v;
register_t *retval;
{
struct hpux_sys_unlink_args /* {
syscallarg(char *) path;
} */ *uap = v;
caddr_t sg = stackgap_init(p->p_emul);
HPUX_CHECK_ALT_EXIST(p, &sg, SCARG(uap, path));
return (sys_unlink(p, uap, retval));
}
/*
* HP-UX chdir(2) system call.
*/
int
hpux_sys_chdir(p, v, retval)
struct proc *p;
void *v;
register_t *retval;
{
struct hpux_sys_chdir_args /* {
syscallarg(char *) path;
} */ *uap = v;
caddr_t sg = stackgap_init(p->p_emul);
HPUX_CHECK_ALT_EXIST(p, &sg, SCARG(uap, path));
return (sys_chdir(p, uap, retval));
}
/*
* HP-UX mknod(2) system call.
*/
int
hpux_sys_mknod(p, v, retval)
struct proc *p;
void *v;
register_t *retval;
{
struct hpux_sys_mknod_args /* {
syscallarg(char *) path;
syscallarg(int) mode;
syscallarf(int) dev;
} */ *uap = v;
caddr_t sg = stackgap_init(p->p_emul);
struct sys_mkfifo_args bma;
HPUX_CHECK_ALT_CREAT(p, &sg, SCARG(uap, path));
/*
* BSD handles FIFOs separately.
*/
if (SCARG(uap, mode) & S_IFIFO) {
SCARG(&bma, path) = SCARG(uap, path);
SCARG(&bma, mode) = SCARG(uap, mode);
return (sys_mkfifo(p, uap, retval));
} else
return (sys_mknod(p, uap, retval));
}
/*
* HP-UX chmod(2) system call.
*/
int
hpux_sys_chmod(p, v, retval)
struct proc *p;
void *v;
register_t *retval;
{
struct hpux_sys_chmod_args /* {
syscallarg(char *) path;
syscallarg(int) mode;
} */ *uap = v;
caddr_t sg = stackgap_init(p->p_emul);
HPUX_CHECK_ALT_EXIST(p, &sg, SCARG(uap, path));
return (sys_chmod(p, uap, retval));
}
/*
* HP-UX chown(2) system call.
*/
int
hpux_sys_chown(p, v, retval)
struct proc *p;
void *v;
register_t *retval;
{
struct hpux_sys_chown_args /* {
syscallarg(char *) path;
syscallarg(int) uid;
syscallarg(int) gid;
} */ *uap = v;
caddr_t sg = stackgap_init(p->p_emul);
HPUX_CHECK_ALT_EXIST(p, &sg, SCARG(uap, path));
/* XXX What about older HP-UX executables? */
return (sys_lchown(p, uap, retval));
}
/*
* HP-UX rename(2) system call.
*/
int
hpux_sys_rename(p, v, retval)
struct proc *p;
void *v;
register_t *retval;
{
struct hpux_sys_rename_args /* {
syscallarg(char *) from;
syscallarg(char *) to;
} */ *uap = v;
caddr_t sg = stackgap_init(p->p_emul);
HPUX_CHECK_ALT_EXIST(p, &sg, SCARG(uap, from));
HPUX_CHECK_ALT_EXIST(p, &sg, SCARG(uap, to));
return (sys_rename(p, uap, retval));
}
/*
* HP-UX mkdir(2) system call.
*/
int
hpux_sys_mkdir(p, v, retval)
struct proc *p;
void *v;
register_t *retval;
{
struct hpux_sys_mkdir_args /* {
syscallarg(char *) path;
syscallarg(int) mode;
} */ *uap = v;
caddr_t sg = stackgap_init(p->p_emul);
HPUX_CHECK_ALT_CREAT(p, &sg, SCARG(uap, path));
return (sys_mkdir(p, uap, retval));
}
/*
* HP-UX rmdir(2) system call.
*/
int
hpux_sys_rmdir(p, v, retval)
struct proc *p;
void *v;
register_t *retval;
{
struct hpux_sys_rmdir_args /* {
syscallarg(char *) path;
} */ *uap = v;
caddr_t sg = stackgap_init(p->p_emul);
HPUX_CHECK_ALT_EXIST(p, &sg, SCARG(uap, path));
return (sys_rmdir(p, uap, retval));
}
/*
* HP-UX symlink(2) system call.
*/
int
hpux_sys_symlink(p, v, retval)
struct proc *p;
void *v;
register_t *retval;
{
struct hpux_sys_symlink_args /* {
syscallarg(char *) path;
syscallarg(char *) link;
} */ *uap = v;
caddr_t sg = stackgap_init(p->p_emul);
HPUX_CHECK_ALT_EXIST(p, &sg, SCARG(uap, path));
HPUX_CHECK_ALT_CREAT(p, &sg, SCARG(uap, link));
return (sys_symlink(p, uap, retval));
}
/*
* HP-UX readlink(2) system call.
*/
int
hpux_sys_readlink(p, v, retval)
struct proc *p;
void *v;
register_t *retval;
{
struct hpux_sys_readlink_args /* {
syscallarg(char *) path;
syscallarg(char *) buf;
syscallarg(int) count;
} */ *uap = v;
caddr_t sg = stackgap_init(p->p_emul);
HPUX_CHECK_ALT_EXIST(p, &sg, SCARG(uap, path));
return (sys_readlink(p, uap, retval));
}
/*
* HP-UX truncate(2) system call.
*/
int
hpux_sys_truncate(p, v, retval)
struct proc *p;
void *v;
register_t *retval;
{
struct hpux_sys_truncate_args /* {
syscallarg(char *) path;
syscallarg(long) length;
} */ *uap = v;
caddr_t sg = stackgap_init(p->p_emul);
HPUX_CHECK_ALT_EXIST(p, &sg, SCARG(uap, path));
return (compat_43_sys_truncate(p, uap, retval));
}
|