Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-09-22 | import of nginx 1.0.6 with a bundled libpcre needed for pcre to work | Robert Nagy | |
properly. this is not yet linked to the build but we would like to work on it in tree to provide an apache replacement for base | |||
2011-09-22 | Always install all manuals on all architectures. | Ingo Schwarze | |
No more exceptions even for binutils. No more share/man in src/distrib/sets/lists/*/md.* ok deraadt@ | |||
2011-09-22 | KNF of mlarkin's code, requested by him. Some improvements to the interface | Theo de Raadt | |
for talking to the disk driver snuck in. ok mlarkin | |||
2011-09-22 | Improve kernel malloc type checking. | Joel Sing | |
ok deraadt@ | |||
2011-09-22 | Ansify functions definitions. | Joel Sing | |
2011-09-22 | Declare waittime variable to unbreak build. | Joel Sing | |
2011-09-22 | Fix order of arguments passed to malloc(9) - type first then flags. | Joel Sing | |
2011-09-22 | Let tcpdump use the same format for printing IPv6 fragments as for | Alexander Bluhm | |
IPv4. Now it is id:len@off+more for both. ok jsing | |||
2011-09-22 | Add missing ia64 bits. | Mark Kettenis | |
2011-09-22 | None of the mainbus child devices care about getting a bus_space_tag_t from | Miod Vallat | |
its parent, because they know better; so don't bother providing one, which allows more unused code to go to the Attic. While there, redo the config machinery for mainbus child devices, to bring it to our current standards. This also allows them to be disabled in UKC, should there be a need for this in the future. | |||
2011-09-22 | nowadays uvm_init() calls pmap_init(), not vm_init(); so update the comments. | Jasper Lievisse Adriaanse | |
ok ariane@ | |||
2011-09-22 | this escaped when miod threw cats off a bridge | Jonathan Gray | |
ok miod@ | |||
2011-09-22 | Make use of the filename argument to open_error(), pointed out by | Nicholas Marriott | |
Michael W Bombardieri. ok millert | |||
2011-09-22 | As I have touched half of pf lines anyway, fix whitespaces now. | Alexander Bluhm | |
KNF, no binary change. | |||
2011-09-22 | Start removing some tiny irrelevant differences between hppa64 and hppa | Theo de Raadt | |
so that important differences can be spotted easier. | |||
2011-09-22 | Catchup to hppa disksubr: determining label offset the new way | Theo de Raadt | |
2011-09-22 | Do not trash the mask value when setting and clearing the system mask. | Joel Sing | |
Add a diagnostic for interrupt handler IPL levels. | |||
2011-09-22 | Fix white space and tabs here. ok miod@, oga@ | Matthieu Herrb | |
2011-09-22 | The MY_COUNT abstraction which depends on locore including these two | Theo de Raadt | |
files is ridiculous. Remove it. | |||
2011-09-22 | spacing cleanup after mlarkin visited the file | Theo de Raadt | |
2011-09-22 | purge the rcsid | Theo de Raadt | |
2011-09-22 | Remove the rcsid which were intentionally skipped in the "purge of 2009" | Theo de Raadt | |
because the -V command printed them... gut the -V (and -L, while there) to be silent. ok miod jsg | |||
2011-09-22 | Disable option DEBUG for hppa64 - it is now too noisy to be useful. | Joel Sing | |
ok kettenis@ | |||
2011-09-22 | Revert r1.29. Now that the "C" locale is ASCII-only, this workaround | Stefan Sperling | |
is no longer needed. ok naddy | |||
2011-09-22 | Revert r1.15. Now that the "C" locale is ASCII-only, this workaround | Stefan Sperling | |
is no longer needed. | |||
2011-09-22 | Stop using the latin1 character set in the "C" locale. This behaviour was | Stefan Sperling | |
non-standard. Tools which aren't locale-aware should only print ASCII but were also printing latin1 which looks garbled in UTF-8 terminals. Folks who want to use an extended character set now must set LC_CTYPE. ok millert uwe naddy espie | |||
2011-09-22 | Add missing "*)" case statement and make sure RC_DEBUG and RC_FORCE are | Antoine Jacoutot | |
unset beforehands; prodded by halex@ Add rc_usage(). ok halex@ | |||
2011-09-22 | don't let remote_glob() implicitly sort its results in do_globbed_ls() - | Damien Miller | |
in all likelihood, they will be resorted anyway | |||
2011-09-22 | fix GLOB_KEEPSTAT without GLOB_NOSORT; the implicit sort was being | Damien Miller | |
applied only to the gl_pathv vector and not the corresponding gl_statv array. reported in OpenSSH bz#1935; feedback and okay matthew@ | |||
2011-09-22 | install infnan(3/VAX) into man3/vax/ on all archs; | Ingo Schwarze | |
clean make build tested on i386; ok deraadt@, no objections from martynas@ | |||
2011-09-22 | Return the correct errno (EBUSY) when pthread_mutex_trylock() is | Philip Guenthe | |
called on an ERRORCHECK mutex that is locked by this thread. Problem observed by uwe@ | |||
2011-09-21 | Add tests for pf fragment reassembly with all kinds of overlapping. | Alexander Bluhm | |
Some fragments contain invalid data, this must be replaced to reassemble a valid packet. | |||
2011-09-21 | Move the prototype for disk_readlabel to the .h file so that hibernate | Theo de Raadt | |
can get at it. ok jsing | |||
2011-09-21 | add a note about -ftree-vrp being removed from -O2 | Jonathan Gray | |
as it is known to be broken in 4.2.1 prompted by a discussion about other gcc bugs... | |||
2011-09-21 | fix missing err.h includes | Jonathan Gray | |
2011-09-21 | sync | Theo de Raadt | |
2011-09-21 | Fix mismerged copyright notice | Todd C. Miller | |
Use strlcpy() not snprintf() to copy a simple string. OK deraadt@ | |||
2011-09-21 | missing err.h include | Jonathan Gray | |
ok maja@ | |||
2011-09-21 | Check the protocol header length for tcp, udp, icmp, icmp6 in | Alexander Bluhm | |
pf_setup_pdesc(). It is better to check and bail out early than to rely on pf_pull_hdr() later. ok henning mpf | |||
2011-09-21 | Use volatile sig_atomic_t, not int, for the sigs variable. Also | Todd C. Miller | |
move the call to bell() out of u_interrupt() (a signal handler). OK and with help from deraadt@ | |||
2011-09-21 | include err.h for warnx | Jonathan Gray | |
2011-09-21 | During socket splicing the relayd session timeouts could not be | Alexander Bluhm | |
measured exactly in user land. Use the new idle timeout for socket splicing in the kernel to make it correct. Also do splicing with http if relayd does not check headers. ok mikeb | |||
2011-09-21 | Repair interrupted reads; fixes ^Z. OK deraadt@ | Todd C. Miller | |
2011-09-21 | fix an |= that should have been != | Jonathan Gray | |
this could cause a log message to trigger when it shouldn't have reported to isc (RT #24053) and now included in current bind releases | |||
2011-09-21 | remove rcsids which escaped the purge of 2009 | Jonathan Gray | |
2011-09-21 | disable st*, since we doubt anyone uses it. suggested by jsing in | Theo de Raadt | |
response to some i386 ramdiskA bloat that has struck unexpectedly. | |||
2011-09-21 | fix the two most offensive indentation violations in here. | Peter Hessler | |
pointed out by sthen@ | |||
2011-09-21 | Add rdomain support to NTPd. | Peter Hessler | |
This basically adds the "rtable %d" keyword to "listen on", "server", "servers" keywords, to specify which routing table to use. OK henning@ claudio@ sthen@ manpage reviewed by jmc@ | |||
2011-09-21 | Get rid of curlwp references; mk@ | Miod Vallat | |
2011-09-21 | Try to document the show mrt command. While there order the filters | Claudio Jeker | |
for both show mrt and show rib. |