Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-20 | CMASK was only a CSRGism. It was only used in the kernel and ftpd, once | Theo de Raadt | |
each, never in portable software. Mop it up. ok guenther, tested in ports tree by sthen | |||
2015-01-20 | use <limits.h> comprehensively. For now try to push <> includes to | Theo de Raadt | |
each .c file, and out of the .h files. To avoid overinclude. ok gilles, in principle. If this has been done right, -portable should become easier to maintain. | |||
2015-01-20 | Prevent tables referenced by rules in anchors from getting disabled. | Mike Belopuhov | |
Analysis and patch by Richard Kojedzinszky, thanks! ok henning | |||
2015-01-20 | Rewrite to void using union sockaddr_union | Theo de Raadt | |
ok mikeb | |||
2015-01-20 | Merge two copies of the same dma code into one file and sync the headers. | Martin Pieuchot | |
ok kettenis@ | |||
2015-01-20 | Various cleanups. Explicitly include <sys/atomic.h>, Use pmap_remove_pg() | Martin Pieuchot | |
for the kernel pmap and kill pmap_kremove_pg(). Finally guard the hash lock code under "MULTIPROCESSOR" to explicit which part of the code received some MP love. ok kettenis@ | |||
2015-01-20 | Add support for the "-r fromaddr" flag now that we don't support | Todd C. Miller | |
sendmail flags on the command line. Also allow "from" to be set in mailrc. Use sendmail's "-t" flag when executing sendmail instead of specifying the list of recipients in argv. The "-f" flag will be used to set the from address if specified. | |||
2015-01-20 | Allocate a bit more memory to reduce the change of having to | Todd C. Miller | |
realloc() which is expensive for large blacklists. | |||
2015-01-20 | increase limits for staff (user created at install time is in staff) | Theo de Raadt | |
2015-01-20 | Revert some $OpenBSD$ additions about which there are doubts. | Kenneth R Westerback | |
Suggested by deraadt@ | |||
2015-01-20 | Revert some $OpenBSD$ additions about which there are doubts. | Kenneth R Westerback | |
Suggested by deraadt@ | |||
2015-01-20 | Revert some $OpenBSD$ additions about which there are doubts. | Kenneth R Westerback | |
Suggested by deraadt@ | |||
2015-01-20 | Make ix(4) work on strict alignment architectures. The Intel networking | Mark Kettenis | |
hardware is fairly retarded. While it allows receive buffers with an ETHER_ALIGN offset, it only allows the size of the buffers to be specified in multiples of 1K. This means that if we want to use standard mbuf clusters we will waste 1024 - ETHER_ALIGN bytes per cluster, which is a lot for the 2K clusters we use now. Compromise a bit by using 4K clusters on strict alignment architectures and tell the hardware to use 3K of those, reducing the spillage a bit. While this isn't optimal, at least on sparc64 where we have 8K pages, the pool page allocation overhead should be the same as on amd64/i386 where we have 4K pages and continue to use 2K mbuf clusters. ok mikeb@, dlg@ | |||
2015-01-20 | We do not support AIO, so comment it out in the kqueue(2) manpage for now. | Reyk Floeter | |
OK jmc@ guenther@ | |||
2015-01-20 | typo in comment ;) ok nicm | Stuart Henderson | |
2015-01-20 | Check for out-of-range indices when searching the default dac and adc. | Alexandre Ratchov | |
Fix from Alexey Suslikov <alexey.suslikov at gmail.com>. Thanks! tested by many, ok armani | |||
2015-01-20 | Split out from rdist/defs.h the client-only and server-only bits into | Philip Guenther | |
rdist/client.h and rdistd/server.h Only put #includes in .h files that are necessary for the .h to be used; all other #includes go in the .c files Move all extern variable declarations to the .h files, renaming local variables to avoid shadowing Replace me_type member of mntent_t with an "is NFS?" flag bit | |||
2015-01-20 | Support blinking cursor mode, both the xterm CSI ?12 h/l and (the | Nicholas Marriott | |
backwards) screen CSI 34 h/l. From Guanpeng Xu. | |||
2015-01-20 | this test would accidentally delete agent.sh if run without obj/ | Damien Miller | |
2015-01-20 | make this compile with KERBEROS5 enabled | Damien Miller | |
2015-01-20 | fix hostkeys in agent; ok markus@ | Damien Miller | |
2015-01-20 | Change the machdep.lidsupsend example now that the default setting has been | Theo de Raadt | |
inverted. | |||
2015-01-20 | We all have syslog() now; assume LOG_PID and LOG_DAEMON | Philip Guenther | |
2015-01-20 | Change the machdep.lidsupsend example now that the default setting has been | Miod Vallat | |
inverted. | |||
2015-01-20 | Move MF_* to message.c too | Philip Guenther | |
2015-01-20 | Move struct distoptinfo into distopt.c, killing the DISTOPTINFO typedef | Philip Guenther | |
Move struct msgtype and msgfacility into message.c, killing the MSGTYPE and MSGFACILITY typedefs Make getdistopt() static to distopt.c | |||
2015-01-20 | rework the audio key handling to allocate a message to send to the | David Gwynne | |
task, rather than abusing task arguments to carry long values around. this is unreliable, but so was the previous mechanism, just in a different way. if you're so low on memory that you cant change the volume, you probably have other more important problems going on too. tested by jim smith | |||
2015-01-20 | Fix size of the bcopy when extracting the MAC address. | Brad Smith | |
From FreeBSD | |||
2015-01-20 | Don't use utime(), so don't need <utime.h> | Philip Guenther | |
2015-01-20 | Missing $OpenBSD$'s. | Kenneth R Westerback | |
ok deraadt@ | |||
2015-01-20 | Remove use of the link change interrupt handling, not all controllers | Brad Smith | |
support this interrupt. Link state changes are noticed via the PHY status change callback or via the timeout for re_tick(). From FreeBSD | |||
2015-01-20 | Some fixes for handling link state changes. | Brad Smith | |
2015-01-20 | And the variable too. | Brad Smith | |
2015-01-20 | SELECT_FD_TYPE is obsolete | Philip Guenther | |
2015-01-20 | Back out a chunk of rev 1.34 that wasn't supposed to go in with the | Brad Smith | |
capitalization corrections. | |||
2015-01-20 | printf wasn't supposed to go in. | Brad Smith | |
2015-01-20 | Move #include <syslog.h> to the one file that needs it | Philip Guenther | |
2015-01-20 | Add support for tracing libraries in static PIE binaries. rcrt does not | Theo de Raadt | |
contain "LD_TRACE_LOADED_OBJECTS" support, so this gets done by calling RTLD_TRACE directly. ok guenther | |||
2015-01-20 | #include <sys/syslimits.h> to allow operation without requiring the noise | Theo de Raadt | |
of <sys/param.h> | |||
2015-01-19 | DEFAULT_PRIORITY and DEFAULT_QLIMIT no longer used | Theo de Raadt | |
2015-01-19 | Routing sockets are here to stay, so delete the wrapper that would use the | Philip Guenther | |
defunct ioctl(SIOCSARP) ok millert@ | |||
2012-08-16 | basic randomdata regression tests | Matthew Dempsky | |
2012-04-14 | sqlite 3.7.11 library, vendor sources | Marc Espie | |
2012-03-26 | Import Unbound 1.4.16 to work on in-tree (not yet linked to the build). | Stuart Henderson | |
These are the direct sources from NLnet Labs upstream, minus these: compat contrib libunbound/python pythonmod testcode testdata winrc ok deraadt@ jakob@ | |||
2005-09-22 | Test if a program exits when some of it's symbols are not found. | Dale Rahn | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |
2015-01-19 | Explicitly mention that PATH_MAX includes the NUL in the ENAMETOOLONG | Todd C. Miller | |
description. | |||
2015-01-19 | Prefer linux_sockaddr over osockaddr, so the latter can go away. | Philip Guenther | |
sys_socket() supports SOCK_{CLOEXEC,NONBLOCK} now, so build on that. doaccept() supports the non-inheriting-of-O_NONBLOCK, so build on that. Merge compat_sys_{accept,send,recv}() into their only callers. Lie a little and use struct sockaddr in the linux socket syscall args when it's a return argument to avoid a bunch a casts. Delete many other unnecessary sockaddr casts verified with a curl Linux binary | |||
2015-01-19 | back it out properly | Theo de Raadt | |
2015-01-19 | never tested with a make release | Theo de Raadt | |