Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-09-16 | A few more MLINKs. | Miod Vallat | |
2014-09-16 | sync | Antoine Jacoutot | |
2014-09-16 | Add nsd-checkzone. | Brad Smith | |
2014-09-16 | More sendmail removal. | Antoine Jacoutot | |
ok matthieu@ | |||
2014-09-16 | merge conflicts | Brad Smith | |
2014-09-16 | Drop sendmail references. | Antoine Jacoutot | |
ok jmc@ | |||
2014-09-16 | update to NSD 4.1.0, ok sthen@ | Brad Smith | |
2014-09-16 | sync | Todd T. Fries | |
2014-09-16 | less sendmail specific; ok millert | Jason McIntyre | |
2014-09-16 | less sendmail specific; | Jason McIntyre | |
2014-09-16 | no more milter; | Jason McIntyre | |
2014-09-16 | sendmail -> smtpd; | Jason McIntyre | |
2014-09-16 | a little less sendmail specific; | Jason McIntyre | |
2014-09-16 | Split out command submission code into its own function. | Mark Kettenis | |
2014-09-16 | no need to discuss sendmail (or any particular mailer) here; | Jason McIntyre | |
while here, \*(Gt -> >, per ingo; | |||
2014-09-16 | fix display of comments to use "say" properly. | Marc Espie | |
Prepare scaffolding to be able to chunk archives | |||
2014-09-16 | if a @ts annotation is detected, wipe tarball timestamp. Archives will | Marc 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-16 | store 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-16 | sync | Matthieu Herrb | |
2014-09-16 | mark the mpii interrupt handler as mpsafe, and drop the kernel lock | David Gwynne | |
in the scsi_cmd path and iopool backend. modelled on mfi and mpi. | |||
2014-09-16 | deprecate PR_DEBUG and MALLOC_DEBUG in pools. | David Gwynne | |
poked by kspillner@ ok miod@ | |||
2014-09-16 | Missed this sendmail reference in the sendmail removal | Matthieu Herrb | |
2014-09-16 | sync | Matthieu Herrb | |
2014-09-15 | Remove sendmail specific files. | Matthieu Herrb | |
2014-09-15 | install sendmail.8 from smtpd now that sendmail is gone. | Matthieu Herrb | |
2014-09-15 | sync | Matthieu Herrb | |
2014-09-15 | Remove sendmail tentacles. ok krw@ ajacoutot@ | Matthieu Herrb | |
2014-09-15 | Unlink sendmail from the build. ok krw@ ajacoutot@ | Matthieu Herrb | |
2014-09-15 | update comments to reflect chacha20. from Max Fillinger | Ted Unangst | |
2014-09-15 | sync | Todd T. Fries | |
2014-09-15 | Fix logic error; we're out of IOs if we're not connected to the virtual disk | Mark Kettenis | |
server *or* if we've filled all the entries on the ring. | |||
2014-09-15 | Ensure proper group ID for chio.conf example. | Robert Peichaer | |
Noted by and OK ajacoutot@ Positive feedback halex@ | |||
2014-09-15 | Garbage collecting some further bits that are not necessary | Brad Smith | |
within the BIND directory and for Makefile.in removing some files that no longer exist for the distclean target. ok sthen@ | |||
2014-09-15 | Remove non-standard <sys/dkstat.h> header. It has not contained anything | Miod 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-05 | ISC BIND release 9.3.2 | Jakob Schlyter | |
2003-01-20 | ISC BIND version 9.2.2rc1 | Jakob Schlyter | |
2014-09-15 | Add 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-15 | mark the interrupt handler mpsafe, and drop the kernel lock in the scs_cmd | David Gwynne | |
paths. take it again when going back to other parts of the kernel. tested by and ok kettenis@ | |||
2014-09-15 | Call ldc_send_unreliable() insteaf of duplicating the code to send an ldc | Mark Kettenis | |
packet. Rename vio_sendmsg() to vnet_sendmsg(). | |||
2014-09-15 | Make the HTTP version mandatory and abort if it is missing in the request. | Reyk Floeter | |
2014-09-15 | Make the HTTP version mandatory and abort if it is missing in the request. | Reyk Floeter | |
2014-09-15 | We missed a hyphen in 'async-signal-safe' | Philip Guenther | |
Noted by Jean-Philippe Ouellet (jean-philippe (at) ouellet.biz) | |||
2014-09-15 | When fopen()ing internal to libc (the API doesn't support the use | Philip Guenther | |
of the resulting FILE *), then pass fopen() the 'e' mode letter to mark it close-on-exec. ok miod@ | |||
2014-09-15 | Pass O_CLOEXEC to open() or mkostemp() instead of setting FD_CLOEXEC afterwards | Philip Guenther | |
ok miod@ | |||
2014-09-15 | Use _PATH_NETWORKS for "/etc/networks" | Philip Guenther | |
ok miod@ | |||
2014-09-15 | Mention that SIGTHR is both local and weird | Philip Guenther | |
"seems fair" schwarze@ | |||
2014-09-14 | Error 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-14 | Support 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-14 | Add the ne(4) NE2000 PCI frontend. | Brad Smith | |
ok kettenis@ | |||
2014-09-14 | Clean up isp(4) from kernel configs with the new drivers already | Brad Smith | |
added. The new drivers match at a higher priority. |