index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.bin
/
truss
/
syscalls.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use fseeko and uintptr_t to make sure that we get a sensible offset
dwmalone
2002-04-21
1
-2
/
+2
*
Print open(2) flags in hex instread of decimal for clarity.
alfred
2001-12-30
1
-2
/
+2
*
Partial WARNS=1 fizes with NO_WERROR set to prevent world breakage.
markm
2001-12-11
1
-12
/
+11
*
Add missing include for <ctype.h>
green
2001-11-06
1
-27
/
+47
*
Teach truss(1) to display sockaddrs. It currently knows about AF_INET,
des
2001-10-21
1
-2
/
+81
*
In get_string(), 0-terminate the contents of buf ``just in case'';
joerg
2001-08-28
1
-0
/
+1
*
Change the output of truss to more closely resemble SysV's. (Yes, it
sef
2000-03-18
1
-5
/
+18
*
Fix a leak. (Thanks Bruce, this was a bonehead mistake on my part :).)
sef
2000-02-15
1
-3
/
+8
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Teach truss to print symbolic signal names (e.g. SIGHUP instead of 0x01).
des
1999-08-10
1
-1
/
+21
*
Add access(2) to the list of recognized syscalls.
des
1999-08-05
1
-1
/
+2
*
Add lstat() as a known system call.
sef
1998-10-15
1
-1
/
+3
*
Fixed printf format errors.
bde
1998-07-06
1
-6
/
+6
*
Sort Xrefs. Use err(3). Remove uneeded #include.
charnier
1998-01-05
1
-11
/
+13
*
Add some copyright and license terms, at Jordan's request. Note that
sef
1997-12-20
1
-1
/
+33
*
First cut at printing out ioctl names intelligently. Note that this doesn't
sef
1997-12-06
1
-1
/
+13
*
Truss program. Requires procfs.
sef
1997-12-06
1
-0
/
+194