index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
Age
Commit message (
Expand
)
Author
2021-03-26
Invert the 'R' indicator which seems rather unintuitive at the moment,
Mark Lumsden
2021-03-26
Sort header files and wrap long lines in x509.c
Kinichiro Inoguchi
2021-03-26
Add 'get-environment-variable', in a fashion:
Mark Lumsden
2021-03-26
Change the regex for define names. Make more characters available.
Mark Lumsden
2021-03-26
Change two more bool counters to pointer NULL checks.
Mark Lumsden
2021-03-25
Move the expression list create item code into a single function.
Mark Lumsden
2021-03-25
Add an (exit) method.
Mark Lumsden
2021-03-25
User a pointer's value (!NULL) instead of a boolean to indicate some
Mark Lumsden
2021-03-25
Use length of line to indicate end of characters to process in
Mark Lumsden
2021-03-24
Convert openssl(1) x509 option handling
Kinichiro Inoguchi
2021-03-24
Add option type OPTION_ORDER
Kinichiro Inoguchi
2021-03-23
Fix some ranges and type handling.
Martijn van Duren
2021-03-23
Add DisplayString/SnmpAdminString in accordance with recent OPENBSD-PF-MIB
Martijn van Duren
2021-03-23
Use a pointer called bufp to point to a buffer called bufn
Mark Lumsden
2021-03-23
Correct how many arguments some functions take for interpreter.c.
Mark Lumsden
2021-03-23
Make a parameter to an mg function not throw an error just
Mark Lumsden
2021-03-22
Remove unveil() from the rsync_sender() and flist_gen(). The sender is
Claudio Jeker
2021-03-22
Adjust function name in error strings.
Claudio Jeker
2021-03-22
Adjust a type to unsigned since the io function works on unsigned ints.
Claudio Jeker
2021-03-22
Put comment where it belongs also remove an assert() that checks for an
Claudio Jeker
2021-03-22
Compare explicitly against NULL.
Claudio Jeker
2021-03-22
Make fmt argument const. Format local vars a bit.
Claudio Jeker
2021-03-22
Start the move to TAILQ for expressions instead of an SLIST.
Mark Lumsden
2021-03-21
Add quoted strings capability in list values, no special chars
Mark Lumsden
2021-03-20
Looking at loading all expressions initially, working towards multi
Mark Lumsden
2021-03-20
Add a 'batch' mode to mg via the '-b' command line option which will
Mark Lumsden
2021-03-19
return non-zero exit status when killed by signal; bz#3281
Damien Miller
2021-03-19
increase maximum SSH2_FXP_READ to match the maximum packet size.
Damien Miller
2021-03-18
From Joachim Wiberg's version of mg.
Mark Lumsden
2021-03-17
Read ahead is now enforced for DTLS - remove workarounds.
Joel Sing
2021-03-17
Use consistent s_server_opt_ prefix.
Joel Sing
2021-03-17
Add DTLSv1.2 support to openssl(1) s_client/s_server.
Joel Sing
2021-03-17
Netstat wants to access kernel internal structures for the kvm walker of
Claudio Jeker
2021-03-16
Add client-detached notification in control mode, from Mohsin Kaleem.
Nicholas Marriott
2021-03-16
don't let logging clobber errno before use
Damien Miller
2021-03-15
Do not crash if there is no item to show command error, from Anindya
Nicholas Marriott
2021-03-13
only try to set timestamps on files; avoids error with ftp -o /dev/null
Stuart Henderson
2021-03-12
Fix so tmux correctly sends the cvvis (cursor very visible) capability
Nicholas Marriott
2021-03-12
spelling
Jonathan Gray
2021-03-12
Add ModuliFile keyword to sshd_config to specify the location of the
Darren Tucker
2021-03-12
pwcopy() struct passwd that we're going to reuse across a bunch of
Damien Miller
2021-03-11
Tidy old jobs every hour instead of every 30 seconds.
Nicholas Marriott
2021-03-11
Add an "absolute-centre" alignment to use the centre of the total space
Nicholas Marriott
2021-03-11
Add split-window -Z to start the pane zoomed, GitHub issue 2591.
Nicholas Marriott
2021-03-10
zlib functions take a gzFile not gzFile * (gzFile is already a pointer).
Todd C. Miller
2021-03-10
sndiod: When a slot structure is recycled allocate new control
Alexandre Ratchov
2021-03-10
sndiod: Style tweak: swap if/else code blocks in slot_new()
Alexandre Ratchov
2021-03-10
Import regenerated moduli file.
Darren Tucker
2021-03-10
no need to reset buffer after send_msg() as that is done for us;
Damien Miller
2021-03-09
Allow cursor to be just after match if copying, GitHub issue 2602.
Nicholas Marriott
[next]