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
/
lib
/
libc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refer to chflags(2) instead of chflags(1) (since we're a section 2
dd
2001-10-23
1
-3
/
+2
*
Fix WAW dependency. p6 is written in the syscall epilogue.
peter
2001-10-22
1
-0
/
+1
*
Fix a few more dependancy violations.
dfr
2001-10-22
1
-3
/
+3
*
Implement setjmp, longjmp, sigsetjmp and siglongjmp.
dfr
2001-10-20
3
-104
/
+53
*
Add __divdf3(), __divsf3() and __infinity[].
dfr
2001-10-20
4
-1
/
+296
*
mdoc(7) police: join OS version with the corresponding macro.
ru
2001-10-19
1
-2
/
+2
*
Just use RSYSCALL.
ru
2001-10-19
2
-4
/
+2
*
signanosleep(2) hasn't existed since 1998.
ru
2001-10-19
2
-2
/
+0
*
s/kernal/kernel
alfred
2001-10-19
2
-2
/
+2
*
Use the new SIOCGIFINDEX ioctl to efficiently map a name to an index.
jlemon
2001-10-17
1
-2
/
+22
*
Fix reference to aio_read, should be aio_write
alfred
2001-10-16
1
-1
/
+1
*
Fixed style bugs in previous commit.
bde
2001-10-15
1
-15
/
+15
*
link(2) may fail with EPERM if name1 is immutable or append-only.
dd
2001-10-14
1
-1
/
+4
*
Make this compile on ia64.
dfr
2001-10-14
1
-25
/
+46
*
Add warning about zeroing-out the socket structure before populating it.
dillon
2001-10-13
1
-0
/
+4
*
Note that strncmp() will not compare characters after a NUL character.
mike
2001-10-11
1
-1
/
+8
*
Clarify that strnstr() will stop searching after in encounters a NUL
mike
2001-10-11
1
-5
/
+8
*
- Bump document date for eaccess(2) addition.
ru
2001-10-11
1
-27
/
+35
*
Fix SysV Semaphore Handling.
mr
2001-10-11
2
-27
/
+124
*
Compensate for "Compensate for header dethreading" by backing it out.
bde
2001-10-10
5
-10
/
+0
*
getnetbyaddr() should be serviced by the "networks" database.
ru
2001-10-10
1
-1
/
+1
*
Adjust so that we don't use relocations which can't exist in a shared
dfr
2001-10-10
4
-5
/
+10
*
Shorter versions of the byte swapping code.
dfr
2001-10-10
2
-15
/
+7
*
Implement strcasestr() which many others (f.e. Linux) already have.
ache
2001-10-10
3
-2
/
+79
*
Document the fact that the strnstr(3) function is not portable.
mike
2001-10-09
1
-0
/
+5
*
Don't mangle vendor ids to put them in __RCSID. Just ifdef all vendor
mike
2001-10-09
1
-1
/
+6
*
Add a new libc function, strnstr(3), which allows one to limit the
mike
2001-10-09
3
-11
/
+122
*
Make this work on ia64. I have no idea why it works on alpha - it
dfr
2001-10-06
1
-1
/
+7
*
Fix a load of dependancy violations.
dfr
2001-10-05
2
-7
/
+7
*
Add compatibility functions for the AF_LOCAL RPC transport stuff
wpaul
2001-10-04
3
-0
/
+235
*
Hopefully improve control message passing over Unix domain sockets.
dwmalone
2001-10-04
2
-14
/
+25
*
Include <string.h> to prototype strcpy(3). While I'm here, make use
mike
2001-10-04
1
-3
/
+4
*
Fixed various type errors in synopsis.
bde
2001-10-03
1
-7
/
+7
*
Fixed bitrot in synopsis. The TI-RPC changes gave mounds of it, mainly
bde
2001-10-03
10
-31
/
+33
*
Fixed missing `const' in synopsis.
bde
2001-10-03
1
-1
/
+1
*
Fixed return type in synopsis.
bde
2001-10-03
1
-1
/
+1
*
Avoid getting stuck in system(3) when the internal call to wait4()
alfred
2001-10-03
1
-2
/
+3
*
Fixed syntax errors in synopsis. The restrict keyword doesn't exist yet.
bde
2001-10-03
1
-5
/
+5
*
Fixed misspelled arg type in synopsis.
bde
2001-10-03
1
-1
/
+1
*
Fixed missing include in synopsis.
bde
2001-10-03
1
-0
/
+1
*
- cope with sa_len < sizeof(struct sockaddr).
ume
2001-10-02
1
-35
/
+44
*
mdoc(7) police: Use the new .In macro for #include statements.
ru
2001-10-01
420
-643
/
+643
*
mdoc(7) police: don't split author names in the AUTHORS section.
ru
2001-10-01
1
-0
/
+1
*
mdoc(7) police: s/atof/atoi/
ru
2001-10-01
1
-1
/
+1
*
Add __FBSDID()s to libutil
dillon
2001-09-30
1
-2
/
+4
*
Add ERRORS section.
asmodai
2001-09-26
1
-1
/
+18
*
Be explicit about the POSIX version it conforms to [in this case 1990].
asmodai
2001-09-26
1
-5
/
+5
*
Change standards compliancy order so that C and POSIX are grouped.
asmodai
2001-09-26
1
-1
/
+1
*
- Correct capitalization of a function name.
murray
2001-09-24
1
-2
/
+3
*
Note that strdup(3) will set errno if memory allocation fails. This
mike
2001-09-23
1
-1
/
+4
[next]