index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
lib
/
system.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Export init_stat_ex_from_stat for use in VFS modules.
Richard Sharpe
2011-06-10
1
-6
/
+6
*
s3-talloc Change TALLOC_ARRAY() to talloc_array()
Andrew Bartlett
2011-06-09
1
-1
/
+1
*
Change sys_getcd() to take no arguments and always return malloc'ed memory (o...
Jeremy Allison
2011-06-01
1
-7
/
+34
*
lib/util Move sys_memalign into lib/util/system.c
Andrew Bartlett
2011-05-31
1
-36
/
+0
*
Fold null terminator into listlen length, change to strlcpy.
Jeremy Allison
2011-05-04
1
-6
/
+4
*
s3-system: move LOCK_ defines to lib/system.c
Günther Deschner
2011-05-03
1
-0
/
+9
*
lib/util Move more network utility functions from source3 into lib/util
Andrew Bartlett
2011-05-03
1
-71
/
+0
*
s3-includes: only include system/filesys.h when needed.
Günther Deschner
2011-03-30
1
-0
/
+1
*
s3-includes: only include system/passwd.h when needed.
Günther Deschner
2011-03-30
1
-0
/
+1
*
s3-includes: only include system/capability.h when needed.
Günther Deschner
2011-03-30
1
-0
/
+1
*
s3-includes: only include system/syslog.h when needed.
Günther Deschner
2011-03-30
1
-0
/
+1
*
lib/util/util_pw: share sys_get{pw,gr} group of calls.
Günther Deschner
2011-03-30
1
-44
/
+0
*
dirfd doesn't exist in some platforms.
Jeremy Allison
2011-02-26
1
-2
/
+4
*
s3: move some defines to a better place.
Günther Deschner
2011-02-14
1
-0
/
+11
*
s3-system: fix malloc/talloc mismatch in sys_popen().
Günther Deschner
2011-02-10
1
-1
/
+1
*
Fix up some buildfarm warnings.
Jeremy Allison
2011-02-09
1
-1
/
+1
*
Add fdopendir().
Jeremy Allison
2011-02-08
1
-0
/
+16
*
Added call out to a Linux-compatible fallocate() when we need to extend a file
Jeremy Allison
2010-12-21
1
-0
/
+35
*
s3: FreeBSD has getpeereid(), use it
Volker Lendecke
2010-12-19
1
-0
/
+4
*
Fix read/write calls over sockets to cope with EAGAIN/EWOULDBLOCK for non-blo...
Jeremy Allison
2010-12-15
1
-10
/
+38
*
s3: Fix a C++ warning
Volker Lendecke
2010-08-01
1
-1
/
+1
*
s3: fix calculation of st_blocks in init_stat_ex_from_stat
Björn Jacke
2010-06-09
1
-1
/
+1
*
s3: fix build on platforms without st_blocks and st_blksize stat struct members
Björn Jacke
2010-06-07
1
-0
/
+9
*
Revert "Fix bug #7067 - Linux asynchronous IO (aio) can cause smbd to fail to...
Karolin Seeger
2010-03-08
1
-61
/
+4
*
s3: optimize strict allocate for XFS on IRIX
Björn Jacke
2010-02-18
1
-0
/
+25
*
Fix bug #7067 - Linux asynchronous IO (aio) can cause smbd to fail to respond...
Jeremy Allison
2010-01-26
1
-4
/
+61
*
s3: make sys_posix_fallocate more generic
Björn Jacke
2009-12-08
1
-4
/
+4
*
s3: Fix explicit stat64 support
Volker Lendecke
2009-12-05
1
-3
/
+12
*
s3: check if glibc has broken posix_fallocate
Björn Jacke
2009-12-04
1
-1
/
+1
*
s3: prefer posix_fallocate for doing "strict allocate"
Björn Jacke
2009-12-02
1
-0
/
+14
*
s3: Pass the "fake dir create times" parameter to sys_*stat
Volker Lendecke
2009-11-29
1
-10
/
+14
*
Remove "store create time" code, cause create time to be stored
Jeremy Allison
2009-11-17
1
-0
/
+7
*
s3: Fix a memleak in sys_popen
Volker Lendecke
2009-11-15
1
-0
/
+1
*
s3: Add access_mask to the flock VFS call
Abhidnya P Chirmule
2009-10-06
1
-1
/
+1
*
Refactor the use of create_time and change time to go
Jeremy Allison
2009-08-10
1
-2
/
+2
*
Fix a typo reading uninitialized memory. Caught by valgrind.
Jeremy Allison
2009-07-17
1
-3
/
+1
*
Rename update_stat_ex_writetime() -> update_stat_ex_mtime()
Jeremy Allison
2009-07-08
1
-2
/
+2
*
The migration to struct stat_ex broke the calculation of
Jeremy Allison
2009-07-08
1
-14
/
+58
*
When faking a create time, use the full timespec values, not time_t.
Jeremy Allison
2009-07-08
1
-61
/
+63
*
s3: correct check for usleep value boundaries
Björn Jacke
2009-06-03
1
-1
/
+1
*
Attempt to fix the build on NetBSD
Volker Lendecke
2009-05-26
1
-0
/
+6
*
Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STAT
Volker Lendecke
2009-05-26
1
-9
/
+216
*
Fix some nonempty blank lines
Volker Lendecke
2009-05-14
1
-23
/
+23
*
Refactored sys_fork() and sys_pid() into shared util library
Steven Danneman
2009-02-23
1
-29
/
+0
*
More warning fixes for Solaris.
Jeremy Allison
2009-02-23
1
-2
/
+1
*
Add code to test write_data_iov a bit
Volker Lendecke
2008-12-29
1
-0
/
+11
*
Add sys_writev
Volker Lendecke
2008-12-29
1
-0
/
+14
*
Merge branch 'master' of /home/jelmer/samba3
Jelmer Vernooij
2008-11-01
1
-153
/
+0
|
\
|
*
Remove sys_dl*() - stubs are already provided by libreplace.
Jelmer Vernooij
2008-11-01
1
-40
/
+0
|
*
Remove sys_chroot() - libreplace already provides an alternative.
Jelmer Vernooij
2008-11-01
1
-18
/
+0
[next]