Go to file
tteras a8d702d9b1 Fix a call to null pointer: in some cases, the unmonitor_fd can be called
from another fd's callback. That could lead to still have callback pending
after unmonitoring the fd resulting in a call to null pointer.
This is fixed by making unmonitor_fd now clear the pending fd_set too.
Bug was introduced by my commit in 2008-12-23.
2009-06-24 11:28:48 +00:00
bin Make sure that buffer is NULL terminated when input to strip_escapes() is 2009-06-10 04:16:53 +00:00
common - move #include <sys/param.h> inside #if defined(_KERNEL) section 2009-06-19 05:09:09 +00:00
compat catch up with libssh build dir move 2009-06-12 06:40:51 +00:00
crypto Fix a call to null pointer: in some cases, the unmonitor_fd can be called 2009-06-24 11:28:48 +00:00
dist Limit the length of the address mask before we copy it. 2009-06-23 19:50:50 +00:00
distrib Switch to building Postfix 2.6.2 via "external/ibm-public/postfix". 2009-06-23 17:58:22 +00:00
doc Postfix was update to version 2.6.2. 2009-06-23 18:00:11 +00:00
etc Switch to building Postfix 2.6.2 via "external/ibm-public/postfix". 2009-06-23 17:58:22 +00:00
external Switch to building Postfix 2.6.2 via "external/ibm-public/postfix". 2009-06-23 17:58:22 +00:00
games a bit more const 2009-06-07 21:04:54 +00:00
gnu Remove Postfix 2.5.4 distribution. 2009-06-23 18:01:01 +00:00
include Add the getdate(3) function and getdate_err value, conforming to IEEE 2009-05-14 02:37:35 +00:00
lib Also build uuid for all platforms, now that we're using our own uuid routines. 2009-06-23 05:15:07 +00:00
libexec PR/40965: NAKAJIMA Yoshihiro: lfs_cleanerd isn't adapted to !MKDYNAMICROOT 2009-06-21 20:20:50 +00:00
regress add regression test for gdtoa large field width. 2009-05-07 20:40:25 +00:00
rescue
sbin Fixed a_mask to actually use its argument 2009-06-19 12:55:45 +00:00
share add transforms for new GLU, GLUT and xorg-server pkgconfig files. 2009-06-23 04:40:29 +00:00
sys convert a DRM_ERROR() to DRM_DEBUG(). its failure is not fatal 2009-06-24 08:09:26 +00:00
tests Apparently, there's not a clear dependency ordering for the libraries, 2009-06-09 11:18:50 +00:00
tools add fpurge 2009-06-17 23:34:45 +00:00
usr.bin Remove superfluous quotes. 2009-06-21 15:05:59 +00:00
usr.sbin Switch to building Postfix 2.6.2 via "external/ibm-public/postfix". 2009-06-23 17:58:22 +00:00
x11
BUILDING Introduce MKSUBPIXEL, which allows enabling subpixel rendering code 2009-05-01 19:42:18 +00:00
Makefile add crypto/external to the build. 2009-06-07 22:46:12 +00:00
Makefile.inc
UPDATING add a note about native xorg updates 2009-06-21 20:08:36 +00:00
build.sh