Age | Commit message (Expand) | Author |
2012-09-11 | Remove the 'OLF method' used for the transition from a.out to ELF and | Theo de Raadt |
2012-09-10 | Cleanup VFS mount string handling: | Joel Sing |
2012-09-10 | sync | Theo de Raadt |
2012-09-10 | compat_o48_sys_getdirentries can die; ok guenther | Theo de Raadt |
2012-09-10 | delete compat_o48_sys_getdirentries; ok guenther | Theo de Raadt |
2012-09-08 | Plug a race where we're trying to kill a traced process while it is aleady | Mark Kettenis |
2012-09-02 | Do not need bcopy trickery to update the file descriptor | Theo de Raadt |
2012-08-30 | Remove a useless test for "elem_count < 0", which can never be true | Matthew Dempsky |
2012-08-28 | Add __guard_local as a hidden symbol to ld.so, kernel, and every | Matthew Dempsky |
2012-08-23 | sync | Theo de Raadt |
2012-08-23 | kill nnpfs dead | Theo de Raadt |
2012-08-23 | To protect assumptions inside systrace, don't let systrace fds be | Philip Guenthe |
2012-08-21 | Stop "inlining" setrunnable() we already had two bugs because of it. | Christiano F. Haesbaert |
2012-08-20 | Add support for .openbsd.randomdata sections and PT_OPENBSD_RANDOMIZE | Matthew Dempsky |
2012-08-07 | Move the common bits of syscall invocation and return handling into | Philip Guenthe |
2012-08-02 | Apply profiling to all threads instead of just the thread that called | Philip Guenthe |
2012-07-22 | unp_dispose() walks not just the mbuf chain (m_next) but also the packet | Philip Guenthe |
2012-07-19 | say that we are unhibernating.. | Theo de Raadt |
2012-07-16 | oops, need sys/acct.h too | Theo de Raadt |
2012-07-16 | Put acct_shutdown() proto in a better place | Theo de Raadt |
2012-07-16 | Back out my workaround from r1.43 now that jsing has committed a better fix. | Stefan Sperling |
2012-07-16 | Make sure we have a swap partition before trying to read or write | Joel Sing |
2012-07-15 | Don't panic in hibernate resume if no swap partition exists on the root disk. | Stefan Sperling |
2012-07-12 | Temporarily don't do RLE page encoding in hibernate to fix some unpacking | Mike Larkin |
2012-07-11 | Revert the blocked FIFO open fix, as there's either a race in the | Philip Guenthe |
2012-07-11 | Enable the swap checker for hibernate | Mike Larkin |
2012-07-11 | If the current offset is strictly less than the process filesize | Philip Guenthe |
2012-07-11 | exit1(EXIT_THREAD) needs to call single_thread_check() so that it | Philip Guenthe |
2012-07-10 | Make sure that we don't schedule processes on CPUs that we havetaken out of | Mark Kettenis |
2012-07-10 | Don't release a FILE that wan't allocated. Found by benno@ | Philip Guenthe |
2012-07-10 | We should only call need_resched() if the priority is lower than the | Christiano F. Haesbaert |
2012-07-10 | For setsockopt(SO_{SND,RCV}TIMEO), convert the timeval to ticks using | Philip Guenthe |
2012-07-10 | Try to cleanup the macro magic because of socket spliceing. Since struct | Claudio Jeker |
2012-07-09 | The linux emulation exit hook needs to be able to sleep, so call it | Philip Guenthe |
2012-07-09 | Print the fd_set used by select in kdump. | Claudio Jeker |
2012-07-09 | Tedu old comment concerning cpu affinity which does not apply anymore. | Christiano F. Haesbaert |
2012-07-09 | In reboot, no need to sched_peg_curproc() to the primary, because | Theo de Raadt |
2012-07-09 | Compare the size of the static fd_mask against the number of bytes needed | Claudio Jeker |
2012-07-09 | DVACT_SUSPEND must be done at cold with interrupts disabled. Failure | Theo de Raadt |
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 |