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
*
Update these scripts to be more userfriendly and usage safe.
phk
2005-09-21
5
-51
/
+133
*
Initialize uninitialized variables.
grog
2005-09-21
1
-3
/
+3
*
Remove one possible way of shooting yourself in the foot.
grog
2005-09-21
1
-2
/
+4
*
In archive_read_open(), do not set the internal archive state to
kientzle
2005-09-21
1
-2
/
+4
*
Fix an unaligned I/O memory access in the event that a SCB times out.
marcel
2005-09-21
1
-3
/
+9
*
Add a lot of error checks, based on the patches provided by Dan Lukes.
kientzle
2005-09-21
14
-8
/
+90
*
Style fix: Correct a compiler warning from GCC 4
kientzle
2005-09-21
1
-0
/
+1
*
Use the correct minor number for the pccardX.cis device.
imp
2005-09-20
1
-3
/
+7
*
Remove unused (but initialized) variable 'objsize' from vm_mmap()
peter
2005-09-20
1
-2
/
+1
*
Remove OLDCARD support by removing compat shims
imp
2005-09-20
4
-93
/
+34
*
Better use of gone.
imp
2005-09-20
1
-9
/
+5
*
Remove oldcard support by removing the compat shims.
imp
2005-09-20
1
-21
/
+5
*
Remove support for oldcard by removing compat shims.
imp
2005-09-20
1
-24
/
+4
*
Eliminate support for oldcard by removing the compat shims.
imp
2005-09-20
1
-26
/
+5
*
remove some dead code
imp
2005-09-20
1
-9
/
+1
*
Correct the documentation for archive_read_data_into_buffer()
kientzle
2005-09-20
1
-1
/
+1
*
Remove queue check from last commit. In most cases there is smth in queue,
glebius
2005-09-20
1
-2
/
+1
*
Check IFF_DRV_RUNNING and presense of packets in queue before calling
glebius
2005-09-20
1
-1
/
+3
*
Add geom_bsd_enc.c which we've been wanting to be in geon_bsd.
imura
2005-09-20
1
-1
/
+1
*
Add a new rc.conf entry, kerberos5_server_flags, which allows the
rwatson
2005-09-20
3
-1
/
+7
*
Fix build.
glebius
2005-09-20
2
-0
/
+14
*
Correct an incorrect comment from the dawn of time: neither tprintf()
rwatson
2005-09-20
1
-10
/
+2
*
Move code macros from if_sis*reg*.h to if_sis.*c*
phk
2005-09-20
2
-16
/
+16
*
Add a convenience function to set NANO_MEDIASIZE, NANO_HEADS and NANO_SECTS
phk
2005-09-20
2
-0
/
+127
*
Create an /etc/nanobsd.conf in the built image and put the disk drive name
phk
2005-09-20
1
-28
/
+124
*
Mention the default location of alternative super block on a
delphij
2005-09-20
1
-2
/
+2
*
Add pccard_device.c
imp
2005-09-20
2
-1
/
+2
*
Implement /dev/pccardN.cis. This mirrors the CIS for the card to userland.
imp
2005-09-20
4
-164
/
+368
*
Call the passed function on cis scanning for all nodes in the CIS
imp
2005-09-20
1
-0
/
+17
*
Sprinkle a few stars where they belong.
imp
2005-09-20
1
-4
/
+4
*
Protect includes for kernel specific use from userland.
ticso
2005-09-19
1
-0
/
+2
*
Use monotonic 'time_uptime' instead of 'time_second' as timebase
andre
2005-09-19
5
-18
/
+18
*
Use monotonic 'time_uptime' instead of 'time_second' as timebase
andre
2005-09-19
4
-31
/
+31
*
Use monotonic time_uptime instead of 'time_second' as timebase
andre
2005-09-19
3
-14
/
+14
*
Start time_uptime with 1 instead of 0.
andre
2005-09-19
1
-1
/
+1
*
Replace m_extadd() with macro version MEXTADD().
andre
2005-09-19
2
-4
/
+4
*
Replace custom mbuf writeability test with generic
andre
2005-09-19
1
-2
/
+2
*
Dump the environment for reference.
phk
2005-09-19
1
-2
/
+8
*
Rewamp DEVFS internals pretty severely [1].
phk
2005-09-19
8
-487
/
+465
*
Use phk's kernel unit number allocator to associate unique ids to neighbors
damien
2005-09-19
3
-45
/
+76
*
Add #include <sys/sx.h>, devfs is going to require this shortly.
phk
2005-09-19
7
-0
/
+7
*
When (re)allocating space for an array of pointers to char, use
cperciva
2005-09-19
1
-1
/
+1
*
The "SMC EZ Connect SMC2862W-G" product is not based on the Ralink RT2500USB
damien
2005-09-19
1
-1
/
+0
*
Update the list of supported hardware.
damien
2005-09-19
1
-3
/
+13
*
Add GIANT_REQUIRED and WITNESS sleep warnings to uprintf() and tprintf(),
rwatson
2005-09-19
25
-14
/
+168
*
A single `*' character doesn't disable *ANY* form of authentication.
keramida
2005-09-19
1
-1
/
+5
*
Small regression test tool to generate two forms of ENOSPC on a file
rwatson
2005-09-19
2
-0
/
+195
*
Drop current rtentry lock before calling rt_getifa(). This fixes a LOR
glebius
2005-09-19
1
-3
/
+3
*
It's safe to wait for command completion in iwi_config().
damien
2005-09-19
1
-1
/
+2
*
Create fstab before linking stuff into /conf
phk
2005-09-19
1
-1
/
+2
[next]