Age | Commit message (Expand) | Author |
2015-04-07 | Teach libkvm a bit about PAE, making it independent of the kernel defines | Philip Guenther |
2015-04-04 | The swapfile argument is also const char *. | Jeremie Courreges-Anglas |
2015-03-30 | Do not include <machine/autoconf.h>, for it is a kernel-only header and libkvm | Miod Vallat |
2015-03-28 | Replace the hand-crafted list of datagram unix domain sockets with | Alexander Bluhm |
2015-03-18 | Rework the virtual memory layout on SRMMU systems (sun4d/sun4m) to use a much | Miod Vallat |
2015-02-11 | Extend struct kinfo_file a bit for netstat (sync with the kernel). | Claudio Jeker |
2015-02-11 | Prefer arg != 0 over arg for non-boolean. nitted kettenis@ | Philip Guenther |
2015-02-11 | sysctl({CTL_KERN, KERN_FILE, KERN_FILE_BYFILE}) previously required | Philip Guenther |
2015-02-09 | typo | Miod Vallat |
2015-01-16 | Move to the <limits.h> universe. | Theo de Raadt |
2015-01-09 | Cleanup some macros and #defines in i386 pmap. Previously committed and | Mike Larkin |
2014-12-16 | include lock.h, needed for later headers but currently included by magic | Ted Unangst |
2014-11-19 | Nuke yet more obvious #include duplications. | Kenneth R Westerback |
2014-11-18 | Nuke some obvious #include duplications. | Kenneth R Westerback |
2014-11-18 | udf needs siphash to build. | David Gwynne |
2014-11-03 | Put the socket splicing fields into a seperate struct sosplice that | Alexander Bluhm |
2014-10-25 | Remove unnecessary netinet/in_systm.h include. | Lawrence Teo |
2014-10-22 | Don't leak the old data if _kvm_reallocarray() fails | Philip Guenther |
2014-10-15 | Apply reallocarray() idiom. | Theo de Raadt |
2014-08-15 | Use O_CLOEXEC wherever we open a file and then call fcntl(F_SETFD, FD_CLOEXEC) | Philip Guenther |
2014-07-11 | the one userland file which wants uvmexp snooped via kmem, gets to use the | Theo de Raadt |
2014-07-08 | sys/user.h can now be substantially gutted. | Theo de Raadt |
2014-07-04 | Track whether a process is a zombie or not yet fully built via flags | Philip Guenther |
2014-05-25 | Get the vmspace pointer from the process, not the thread | Philip Guenther |
2014-03-30 | Eliminates struct pcred by moving the real and saved ugids into | Philip Guenther |
2014-03-22 | Unbreak tree; p_sigacts moved from struct proc to struct process | Florian Obser |
2014-03-18 | Retire hp300, mvme68k and mvme88k ports. These ports have no users, keeping | Miod Vallat |
2014-02-05 | More crash dump parsing fixes: correct paddr in process info and pids | Philip Guenther |
2014-01-21 | obvious .Pa fixes; found with mandocdb(8) | Ingo Schwarze |
2014-01-20 | Threads can't be zombies, only processes, so change zombproc to zombprocess, | Philip Guenther |
2014-01-20 | p_textvp moved from struct proc to struct process | Philip Guenther |
2013-11-17 | Mark internal symbols as hidden. This removes symbols from the ABI, | Philip Guenther |
2013-11-16 | _kvm_syserr() is printf-like too | Philip Guenther |
2013-11-16 | ANSIfy a declaration | Philip Guenther |
2013-11-16 | Prep for hidden visibility: move the vnode/file related function | Philip Guenther |
2013-11-12 | Apply format __attribute__ to _kvm_err() and fix the errors that it detects. | Philip Guenther |
2013-11-12 | a missing prototypes | Theo de Raadt |
2013-11-01 | reduce use of <sys/user.h> | Theo de Raadt |
2013-10-22 | - add UNIX-domain socket info to struct kinfo_file2 | Philip Guenther |
2013-10-17 | Remove support for a.out and ecoff. We only do elf now. | Theo de Raadt |
2013-08-14 | some Bx/Ox conversion; | Jason McIntyre |
2013-08-13 | Switch time_t, ino_t, clock_t, and struct kevent's ident and data | Philip Guenther |
2013-08-03 | KERN_PROC_BYPID --> KERN_FILE_BYPID | Philip Guenther |
2013-06-05 | use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarze | Ted Unangst |
2013-03-28 | Avoid using PAGE_SHIFT, PAGE_SIZE, and PAGE_MASK defines, since we already | Theo de Raadt |
2013-03-23 | do not need udf_extern.h | Theo de Raadt |
2013-03-20 | spaces | Theo de Raadt |
2013-03-20 | When non-root asks sysctl for kinfo proc or file requests, do not fill in | Theo de Raadt |
2013-01-14 | No longer need the "miniproc" glue, as we only have kinfo_proc now. | Philip Guenther |
2012-12-05 | Remove excessive sys/cdefs.h inclusion | Theo de Raadt |