Age | Commit message (Expand) | Author |
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-10 | Only set a process's start time when starting the main thread. There's | Philip Guenthe |
2012-05-06 | Change accept(), recvfrom(), recvmsg(), getsockname(), and | Matthew Dempsky |
2012-05-06 | take a file descriptor table lock after allocating pipe structures | Mike Belopuhov |
2012-05-02 | Oops, previous change had some unrelated changes that shouldn't have been | Philip Guenthe |
2012-05-01 | Eliminate the f_usecount ref count in struct file; instead of sleeping | Philip Guenthe |
2012-05-01 | Correct the error path in execve when there's a race to single thread | Philip Guenthe |
2012-04-26 | Cleanup unp_bind() a little: | Matthew Dempsky |
2012-04-24 | In sosend() for AF_UNIX control message sending, correctly calculate | Theo de Raadt |
2012-04-23 | Don't leak mbufs when bind() on a PF_UNIX socket fails. | Matthew Dempsky |
2012-04-22 | Add struct proc * argument to FRELE() and FILE_SET_MATURE() in | Philip Guenthe |
2012-04-22 | Reset t_column to 0 when initializing a tty. | Matthew Dempsky |
2012-04-17 | Make it optional for kvm_getprocs() (and related sysctl) to return | Paul Irofti |
2012-04-14 | If single threading is active, drirect the SIGKILL signal we send to orphaned | Mark Kettenis |
2012-04-14 | Do not just return in case the provided control buffer is too short since | Claudio Jeker |
2012-04-14 | Free tmp buffer in case the cluster allocation failed. Found by David Hill. | Claudio Jeker |
2012-04-14 | Revert rev 1.58, as it frees an uninitialized pointer | Philip Guenthe |
2012-04-13 | gc unused function | Theo de Raadt |
2012-04-13 | For now, direct the kill signal sent by PT_KILL to the thread that made us | Mark Kettenis |
2012-04-13 | Don't convert a mbuf to a cluster and think the data in the mbuf is still | Claudio Jeker |
2012-04-13 | Backout a tiny part of the previous commit. Decrementing ps_singlecount in | Mark Kettenis |
2012-04-13 | oops, wrong version of diff in previous | Theo de Raadt |
2012-04-13 | Do not clamp the file descriptors to the buffer size; that leads to | Theo de Raadt |
2012-04-13 | First stab at making ptrace(2) usable for debugging multi-threaded programs. | Mark Kettenis |
2012-04-13 | unneccessary casts to unsigned; ok claudio | Theo de Raadt |
2012-04-12 | In this case where dup2() extends the table using fdalloc, the newly | Theo de Raadt |
2012-04-12 | Add per thread accounting, mainly for usage & friends. | Paul Irofti |
2012-04-12 | hibernate: fix lock/unlock mismatch | Ariane van der Steldt |
2012-04-12 | If the "main" thread exits it stays around but unlinks itself from the | Mark Kettenis |
2012-04-12 | sync | Theo de Raadt |
2012-04-12 | remove rfork(); ok guenther miod | Theo de Raadt |
2012-04-12 | PT_GETXMMREGS and PT_SETXMMREGS can take a TID. | Mark Kettenis |
2012-04-12 | sync | Theo de Raadt |
2012-04-12 | kill lfs system call lines and libc stubs | Theo de Raadt |
2012-04-12 | sync | Theo de Raadt |
2012-04-12 | New system call: getdtablecount(2) returns the number of file | Theo de Raadt |
2012-04-12 | dup() was calling fd_used() twice for the new file descriptor. Seperate | Theo de Raadt |
2012-04-12 | move accounting flags to struct process; idea and ok guenther | Mike Belopuhov |
2012-04-11 | Move the P_WAITED flag from struct proc to struct process. | Mark Kettenis |
2012-04-11 | In sendmsg() permit at most 10% of maxfiles to be in-flight | Theo de Raadt |
2012-04-11 | SLIST_REMOVE_NEXT -> SLIST_REMOVE_AFTER for better consistency and | Christian Weisgerber |
2012-04-10 | Add a start record to the ktrace and use a special magic string "KTR" | Mike Belopuhov |
2012-04-10 | Make the KERN_NPROCS and KERN_MAXPROC sysctl()s and the RLIMIT_NPROC rlimit | Philip Guenthe |
2012-04-10 | When converting the timeout to ticks, both round up and add one to account | Philip Guenthe |
2012-04-10 | POSIX locks should track the process's pid and not the thread's id | Philip Guenthe |
2012-04-07 | Tweak FAT detection/usage. Recognize 'bare' FAT media that lacks | Kenneth R Westerback |
2012-04-06 | Implement PT_GET_THREAD_FIRS and PT_GET_THREAD_NEXT. | Mark Kettenis |
2012-04-06 | ruadd() does the summing of system and user times, so doing so again | Philip Guenthe |
2012-03-31 | Some whitespace/paren tweaks. Rename the mbr testing variable from | Kenneth R Westerback |