summaryrefslogtreecommitdiffstats
path: root/lib/libkvm (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove NULL-checks before free(). ok tb@mmcc2015-12-199-52/+30
* update NAME section to include all documented functions,jmc2015-11-101-3/+3
* port the changes just made to kvm_getfiles in kvm_file2.c r1.47 todlg2015-09-082-29/+30
* fix a race when fetching files from the kernel. the number of filesdlg2015-09-042-40/+44
* add kvm_realloc() as a private function.dlg2015-09-042-2/+11
* Rework the UNIX domain socket garbage collector, including ideas fromguenther2015-08-281-2/+2
* When checking flags that will be passed to open(), test the O_ACCMODE portionguenther2015-05-111-2/+2
* Teach libkvm a bit about PAE, making it independent of the kernel definesguenther2015-04-071-17/+68
* The swapfile argument is also const char *.jca2015-04-041-4/+4
* Do not include <machine/autoconf.h>, for it is a kernel-only header and libkvmmiod2015-03-301-8/+7
* Replace the hand-crafted list of datagram unix domain sockets withbluhm2015-03-281-3/+5
* Rework the virtual memory layout on SRMMU systems (sun4d/sun4m) to use a muchmiod2015-03-181-5/+5
* Extend struct kinfo_file a bit for netstat (sync with the kernel).claudio2015-02-112-2/+33
* Prefer arg != 0 over arg for non-boolean. nitted kettenis@guenther2015-02-111-2/+2
* sysctl({CTL_KERN, KERN_FILE, KERN_FILE_BYFILE}) previously requiredguenther2015-02-112-9/+29
* typomiod2015-02-091-2/+2
* Move to the <limits.h> universe.deraadt2015-01-163-7/+8
* Cleanup some macros and #defines in i386 pmap. Previously committed andmlarkin2015-01-091-1/+10
* include lock.h, needed for later headers but currently included by magictedu2014-12-162-2/+4
* Nuke yet more obvious #include duplications.krw2014-11-191-2/+1
* Nuke some obvious #include duplications.krw2014-11-181-2/+1
* udf needs siphash to build.dlg2014-11-181-1/+3
* Put the socket splicing fields into a seperate struct sosplice thatbluhm2014-11-031-6/+14
* Remove unnecessary netinet/in_systm.h include.lteo2014-10-251-2/+1
* Don't leak the old data if _kvm_reallocarray() failsguenther2014-10-221-3/+5
* Apply reallocarray() idiom.deraadt2014-10-154-21/+23
* Use O_CLOEXEC wherever we open a file and then call fcntl(F_SETFD, FD_CLOEXEC)guenther2014-08-151-34/+32
* the one userland file which wants uvmexp snooped via kmem, gets to use thederaadt2014-07-111-1/+2
* sys/user.h can now be substantially gutted.deraadt2014-07-081-2/+4
* Track whether a process is a zombie or not yet fully built via flagsguenther2014-07-043-43/+69
* Get the vmspace pointer from the process, not the threadguenther2014-05-251-2/+2
* Eliminates struct pcred by moving the real and saved ugids intoguenther2014-03-302-23/+10
* Unbreak tree; p_sigacts moved from struct proc to struct processflorian2014-03-221-4/+4
* Retire hp300, mvme68k and mvme88k ports. These ports have no users, keepingmiod2014-03-181-211/+0
* More crash dump parsing fixes: correct paddr in process info and pidsguenther2014-02-052-14/+13
* obvious .Pa fixes; found with mandocdb(8)schwarze2014-01-212-8/+8
* Threads can't be zombies, only processes, so change zombproc to zombprocess,guenther2014-01-202-121/+137
* p_textvp moved from struct proc to struct processguenther2014-01-201-4/+4
* Mark internal symbols as hidden. This removes symbols from the ABI,guenther2013-11-173-3/+7
* _kvm_syserr() is printf-like tooguenther2013-11-161-2/+3
* ANSIfy a declarationguenther2013-11-161-3/+2
* Prep for hidden visibility: move the vnode/file related functionguenther2013-11-166-12/+54
* Apply format __attribute__ to _kvm_err() and fix the errors that it detects.guenther2013-11-123-43/+57
* a missing prototypesderaadt2013-11-121-1/+6
* reduce use of <sys/user.h>deraadt2013-11-0114-28/+16
* - add UNIX-domain socket info to struct kinfo_file2guenther2013-10-229-273/+97
* Remove support for a.out and ecoff. We only do elf now.deraadt2013-10-172-4/+4
* some Bx/Ox conversion;jmc2013-08-142-8/+16
* Switch time_t, ino_t, clock_t, and struct kevent's ident and dataguenther2013-08-131-2/+2
* KERN_PROC_BYPID --> KERN_FILE_BYPIDguenther2013-08-031-3/+3