summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-09-26Replace the .Fl examples by others exhibiting the same features,Ingo Schwarze
but avoiding use of .Nm, because letting .Nm call other macros is unusual style, and we don't want unusual style in examples. Issue brought up by kristaps@.
2011-09-26use, as far as possible, the same notation for date strings as otherJason McIntyre
manual pages; whilst here, a little clean up for clarity ok millert
2011-09-26retain alphabetical order for the -Toutput list, and use a widthJason McIntyre
specifier that makes it look nicer; ok schwarze kristaps
2011-09-26Update to tzdata2011k from elsie.nci.nih.govTodd C. Miller
2011-09-26tweak previous; ok claudioJason McIntyre
2011-09-25Reject $SHELL if it is not a full path.Nicholas Marriott
2011-09-25tweak previous; ok schwarzeJason McIntyre
2011-09-25tweak previous;Jason McIntyre
2011-09-25revert previous and pass on the RC_DEBUG and RC_FORCE flags in the start+stopAlexander Hall
dance on restart rather than exporting them and expose the script to a potentially polluted environment ok ajacoutot@ robert@
2011-09-25tweak previous; ok jasperJason McIntyre
2011-09-25KERN_BUFCACHEPERCENT defaults to 20%, not 10%; from Juha ErkkilaJason McIntyre
ok ariane
2011-09-25zap trailing whitespace;Jason McIntyre
2011-09-25remove hack, ask for SUBDIRs with FULLPATH setMarc Espie
2011-09-25initial documentationMarc Espie
2011-09-25improve the AuthorizedPrincipalsFile debug log message to includeDamien Miller
file and line number
2011-09-25Restore correct display of the 'V' flag on the parent in vfork()Philip Guenthe
2011-09-25Add -H option to show rthreads, hiding them by defaultPhilip Guenthe
Diff from uwe@
2011-09-24generate and install the correct manual page, noted by deraadt@Robert Nagy
2011-09-24Repair "restart" debug and force modes (we need to export RC_DEBUG andAntoine Jacoutot
RC_FORCE since "restart" calls "stop" then "start"). While here, append "_" to these variable names to make it clear they are internal. ok robert@
2011-09-24Tell perl not to attempt to use LC_COLLATE or LC_NUMERIC which weTodd C. Miller
don't yet support. OK stsp@
2011-09-24create a new "bounce" file for ports infrastructure.Marc Espie
clean up ancient comments in the existing ones, and use bsd.own.mk's guard against multiple includes.
2011-09-23tell people to use dpb for bulk buildsMarc Espie
2011-09-23Tweaks to the format parts, from Tiago Cunha.Nicholas Marriott
2011-09-23Fix typo: ) -> }.Nicholas Marriott
2011-09-23- sync MODGNOME_TOOLS=yelp description with the comments in the actual moduleJasper Lievisse Adriaanse
2011-09-23some more gnome.port.mk tweaks:Jasper Lievisse Adriaanse
- MODGNOME_DESKTOP_FILE is not uncondtionally set. - slightly expand the FAKE_FLAGS line
2011-09-23Make sure siop_xfer is a multiple of 128 bytes as intended (and as told byMiod Vallat
the comments); this makes hppa64 much happier according to jsing@. ok krw@ exactly two years ago, it was about time to commit this.
2011-09-23Add a test for recursive pthread_mutex_trylock()Uwe Stuehler
ok guenther@
2011-09-23touching pr_nput and pr_nget outside the lock might be racy since ++ and --David Gwynne
arent necessarily atomic. this is an update of a diff matthew@ posted to tech@ over a year ago.
2011-09-23regenJonathan Gray
2011-09-23XHCI -> xHCI and some additional devicesJonathan Gray
2011-09-23Detect word-size mismatches between host and target, which result inPhilip Guenthe
the cross compiler generating bad code, and abort ok deraadt@
2011-09-23unbreak remote portforwarding with dynamic allocated listen ports:Markus Friedl
1) send the actual listen port in the open message (instead of 0). this allows multiple forwardings with a dynamic listen port 2) update the matching permit-open entry, so we can identify where to connect to report: den at skbkontur.ru and P. Szczygielski feedback and ok djm@
2011-09-23ph = pool_get(&phpool, PR_NOWAIT) can return NULL, so dont unconditionallyDavid Gwynne
write to ph. ok blambert@ matthew@ deraadt@
2011-09-23Add wildcard support to PermitOpen, allowing things like "PermitOpenDarren Tucker
localhost:*". bz #1857, ok djm markus.
2011-09-22since we are chrooting nginx by default let's set a sane default docrootRobert Nagy
2011-09-22add config files for nginx, but keep them unlinked because they wouldRobert Nagy
overlap with the port's config files
2011-09-22unconditionally chroot to the www user's homedir by defaultRobert Nagy
2011-09-22fix two signed/unsigned comparsionsRobert Nagy
2011-09-22pick the internal pcre up and use thatRobert Nagy
2011-09-22thank you CVS for missing the "core" directoryRobert Nagy
2011-09-22import of nginx 1.0.6 with a bundled libpcre needed for pcre to workRobert 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-22Always 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-22KNF of mlarkin's code, requested by him. Some improvements to the interfaceTheo de Raadt
for talking to the disk driver snuck in. ok mlarkin
2011-09-22Improve kernel malloc type checking.Joel Sing
ok deraadt@
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
IPv4. Now it is id:len@off+more for both. ok jsing
2011-09-22Add missing ia64 bits.Mark Kettenis