Go to file
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
bin Minor English improvements for -w, partly from Snader_LB. 2012-01-27 05:59:17 +00:00
common Change the syscall API for quotas over to the new non-proplib one. 2012-02-01 05:34:38 +00:00
compat build compat versions of libgomp for everything except mips N64 (for now.) 2011-09-23 06:44:36 +00:00
crypto Add configuration glue 2012-01-28 16:05:20 +00:00
dist More printf format fixes 2012-01-31 08:57:36 +00:00
distrib Change the syscall API for quotas over to the new non-proplib one. 2012-02-01 05:34:38 +00:00
doc update ntp current version 2012-01-31 20:11:41 +00:00
etc add the missing backslash. 2012-01-30 09:48:11 +00:00
external Change the syscall API for quotas over to the new non-proplib one. 2012-02-01 05:34:38 +00:00
extsrc
games PR/45842: Henning Petersen: compare fgets with NULL not 0 2012-01-16 17:38:16 +00:00
gnu Add libquota, as requested by wiz 2012-01-25 22:22:20 +00:00
include Add quota_quotaon() and quota_quotaoff(). Use them in quotaon(8). 2012-01-30 16:45:13 +00:00
lib Change the syscall API for quotas over to the new non-proplib one. 2012-02-01 05:34:38 +00:00
libexec Use __dead 2012-01-10 23:39:11 +00:00
regress Import IPFilter 5.1.1 2012-01-30 16:02:57 +00:00
rescue Update location of "less" directory. 2011-07-03 22:05:01 +00:00
sbin use FS_UFS[12]_MAGIC_SWAPPED instead of bswap32(FS_UFS[12]_MAGIC). 2012-01-29 00:58:13 +00:00
share Remove trailing whitespace. 2012-01-31 13:25:05 +00:00
sys Change the syscall API for quotas over to the new non-proplib one. 2012-02-01 05:34:38 +00:00
tests Reimplement repquota -x to print in tabular form instead of XML. 2012-02-01 05:12:45 +00:00
tools remove dup target. 2012-01-21 22:31:15 +00:00
usr.bin Change the syscall API for quotas over to the new non-proplib one. 2012-02-01 05:34:38 +00:00
usr.sbin Reimplement repquota -x to print in tabular form instead of XML. 2012-02-01 05:12:45 +00:00
x11 Set WARNS?=2. 2011-11-27 00:53:52 +00:00
build.sh Add "live-image" and "install-image" target support to build.sh. 2012-01-22 03:53:29 +00:00
BUILDING Add "live-image" and "install-image" target support to build.sh. 2012-01-22 03:53:29 +00:00
Makefile s/is the not root/is not the root/ in a comment - from Snader_LB 2012-01-24 17:37:34 +00:00
Makefile.inc
UPDATING mention pam unbump. 2011-12-27 16:54:51 +00:00