| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove NULL-checks before free(). ok tb@ |  mmcc | 2015-12-19 | 9 | -52/+30 |
* | update NAME section to include all documented functions, |  jmc | 2015-11-10 | 1 | -3/+3 |
* | port the changes just made to kvm_getfiles in kvm_file2.c r1.47 to |  dlg | 2015-09-08 | 2 | -29/+30 |
* | fix a race when fetching files from the kernel. the number of files |  dlg | 2015-09-04 | 2 | -40/+44 |
* | add kvm_realloc() as a private function. |  dlg | 2015-09-04 | 2 | -2/+11 |
* | Rework the UNIX domain socket garbage collector, including ideas from |  guenther | 2015-08-28 | 1 | -2/+2 |
* | When checking flags that will be passed to open(), test the O_ACCMODE portion |  guenther | 2015-05-11 | 1 | -2/+2 |
* | Teach libkvm a bit about PAE, making it independent of the kernel defines |  guenther | 2015-04-07 | 1 | -17/+68 |
* | The swapfile argument is also const char *. |  jca | 2015-04-04 | 1 | -4/+4 |
* | Do not include <machine/autoconf.h>, for it is a kernel-only header and libkvm |  miod | 2015-03-30 | 1 | -8/+7 |
* | Replace the hand-crafted list of datagram unix domain sockets with |  bluhm | 2015-03-28 | 1 | -3/+5 |
* | Rework the virtual memory layout on SRMMU systems (sun4d/sun4m) to use a much |  miod | 2015-03-18 | 1 | -5/+5 |
* | Extend struct kinfo_file a bit for netstat (sync with the kernel). |  claudio | 2015-02-11 | 2 | -2/+33 |
* | Prefer arg != 0 over arg for non-boolean. nitted kettenis@ |  guenther | 2015-02-11 | 1 | -2/+2 |
* | sysctl({CTL_KERN, KERN_FILE, KERN_FILE_BYFILE}) previously required |  guenther | 2015-02-11 | 2 | -9/+29 |
* | typo |  miod | 2015-02-09 | 1 | -2/+2 |
* | Move to the <limits.h> universe. |  deraadt | 2015-01-16 | 3 | -7/+8 |
* | Cleanup some macros and #defines in i386 pmap. Previously committed and |  mlarkin | 2015-01-09 | 1 | -1/+10 |
* | include lock.h, needed for later headers but currently included by magic |  tedu | 2014-12-16 | 2 | -2/+4 |
* | Nuke yet more obvious #include duplications. |  krw | 2014-11-19 | 1 | -2/+1 |
* | Nuke some obvious #include duplications. |  krw | 2014-11-18 | 1 | -2/+1 |
* | udf needs siphash to build. |  dlg | 2014-11-18 | 1 | -1/+3 |
* | Put the socket splicing fields into a seperate struct sosplice that |  bluhm | 2014-11-03 | 1 | -6/+14 |
* | Remove unnecessary netinet/in_systm.h include. |  lteo | 2014-10-25 | 1 | -2/+1 |
* | Don't leak the old data if _kvm_reallocarray() fails |  guenther | 2014-10-22 | 1 | -3/+5 |
* | Apply reallocarray() idiom. |  deraadt | 2014-10-15 | 4 | -21/+23 |
* | Use O_CLOEXEC wherever we open a file and then call fcntl(F_SETFD, FD_CLOEXEC) |  guenther | 2014-08-15 | 1 | -34/+32 |
* | the one userland file which wants uvmexp snooped via kmem, gets to use the |  deraadt | 2014-07-11 | 1 | -1/+2 |
* | sys/user.h can now be substantially gutted. |  deraadt | 2014-07-08 | 1 | -2/+4 |
* | Track whether a process is a zombie or not yet fully built via flags |  guenther | 2014-07-04 | 3 | -43/+69 |
* | Get the vmspace pointer from the process, not the thread |  guenther | 2014-05-25 | 1 | -2/+2 |
* | Eliminates struct pcred by moving the real and saved ugids into |  guenther | 2014-03-30 | 2 | -23/+10 |
* | Unbreak tree; p_sigacts moved from struct proc to struct process |  florian | 2014-03-22 | 1 | -4/+4 |
* | Retire hp300, mvme68k and mvme88k ports. These ports have no users, keeping |  miod | 2014-03-18 | 1 | -211/+0 |
* | More crash dump parsing fixes: correct paddr in process info and pids |  guenther | 2014-02-05 | 2 | -14/+13 |
* | obvious .Pa fixes; found with mandocdb(8) |  schwarze | 2014-01-21 | 2 | -8/+8 |
* | Threads can't be zombies, only processes, so change zombproc to zombprocess, |  guenther | 2014-01-20 | 2 | -121/+137 |
* | p_textvp moved from struct proc to struct process |  guenther | 2014-01-20 | 1 | -4/+4 |
* | Mark internal symbols as hidden. This removes symbols from the ABI, |  guenther | 2013-11-17 | 3 | -3/+7 |
* | _kvm_syserr() is printf-like too |  guenther | 2013-11-16 | 1 | -2/+3 |
* | ANSIfy a declaration |  guenther | 2013-11-16 | 1 | -3/+2 |
* | Prep for hidden visibility: move the vnode/file related function |  guenther | 2013-11-16 | 6 | -12/+54 |
* | Apply format __attribute__ to _kvm_err() and fix the errors that it detects. |  guenther | 2013-11-12 | 3 | -43/+57 |
* | a missing prototypes |  deraadt | 2013-11-12 | 1 | -1/+6 |
* | reduce use of <sys/user.h> |  deraadt | 2013-11-01 | 14 | -28/+16 |
* | - add UNIX-domain socket info to struct kinfo_file2 |  guenther | 2013-10-22 | 9 | -273/+97 |
* | Remove support for a.out and ecoff. We only do elf now. |  deraadt | 2013-10-17 | 2 | -4/+4 |
* | some Bx/Ox conversion; |  jmc | 2013-08-14 | 2 | -8/+16 |
* | Switch time_t, ino_t, clock_t, and struct kevent's ident and data |  guenther | 2013-08-13 | 1 | -2/+2 |
* | KERN_PROC_BYPID --> KERN_FILE_BYPID |  guenther | 2013-08-03 | 1 | -3/+3 |