Remove the likely/unlikely macros.
[paraslash.git] / fd.c
2009-07-19 Andre NollMerge branch 'master' into next
2009-07-18 Andre NollMerge branch 'master' into next
2009-07-18 Andre NollMerge branch 'master' into next
2009-07-18 Andre NollMerge branch 'master' into next
2009-07-18 Andre NollMerge branch 'master' into next
2009-07-18 Andre NollMerge branch 'master' into next
2009-07-11 Andre NollMerge branch 'master' into next
2009-07-11 Andre NollMerge branch 'master' into next
2009-07-10 Andre NollMerge commit 'fml/master' into next
2009-07-08 Andre NollIntroduce para_regcomp.
2009-07-05 Andre Nollfd.c: Simplify write_ok().
2009-07-05 Andre Nollfd.c: Simplify para_select().
2009-07-05 Andre NollMerge branch 'master' into next
2009-07-04 Andre NollMerge branch 'master' into next
2009-07-04 Andre NollMerge branch 'afh_cleanup' into next.
2009-06-11 Andre NollFirst draft of the libosl patch series.
2009-01-19 Andre NollMerge commit 'meins/master'
2009-01-18 Andre NollMerge commit 'athcx/master'
2009-01-12 Andre NollImprove memory mapping.
2009-01-12 Andre Nollpara_fd_set(): Replace check for invalid fds by an...
2009-01-10 Andre Nollupd_send.c: Use write_nonblock() rather than write_all().
2009-01-10 Andre NollChange year of copyright from 2008 to 2009.
2009-01-09 Andre NollMerge commit 'meins/master'
2008-11-28 Andre NollMerge commit 'fml/master'
2008-11-28 Andre NollGet rid of a gcc warning on recent Ubuntu systems.
2008-08-04 Andre NollMove valid_fd_012() from string.c to fd.c.
2008-04-06 Andre NollGet rid of E_MUNMAP.
2008-03-17 Andre NollMerge commit 'remotes/meins/master'
2008-03-15 Andre NollMove write_all() from net.c to fd.c.
2008-01-19 Andre NollAdd __must_check annotation for mark_fd_nonblocking...
2008-01-08 Andre NollChange year in Copyright comment from 2007 to 2008.
2007-12-15 Andre NollKill unused E_FSTAT.
2007-11-24 Andre NollMerge commit 'remotes/fml/master'
2007-11-23 Andre NollRename mark_fd_nonblock() to mark_fd_nonblocking().
2007-11-23 Andre NollIn handle_connect() we really need a blocking fd for...
2007-10-24 Andre NollDoxygen fixes.
2007-10-22 Andre NollSwitch to the new afs.
2007-10-21 Andre NollMove mmap_full_file from osl.c to fd.c.
2007-10-11 Andre Nollfd.c: Remove unused label change_to_orig_dir.
2007-10-11 Andre NollMerge commit 'remotes/fml/v0.3' into v0.3
2007-10-10 Andre Nollfd.c: Cosmetics.
2007-10-10 Andre NollGet rid of E_FCHDIR.
2007-10-10 Andre NollGet rid of E_OPENDIR.
2007-10-10 Andre Nollpara_select(): Return a proper error code on errors.
2007-10-09 Andre NollRemove some system errors from errno.h
2007-10-09 Andre NollGet rid of -E_F_GETFL and -E_F_SETFL.
2007-10-02 Andre NollMerge commit 'remotes/meins/v0.3' into v0.3
2007-10-01 Andre Nollfd.c: Introduce para_chdir().
2007-09-21 Andre NollMerge commit 'remotes/meins/v0.3' into v0.3
2007-09-20 Andre NollMake para_fsck work without specifying tables.
2007-06-28 Andre Nollreplace standard GPL header by a one-line pointer to...
2007-04-04 Andre Nollfix some compiler warnings on Mac OS
2007-03-26 Andre NollMerge /fml/ag-raetsch/home/maan/scm/paraslash_meins...
2007-03-14 Andre Nollfd.c: Kill para_fread() and para_fseek()
2007-03-14 Andre NollMerge /home/maan/scm/paraslash_fml/paraslash into mmap
2007-03-12 Andre Nollfirst draft of the mmap patch series
2007-03-12 Andre NollMerge ../paraslash_meins/paraslash
2007-03-11 Andre Nollsmall documentation cleanup
2007-03-04 Andre Nollsimplify vss_read_chunk()
2006-09-30 AndreMerge /home/maan/scm/paraslash.fml/paraslash
2006-09-30 Andreintroduce para_fgets(), a wrapper for fgets()
2006-07-13 maanMerge branch 'master' into my-osx
2006-06-28 Andrefix some doxygen warnings
2006-06-24 maanMerge branch 'master' into my-osx
2006-06-23 Andrefix gcc warnings on shadowed declarations
2006-06-15 maanMerge branch 'master' into my-osx
2006-06-13 Andremark all fds used for select() as non-blocking
2006-06-04 Andreadd some debugging to fd.c
2006-05-13 AndreKill duplicate para_fread()
2006-04-15 AndreRename MIN, MAX, ABS macros
2006-04-08 Andrefurther header cleanup
2006-04-08 Andrenew function: set_stream_fds()
2006-04-07 Andresmall header cleanup
2006-04-07 AndreAdd documentation for para_select() and mark_fd_nonblock()
2006-04-07 Andreintroduce mark_fd_nonblock()
2006-04-07 Andreintroduce para_select()
2006-04-07 AndreNew source files: fd.c/fd.h