summaryrefslogtreecommitdiff
path: root/sys/kern/syscalls.c
AgeCommit message (Collapse)Author
2003-05-10RegenMiod Vallat
2003-04-29Regen (omsync deprecation)Miod Vallat
2003-04-28sync mquery.Dale Rahn
2003-04-25mquery backout sync.Dale Rahn
2003-04-25syncDale Rahn
2003-04-14syncTheo de Raadt
2003-04-14There are two related changes.Artur Grabowski
The first one is an mquery(2) syscall. It's for asking the VM system about where to map things. It will be used by ld.so, read the man page for details. The second change is related and is a centralization of uvm_map hint that all callers of uvm_map calculated. This will allow us to adjust this hint on architectures that have segments for non-exec mappings. deraadt@ drahn@ ok.
2003-01-30regen now that setreuid/setregid have moved out of compat and into kernTodd C. Miller
2002-10-30regen due to addition of [gs]etres[ug]id(2)Todd C. Miller
2002-07-06syncThomas Nordin
2002-03-14Regen after syscall changes (option PTRACE)Miod Vallat
2002-02-22EA syncDale Rahn
2001-08-26syncTheo de Raadt
2001-06-26regenDug Song
2001-06-26implement djb's getpeereid(2), to allow local-domain servers to determine ↵Dug Song
client credentials. mostly from superscript.com. deraadt@ ok
2001-06-16syncTheo de Raadt
2001-05-16regen for COMPAT_2{3,5}Todd C. Miller
2001-03-09regenArtur Grabowski
2000-11-16syncNiels Provos
2000-09-12regenTodd C. Miller
2000-06-22regen-vtraceMichael Shalayeff
2000-05-01sys_semconfig goes foomTheo de Raadt
2000-04-20syncTheo de Raadt
2000-02-07regen (with correct reference from syscalls.master)assar
2000-02-07regeneratedassar
1999-08-08regenNiklas 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-05-22Sync syscalls.masterTobias Weingartner
1999-02-15regenTodd C. Miller
1999-02-15regenTodd C. Miller
1998-11-18regenArtur Grabowski
1998-09-18Sync with previous commit of syscall.master that did not make it into the ↵Artur Grabowski
changelogs. (enable xfspioctl even when XFS is not defined)
1998-08-30syncTheo de Raadt
1998-08-30regen with xfspioctlArtur Grabowski
1998-06-12syncTheo de Raadt
1998-06-11syncTheo de Raadt
1998-06-02syncTheo de Raadt
1998-05-11syncTheo de Raadt
1998-04-25syncTheo de Raadt
1998-02-16regenTodd C. Miller
1998-02-10syncTheo de Raadt
1998-02-08SyncThorsten Lockert
1998-01-02syncTheo de Raadt
1997-11-14syncTheo de Raadt
1997-11-13syncTheo de Raadt
1997-11-13syncTheo de Raadt
1997-08-30repair all that gunkTheo de Raadt
1997-08-30empty files suckTheo de Raadt