Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-06-07 | sync | Theo de Raadt | |
1999-05-31 | regen | Todd C. Miller | |
1999-05-31 | New 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-22 | Sync syscalls.master | Tobias Weingartner | |
1999-02-15 | regen | Todd C. Miller | |
1999-02-15 | regen | Todd C. Miller | |
1998-11-18 | regen | Artur Grabowski | |
1998-09-18 | Sync 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-30 | sync | Theo de Raadt | |
1998-08-30 | regen with xfspioctl | Artur Grabowski | |
1998-06-12 | sync | Theo de Raadt | |
1998-06-11 | sync | Theo de Raadt | |
1998-06-02 | sync | Theo de Raadt | |
1998-05-11 | sync | Theo de Raadt | |
1998-04-25 | sync | Theo de Raadt | |
1998-02-16 | regen | Todd C. Miller | |
1998-02-10 | sync | Theo de Raadt | |
1998-02-08 | Sync | Thorsten Lockert | |
1998-01-02 | sync | Theo de Raadt | |
1997-11-14 | sync | Theo de Raadt | |
1997-11-13 | sync | Theo de Raadt | |
1997-11-13 | sync | Theo de Raadt | |
1997-08-30 | repair all that gunk | Theo de Raadt | |
1997-08-30 | empty files suck | Theo de Raadt | |
1997-08-29 | regen for prefix ntp system calls with sys_ like other system calls | kstailey | |
1997-05-31 | sync to syscalls.master | Theo de Raadt | |
1997-05-30 | add getpgid(2) from NetBSD | kstailey | |
1997-04-20 | Add new POSIX 1003.1b related syscalls; from pk@NetBSD | Thorsten Lockert | |
1997-01-26 | Regen. | Jason Downs | |
1996-10-29 | sync | Theo de Raadt | |
1996-10-04 | update | Theo de Raadt | |
1996-08-25 | sync | Theo de Raadt | |
1996-05-18 | sync to syscalls.master | Theo de Raadt | |
1996-05-02 | sync syscalls, no sys/cpu.h | Theo de Raadt | |
1996-04-19 | NetBSD 960317 merge | Niklas Hallqvist | |
1996-01-29 | Add kernel PLL for system clock | Thorsten Lockert | |
Add ntp_adjtime() and ntp_gettime() system calls Mostly stolen from FreeBSD | |||
1996-01-10 | plan9-like rfork() implimentation by me based on some earlier incomplete | Theo de Raadt | |
work by rminnich@Sarnoff.COM. still needs RFNOWAIT support. | |||
1996-01-07 | add minherit() system call | Theo de Raadt | |
1995-12-14 | update for new syscalls.master | Theo de Raadt | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |