summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-09-22import of nginx 1.0.6 with a bundled libpcre needed for pcre to workRobert Nagy
2011-09-22Always install all manuals on all architectures.Ingo Schwarze
2011-09-22KNF of mlarkin's code, requested by him. Some improvements to the interfaceTheo de Raadt
2011-09-22Improve kernel malloc type checking.Joel Sing
2011-09-22Ansify functions definitions.Joel Sing
2011-09-22Declare waittime variable to unbreak build.Joel Sing
2011-09-22Fix order of arguments passed to malloc(9) - type first then flags.Joel Sing
2011-09-22Let tcpdump use the same format for printing IPv6 fragments as forAlexander Bluhm
2011-09-22Add missing ia64 bits.Mark Kettenis
2011-09-22None of the mainbus child devices care about getting a bus_space_tag_t fromMiod Vallat
2011-09-22nowadays uvm_init() calls pmap_init(), not vm_init(); so update the comments.Jasper Lievisse Adriaanse
2011-09-22this escaped when miod threw cats off a bridgeJonathan Gray
2011-09-22Make use of the filename argument to open_error(), pointed out byNicholas Marriott
2011-09-22As I have touched half of pf lines anyway, fix whitespaces now.Alexander Bluhm
2011-09-22Start removing some tiny irrelevant differences between hppa64 and hppaTheo de Raadt
2011-09-22Catchup to hppa disksubr: determining label offset the new wayTheo de Raadt
2011-09-22Do not trash the mask value when setting and clearing the system mask.Joel Sing
2011-09-22Fix white space and tabs here. ok miod@, oga@Matthieu Herrb
2011-09-22The MY_COUNT abstraction which depends on locore including these twoTheo de Raadt
2011-09-22spacing cleanup after mlarkin visited the fileTheo de Raadt
2011-09-22purge the rcsidTheo de Raadt
2011-09-22Remove the rcsid which were intentionally skipped in the "purge of 2009"Theo de Raadt
2011-09-22Disable option DEBUG for hppa64 - it is now too noisy to be useful.Joel Sing
2011-09-22Revert r1.29. Now that the "C" locale is ASCII-only, this workaroundStefan Sperling
2011-09-22Revert r1.15. Now that the "C" locale is ASCII-only, this workaroundStefan Sperling
2011-09-22Stop using the latin1 character set in the "C" locale. This behaviour wasStefan Sperling
2011-09-22Add missing "*)" case statement and make sure RC_DEBUG and RC_FORCE areAntoine Jacoutot
2011-09-22don't let remote_glob() implicitly sort its results in do_globbed_ls() -Damien Miller
2011-09-22fix GLOB_KEEPSTAT without GLOB_NOSORT; the implicit sort was beingDamien Miller
2011-09-22install infnan(3/VAX) into man3/vax/ on all archs;Ingo Schwarze
2011-09-22Return the correct errno (EBUSY) when pthread_mutex_trylock() isPhilip Guenthe
2011-09-21Add tests for pf fragment reassembly with all kinds of overlapping.Alexander Bluhm
2011-09-21Move the prototype for disk_readlabel to the .h file so that hibernateTheo de Raadt
2011-09-21add a note about -ftree-vrp being removed from -O2Jonathan Gray
2011-09-21fix missing err.h includesJonathan Gray
2011-09-21syncTheo de Raadt
2011-09-21Fix mismerged copyright noticeTodd C. Miller
2011-09-21missing err.h includeJonathan Gray
2011-09-21Check the protocol header length for tcp, udp, icmp, icmp6 inAlexander Bluhm
2011-09-21Use volatile sig_atomic_t, not int, for the sigs variable. AlsoTodd C. Miller
2011-09-21include err.h for warnxJonathan Gray
2011-09-21During socket splicing the relayd session timeouts could not beAlexander Bluhm
2011-09-21Repair interrupted reads; fixes ^Z. OK deraadt@Todd C. Miller
2011-09-21fix an |= that should have been !=Jonathan Gray
2011-09-21remove rcsids which escaped the purge of 2009Jonathan Gray
2011-09-21disable st*, since we doubt anyone uses it. suggested by jsing inTheo de Raadt
2011-09-21fix the two most offensive indentation violations in here.Peter Hessler
2011-09-21Add rdomain support to NTPd.Peter Hessler
2011-09-21Get rid of curlwp references; mk@Miod Vallat
2011-09-21Try to document the show mrt command. While there order the filtersClaudio Jeker