nginx/src/os/unix
2009-11-25 17:34:35 +00:00
..
ngx_aio_read_chain.c *) move small declarations in appropriate places and delete the surplus 2009-08-25 09:09:13 +00:00
ngx_aio_read.c *) move small declarations in appropriate places and delete the surplus 2009-08-25 09:09:13 +00:00
ngx_aio_write_chain.c *) move small declarations in appropriate places and delete the surplus 2009-08-25 09:09:13 +00:00
ngx_aio_write.c *) move small declarations in appropriate places and delete the surplus 2009-08-25 09:09:13 +00:00
ngx_alloc.c fix building without --with-debug, introduced in r3328 2009-11-16 16:00:52 +00:00
ngx_alloc.h directio 2008-07-30 12:34:04 +00:00
ngx_atomic.h GCC 4.1 builtin atomic operations 2009-11-25 17:34:35 +00:00
ngx_channel.c use CMSG_LEN(), this fixes an alert "sendmsg() failed (9: Bad file descriptor)" 2008-02-19 16:34:55 +00:00
ngx_channel.h nginx-0.2.0-RELEASE import 2005-09-23 11:02:22 +00:00
ngx_daemon.c nginx-0.1.24-RELEASE import 2005-03-04 14:06:57 +00:00
ngx_darwin_config.h fix MacOSX building, broken in r2616 2009-04-01 13:09:36 +00:00
ngx_darwin_init.c the sysctl "kern.ostype" and "kern.osrelease" had appeared in MacOSX 10.5 only 2008-11-11 19:44:30 +00:00
ngx_darwin_sendfile_chain.c refactor EAGAIN/EINTR processing 2009-08-30 09:42:29 +00:00
ngx_darwin.h *) move Darwin support to separate files 2008-07-30 12:18:07 +00:00
ngx_errno.c ngx_strerror_r() style and size == 0 bug fix 2008-11-25 11:26:32 +00:00
ngx_errno.h NGX_ENOPATH 2009-08-11 14:25:04 +00:00
ngx_file_aio_read.c export aio presence knowledge to prevent using "aio sendfile", 2009-11-05 13:12:30 +00:00
ngx_files.c fix posix_fadvise() error handling 2009-11-15 09:16:58 +00:00
ngx_files.h fix posix_fadvise() error handling 2009-11-15 09:16:58 +00:00
ngx_freebsd_config.h FreeBSD and Linux AIO support 2009-08-28 08:12:35 +00:00
ngx_freebsd_init.c remove never used zero copy stuff 2008-12-17 20:47:18 +00:00
ngx_freebsd_rfork_thread.c nginx-0.3.3-RELEASE import 2005-10-19 12:33:58 +00:00
ngx_freebsd_rfork_thread.h style fix 2009-11-02 12:41:56 +00:00
ngx_freebsd_sendfile_chain.c log offset passed to sendfile() 2009-09-04 09:53:09 +00:00
ngx_freebsd.h remove never used zero copy stuff 2008-12-17 20:47:18 +00:00
ngx_gcc_atomic_amd64.h optimization 2007-01-11 16:07:38 +00:00
ngx_gcc_atomic_ppc.h use the right memory barriers 2006-12-21 15:47:00 +00:00
ngx_gcc_atomic_sparc64.h nginx-0.3.27-RELEASE import 2006-02-08 15:33:12 +00:00
ngx_gcc_atomic_x86.h optimization 2007-01-11 16:07:38 +00:00
ngx_linux_aio_read.c export aio presence knowledge to prevent using "aio sendfile", 2009-11-05 13:12:30 +00:00
ngx_linux_config.h FreeBSD and Linux AIO support 2009-08-28 08:12:35 +00:00
ngx_linux_init.c disable rtsig automatic building in post 2.6.18 Linux kernels 2008-03-10 14:35:21 +00:00
ngx_linux_sendfile_chain.c refactor EAGAIN/EINTR processing 2009-08-30 09:42:29 +00:00
ngx_linux.h nginx-0.1.21-RELEASE import 2005-02-22 14:40:13 +00:00
ngx_os.h *) move small declarations in appropriate places and delete the surplus 2009-08-25 09:09:13 +00:00
ngx_posix_config.h FreeBSD and Linux AIO support 2009-08-28 08:12:35 +00:00
ngx_posix_init.c delete useless statement 2009-11-05 17:09:02 +00:00
ngx_process_cycle.c add NGX_PROCESS_HELPER process status 2009-11-23 15:46:21 +00:00
ngx_process_cycle.h add NGX_PROCESS_HELPER process status 2009-11-23 15:46:21 +00:00
ngx_process.c add NGX_PROCESS_HELPER process status 2009-11-23 15:46:21 +00:00
ngx_process.h introduce NGX_PROCESS_JUST_SPAWN and change field name accordingly 2009-08-10 13:07:15 +00:00
ngx_pthread_thread.c nginx-0.3.10-RELEASE import 2005-11-15 13:30:52 +00:00
ngx_readv_chain.c nginx-0.3.35-RELEASE import 2006-03-28 12:24:47 +00:00
ngx_recv.c reset ready flag if no data is available, 2008-01-31 15:36:33 +00:00
ngx_send.c update c->sent in ngx_unix_send() 2009-04-18 19:13:53 +00:00
ngx_setproctitle.c nginx-0.1.40-RELEASE import 2005-07-25 09:41:38 +00:00
ngx_setproctitle.h use setproctitle("%s", title) 2009-11-03 16:28:21 +00:00
ngx_shmem.c nginx-0.3.41-RELEASE import 2006-04-21 12:06:44 +00:00
ngx_shmem.h support attaching to an existent Win32 shared memory 2009-04-18 19:27:28 +00:00
ngx_socket.c ioctl FIONBIO uses int, so nginx did not work on big-endian 64-bit platforms 2007-02-17 19:53:52 +00:00
ngx_socket.h nginx-0.3.44-RELEASE import 2006-05-04 15:32:46 +00:00
ngx_solaris_config.h FreeBSD and Linux AIO support 2009-08-28 08:12:35 +00:00
ngx_solaris_init.c ngx_udp_recv() 2007-12-03 16:46:46 +00:00
ngx_solaris_sendfilev_chain.c refactor EAGAIN/EINTR processing 2009-08-30 09:42:29 +00:00
ngx_solaris.h nginx-0.1.21-RELEASE import 2005-02-22 14:40:13 +00:00
ngx_sunpro_amd64.il Sun Studio 12 compatibility 2007-07-16 08:54:04 +00:00
ngx_sunpro_atomic_sparc64.h fix atomic operations on sparc64 built by SunPro C 2007-04-27 14:36:28 +00:00
ngx_sunpro_sparc64.il nginx-0.3.10-RELEASE import 2005-11-15 13:30:52 +00:00
ngx_sunpro_x86.il preserve Solaris binary hardware capabilities 2009-05-08 09:41:43 +00:00
ngx_thread.h style fix 2009-11-02 12:41:56 +00:00
ngx_time.c ngx_timezone_update() 2008-08-30 19:52:07 +00:00
ngx_time.h ngx_timezone_update() 2008-08-30 19:52:07 +00:00
ngx_udp_recv.c ngx_udp_recv() 2007-12-03 16:46:46 +00:00
ngx_user.c *) back out r2040 2008-06-17 15:00:30 +00:00
ngx_user.h style fix 2009-11-02 12:41:56 +00:00
ngx_writev_chain.c refactor EAGAIN/EINTR processing 2009-08-30 09:42:29 +00:00
rfork_thread.S nginx-0.1.16-RELEASE import 2005-01-25 12:27:35 +00:00