History log of /openbsd-src/usr.bin/sendbug/sendbug.c (Results 1 – 25 of 80)
Revision Date Author Comments
# 3f120367 10-Apr-2022 jca <jca@openbsd.org>

Add more missing archs to "categories": aarch64, mips64el and powerpc64

The categories listing is long and maybe adding archs in there isn't
very relevant (any more?).


# d06d0e58 29-Mar-2022 jca <jca@openbsd.org>

Update list ofarchitectures

Retire sparc (32 bits) and vax, add riscv64.
From Raf Czlonka


# 2aeb6b04 21-Aug-2017 deraadt <deraadt@openbsd.org>

Use waitpid()/EINTR idiom for the specific pid, rather than generic wait(),
in case the parent process was started with a dangling child. This style
ensures any potential parent:child interlock isn'

Use waitpid()/EINTR idiom for the specific pid, rather than generic wait(),
in case the parent process was started with a dangling child. This style
ensures any potential parent:child interlock isn't disrupted due to the
"wrong" child being waited on first. Then the other other childs can safely
zombie.
ok millert jca brynet

show more ...


# 4116c254 18-Oct-2016 kettenis <kettenis@openbsd.org>

Use the files in /var/db/acpi instead of trying to run acpidump.

ok brynet@


# 2dbd25f1 18-May-2016 jca <jca@openbsd.org>

Also print a warning if the user doesn't fill the mail Subject

Alternative diff by Tim (trondd ! kagu-tsuchi . com), ok tedu@


# 63e56b06 18-May-2016 jca <jca@openbsd.org>

Print a user-friendly message if some fields are missing; ok tedu@


# 53408464 17-Mar-2016 krw <krw@openbsd.org>

Last parameter to execl[e]() functions *must* be cast to a pointer.
Just NULL is not good practise as NULL is theoretically allowed to
be an integer rather than a pointer.

Use (char *)NULL consisten

Last parameter to execl[e]() functions *must* be cast to a pointer.
Just NULL is not good practise as NULL is theoretically allowed to
be an integer rather than a pointer.

Use (char *)NULL consistently instead of scattering a few (char *)0
and (void *)NULL into the mix.

Prompted by and probably ok deraadt@ millert@ kettenis@

Definitely ok mestre@ ratchov@

show more ...


# 2a3a373b 26-Oct-2015 deraadt <deraadt@openbsd.org>

remove TMPDIR support


# 23243dd5 11-Oct-2015 deraadt <deraadt@openbsd.org>

-version options on commands like this make no sense; the version number
makes no promises about compatibility nor the lack of compatibility.
suggestion & diff from micheal reed


# ecfe3494 10-Oct-2015 deraadt <deraadt@openbsd.org>

normalize a few more tame request orderings, to help review


# 9a244d0b 10-Oct-2015 deraadt <deraadt@openbsd.org>

pledge "stdio getpw rpath wpath cpath tmppath proc exec". doug pointed out
the need for getpw. Not sure if I see ways to improve this program.
ok doug


# b9fc9a72 16-Jan-2015 deraadt <deraadt@openbsd.org>

Replace <sys/param.h> with <limits.h> and other less dirty headers where
possible. Annotate <sys/param.h> lines with their current reasons. Switch
to PATH_MAX, NGROUPS_MAX, HOST_NAME_MAX+1, LOGIN_N

Replace <sys/param.h> with <limits.h> and other less dirty headers where
possible. Annotate <sys/param.h> lines with their current reasons. Switch
to PATH_MAX, NGROUPS_MAX, HOST_NAME_MAX+1, LOGIN_NAME_MAX, etc. Change
MIN() and MAX() to local definitions of MINIMUM() and MAXIMUM() where
sensible to avoid pulling in the pollution. These are the files confirmed
through binary verification.
ok guenther, millert, doug (helped with the verification protocol)

show more ...


# fbe7d4c0 18-Mar-2014 miod <miod@openbsd.org>

Retire hp300, mvme68k and mvme88k ports. These ports have no users, keeping
this hardware alive is becoming increasingly difficult, and I should heed the
message sent by the three disks which have di

Retire hp300, mvme68k and mvme88k ports. These ports have no users, keeping
this hardware alive is becoming increasingly difficult, and I should heed the
message sent by the three disks which have died on me over the last few days.

Noone sane will mourn these ports anyway. So long, and thanks for the fish.

show more ...


# 8e180d99 21-Jul-2012 phessler <phessler@openbsd.org>

Have sendbug(1) submit error reports to bugs@, instead of gnats@.

OK deraadt@


# c025b898 20-Apr-2010 sthen <sthen@openbsd.org>

Fix some pclose() calls, spotted by Peter Philipp. ok deraadt@


# d070c508 20-Apr-2010 sthen <sthen@openbsd.org>

Include usbdevs -v output in the PR template, showing us device IDs which
cannot be deduced from the dmesg output. Suggested by miod@, ok deraadt@


# aadec989 23-Mar-2010 deraadt <deraadt@openbsd.org>

fixes memory and FILE handle leaks. `acpidir' is allocated via
asprintf(3) and `ifp' is opened via popen(3), but not closed.
from zinovik


# f89edd4b 26-Aug-2009 deraadt <deraadt@openbsd.org>

initialize tmpdir before use; PR 6214


# 6e192cfd 07-Jun-2009 ray <ray@openbsd.org>

Remove gecos expanding code, since the expanded string is no longer
used.


# 8ef3815a 06-Jun-2009 ray <ray@openbsd.org>

Include pcidump and acpidump output when sendbug is run as root,
to aid ACPI development. Output files are base64 encoded in the
report.

Add a -E flag to decode files from a report to the current d

Include pcidump and acpidump output when sendbug is run as root,
to aid ACPI development. Output files are base64 encoded in the
report.

Add a -E flag to decode files from a report to the current directory.

Requested by deraadt, "Sweet!" marco, "Looks good to me." pirofti

show more ...


# 580747f8 28-Jan-2009 ray <ray@openbsd.org>

Re-add "Category" category to sendbug template. Without it, reports
were categorized as "pending" and the report was never acked.

Reported by RD Thrush and bernd@, OK miod


# 22970bc8 14-Dec-2008 ray <ray@openbsd.org>

Remove useless fields from template, they just serve to confuse
users.

Idea okayed by art and deraadt, feedback from jmc.


# 5eb46bea 06-Oct-2008 deraadt <deraadt@openbsd.org>

parse all arguments before going and doing the job requested by -P
(slight change made to check argc == 0)
from Daniel Dickman


# 62f9cc10 14-Jun-2008 pvalchev <pvalchev@openbsd.org>

- remove ports category after discussion w/ many
- sync architectures list with reality and fix a few names
ok theo


# 6530cc94 08-May-2008 chl <chl@openbsd.org>

replace "/usr/sbin/sendmail" with _PATH_SENDMAIL

no binary change

found by Daniel Dickman <didickman at gmail.com>

ok ray@


1234