summaryrefslogtreecommitdiff
path: root/source3/lib/system.c
AgeCommit message (Expand)AuthorFilesLines
2012-04-05build: Remove sys_rewinddir wrapperAndrew Bartlett1-8/+0
2012-04-05build: Remove sys_closedir wrapperAndrew Bartlett1-10/+0
2012-04-05build: Remove sys_telldir wrapperAndrew Bartlett1-9/+0
2012-04-05build: Remove sys_seekdir wrapperAndrew Bartlett1-9/+0
2012-04-05build: Remove sys_readdir wrapperAndrew Bartlett1-9/+0
2012-04-05build: Remove sys_opendir wrapperAndrew Bartlett1-9/+0
2012-04-05build: Remove sys_fopen wrapperAndrew Bartlett1-10/+0
2012-04-05build: Remove sys_open wrapperAndrew Bartlett1-9/+0
2012-04-05build: Remove sys_creat wrapperAndrew Bartlett1-9/+0
2012-04-05build: Remove fallback call to sys_open as HAVE_CREAT is not actually checked...Andrew Bartlett1-8/+0
2012-04-05build: Remove sys_ftell wrapperAndrew Bartlett1-9/+0
2012-04-05build: Remove sys_lseek wrapperAndrew Bartlett1-9/+0
2012-04-05build: Remove sys_ftruncate wrapperAndrew Bartlett1-9/+0
2012-04-05build: do not use HAVE_EXPLICIT_LARGEFILE_SUPPORT and *64() fucntions any moreAndrew Bartlett1-143/+44
2012-03-24use usleep rather than sys_usleep in various places, in anticipation of uslee...Jelmer Vernooij1-34/+0
2012-03-24lib/util: Remove obsolete sys_getpid() and sys_fork().Jelmer Vernooij1-1/+1
2012-02-17lib/util: Remove unused sys_sendto()Andrew Bartlett1-18/+0
2012-02-17lib/util: Remove unused sys_recv()Andrew Bartlett1-18/+0
2012-02-17s3-lib Remove unused sys_fcntl_long()Andrew Bartlett1-14/+0
2012-02-17s3-lib Remove unused sys_fseek()Andrew Bartlett1-17/+0
2012-02-02s3: Use ARRAY_SIZE in bsd_attr_listVolker Lendecke1-1/+1
2012-01-06Comment out sys_get_number_of_cores() as we're no longer using this.Jeremy Allison1-0/+2
2012-01-06Add a sys_get_number_of_cores() function that calls sysconf or sysctlJeremy Allison1-0/+49
2011-10-27Include uid_wrapper correctly.Andreas Schneider1-1/+0
2011-10-14Fix sys_fseek wrapperBrad Smith1-0/+2
2011-10-06s3: Use the uid_wrapperVolker Lendecke1-0/+1
2011-06-10Export init_stat_ex_from_stat for use in VFS modules.Richard Sharpe1-6/+6
2011-06-09s3-talloc Change TALLOC_ARRAY() to talloc_array()Andrew Bartlett1-1/+1
2011-06-01Change sys_getcd() to take no arguments and always return malloc'ed memory (o...Jeremy Allison1-7/+34
2011-05-31lib/util Move sys_memalign into lib/util/system.cAndrew Bartlett1-36/+0
2011-05-04Fold null terminator into listlen length, change to strlcpy.Jeremy Allison1-6/+4
2011-05-03s3-system: move LOCK_ defines to lib/system.cGünther Deschner1-0/+9
2011-05-03lib/util Move more network utility functions from source3 into lib/utilAndrew Bartlett1-71/+0
2011-03-30s3-includes: only include system/filesys.h when needed.Günther Deschner1-0/+1
2011-03-30s3-includes: only include system/passwd.h when needed.Günther Deschner1-0/+1
2011-03-30s3-includes: only include system/capability.h when needed.Günther Deschner1-0/+1
2011-03-30s3-includes: only include system/syslog.h when needed.Günther Deschner1-0/+1
2011-03-30lib/util/util_pw: share sys_get{pw,gr} group of calls.Günther Deschner1-44/+0
2011-02-26dirfd doesn't exist in some platforms.Jeremy Allison1-2/+4
2011-02-14s3: move some defines to a better place.Günther Deschner1-0/+11
2011-02-10s3-system: fix malloc/talloc mismatch in sys_popen().Günther Deschner1-1/+1
2011-02-09Fix up some buildfarm warnings.Jeremy Allison1-1/+1
2011-02-08Add fdopendir().Jeremy Allison1-0/+16
2010-12-21Added call out to a Linux-compatible fallocate() when we need to extend a fileJeremy Allison1-0/+35
2010-12-19s3: FreeBSD has getpeereid(), use itVolker Lendecke1-0/+4
2010-12-15Fix read/write calls over sockets to cope with EAGAIN/EWOULDBLOCK for non-blo...Jeremy Allison1-10/+38
2010-08-01s3: Fix a C++ warningVolker Lendecke1-1/+1
2010-06-09s3: fix calculation of st_blocks in init_stat_ex_from_statBjörn Jacke1-1/+1
2010-06-07s3: fix build on platforms without st_blocks and st_blksize stat struct membersBjörn Jacke1-0/+9
2010-03-08Revert "Fix bug #7067 - Linux asynchronous IO (aio) can cause smbd to fail to...Karolin Seeger1-61/+4