OpenBSD CVS

CVS log for src/lib/libkvm/kvm_udf.c


[BACK] Up to [local] / src / lib / libkvm

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.11 / (download) - annotate - [select for diffs], Fri Sep 10 00:02:43 2021 UTC (2 years, 9 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, OPENBSD_7_3_BASE, OPENBSD_7_3, OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1, OPENBSD_7_0_BASE, OPENBSD_7_0, HEAD
Changes since 1.10: +3 -2 lines
Diff to previous 1.10 (colored)

annotate what symbols are used from sys/param.h lines, or delete them
if not required.  when deleting, add sys/signal.h or other lines which
were not being pulled in

Revision 1.10 / (download) - annotate - [select for diffs], Sun Oct 2 23:11:55 2016 UTC (7 years, 8 months ago) by guenther
Branch: MAIN
CVS Tags: OPENBSD_6_9_BASE, OPENBSD_6_9, OPENBSD_6_8_BASE, OPENBSD_6_8, OPENBSD_6_7_BASE, OPENBSD_6_7, OPENBSD_6_6_BASE, OPENBSD_6_6, OPENBSD_6_5_BASE, OPENBSD_6_5, OPENBSD_6_4_BASE, OPENBSD_6_4, OPENBSD_6_3_BASE, OPENBSD_6_3, OPENBSD_6_2_BASE, OPENBSD_6_2, OPENBSD_6_1_BASE, OPENBSD_6_1
Changes since 1.9: +2 -1 lines
Diff to previous 1.9 (colored)

Add va_nlink information to struct kinfo_file (so bump the shlib minor)

from Sebastien Marie

Revision 1.9 / (download) - annotate - [select for diffs], Tue Dec 16 03:21:10 2014 UTC (9 years, 5 months ago) by tedu
Branch: MAIN
CVS Tags: OPENBSD_6_0_BASE, OPENBSD_6_0, OPENBSD_5_9_BASE, OPENBSD_5_9, OPENBSD_5_8_BASE, OPENBSD_5_8, OPENBSD_5_7_BASE, OPENBSD_5_7
Changes since 1.8: +2 -1 lines
Diff to previous 1.8 (colored)

include lock.h, needed for later headers but currently included by magic
ok millert

Revision 1.8 / (download) - annotate - [select for diffs], Tue Nov 18 12:41:16 2014 UTC (9 years, 6 months ago) by dlg
Branch: MAIN
Changes since 1.7: +3 -1 lines
Diff to previous 1.7 (colored)

udf needs siphash to build.

i dont know if this is the right fix, but the tree needs to build.

Revision 1.7 / (download) - annotate - [select for diffs], Sat Nov 16 00:37:11 2013 UTC (10 years, 6 months ago) by guenther
Branch: MAIN
CVS Tags: OPENBSD_5_6_BASE, OPENBSD_5_6, OPENBSD_5_5_BASE, OPENBSD_5_5
Changes since 1.6: +2 -1 lines
Diff to previous 1.6 (colored)

Prep for hidden visibility: move the vnode/file related function
declarations, including _kvm_getftype(), into a new header, kvm_file.h,
so that we don't have to pull <sys/vnode.h> into all the .c files.  No
more extern function declaration in .c files.

ok millert@

Revision 1.6 / (download) - annotate - [select for diffs], Tue Oct 22 16:40:27 2013 UTC (10 years, 7 months ago) by guenther
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)

- add UNIX-domain socket info to struct kinfo_file2
- convert netstat from kvm_getfiles() to kvm_getfile2() using that
- delete kvm_getfiles() and KERN_FILE as no longer used (bump libkvm's major)
- rename kvm_getfile2() to kvm_getfiles(), kinfo_file2 to kinfo_file
  and KERN_FILE2 to KERN_FILE.

ok deraadt@, millert@
ports scan sthen@

Revision 1.5 / (download) - annotate - [select for diffs], Sat Mar 23 17:11:08 2013 UTC (11 years, 2 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_5_4_BASE, OPENBSD_5_4
Changes since 1.4: +1 -2 lines
Diff to previous 1.4 (colored)

do not need udf_extern.h

Revision 1.4 / (download) - annotate - [select for diffs], Mon Jul 4 20:35:35 2011 UTC (12 years, 11 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_5_3_BASE, OPENBSD_5_3, OPENBSD_5_2_BASE, OPENBSD_5_2, OPENBSD_5_1_BASE, OPENBSD_5_1, OPENBSD_5_0_BASE, OPENBSD_5_0
Changes since 1.3: +2 -3 lines
Diff to previous 1.3 (colored)

move the specfs code to a place people can see it; ok guenther thib krw

Revision 1.3 / (download) - annotate - [select for diffs], Tue Oct 27 23:59:28 2009 UTC (14 years, 7 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_4_9_BASE, OPENBSD_4_9, OPENBSD_4_8_BASE, OPENBSD_4_8, OPENBSD_4_7_BASE, OPENBSD_4_7
Changes since 1.2: +1 -5 lines
Diff to previous 1.2 (colored)

rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
unmaintainable).  these days, people use source.  these id's do not provide
any benefit, and do hurt the small install media
(the 33,000 line diff is essentially mechanical)
ok with the idea millert, ok dms

Revision 1.2 / (download) - annotate - [select for diffs], Sat Jun 20 20:20:43 2009 UTC (14 years, 11 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_4_6_BASE, OPENBSD_4_6
Changes since 1.1: +2 -5 lines
Diff to previous 1.1 (colored)

Move KREAD define to kvm_private.h

Revision 1.1 / (download) - annotate - [select for diffs], Sat Jun 20 19:50:05 2009 UTC (14 years, 11 months ago) by millert
Branch: MAIN

Split out cd9660 bits into their own .c file to avoid #define collisions
with ufs and add also udf support.  OK miod@

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.