summaryrefslogtreecommitdiff
path: root/sys/kern/init_sysent.c
AgeCommit message (Collapse)Author
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
1997-08-29regen for prefix ntp system calls with sys_ like other system callskstailey
1997-05-31sync to syscalls.masterTheo de Raadt
1997-05-30add getpgid(2) from NetBSDkstailey
1997-04-20Add new POSIX 1003.1b related syscalls; from pk@NetBSDThorsten Lockert
1997-01-26Regen.Jason Downs
1996-10-29syncTheo de Raadt
1996-10-04updateTheo de Raadt
1996-08-25syncTheo de Raadt
1996-05-18sync to syscalls.masterTheo de Raadt
1996-05-02sync syscalls, no sys/cpu.hTheo de Raadt
1996-04-19NetBSD 960317 mergeNiklas Hallqvist
1996-01-29Add kernel PLL for system clockThorsten Lockert
Add ntp_adjtime() and ntp_gettime() system calls Mostly stolen from FreeBSD
1996-01-10plan9-like rfork() implimentation by me based on some earlier incompleteTheo de Raadt
work by rminnich@Sarnoff.COM. still needs RFNOWAIT support.
1996-01-07add minherit() system callTheo de Raadt
1995-12-14update for new syscalls.masterTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt