Age | Commit message (Expand) | Author |
2017-02-11 | Add a flags argument to falloc() that lets it optionally set the | Philip Guenther |
2017-01-24 | Track a per-fd flag UF_PLEDGED. This indicates the initial open was done by a | Theo de Raadt |
2017-01-23 | Allocate all memory chunks, and potentially sleeping, before freeing | Martin Pieuchot |
2017-01-23 | Avoid curproc dance in dupfdopen(), by passing a struct proc * | Theo de Raadt |
2016-09-24 | move knhash size to event.h, use it for hashfree. from Mathieu - | Ted Unangst |
2016-09-15 | all pools have their ipl set via pool_setipl, so fold it into pool_init. | David Gwynne |
2016-08-25 | pool_setipl | David Gwynne |
2016-08-23 | rename nfiles to numfiles to avoid shadowing and stretch out the name. | Ted Unangst |
2016-05-29 | Fix sizes passed to free() in fdfree(). This prevents a panic reported | Martin Natano |
2016-05-28 | add sizes to free() calls for descrip tables | Ted Unangst |
2016-04-25 | remove systrace remnants | Ted Unangst |
2016-03-19 | Remove the unused flags argument from VOP_UNLOCK(). | natano |
2016-01-06 | remove unnecessary casts where the incoming type is void *. | Ted Unangst |
2015-12-17 | no need to check null before free | Ted Unangst |
2015-12-17 | add size to free. from Mathieu | Ted Unangst |
2015-12-05 | remove stale lint annotations | Ted Unangst |
2015-11-01 | refactor pledge_*_check and pledge_fail functions | Sebastien Marie |
2015-10-28 | Prevent F_SETOWN, unless a "proc" pledge was made. | Theo de Raadt |
2015-10-21 | Setting fcntl(F_SETOWN) for a pipe failed with inappropriate ioctl | Alexander Bluhm |
2015-10-16 | Implement real "flock" request and add it to userland programs that | Todd C. Miller |
2015-05-17 | isatty() is used by stdio to determine the buffering mode. Add a F_ISATTY | Theo de Raadt |
2015-04-30 | Avoid NULL deref in fd_getfile_mode(); OK deraadt@ | Todd C. Miller |
2015-04-30 | Indroduce fd_getfile_mode() and use it were fd_getfile() is directly | Martin Pieuchot |
2015-03-14 | Remove some includes include-what-you-use claims don't | Jonathan Gray |
2015-01-19 | unneccessary cmask variable; ok guenther | Theo de Raadt |
2014-12-19 | start retiring the nointr allocator. specify PR_WAITOK as a flag as a | Ted Unangst |
2014-12-16 | primary change: move uvm_vnode out of vnode, keeping only a pointer. | Ted Unangst |
2014-08-31 | Add additional kernel interfaces for setting close-on-exec on fds | Philip Guenther |
2014-07-13 | use mallocarray where arguments are multipled. ok deraadt | Ted Unangst |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2014-07-08 | decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.h | Theo de Raadt |
2014-06-15 | Use sizeof(struct file *) consistently for memcpy()'ing fd_ofiles. | Matthew Dempsky |
2014-05-15 | Move from struct proc to process the reference-count-holding pointers | Philip Guenther |
2014-04-12 | revert falloc change, as it causes all new processes to get stuck after a while | Marc Espie |
2014-03-30 | Eliminates struct pcred by moving the real and saved ugids into | Philip Guenther |
2014-03-08 | split falloc into two functions, the allocation and the publication. | Ted Unangst |
2013-09-14 | Snapshots for all archs have been built, so remove the T32 code | Philip Guenther |
2013-08-13 | Switch time_t, ino_t, clock_t, and struct kevent's ident and data | Philip Guenther |
2013-07-04 | Format string fixes: | Stefan Fritsch |
2013-06-11 | convert some easy bcopy to memcpy and clean up fdexpand a bit. | Ted Unangst |
2013-06-05 | Move FHASLOCK from f_flag to f_iflags, freeing up a bit for passing | Philip Guenther |
2012-08-23 | To protect assumptions inside systrace, don't let systrace fds be | Philip Guenthe |
2012-07-11 | Revert the blocked FIFO open fix, as there's either a race in the | Philip Guenthe |
2012-07-08 | Don't hold the fd-table lock across vn_open(), as opening a FIFO may block. | Philip Guenthe |
2012-05-21 | Cleanup O_CLOEXEC handling and make sure UF_EXCLOSE is set correctly | Matthew Dempsky |
2012-05-14 | Remove the "vn_open() returning ENXIO means dup+close" hook that | Philip Guenthe |
2012-05-01 | Eliminate the f_usecount ref count in struct file; instead of sleeping | Philip Guenthe |
2012-04-22 | Add struct proc * argument to FRELE() and FILE_SET_MATURE() in | Philip Guenthe |
2012-04-12 | In this case where dup2() extends the table using fdalloc, the newly | Theo de Raadt |
2012-04-12 | New system call: getdtablecount(2) returns the number of file | Theo de Raadt |