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
*
Generate the normal asm stubs for all sysv system calls. Use these instead
jake
2002-05-23
7
-33
/
+18
*
Just to show that PAM can do almost anything from the ridiculous to the
des
2002-05-23
7
-0
/
+418
*
Avoid wandering over the beginning of the actual buffer
robert
2002-05-23
1
-1
/
+1
*
Hide a couple of unguarded error returns behind the no_fail test.
des
2002-05-23
1
-5
/
+6
*
Free old_pwd only in the code path where it has been allocated.
jmallett
2002-05-22
1
-1
/
+1
*
Make this a little easier to build standalone. (same change as libpanel)
peter
2002-05-21
4
-4
/
+20
*
Initial update of bmake glue for ncurses-5.2-20020518
peter
2002-05-21
2
-4
/
+14
*
Initial update of bmake glue for ncurses-5.2-20020518. More to come.
peter
2002-05-21
4
-64
/
+124
*
Spread the word of PowerPC.
benno
2002-05-21
1
-1
/
+2
*
Let this code know about PowerPC.
benno
2002-05-21
1
-1
/
+1
*
Catch up to tte.h changes.
jake
2002-05-21
1
-2
/
+2
*
Use an explicitly-sized type instead of daddr_t for on-disk block
iedowse
2002-05-19
1
-2
/
+2
*
mdoc(7) police: fixed the whatis entry.
ru
2002-05-18
1
-1
/
+1
*
Don't try to build libc_r on sparc64, the _atomic_lock.S file isn't implemented.
phk
2002-05-18
1
-1
/
+1
*
UFS indirect blocks are size u_int32_t, not daddr_t
phk
2002-05-18
1
-2
/
+2
*
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
*
Do not build pam_ssh if NOSECURE is set (NO_OPENSSL is on a subset of NOSECURE)
obrien
2002-05-15
1
-1
/
+2
*
Do not build libmp if NOSECURE is set (NO_OPENSSL is on a subset of NOSECURE)
obrien
2002-05-15
1
-1
/
+2
*
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
*
`all-man' now creates manpages in the -DNOMANCOMPRESS case too.
ru
2002-05-15
2
-2
/
+0
*
Stub out _kvm_mdopen, we don't the same constants as NetBSD
obrien
2002-05-15
1
-0
/
+2
*
Add a PowerPC machdep for kvm.
obrien
2002-05-15
1
-0
/
+101
*
Undo namespace pollution by prefixing the globals pthread_guard_default and
alfred
2002-05-15
12
-78
/
+87
*
Use .rodata section for $FreeBSD$.
obrien
2002-05-15
6
-12
/
+20
*
I somehow managed to forgot to commit this in my INCS sweep.
ru
2002-05-14
1
-4
/
+0
*
New cpp(1) doesn't like -I${DESTDIR}/usr/include.
ru
2002-05-14
1
-1
/
+1
*
Document Q_GETQUOTA returning EINVAL when quotas are not enabled
roam
2002-05-14
1
-0
/
+4
*
string cleanup:
ken
2002-05-14
1
-14
/
+12
*
Use the right byte order for unaligned stores. <blush>.
jake
2002-05-13
1
-1
/
+1
*
Fixed CLEANFILES after bsd.lib.mk sweep.
ru
2002-05-13
6
-0
/
+12
*
Add __divdi3() and __moddi3() to libstand. We will need them for UFS2.
phk
2002-05-13
1
-0
/
+48
*
MAN[1-9] -> MAN.
ru
2002-05-13
2
-3
/
+2
*
NOSHARED is meaningless in the bsd.lib.mk context.
ru
2002-05-13
1
-1
/
+0
*
SOBJS are not used here for a long time, and were just
ru
2002-05-13
6
-24
/
+12
*
Removed now unused INTERNALSTATICLIB.
ru
2002-05-13
5
-10
/
+0
*
Major cleanup of bsd.lib.mk.
ru
2002-05-13
7
-29
/
+2
*
Removed the a.out compatibility cruft.
ru
2002-05-13
5
-97
/
+2
*
Don't use PAGE_SIZE in userland, instead use getpagesize(), this is to
alfred
2002-05-13
12
-63
/
+108
*
Handle alignment fault fixups in libc rather than in the kernel.
jake
2002-05-13
5
-2
/
+120
*
#include <sys/disklabel.h> to get BBSIZE.
phk
2002-05-12
1
-0
/
+1
*
Retire the bogus uses of the disklabel field d_sbsize and begin to
phk
2002-05-12
2
-4
/
+2
*
Revert the last change. The corresponding bsd.lib.mk changes were
ru
2002-05-12
6
-6
/
+25
[next]