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
*
Like ia64, amd64 has got a 16 byte sized and aligned 'long double'.
peter
2003-05-08
1
-1
/
+2
*
Turn off alloca.S - it cannot possibly work like this since on AMD64, gcc
peter
2003-05-07
1
-1
/
+1
*
Actually use the correct values for AMD64. It is a 64 bit platform,
peter
2003-05-07
1
-0
/
+4
*
Properly cleanup the stack before jumping to cerror() if rfork(2) fails.
jhb
2003-05-07
1
-0
/
+4
*
Fix a null dereference leading to a core dump when
mtm
2003-05-06
1
-1
/
+4
*
o Correct a debug message that refered to the wrong function
mtm
2003-05-06
2
-23
/
+20
*
Make pthread_join() async-cancel-safe. David was going to commit
deischen
2003-05-06
2
-18
/
+0
*
OpenPAM is WANRS6-clean.
des
2003-05-05
1
-1
/
+1
*
Turn MAKE_KERBEROS5 into NO_KERBEROS by negating the logic. Some extra
markm
2003-05-05
2
-2
/
+2
*
Backout last commit. It is redundant in -CURRENT.
murray
2003-05-05
1
-5
/
+1
*
call dump_queues() only when DEBUG_THREAD_KERN is defined, save some
davidxu
2003-05-05
2
-0
/
+4
*
Replace use of a spinlock with a mutex.
deischen
2003-05-04
2
-12
/
+9
*
Protect against a race between granting a lock and accessing
deischen
2003-05-04
4
-14
/
+56
*
Note that the idletime setting is not enforced.
murray
2003-05-04
1
-1
/
+5
*
This is now Gcc 3.3 WARNS 6 clean.
obrien
2003-05-04
1
-0
/
+1
*
Set abitag __unused.
obrien
2003-05-04
1
-3
/
+4
*
Fix suspend and resume.
deischen
2003-05-04
12
-86
/
+94
*
Document the login-backoff and login-retries capabilities.
murray
2003-05-04
1
-0
/
+5
*
Handle thread canceled case, it is same as signal caused backout,
davidxu
2003-05-02
2
-2
/
+2
*
Trasmute moer "krb5" distibutions into "crypto".
markm
2003-05-01
1
-3
/
+1
*
Use the .Dl macro.
trhodes
2003-05-01
1
-1
/
+1
*
Build non-crypto telnet(1) and telnetd(8) if NO_OPENSSL is defined.
ru
2003-05-01
1
-1
/
+1
*
State the fact that the range is twice the traditional RAND_MAX.
trhodes
2003-05-01
1
-1
/
+16
*
Back out the `hiding' of strlcpy and strlcat. Several people
nectar
2003-05-01
20
-71
/
+51
*
Convert the i386 alloca(3) to the x86-64 ISA.
obrien
2003-05-01
1
-0
/
+53
*
Use C99-style varadic macros instead of the non-standard gcc syntax.
des
2003-05-01
1
-5
/
+5
*
Mark libpam as c99- and WARNS5-clean.
des
2003-05-01
1
-1
/
+2
*
Mark libfetch as c99-clean. Always build at WARNS level 2 rather than
des
2003-05-01
1
-2
/
+2
*
AMD64 support (another IEEEFP platform)
peter
2003-04-30
1
-1
/
+1
*
AMD64 support; repocopied from i386
peter
2003-04-30
1
-3
/
+3
*
Teach libdisk that AMD64 works just like i386
peter
2003-04-30
5
-8
/
+14
*
Add __amd64__ to the list of things that use IEEEFP
peter
2003-04-30
1
-1
/
+1
*
Tell malloc.c that AMD64 uses the same pagesize as i386.
peter
2003-04-30
1
-0
/
+4
*
Add __amd64__ to the list of things that use HIDENAME() to hide minbrk
peter
2003-04-30
1
-1
/
+1
*
Update for AMD64. repocopied from i386-elf/crt1.c. Deal with regparm
peter
2003-04-30
1
-20
/
+5
*
Turn off libstand for amd64 for the time being. It is built in i386
peter
2003-04-30
1
-1
/
+2
*
Delete i386_* syscall wrappers and manpages. Rename Ovfork.S to vfork.S.
peter
2003-04-30
1
-12
/
+2
*
Update for AMD64 after repocopy from i386/sys/*. This means:
peter
2003-04-30
6
-105
/
+35
*
I have no idea why the reboot(2) syscall wrapper ends with iret, but
peter
2003-04-30
1
-1
/
+1
*
Update for AMD64. Depend on %rdi (first syscall argument) being preserved
peter
2003-04-30
1
-4
/
+3
*
Update for AMD64 (repocopied from i386/sys/Ovfork.S - why is it O?)
peter
2003-04-30
1
-5
/
+4
*
Update for AMD64 contexts. Note that this still has some x87-style FPU
peter
2003-04-30
3
-105
/
+112
*
Reduce the SRCS to what compiles
peter
2003-04-30
1
-3
/
+3
*
Update for AMD64 (repocopied from i386/net). We can depend on having
peter
2003-04-30
4
-10
/
+6
*
Update for AMD64-style syscalls. Repocopied from i386/SYS.h.
peter
2003-04-30
1
-7
/
+4
*
Only define platform once -- in a C file.
obrien
2003-04-30
2
-20
/
+23
*
Floating point libc functions traditionally written in ASM.
obrien
2003-04-30
2
-0
/
+113
*
Symlink with -f.
obrien
2003-04-30
2
-2
/
+2
*
No libc_r for AMD64.
obrien
2003-04-30
1
-0
/
+2
*
Move the mailbox to the beginning of the thread and align the
deischen
2003-04-30
10
-14
/
+48
[next]