Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-07-07 | regen | Brad Smith | |
2000-07-07 | add a lot more unimplemented syscall name placeholders, from NetBSD. | Brad Smith | |
2000-05-01 | sys_semconfig goes foom | Theo de Raadt | |
2000-05-01 | sys_semconfig goes away | Theo de Raadt | |
2000-05-01 | s/netbsd_mount_type/freebsd_mount_type/g | Todd C. Miller | |
Cosmetic only; theo@ ok'd | |||
1999-11-10 | include syscallnames only if compiling w/ SYSCALL_DEBUG. | Michael Shalayeff | |
was already so for native and sunos, the rest was just wasting space on it. niels@ millert@ ok | |||
1999-10-27 | sync | Niklas Hallqvist | |
1999-10-27 | Provide FreeBSD fcntl emulation that handles F[GS]ETOWN on pipes. | Niklas Hallqvist | |
1999-09-10 | undo previous | kstailey | |
1999-09-10 | include sys/exec.h before sys/exec_elf.h | kstailey | |
1999-06-07 | sync | Theo de Raadt | |
1999-06-07 | replacement pipe() system call; copies data into place inside kernel, so | Theo de Raadt | |
that EFAULT return value is possible | |||
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-02-10 | sync | Theo de Raadt | |
1999-02-10 | branding support and freebsd elf | Theo de Raadt | |
1999-02-10 | freebsd madvise() clone, always returns 0 for now | Theo de Raadt | |
1998-04-26 | use osscompat for audio emulation. | Niels Provos | |
1997-11-13 | sync | Theo de Raadt | |
1997-11-13 | make msync() have 3 args | Theo de Raadt | |
1997-11-13 | sync | Theo de Raadt | |
1997-11-13 | two poll() calls, argh | Theo de Raadt | |
1997-11-13 | sync | Theo de Raadt | |
1997-11-13 | conditionalize SYSV thingies | Theo de Raadt | |
1997-11-13 | sync | Theo de Raadt | |
1997-11-13 | update to recent freebsd status | Theo de Raadt | |
1997-06-17 | careful with stackgap handling in execve() | Theo de Raadt | |
1996-08-31 | Cleanup exec | Per Fogelstrom | |
1996-08-02 | Added Makefiles to build stuff from syscalls.master in some emulations. | Niklas Hallqvist | |
Regenerated derived files from various syscalls.master files. Added $OpenBSD$. | |||
1996-08-02 | Add $OpenBSD$ | Niklas Hallqvist | |
1996-05-22 | sync | Theo de Raadt | |
1996-05-07 | sync with 0504; mostly proto changes (some svr4 ioctl changes) | Theo de Raadt | |
1996-04-17 | Good fixes and changes from latest Net. | Michael Shalayeff | |
1995-12-14 | update from netbsd | Theo de Raadt | |
1995-11-13 | ufs ==> ffs | Theo de Raadt | |
1995-10-26 | update from netbsd | Theo de Raadt | |
1995-10-26 | update to netbsd | Theo de Raadt | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |