summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-09-16A few more MLINKs.Miod Vallat
2014-09-16syncAntoine Jacoutot
2014-09-16Add nsd-checkzone.Brad Smith
2014-09-16More sendmail removal.Antoine Jacoutot
ok matthieu@
2014-09-16merge conflictsBrad Smith
2014-09-16Drop sendmail references.Antoine Jacoutot
ok jmc@
2014-09-16update to NSD 4.1.0, ok sthen@Brad Smith
2014-09-16syncTodd T. Fries
2014-09-16less sendmail specific; ok millertJason McIntyre
2014-09-16less sendmail specific;Jason McIntyre
2014-09-16no more milter;Jason McIntyre
2014-09-16sendmail -> smtpd;Jason McIntyre
2014-09-16a little less sendmail specific;Jason McIntyre
2014-09-16Split out command submission code into its own function.Mark Kettenis
2014-09-16no need to discuss sendmail (or any particular mailer) here;Jason McIntyre
while here, \*(Gt -> >, per ingo;
2014-09-16fix display of comments to use "say" properly.Marc Espie
Prepare scaffolding to be able to chunk archives
2014-09-16if a @ts annotation is detected, wipe tarball timestamp. Archives willMarc Espie
look as if all files were born in 1970. The useful side-effect is that meta-data for content-identical files WILL be identical as well.
2014-09-16store explicit timestamps in generated plists.Marc Espie
this prevents updates from fucking up mtime of new file, thus the "python exception" no longer prevents python files from being reordered. Note that this requires newish scaffolding in pkg_add proper. That scaffolding was committed prior to 5.6, in preparation for this change.
2014-09-16syncMatthieu Herrb
2014-09-16mark the mpii interrupt handler as mpsafe, and drop the kernel lockDavid Gwynne
in the scsi_cmd path and iopool backend. modelled on mfi and mpi.
2014-09-16deprecate PR_DEBUG and MALLOC_DEBUG in pools.David Gwynne
poked by kspillner@ ok miod@
2014-09-16Missed this sendmail reference in the sendmail removalMatthieu Herrb
2014-09-16syncMatthieu Herrb
2014-09-15Remove sendmail specific files.Matthieu Herrb
2014-09-15install sendmail.8 from smtpd now that sendmail is gone.Matthieu Herrb
2014-09-15syncMatthieu Herrb
2014-09-15Remove sendmail tentacles. ok krw@ ajacoutot@Matthieu Herrb
2014-09-15Unlink sendmail from the build. ok krw@ ajacoutot@Matthieu Herrb
2014-09-15update comments to reflect chacha20. from Max FillingerTed Unangst
2014-09-15syncTodd T. Fries
2014-09-15Fix logic error; we're out of IOs if we're not connected to the virtual diskMark Kettenis
server *or* if we've filled all the entries on the ring.
2014-09-15Ensure proper group ID for chio.conf example.Robert Peichaer
Noted by and OK ajacoutot@ Positive feedback halex@
2014-09-15Garbage collecting some further bits that are not necessaryBrad Smith
within the BIND directory and for Makefile.in removing some files that no longer exist for the distclean target. ok sthen@
2014-09-15Remove non-standard <sys/dkstat.h> header. It has not contained anythingMiod Vallat
related to disk stastics for almost 17 years, and the remaining userland-visible defines duplicate those found in <sys/sched.h>. Move the remaining _KERNEL defines to <sys/tty.h> where they belong, and update all users to cope with this. ok kettenis@
2006-04-05ISC BIND release 9.3.2Jakob Schlyter
2003-01-20ISC BIND version 9.2.2rc1Jakob Schlyter
2014-09-15Add generic support for bridges that support subtractive decoding.Mark Kettenis
Fixes issues with pcmcia behind a ATI SB400 PCI bridge reported by Thierry Deval. ok mpi@
2014-09-15mark the interrupt handler mpsafe, and drop the kernel lock in the scs_cmdDavid Gwynne
paths. take it again when going back to other parts of the kernel. tested by and ok kettenis@
2014-09-15Call ldc_send_unreliable() insteaf of duplicating the code to send an ldcMark Kettenis
packet. Rename vio_sendmsg() to vnet_sendmsg().
2014-09-15Make the HTTP version mandatory and abort if it is missing in the request.Reyk Floeter
2014-09-15Make the HTTP version mandatory and abort if it is missing in the request.Reyk Floeter
2014-09-15We missed a hyphen in 'async-signal-safe'Philip Guenther
Noted by Jean-Philippe Ouellet (jean-philippe (at) ouellet.biz)
2014-09-15When fopen()ing internal to libc (the API doesn't support the usePhilip Guenther
of the resulting FILE *), then pass fopen() the 'e' mode letter to mark it close-on-exec. ok miod@
2014-09-15Pass O_CLOEXEC to open() or mkostemp() instead of setting FD_CLOEXEC afterwardsPhilip Guenther
ok miod@
2014-09-15Use _PATH_NETWORKS for "/etc/networks"Philip Guenther
ok miod@
2014-09-15Mention that SIGTHR is both local and weirdPhilip Guenther
"seems fair" schwarze@
2014-09-14Error out when negative values are given for sizes on the command line.Ingo Schwarze
Do not error out when the maximum permissible value is given, but only when it is exceeded. Patch from William Orr <will at worrbase dot com> using feedback from tedu@. ok millert@
2014-09-14Support backslash-escaping of white space in the query expression,Ingo Schwarze
to be more similar to apropos(1) called from the shell. Missing feature reported by Marcus MERIGHI <mcmer dash openbsd at tor dot at> on misc@.
2014-09-14Add the ne(4) NE2000 PCI frontend.Brad Smith
ok kettenis@
2014-09-14Clean up isp(4) from kernel configs with the new drivers alreadyBrad Smith
added. The new drivers match at a higher priority.