Commit Graph

299 Commits

Author SHA1 Message Date
christos
cfc738154f regen 2016-04-03 01:22:39 +00:00
christos
2a60134171 regen 2016-04-03 01:01:46 +00:00
christos
3d596ad050 regen 2016-04-02 21:02:39 +00:00
pooka
cbf188301a regen syscall files 2016-01-26 23:49:46 +00:00
pgoyette
2bc9136f54 Regen 2015-12-03 02:56:48 +00:00
pgoyette
54a32217dd Regen 2015-12-01 00:27:17 +00:00
pgoyette
08f7ea41a8 And now fix the actual syntax error. :( 2015-11-30 23:27:27 +00:00
pgoyette
315ae186f4 Fix typo 2015-11-30 23:25:54 +00:00
pgoyette
abe91b09e0 Regen for 7.99.23 2015-11-30 22:48:53 +00:00
pgoyette
d4c18fb9c6 Regen 2015-10-10 03:30:17 +00:00
christos
932cdb9b10 regen 2015-09-24 14:34:22 +00:00
pooka
b00f3c3b11 regen 2015-08-24 16:07:10 +00:00
pooka
a3cfad0d94 regen 2015-06-18 15:19:50 +00:00
pgoyette
50b0fae6fd Regenerate 2015-05-13 02:13:08 +00:00
pgoyette
5608b80ca0 Regen for changes related to separation of compat_sysv syscalls into a
separate module.
2015-05-10 08:13:41 +00:00
pgoyette
e7d73c5ce1 Regen again, this time without the extra word in the "generated from" line. 2015-05-09 06:06:14 +00:00
pgoyette
bd1072bc60 Another regenerated file 2015-05-09 05:58:53 +00:00
christos
0c35262e73 regen 2015-03-12 15:06:28 +00:00
christos
d1ef60ebe3 regen 2015-03-07 16:38:49 +00:00
christos
5a70401cf6 PR/49684: Pierre Pronchery: readlinkat(2) return type is wrong. 2015-02-22 00:50:30 +00:00
christos
d83ca2bff1 regen 2015-02-10 17:43:44 +00:00
dholland
0facca34ba Regen for fdiscard and posix_fallocate. 2014-07-25 08:27:35 +00:00
pooka
29937a63ff regen 2014-07-24 12:01:05 +00:00
pooka
ec6e80d6a1 regen 2014-07-23 11:43:29 +00:00
joerg
16691bd24e Regenerate 2014-06-12 21:42:26 +00:00
pooka
4d8864ed4f Eliminate weak symbols from rump kernel syscall handlers, part 5:
regen syscalls to eliminate weak aliases and link-time initialization
2014-04-27 15:11:22 +00:00
pooka
885b424da9 regen 2014-04-09 23:57:26 +00:00
pooka
c9bffc6f73 regen: time/timer related syscalls for rump kernels 2014-03-14 00:56:37 +00:00
pooka
ef738750b7 reregengen 2013-12-11 09:45:01 +00:00
pooka
4bb2a888c3 regen 2013-12-09 21:13:21 +00:00
pooka
a32f91a34e regen 2013-12-09 19:19:39 +00:00
pooka
2f027c575e regen 2013-12-09 17:15:11 +00:00
pooka
a639bb644d regen 2013-12-09 16:35:12 +00:00
njoly
4a806b5236 Regen for mknodat(2) device argument type change. 2013-10-17 18:04:40 +00:00
pooka
543084bf66 regen 2013-09-10 17:42:02 +00:00
pooka
cee3de56df regen 2013-09-03 21:30:43 +00:00
pooka
1f2f41bbc5 commit all files when regen'ing 2013-08-30 11:10:34 +00:00
christos
698e9d4d95 regen 2013-03-29 01:10:13 +00:00
christos
8e4cb02016 regen 2012-10-02 01:46:20 +00:00
pooka
04c76d7616 reregen 2012-08-03 12:42:10 +00:00
pooka
0dbefb0fc2 regen 2012-08-03 11:32:55 +00:00
pooka
1aec8d1196 regen 2012-07-20 16:49:45 +00:00
christos
e77423410d regen 2012-06-22 18:27:25 +00:00
christos
5cebef3f28 regen 2012-05-05 19:49:13 +00:00
joerg
4acff4c01b Implement sem_timedwait. 2012-03-08 21:59:24 +00:00
matt
931370c9c5 Regen. 2012-02-19 17:50:50 +00:00
matt
f6e1352a6c Regen. 2012-02-19 17:23:04 +00:00
martin
8cd221e226 Regen for posix_spawn 2012-02-11 23:18:13 +00:00
dholland
56cf2d9a90 Regen syscalls with proper id info. 2012-02-01 05:42:17 +00:00
dholland
59b296daa7 Change the syscall API for quotas over to the new non-proplib one.
- struct vfs_quotactl_args -> struct quotactl_args
   - add sys/stdint.h to sys/quotactl.h for clean userland build
   - install sys/quotactl.h in /usr/include
   - update set lists for same
   - add new marshalling code in libquota
   - add new unmarshalling code in vfs_syscalls.c
   - discard proplib interpreter code in vfs_quotactl.c
   - add dispatching code for the 14 quotactl ops in vfs_quotactl.c
   - mark the proplib quotactl syscall obsolete
   - add a new syscall number for the new quotactl syscall
   - change the name of the syscall to __quotactl()
   - remove the decl of the old quotactl from quota/quotaprop.h
   - add a decl of the new quotactl to sys/quotactl.h
   - update the libc build
   - update ktruss
   - remove proplib marshalling code from libquota
   - update copy of syscall table in gdb ppc sources
   - hack rumphijack to accomodate new quotactl name (as I recall,
     pooka wanted such a name change to simplify something, but I
     don't really see what/how)

This change appears to require a kernel version bump for rumpish
reasons.
2012-02-01 05:34:38 +00:00