summaryrefslogtreecommitdiff
path: root/sys/compat/freebsd/freebsd_syscallargs.h
AgeCommit message (Collapse)Author
2003-05-10RegenMiod Vallat
2003-01-30regen now that setreuid/setregid have moved out of compat and into kernTodd C. Miller
2002-10-30regenTodd C. Miller
2002-07-06syncThomas Nordin
2002-03-14First round of __P removal in sysTodd C. Miller
2002-03-14Regen after syscall changes (option PTRACE)Miod Vallat
2001-11-27sync. -mojMats O Jansson
2001-08-26syncTheo de Raadt
2001-02-02syncThorsten Lockert
2000-07-07regenBrad Smith
2000-05-01sys_semconfig goes foomTheo de Raadt
1999-10-27syncNiklas Hallqvist
1999-06-07syncTheo de Raadt
1999-05-31regenTodd C. Miller
1999-05-31New struct statfs with mount options. NOTE: this replaces statfs(2),Todd C. Miller
fstatfs(2), and getfsstat(2) so you will need to build a new kernel before doing a "make build" or you will get "unimplemented syscall" errors. The new struct statfs has the following featuires: o Has a u_int32_t flags field--now softdep can have a real flag. o Uses u_int32_t instead of longs (nicer on the alpha). Note: the man page used to lie about setting invalid/unused fields to -1. SunOS does that but our code never has. o Gets rid of f_type completely. It hasn't been used since NetBSD 0.9 and having it there but always 0 is confusing. It is conceivable that this may cause some old code to not compile but that is better than silently breaking. o Adds a mount_info union that contains the FSTYPE_args struct. This means that "mount" can now tell you all the options a filesystem was mounted with. This is especially nice for NFS. Other changes: o The linux statfs emulation didn't convert between BSD fs names and linux f_type numbers. Now it does, since the BSD f_type number is useless to linux apps (and has been removed anyway) o FreeBSD's struct statfs is different from our (both old and new) and thus needs conversion. Previously, the OpenBSD syscalls were used without any real translation. o mount(8) will now show extra info when invoked with no arguments. However, to see *everything* you need to use the -v (verbose) flag.
1999-02-10syncTheo de Raadt
1997-11-13syncTheo de Raadt
1997-11-13syncTheo de Raadt
1997-11-13syncTheo de Raadt
1997-11-13syncTheo de Raadt
1996-08-02Added Makefiles to build stuff from syscalls.master in some emulations.Niklas Hallqvist
Regenerated derived files from various syscalls.master files. Added $OpenBSD$.
1995-12-14update from netbsdTheo de Raadt
1995-10-26update to netbsdTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt