Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-03-14 | First round of __P removal in sys | Todd C. Miller | |
2002-02-13 | More FREF/FRELE on relevant places. Now, only sys_mmap and a bunch of ioctl ↵ | Artur Grabowski | |
functions in sys/compat are left. | |||
2002-02-02 | Be more consistent about using fd_getfile where it matters. | Artur Grabowski | |
2001-10-26 | - every new fd created by falloc() is marked as larval and should not be used | Artur Grabowski | |
any anyone. Every caller of falloc matures the fd when it's usable. - Since every lookup in the fd table must now check this flag and all of them do the same thing, move all the necessary checks into a function - fd_getfile. | |||
2001-03-25 | Don't access user space pointer directly. Thanks to dawson and team | Constantine Sapuntzakis | |
2000-08-23 | - Simplify pread and pwrite now that we have a native implementation. | Federico G. Schwindt | |
- Implement pread/pwrite 64. - Add DUP2FD fcntl command, which is nothing else than dup2 (according to solaris manpage). This solves the dup error and the freezing problem on netscape-solaris (DNS still not working, tho). code from NetBSD. | |||
2000-06-28 | add creat64 and mmap64. | Federico G. Schwindt | |
2000-04-21 | O_FYNC -> O_SYNC | Todd C. Miller | |
1999-10-07 | - Fix stat and mknod syscalls to properly disassemble and reassemble | Brad Smith | |
dev_t values to/from emulation dev_t's - Implement fstat64, llseek and open64 system calls; from NetBSD | |||
1997-12-20 | clone my F_FREESP stuff to ibcs2 | Theo de Raadt | |
1997-12-17 | improve F_FREESP; now it might work | Theo de Raadt | |
1997-12-17 | first cut at F_FREESP; does ibcs2 need this too? This really needs testing! | Theo de Raadt | |
1997-08-29 | write(2)'s buf arg is externally a "const void *", but interally a "char *". | kstailey | |
Cast around it until it gets fixed. | |||
1997-08-29 | patch to avoid warning while I figure out what the deal with SCARG() is. | kstailey | |
1997-08-29 | pread(2) / pwrite(2), regen | kstailey | |
1997-08-29 | if O_NOCTTY is supplied to open(2) do *not* aquire a controlling tty | kstailey | |
1997-08-07 | O_ASYNC handling from NetBSD... | Niklas Hallqvist | |
1997-01-19 | Do the F_GETLK_SVR3 support not depending on ibcs2, as sparc does not look | Niklas Hallqvist | |
there | |||
1997-01-08 | svr4 should support the svr3 style fcntl-cmd name F_GETLK_SVR3 | Niklas Hallqvist | |
1996-08-02 | Make emulations use our native poll(2) | Niklas Hallqvist | |
1995-12-14 | update from netbsd | Theo de Raadt | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |