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
*
Fix typo.
rik
2004-11-29
1
-1
/
+1
*
Don't flag alignment constraints as a reason for bouncing. This fixes the
scottl
2004-11-29
2
-2
/
+2
*
Sigh. I really need to get an internet connection which is less than
cperciva
2004-11-29
1
-1
/
+1
*
Use typedefs for the types of the functions that are passed as arguments
harti
2004-11-29
10
-17
/
+22
*
Point at the mac(4) man page when describing the -Z option.
rwatson
2004-11-29
1
-5
/
+4
*
MFi386: revisions 1.77 and 1.78.
nyan
2004-11-29
1
-2
/
+2
*
MFi386: revision 1.38.
nyan
2004-11-29
1
-5
/
+10
*
MNT_NODEV is deprecated.
ru
2004-11-29
4
-15
/
+8
*
Fix the mount(8) status reporting, now that MNT_NODEV is a no-op (zero).
ru
2004-11-29
4
-13
/
+2
*
Pick up loader.rc from its old home.
ru
2004-11-29
1
-1
/
+1
*
Merge the contents of lstInt.h into the public lst.h. This let's us get
harti
2004-11-29
29
-355
/
+227
*
Reviewed by: SUZUKI Shinsuke <suz@kame.net>
gnn
2004-11-29
1
-17
/
+34
*
Disable the beastie menu. It offends some and annoys everyone else, and I'm
scottl
2004-11-29
2
-18
/
+1
*
Move the purely device-name based entries for mice and ethernet
iedowse
2004-11-28
2
-16
/
+7
*
Add support for the TwinMOS Memory Disk IV.
iedowse
2004-11-28
2
-0
/
+8
*
Add the device ID for the 3Com 3CRSHEW696 wireless adapter.
iedowse
2004-11-28
1
-0
/
+1
*
Add support for the Trumpion/Comotron C3310 MP3 player.
iedowse
2004-11-28
2
-0
/
+8
*
Fix a long standing bug in geom_mbr which is only now exposed by the
phk
2004-11-28
1
-4
/
+14
*
Add axe(4) devices to the USB ethernet regular expression.
iedowse
2004-11-28
1
-1
/
+1
*
Fix a few coding errors that caused compiler warnings.
iedowse
2004-11-28
1
-5
/
+6
*
Check that saddr->sa_family is a sensible value before using it.
cperciva
2004-11-28
1
-0
/
+4
*
When determining whether filename is too long for a
kientzle
2004-11-28
1
-6
/
+6
*
Correct the spelling of "archive_write_pax_header"
kientzle
2004-11-28
1
-1
/
+1
*
Clarify that devd will only parse files whose names end in .conf.
ceri
2004-11-28
1
-1
/
+3
*
Change CUSTOMIZE example.
phk
2004-11-28
1
-3
/
+2
*
Make it possible to specify a list of customize scripts.
phk
2004-11-28
1
-7
/
+8
*
Add various customize scripts.
phk
2004-11-28
4
-0
/
+146
*
Hardlink the generated /etc/fstab to /conf/base/etc/fstab
phk
2004-11-28
1
-0
/
+1
*
- Don't blindly use the return value of uart_cpu_channel() to calculate
marius
2004-11-28
1
-7
/
+33
*
Don't acquire Giant before calling closef() in close() (and elsewhere);
rwatson
2004-11-28
1
-7
/
+7
*
don't mv(1) nonexistent directories.
phk
2004-11-28
1
-1
/
+1
*
Reduce -j12 to -j3
phk
2004-11-28
1
-1
/
+1
*
Use FILEDESC_LOCK_FAST in checkdirs()
phk
2004-11-28
1
-5
/
+5
*
#define the ioctls that take no arguments correctly.
phk
2004-11-28
1
-4
/
+4
*
Assert the inpcb lock in tcp_xmit_timer() as it performs read-modify-
rwatson
2004-11-28
2
-0
/
+4
*
Expand coverage of the receive socket buffer lock when handling urgent
rwatson
2004-11-28
2
-4
/
+6
*
Whitespace fixes:
marcel
2004-11-28
1
-33
/
+18
*
o Introduce efimd_va2pa() to translate addresses in efi_copy{in|out}()
marcel
2004-11-28
4
-55
/
+31
*
Add efimd.c. This file contains MD code used by the EFI library. While
marcel
2004-11-28
2
-2
/
+47
*
When required to negate the absoulte result of a division/remainder
peadar
2004-11-27
2
-2
/
+2
*
Disable protocol field compression on the inner PPP frame when also doing
archie
2004-11-27
1
-1
/
+1
*
Do export the advertised receive window via the tcpi_rcv_space field of
rwatson
2004-11-27
2
-1
/
+2
*
Auto generate device listings for the snd_ich(4) driver.
simon
2004-11-27
3
-0
/
+5
*
Add manual page for snd_ich(4).
simon
2004-11-27
2
-0
/
+95
*
Unlock mutex if PDROP was set by caller.
davidxu
2004-11-27
1
-0
/
+2
*
The Ken Thompson school of thought on expert systems:
dds
2004-11-27
1
-0
/
+4
*
Don't include sys/user.h merely for its side-effect of recursively
das
2004-11-27
64
-76
/
+64
*
Axe a.out core dump support. Neither older gdb binaries nor current
das
2004-11-27
3
-69
/
+1
*
Remove a.out support from gcore(1).
das
2004-11-27
2
-249
/
+0
*
Axe the semblance of support for PECOFF and Linux a.out core dumps.
das
2004-11-27
2
-119
/
+3
[next]