Age | Commit message (Collapse) | Author |
|
regress test run fine with this changes
ok deraadt@, drahn@
|
|
are already inserted as part of jal/jr expansion by gas, and we don't need
another one.
suggested by miod@
|
|
reserved entries in the GOT, which is a GNU extension to the 64-bit MIPS
SVR4 ABI. That's fine; all existing OpenBSD/mips64 binaries have the extra
slot.
ok miod@, jsing@, drahn@
|
|
this shouldn't happen since we specifiy GLOB_NOMAGIC, it doesn't hurt to be
paranoid, even if we fix the bug in glob(3) that causes gl_pathc to be zero
even if we specify GLOB_NOMAGIC.
ok deraadt@
|
|
Found by and unbreaking the build with mandoc(1).
OK jmc@
|
|
files or directories when applicable.
The inspiration and name of MACHINE_CPU come from NetBSD, although the way to
provide it to Makefiles is completely different.
ok kettenis@
|
|
Fixes lazy binding for functions that return results larger than 64 bits
(such as structs).
ok miod@
|
|
typically when a client just flings commands at us without looking
for responses and then gets confused.
ok jsing@
|
|
are not used. bzero() of the rule structure is not enough.
Found with dlg@, OK mcbride@
|
|
actions. Allow interfaces to be specified in special table entries for
the routing actions. Lists of addresses can now only be done using tables,
which pfctl will generate automatically from the existing syntax.
Functionally, this deprecates the use of multiple tables or dynamic
interfaces in a single nat or rdr rule.
ok henning dlg claudio
|
|
|
|
|
|
ok miod@
|
|
ok miod@, deraadt@, jsing@
|
|
not needed (and secondly, ran into hppa not relocating function pointers
correctly)
ok kettenis drahn
|
|
|
|
- handle .ie, .el minimally
- define \(aq as the ' symbol.
|
|
due to the standard henning+oga commit-and-run-for-beer problem.
ok claudio
|
|
|
|
ok sthen@
|
|
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
|
|
|
|
ok espie@
|
|
problems because of the recent pf nat changes that caused problems;
i've fleshed out the example in spamd and just added a pointer to it
from spamlogd;
ok beck
|
|
large uatraps uses now around 8 times less memory. Other cleanup includes
a fast implementation of imask() (stolen from bgpd), killing some unused
code and try to estimate the memory needed in add_blacklist() to reduce the
realloc() calls.
Tested by many (sthen, matthieu, Stephan A. Rickauer)
OK beck@, sthen@
|
|
|
|
ok henning@
|
|
|
|
|
|
as bcopy used the number of elements instead of the array's size.
As a consequence, the wrong version of a library could be selected
if the library had many minor numbers.
from Christian Rusch; ok otto@
|
|
|
|
|
|
while here, add a missing comma and a missing word, too; ok jmc@
|
|
ftp uses its own ugly "sockunion" to hold addresses, but with CMD_BIND
the monitor treats it as if it were a sockaddr. this is fine for v4 but
fails for v6, so active connections break. problem reported and diff
tested by Maurice Janssen. looks sensible to deraadt@.
|
|
the monitor treats it as if it were a sockaddr. this is fine for v4 but
fails for v6, so active connections break. problem reported and diff
tested by Maurice Janssen. looks sensible to deraadt@.
|
|
OK millert
|
|
|
|
Delete an unused manpage, remove some unused variables.
|
|
error out.
Add a new user _rwalld for rpc.rwalld, and use that instead
of nobody, also unconditionally drop to _rwalld not only
if rpc.rwalld was started with euid 0 (as root).
ok deraadt@
|
|
nudge nudge deraadt@
|
|
|
|
|
|
in addition to the remote hostname.
Feature requested by Mark Bucciarelli mkbucc at gmail dot com on misc@.
"seems OK" millert@
|
|
A number of small improvements:
- patch for empty lines and comments in alloweddomains_file
- remove some whitespaces at end of line.
- document comment and empty line handling
- Remove unused parameter 'r' from getopt in spamd.c, it is removed in the 'switch statement'
but not in getopt.
http://www.openbsd.org/cgi-bin/cvsweb/src/libexec/spamd/spamd.c.diff?r1=1.94;r2=1.95;f=h
- replace atoi with strtonum
- make debug output more usefull, display only what will be synced and not a second
message which prints always "sync trapped %s"
- some cosemtic and whitespace fixes.
|
|
synchronize synopsis and usage.
|
|
ok deraadt@, oga@, otto@
|
|
fixes documentation/6083;
original diff and pr from Kami Petersen
ok sthen
|
|
ok beck
|
|
looks correct kettenis@
|
|
ok kurt@, drahn@, miod@
|