0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/doc
Ben Noordhuis e8c01739cd doc: document linux pwrite() bug
On Linux, positional writes don't work when the file is opened in
append mode. The kernel ignores the position argument and always
appends the data to the end of the file.

To quote the man page:

  POSIX requires that opening a file with the O_APPEND flag should have
  no affect on the location at which pwrite() writes data.  However, on
  Linux, if a file is opened with O_APPEND, pwrite() appends data to the
  end of the file, regardless of the value of offset.
2013-04-08 00:43:30 +02:00
..
about doc: move ul styling to pipe.css 2012-08-23 17:54:23 +02:00
api doc: document linux pwrite() bug 2013-04-08 00:43:30 +02:00
api_assets Colorize API stabilitity index headers in docs 2012-12-27 18:38:56 -08:00
blog blog: Post about 0.10.3 2013-04-03 11:28:09 -07:00
community doc: add Google+ French community 2012-12-17 17:21:35 +01:00
download Fix dropped html tag 2012-11-30 18:14:26 -08:00
images website: Sharpen and clean up download page more 2012-08-15 15:52:57 -07:00
logos doc: move ul styling to pipe.css 2012-08-23 17:54:23 +02:00
blog.html doc: fix broken links in blog footer 2013-03-18 14:41:51 +01:00
changelog-foot.html website: download page 2012-08-15 09:09:23 -07:00
changelog-head.html website: download page 2012-08-15 09:09:23 -07:00
cla.html doc: Make the CLA more simple/sane 2012-09-27 13:25:55 -07:00
favicon.ico
full-white-stripe.jpg
index.html doc: update instructions on home page 2013-02-28 16:30:46 +01:00
mac_osx_nodejs_installer_logo.png
node.1 node: Add --throw-deprecation 2013-03-06 11:44:29 -08:00
pipe.css doc: more uniform and sleek buttons 2012-08-24 15:47:53 +02:00
robots.txt
rss.xml blog: Generate RSS feeds 2012-06-22 08:49:20 -07:00
sh_javascript.min.js
sh_main.js
sh_vim-dark.css doc: use somewhat consistent styling for css assets 2012-08-23 17:54:12 +02:00
sh.css doc: use somewhat consistent styling for css assets 2012-08-23 17:54:12 +02:00
template.html website: download page 2012-08-15 09:09:23 -07:00
thin-white-stripe.jpg
trademark-policy.pdf
v0.4_announcement.html