index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2015-10-18
Add two new system calls: dnssocket() and dnsconnect(). This creates a
Theo de Raadt
2015-10-17
naddy asks me if __tfork should be allowed by "proc". yes!
Theo de Raadt
2015-10-17
connect() to an AF_UNIX socket is really read/write, so tell pledge this
Theo de Raadt
2015-10-17
Allow the nasty ioctl TIOCSTI in "tty", but also require the "proc"
Theo de Raadt
2015-10-17
better wording in a comment
Theo de Raadt
2015-10-17
Unify TIOCGPGRP/TIOCGWINSZ/TIOCGWINSZ behaviour regarding ENOTTY return.
Theo de Raadt
2015-10-17
Allow TIOCSCTTY on tty devices, if the pledge says "tty id"
Theo de Raadt
2015-10-17
whitespace
Theo de Raadt
2015-10-17
Rename SYSEXIT() to SYSCALL_END() for consistency with most other archs.
Philip Guenther
2015-10-17
mailaddr_match() allows comparing two struct mailaddr taking into account
Gilles Chehade
2015-10-17
Move the last of the __DBINTERFACE_PRIVATE bits from <db.h> to libc's wrapper
Philip Guenther
2015-10-17
Fix the code that sets up the MCH BAR on systems where the (buggy) BIOS
Mark Kettenis
2015-10-17
Tighten pledge: We only write to stdio and never to any files if
Christian Weisgerber
2015-10-17
Spell all "unexpected mode %u" panics in lower case, not just one of them.
Stefan Sperling
2015-10-17
remove some unneccessary macros; from michael reed
Jason McIntyre
2015-10-17
add missing underscore; from theo buehler
Jason McIntyre
2015-10-17
Fix build with IFMEDIA_DEBUG defined; ok sthen@
Stefan Sperling
2015-10-17
PROTO_NORMAL for pledge(); ok guenther
Theo de Raadt
2015-10-17
login_token needs pledge "flock" now.
Alexander Bluhm
2015-10-17
makemap shout strip initial and trailing whitespaces using strip()
Gilles Chehade
2015-10-17
document handling of comments in makemap
Gilles Chehade
2015-10-17
Drop two useless defines.
mmcc
2015-10-17
Add pledge "stdio unix sendfd proc exec tty" to tmux client process,
Nicholas Marriott
2015-10-17
Move a system header include from the global header (sh.h) into the
mmcc
2015-10-17
both of these are deprecated
Gilles Chehade
2015-10-17
Convert some fgetln to getline.
Sunil Nimmagadda
2015-10-17
Cleanup and simplify LMTP code.
Sunil Nimmagadda
2015-10-17
LMTP delivery requires "inet unix".
Sunil Nimmagadda
2015-10-17
make usage() less horrible
Florian Obser
2015-10-17
Exit if a pledge call fails in non-interactive mode.
Doug Hogan
2015-10-17
Pledge; OK millert@ tobias@
Tim van der Molen
2015-10-17
this file is deprecated
Gilles Chehade
2015-10-17
Change allocarray() to areallocarray(), a full reallocarray clone. All
mmcc
2015-10-17
remove unused variables
Gilles Chehade
2015-10-17
Copy alloc()'s overflow check to aresize().
mmcc
2015-10-17
NUMBOOT is dead! Nuke the variables and abstractions that were used
Kenneth R Westerback
2015-10-17
Implement -w maxwait now that the -w flag is free in ping6. Same
Florian Obser
2015-10-17
Do no accept fds on the control socket; including the restricted socket.
Reyk Floeter
2015-10-17
move -V option before -v and remove one spurious newline, now in sync
Florian Obser
2015-10-17
KNF
Gilles Chehade
2015-10-17
our strip() function should use isspace()
Gilles Chehade
2015-10-17
Remove left over -N and -w. Adapt wording for the link local example.
Florian Obser
2015-10-17
Tighten up snmpd's control socket: do not allow users to terminate the
Reyk Floeter
2015-10-17
Cleanup a bit.
Robert Peichaer
2015-10-17
add "tty" for several subcommands of openssl
Sebastien Marie
2015-10-17
The file(1) magic-parsing process was using pledge "stdio getpw proc recvfd"
Theo de Raadt
2015-10-17
smtpd starts rather robustly with a gigantic pledge request group (keep
Theo de Raadt
2015-10-17
Add pledge "id" support. This request permits setuid/seteuid/setresuid,
Theo de Raadt
2015-10-17
route6d pledges to use only "stdio rpath wpath cpath inet route mcast"
Jeremie Courreges-Anglas
2015-10-17
Allow a few 'get' ioctls for pledge("route"). route6d will soon use this.
Jeremie Courreges-Anglas
[next]