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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make fcntl() a weak symbol so that it can be overridden by thread libraries.
dfr
2008-05-27
1
-1
/
+3
*
Minor code hardening: Verify the final bytes of the string
kientzle
2008-05-27
1
-1
/
+1
*
Until the old archive.h.in gets renamed to archive.h in the repository,
kientzle
2008-05-27
1
-0
/
+6
*
MFp4: libarchive 2.5.4b. (Still 'b' until I get a bit more
kientzle
2008-05-26
49
-938
/
+3609
*
Use _WANT_FILE to make struct file visible from userland. This is
pjd
2008-05-26
1
-2
/
+1
*
Remove netatm from HEAD as it is not MPSAFE and relies on the now removed
rwatson
2008-05-25
9
-1564
/
+0
*
Relax the strict type check because gcc as distributed doesn't create
jb
2008-05-23
1
-1
/
+1
*
Change the alignment of the NOTE to match what gcc does.
jb
2008-05-23
1
-1
/
+1
*
Add the case for SHT_AMD64_UNWIND.
jb
2008-05-23
1
-0
/
+2
*
Check that lseek(2) succeeds and puts us where we expect. [1]
cperciva
2008-05-23
1
-3
/
+7
*
We only use the string "?rwxrwxrwx " once, so inline it rather than
cperciva
2008-05-23
1
-2
/
+1
*
Hook libdwarf and libproc into the build.
jb
2008-05-22
1
-2
/
+2
*
Add a BSD licensed DWARF library for use by the DTrace clients.
jb
2008-05-22
17
-0
/
+4083
*
Add the Makefile for the process library which was missed in the previous
jb
2008-05-22
1
-0
/
+20
*
Add a process library with some stubs that the DTrace client needs.
jb
2008-05-22
5
-0
/
+473
*
Use 'dowrite' as an argument name instead of too general 'write'.
pjd
2008-05-20
2
-7
/
+7
*
Return ARCHIVE_FATAL if we can't allocate memory instead of going ahead and
cperciva
2008-05-19
1
-0
/
+1
*
Clarify that "ante meridiem" and "post meridiem" mean the same thing
grog
2008-05-16
1
-2
/
+2
*
Add new heimdal-1.1 library.
dfr
2008-05-15
1
-2
/
+2
*
Clean up cpp logic and comments.
jasone
2008-05-14
1
-8
/
+21
*
Commit missing mips libthr support that I thought I'd committed earlier
imp
2008-05-11
2
-0
/
+141
*
Remove useless call to getdtablesize(2) in fdopen(3) and its useless
antoine
2008-05-10
1
-4
/
+0
*
Misc mdoc improvements and a typo fix.
brueffer
2008-05-10
1
-6
/
+10
*
Add setfib.2 to the list of man pages to add
julian
2008-05-09
1
-1
/
+1
*
setfib.2 got left out of the last commit
julian
2008-05-09
1
-0
/
+79
*
Add code to allow the system to handle multiple routing tables.
julian
2008-05-09
2
-0
/
+8
*
- Update for ncurses 5.6-20080509
rafan
2008-05-09
1
-1
/
+1
*
Don't set the _file member of the FILE when opening a FTP connection.
jhb
2008-05-08
1
-1
/
+0
*
Update the lib/expat tree for the new v2.0.1 expat import. The bsdxml.h
cokane
2008-05-08
2
-6
/
+12
*
Keep versions on a dependency chain to exclude even remote possiblity
kan
2008-05-07
1
-1
/
+1
*
Fix conflicts after heimdal-1.1 import and add build infrastructure. Import
dfr
2008-05-07
55
-334
/
+1932
*
Remove libc_r's remnant code.
davidxu
2008-05-06
1
-16
/
+0
*
Add a comment stating not to bump the FBSDprivate version.
deischen
2008-05-06
1
-1
/
+3
*
Revert back to accessing FILE internals directly.
jhb
2008-05-05
1
-11
/
+19
*
Retire the __fgetcookie(), __fgetpendout(), and __fsetfileno() accessors
jhb
2008-05-05
3
-30
/
+0
*
Expose FILE's internals to the world again in all their glory. Restore
jhb
2008-05-05
10
-140
/
+23
*
Do not read away the target directory entry when encountering deleted
kib
2008-05-05
3
-8
/
+9
*
Add MIPS support to libdisk
gonzo
2008-05-04
3
-1
/
+52
*
Add __fgetcookie(), __fgetpendout() and __fsetfileno() to the private
marcel
2008-05-04
2
-0
/
+9
*
Unbreak build: gnu sort has been configured to grope inside struct
marcel
2008-05-03
1
-0
/
+7
*
Symbol.map is handled by cpp, so use C-style comments
gonzo
2008-05-03
1
-1
/
+3
*
Unbreak build: libftpio gropes inside struct __sFILE. Implement
marcel
2008-05-03
2
-19
/
+25
*
Fix a comment.
jasone
2008-05-03
1
-1
/
+1
*
Bring C runtime bits for FreeBSD/mips from p4 mips2-jnpr branch.
gonzo
2008-05-03
4
-0
/
+191
*
Next round of stdio changes: Remove all inlining of stdio operations and
jhb
2008-05-02
12
-112
/
+200
*
Include libc_private.h for the declaration of __isthreaded instead of
jhb
2008-05-02
1
-0
/
+1
*
Add a separate tree to track arena chunks that contain dirty pages.
jasone
2008-05-01
1
-157
/
+133
*
Add rb_wrap(), which creates C function wrappers for most rb_*()
jasone
2008-05-01
1
-36
/
+194
*
When receiving delegated credentials, initialise our cred's linked list.
dfr
2008-04-30
1
-1
/
+5
*
Use global implementation of _gss_oid_equal.
dfr
2008-04-30
1
-9
/
+1
[next]