OpenBSD CVS

CVS log for src/distrib/common/Attic/elfrd_size.c


[BACK] Up to [local] / src / distrib / common

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.11, Fri Apr 5 21:08:00 2019 UTC (5 years, 2 months ago) by deraadt
Branch: MAIN
CVS Tags: HEAD
Changes since 1.10: +1 -1 lines
FILE REMOVED

Use new rdsetroot.

Revision 1.10 / (download) - annotate - [select for diffs], Fri Jun 1 21:20:13 2018 UTC (6 years ago) by mortimer
Branch: MAIN
CVS Tags: OPENBSD_6_4_BASE, OPENBSD_6_4
Changes since 1.9: +4 -4 lines
Diff to previous 1.9 (colored)

Quiet clang warnings
ok deraadt@ millert@

Revision 1.9 / (download) - annotate - [select for diffs], Thu Apr 26 12:42:50 2018 UTC (6 years, 1 month ago) by guenther
Branch: MAIN
Changes since 1.8: +1 -2 lines
Diff to previous 1.8 (colored)

Use <fcntl.h> instead of <sys/file.h> for open() and friends.
Delete a bunch of unnecessary #includes and sort to match style(9)
while doing the above cleanup.

ok deraadt@ krw@

Revision 1.8 / (download) - annotate - [select for diffs], Sun Dec 3 19:32:19 2017 UTC (6 years, 6 months ago) by tb
Branch: MAIN
CVS Tags: OPENBSD_6_3_BASE, OPENBSD_6_3
Changes since 1.7: +6 -2 lines
Diff to previous 1.7 (colored)

pledge(2) elfrdsetroot:

- pledge(2) "stdio" after managing arguments (opening files)
- add $OpenBSD$ markers on elfrd_size.c and elfrdsetroot.h
- add a check for NULL on malloc(3) call in elfrd_size.c

from semarie, ok deraadt

Revision 1.7 / (download) - annotate - [select for diffs], Sun Oct 29 08:45:53 2017 UTC (6 years, 7 months ago) by mpi
Branch: MAIN
Changes since 1.6: +1 -2 lines
Diff to previous 1.6 (colored)

Prefer <elf.h> to the non portable <sys/exec_elf.h>.

ok jca@, deraadt@

Revision 1.6 / (download) - annotate - [select for diffs], Mon Jul 31 01:18:09 2017 UTC (6 years, 10 months ago) by mortimer
Branch: MAIN
CVS Tags: OPENBSD_6_2_BASE, OPENBSD_6_2
Changes since 1.5: +1 -2 lines
Diff to previous 1.5 (colored)

Style fix and unused var/label cleanup. From Matthew Martin.
ok deraadt@

Revision 1.5 / (download) - annotate - [select for diffs], Sat Jul 29 16:09:42 2017 UTC (6 years, 10 months ago) by mortimer
Branch: MAIN
Changes since 1.4: +16 -9 lines
Diff to previous 1.4 (colored)

Fix clang warnings in rdsetroot
ok deraadt@

Revision 1.4 / (download) - annotate - [select for diffs], Fri Oct 16 16:54:38 2015 UTC (8 years, 7 months ago) by tobias
Branch: MAIN
CVS Tags: OPENBSD_6_1_BASE, OPENBSD_6_1, OPENBSD_6_0_BASE, OPENBSD_6_0, OPENBSD_5_9_BASE, OPENBSD_5_9
Changes since 1.3: +3 -2 lines
Diff to previous 1.3 (colored)

Check file sizes only for regular files. The current code breaks savecore
due to its kvm handling.

ok deraadt

Revision 1.3 / (download) - annotate - [select for diffs], Fri Oct 16 13:54:45 2015 UTC (8 years, 7 months ago) by tobias
Branch: MAIN
Changes since 1.2: +51 -37 lines
Diff to previous 1.2 (colored)

Merge nlist out of boundary access fix with other nlist implementations.
While at it, merge style and typo fixes back into nlist(3), too.

ok deraadt, jsing, millert

Revision 1.2 / (download) - annotate - [select for diffs], Thu Aug 20 21:33:03 2015 UTC (8 years, 9 months ago) by deraadt
Branch: MAIN
Changes since 1.1: +3 -3 lines
Diff to previous 1.1 (colored)

remove casts which are not needed

Revision 1.1 / (download) - annotate - [select for diffs], Fri Jul 8 21:39:32 2011 UTC (12 years, 11 months ago) by drahn
Branch: MAIN
CVS Tags: OPENBSD_5_8_BASE, OPENBSD_5_8, OPENBSD_5_7_BASE, OPENBSD_5_7, OPENBSD_5_6_BASE, OPENBSD_5_6, OPENBSD_5_5_BASE, OPENBSD_5_5, OPENBSD_5_4_BASE, OPENBSD_5_4, 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

Allow the elf rdsetroot operation to function on 32 bit and 64 bit binaries.
Enables developers to build arm ramdisk kernels on amd64 archs
OK deraadt@ 'looked fine' 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.