Age | Commit message (Expand) | Author |
2012-07-08 | Quiesce and suspend devices in the resuming kernel for hibernate. | Mike Larkin |
2012-07-08 | kevent(EV_DELETE) shouldn't be calling closef(), as that releases POSIX | Philip Guenthe |
2012-07-08 | Use IO_NOLIMIT instead of munging the process's limits | Philip Guenthe |
2012-07-08 | Make hibernate_free() safe to be called even if hibernate areas | Theo de Raadt |
2012-07-08 | Reorganize some hibernate functions for easier readability. | Mike Larkin |
2012-07-08 | Don't hold the fd-table lock across vn_open(), as opening a FIFO may block. | Philip Guenthe |
2012-07-07 | Fix two races in socket splicing. When somove() gets called from | Alexander Bluhm |
2012-06-21 | use regular i/o functions in the hibernate resume path. ahci(4) hibernate | Jonathan Matthew |
2012-06-21 | Regenerate | Philip Guenthe |
2012-06-21 | __tfork() needs to set the stack address of the new thread in the kernel, | Philip Guenthe |
2012-06-20 | Delete some more SUBDIR += mac68k. | Matthew Dempsky |
2012-06-20 | Fix some hibernate issues on machines with > 3.5GB phys mem | Mike Larkin |
2012-06-20 | Cleanup our filesystem pathconf() code a little bit to make it easier | Matthew Dempsky |
2012-06-13 | Expose reaperproc. | Ariane van der Steldt |
2012-06-06 | EVFILT_SIGNAL and EVFILT_PROC events need to track the process they're | Philip Guenthe |
2012-06-02 | Committed the wrong version (an earlier try) of the KERN_FILE2 vs | Philip Guenthe |
2012-06-02 | Delete diagnostic code that reports timeout adjustments on resume. | Philip Guenthe |
2012-05-30 | Oops, when we moved _POSIX_SAVED_IDS from sys/unistd.h to unistd.h, it | Matthew Dempsky |
2012-05-30 | Fix a few issues in the pressure logic when the available buffers run low: | Miod Vallat |
2012-05-25 | Change the KERN_FILE_BYPID and KERN_FILE_BYUID modes of the KERN_FILE2 | Philip Guenthe |
2012-05-24 | A couple of trivial spacing and comment fixes. | Nicholas Marriott |
2012-05-24 | unputc should clear the character removed in the buffers like getc. | Nicholas Marriott |
2012-05-24 | When clearing quote bits in getc and q_to_b, clear from the c_cf (the | Nicholas Marriott |
2012-05-24 | On resume, run forward the monotonic and realtimes clocks instead of jumping | 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-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 |