Age | Commit message (Expand) | Author |
2013-11-06 | use DEV_BSIZE instead of "secsize" | Theo de Raadt |
2013-11-06 | teach the side-effect free drivers about the partition they are dealing | Theo de Raadt |
2013-11-06 | Errant assignment that snuck in long ago. Pointed out by deraadt@ | Mike Larkin |
2013-11-05 | Change an #if 0 surrounding a debug printf into a DPRINTF instead. | Mike Larkin |
2013-11-05 | new function uvm_hibswap() finds a the largest free zone in swap, which | Theo de Raadt |
2013-11-05 | remove pool constructors and destructors. theyre called for every | David Gwynne |
2013-11-05 | Replace direct references to p_size, p_offset and d_secperunit with | Kenneth R Westerback |
2013-11-04 | move kernel sensor tasks from using workqs to tasks. while here | David Gwynne |
2013-11-01 | Sprinkle (long long) casts where %lld is being used to print daddr_t | Kenneth R Westerback |
2013-10-30 | Use local variables for ap->a_p where appropriate. | Philip Guenther |
2013-10-30 | deprecate taskq_systq() and replace it with extern struct taskq | David Gwynne |
2013-10-29 | since taskq_create is only callable from autoconf or process context, it | David Gwynne |
2013-10-29 | sys/task.h includes sys/queue.h, so kern/kern_task.c doesnt need | David Gwynne |
2013-10-29 | use unsigned int instead of u_int to reduce the depend on types.h. | David Gwynne |
2013-10-29 | introduce tasks and taskqs as an alternative to workqs. | David Gwynne |
2013-10-29 | Unlock the vnode while calling a device's d_close routine, except when | Philip Guenther |
2013-10-25 | fix comment | Todd C. Miller |
2013-10-25 | Move the declarations for dogetrusage(), itimerround(), and dowait4() | Philip Guenther |
2013-10-22 | - add UNIX-domain socket info to struct kinfo_file2 | Philip Guenther |
2013-10-20 | Informational message on unpack start | Mike Larkin |
2013-10-20 | KNF a long line. | Kenneth R Westerback |
2013-10-20 | Provide more debugging aids when failing to read the packed image from disk | Mike Larkin |
2013-10-20 | DPRINTFs for various failure cases, disabled by default (uncomment | Mike Larkin |
2013-10-20 | Flush the cache after bouncing the inflate page to the piglet. | Mike Larkin |
2013-10-20 | Use a second inflate page for stream finalize, since it is possible | Mike Larkin |
2013-10-19 | Use daddr_t * instead of int * for the partoffp parameter to | Kenneth R Westerback |
2013-10-19 | When hooks are called, allow them to disestablish themselves by using | Reyk Floeter |
2013-10-17 | another lurking ecoff reference is found.. | Theo de Raadt |
2013-10-17 | Remove support for a.out and ecoff. We only do elf now. | Theo de Raadt |
2013-10-15 | repair typo talking about a.out | Theo de Raadt |
2013-10-14 | Display correct values (i.e. blocks where blocks are meant) in | Kenneth R Westerback |
2013-10-11 | poll(2) on a closed tty should return POLLIN|POLLHUP in revents | Todd C. Miller |
2013-10-08 | Fix delivery of SIGPROF and SIGVTALRM to threaded processes by having | Philip Guenther |
2013-10-08 | If a thread sends a signal to its own process, then have that thread | Philip Guenther |
2013-10-07 | disk sizes, partition sizes and partition offsets are u_int64_t | Kenneth R Westerback |
2013-10-06 | Tweak comment | Philip Guenther |
2013-10-06 | Replace some XXX casts with an inline function that explains what's going on | Philip Guenther |
2013-10-06 | Add CLOCK_UPTIME, a clock which measures time-running-not-suspended, so | Philip Guenther |
2013-10-06 | Back out POLLHUP change until a problem with xterm hanging on close | Todd C. Miller |
2013-10-04 | poll(2) on a closed tty should return POLLIN|POLLHUP in revents | Todd C. Miller |
2013-10-03 | Adds DPRINTF/DNPRINTF macros to hibernate, and adds invocation of said | Mike Larkin |
2013-10-02 | format string fix: b_flags is long | Stefan Fritsch |
2013-10-02 | format string fix: p_*ticks are u_int | Stefan Fritsch |
2013-10-02 | Format string fix: Use %td for pointer difference | Stefan Fritsch |
2013-10-01 | Format string fixes: %hu/%hd for uint16_t, %u/%d/%x for uint32_t | Stefan Fritsch |
2013-10-01 | Format string fixes: Cast time_t to long long | Stefan Fritsch |
2013-10-01 | format string fix | Stefan Fritsch |
2013-09-29 | Print out the compressed image size during unhibernate, for diagnostic | Mike Larkin |
2013-09-28 | poll(2) on a socket should set POLLHUP on EOF. This makes the | Todd C. Miller |
2013-09-24 | a bit more tmpfs scaffolding (still not active, no kernel change) | Marc Espie |