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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Document that kldload(2) can also return EEXIST.
hmp
2003-06-03
1
-0
/
+4
*
Catch up with revs 1.49-1.50 of df.c: don't mention -t in the BUGS section
bde
2003-06-03
1
-3
/
+1
*
Fixed exit code in previous commit. "var++" to set a flag to nonzero
bde
2003-06-03
1
-5
/
+9
*
Teach recent changes in the umtx structure in the kernel to the libthr
mtm
2003-06-03
1
-1
/
+1
*
Remove SI_SUB_VINUM. SI_SUB_RAID makes more sense.
grog
2003-06-03
1
-3
/
+2
*
The midway driver has been busdmaified and is not i386-specific anymore.
harti
2003-06-03
4
-64
/
+18
*
- Remove the blocked pointer from the umtx structure.
jeff
2003-06-03
3
-174
/
+164
*
Don't deregister the kld on resetconfig, only when we're really ready
grog
2003-06-03
1
-3
/
+3
*
Free memory of internal low level lock when mutex and condition variable
davidxu
2003-06-03
4
-0
/
+18
*
When scanning for changed containers, don't assume that the controller
scottl
2003-06-03
1
-7
/
+10
*
Two enhancements for kdump.
peter
2003-06-03
2
-21
/
+101
*
Turn on btxld for amd64.
peter
2003-06-03
1
-0
/
+4
*
Add AMD64 support.
peter
2003-06-03
2
-1
/
+5
*
Add support for generic PMCICA ATA CARD
imp
2003-06-03
1
-0
/
+1
*
Sync to 1.51
imp
2003-06-03
1
-1
/
+4
*
Add another PCMCIA IDE CARD
imp
2003-06-03
1
-0
/
+1
*
Account for packets processed at layer-2 (i.e. net.link.ether.ipfw=1).
kbyanc
2003-06-02
1
-3
/
+6
*
Merge from private version:
sam
2003-06-02
1
-50
/
+127
*
Redo locking for better SMP suport:
sam
2003-06-02
1
-15
/
+18
*
Redo locking for proper SMP operation:
sam
2003-06-02
2
-52
/
+50
*
Flush my local cache of cryto subsystem fixes:
sam
2003-06-02
3
-18
/
+43
*
Cosmetic; record offsets used within jmpbuf
peter
2003-06-02
3
-30
/
+30
*
From the df man page:
jkh
2003-06-02
1
-0
/
+9
*
Update for amd64 after repocopy from i386/
peter
2003-06-02
1
-2
/
+1
*
Port libc_r to amd64, and turn it back on for amd64. It passes all of
peter
2003-06-02
3
-2
/
+21
*
Fix sigsetjmp(). It helps if we do not try to save the old signal mask
peter
2003-06-02
1
-0
/
+1
*
Fix restarted syscalls. When we rewind %rip, we also need to restore
peter
2003-06-02
1
-2
/
+6
*
Make this more compatable with libc_r. Make the internal types for storing
peter
2003-06-02
1
-3
/
+3
*
Tidy the code up a fraction. Re-release with a 2-clause BSD license
markm
2003-06-02
1
-19
/
+33
*
Further devilification of CCD:
phk
2003-06-02
4
-384
/
+203
*
Use GEOM OAM api to retrive list of configured ccd devices.
phk
2003-06-02
2
-0
/
+22
*
Begin deevilification of CCD:
phk
2003-06-02
2
-2
/
+112
*
Initialize td->td_pcb->pcb_ext in cpu_thread_setup() since a garbage
tegge
2003-06-02
1
-0
/
+1
*
Return an indicative error message.
phk
2003-06-02
1
-1
/
+3
*
Add some missing items to the make clean target.
jhb
2003-06-02
1
-1
/
+2
*
Disconnect libcipher from the build. It only does DES, and we already
markm
2003-06-02
1
-1
/
+1
*
Hardcore supported encodings list
ache
2003-06-02
1
-1
/
+11
*
write pattern to /dev/ccd3 not /dev/ccd3c
phk
2003-06-02
1
-1
/
+1
*
Add a new hash type. This "NT-hash" is compatible with the password
markm
2003-06-02
5
-11
/
+123
*
Strip the private blowfish code down to only that which is
markm
2003-06-02
3
-263
/
+4
*
Modernise. Use libcrypto instead of libcipher for DES.
markm
2003-06-02
3
-382
/
+427
*
Modernise. Use libcrypto for DES instead of libcipher.
markm
2003-06-02
3
-52
/
+51
*
Also implement mpo_copy_mbuf_label() for mac_lomac, or labels may
rwatson
2003-06-02
1
-0
/
+1
*
We have at least one consumer of the upcoming FreeBSD 4.9.
ru
2003-06-02
1
-0
/
+1
*
Document new (starting with 5.x) __FreeBSD_version scheme.
obrien
2003-06-02
1
-0
/
+2
*
Add a missing return statement to distExtractTarball().
tmm
2003-06-02
1
-0
/
+1
*
Oops, __FreeBSD_version should be 501100, not 510100. The former implies
scottl
2003-06-02
1
-1
/
+1
*
s/u_short/unsigned short/ to make this compile if _POSIX_C_SOURCE=200112
schweikh
2003-06-02
1
-19
/
+19
*
Use mac_biba_label_copy() and mac_mls_label_copy() to implement the
rwatson
2003-06-02
2
-0
/
+2
*
Use __FBSDID().
obrien
2003-06-02
3
-9
/
+9
[prev]
[next]