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
*
Let this code know about PowerPC.
benno
2002-05-21
1
-1
/
+1
*
Update the EINVAL description again - it turns out that EINVAL
roam
2002-05-17
1
-3
/
+4
*
_C_LABEL -> CNAME
benno
2002-05-17
1
-14
/
+14
*
Flesh this out, based on the NetBSD version.
benno
2002-05-17
1
-10
/
+41
*
Grow RSYSCALL.
obrien
2002-05-15
1
-0
/
+4
*
Our default syscall.S is identical to what was explicitly being done for
obrien
2002-05-15
4
-67
/
+2
*
Blah, fix stupid syntax error.
obrien
2002-05-15
1
-1
/
+1
*
host-network order conversion routines.
obrien
2002-05-15
5
-0
/
+158
*
PowerPC does not have profile support yet.
obrien
2002-05-15
1
-0
/
+2
*
Beginnings of syscall bits for PowerPC. These are no doubtedly wrong,
obrien
2002-05-15
1
-0
/
+43
*
Clarify that the value of getc() etc. is an unsigned char converted
fanf
2002-05-15
1
-0
/
+4
*
Document Q_GETQUOTA returning EINVAL when quotas are not enabled
roam
2002-05-14
1
-0
/
+4
*
Use the right byte order for unaligned stores. <blush>.
jake
2002-05-13
1
-1
/
+1
*
Handle alignment fault fixups in libc rather than in the kernel.
jake
2002-05-13
5
-2
/
+120
*
Retire the bogus uses of the disklabel field d_sbsize and begin to
phk
2002-05-12
1
-3
/
+1
*
s/demon/daemon/
dd
2002-05-12
1
-1
/
+1
*
Document that <netinet/in.h> can also provide prototypes. Change
mike
2002-05-11
1
-2
/
+6
*
Add a support macro to convert the 5-bit packed register field of
jake
2002-05-11
3
-66
/
+90
*
Avoid casting a different sized integer to a pointer on LP64 systems.
peter
2002-05-10
1
-1
/
+1
*
Replace /kernel with /boot/kernel/kernel.
joe
2002-05-09
1
-1
/
+1
*
Some updates to mention accept filters and how
silby
2002-05-08
2
-2
/
+33
*
Fix bug that causes passwd and friends to fail when the user has a '+' in
des
2002-05-07
1
-0
/
+3
*
Use __FBSDID
obrien
2002-05-06
1
-2
/
+3
*
We typically don't add trailing /'s.
obrien
2002-05-06
1
-1
/
+1
*
Document the lchflags(2) syscall.
mux
2002-05-05
2
-1
/
+14
*
Fix fd leak. Threads people: does the call above to `access' need to be
wollman
2002-05-03
1
-1
/
+3
*
Add an alternate signal trampoline to libc; add a wrapper for the sigtramp
jake
2002-04-29
4
-2
/
+96
*
Spell void * as void * rather than caddr_t. This is complicated by the
des
2002-04-28
15
-117
/
+122
*
Add code to emulate arithmetic, comparison and conversion operations
jake
2002-04-28
2
-1
/
+136
*
Emulate ldq and stq (load/store long double) instructions. GCC has started
jake
2002-04-27
12
-106
/
+252
*
#include <string.h> instead of <strings.h>
des
2002-04-25
1
-1
/
+1
*
Constify _malloc_options.
phk
2002-04-24
2
-3
/
+3
*
Implement several of the c99 updates to scanf(3):
fenner
2002-04-20
2
-140
/
+220
*
mdoc(7) police: polishing.
ru
2002-04-19
1
-11
/
+14
*
just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD.
suz
2002-04-19
6
-11
/
+22
*
Connect the kenv.2 manpage to the build.
mux
2002-04-18
1
-1
/
+1
*
Add a manpage for the kenv(2) syscall that Chad David kindly
mux
2002-04-18
1
-0
/
+172
*
Support the snapshot file flag, so that tools like 'ls -ol' work
joe
2002-04-16
1
-0
/
+3
*
Add awareness of an IPv6.
ume
2002-04-15
1
-7
/
+20
*
Quoting log message for OpenBSD rev 1.7:
nectar
2002-04-15
1
-0
/
+28
*
Missed a spot in previous commit.
des
2002-04-15
1
-1
/
+3
*
(ab)use unused bits in the pw_fields member of struct passwd to record
des
2002-04-14
1
-2
/
+12
*
Remove the hard-coded limit of 3 bytes for EUC encodings.
asmodai
2002-04-14
1
-1
/
+3
*
Correct markup.
dd
2002-04-14
1
-1
/
+2
*
Install digittoint.3 (forgotten in rev 1.21)
des
2002-04-13
1
-1
/
+1
*
Use the correct macros for F_SETFD/F_GETFD instead of magic numbers.
asmodai
2002-04-13
1
-4
/
+12
*
This was recently MFC'd, so it will appear in 4.6.
dd
2002-04-13
1
-1
/
+1
*
Implement _Unwind_FindTableEntry(). This function is part of GCC
marcel
2002-04-13
2
-0
/
+130
*
scanf.3 has an obsolete ``this release''.
trhodes
2002-04-10
1
-7
/
+0
*
No longer needed to #ifdef __FBSDID, this is now handled by Makefile.inc1.
ru
2002-04-09
2
-4
/
+0
[next]