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 a "free(): error: chunk is already free" under certain
dougb
2006-01-17
1
-3
/
+10
*
- Use better types.
pjd
2006-01-17
1
-6
/
+6
*
Check return value.
pjd
2006-01-17
1
-0
/
+4
*
Remove dead code.
pjd
2006-01-17
1
-2
/
+0
*
Remove unused value.
pjd
2006-01-17
1
-2
/
+1
*
Log situation when EIO is returned.
pjd
2006-01-17
1
-0
/
+1
*
Remove bio leak when EIO error is emulated.
pjd
2006-01-17
1
-5
/
+5
*
The number of ticks per usec for YUKON_EC is 125.
yongari
2006-01-17
2
-2
/
+2
*
fix Rx checksum computation on little endian systems.
yongari
2006-01-17
1
-1
/
+1
*
fix interrupt moderation timer frequencies for Yukon
yongari
2006-01-17
4
-14
/
+42
*
remove trailing spaces
yongari
2006-01-17
2
-22
/
+22
*
If the attempt to open the archive fails (either the client open
kientzle
2006-01-17
2
-14
/
+38
*
Add support for "tp" format. tp was the standard system
kientzle
2006-01-17
4
-1
/
+631
*
Mention that the random time slept by "portsnap cron" is between 1 and
cperciva
2006-01-17
1
-1
/
+2
*
Set flag in needsbuffer while still holding bqlock to avoid lost wakeup.
tegge
2006-01-16
1
-2
/
+4
*
This commit was generated by cvs2svn to compensate for changes in r154439,
sam
2006-01-16
1
-1
/
+1
|
\
|
*
correct dlt buffer alloc; this goes on the vendor branch as it
sam
2006-01-16
1
-1
/
+1
*
|
Fix broken capabilites. There are possible calculation errors within
ariff
2006-01-16
1
-2
/
+2
*
|
ehci_pci.c:
ariff
2006-01-16
3
-7
/
+19
*
|
Add PCI vendor id for ATI OHCI USB controllers.
ariff
2006-01-16
1
-0
/
+11
*
|
Although we check the return value of copyin(9) while determaining how
csjp
2006-01-16
1
-2
/
+6
*
|
Fix standalone module build.
ru
2006-01-16
1
-0
/
+2
*
|
I couldn't find any traces of what the tags1 file was supposed to do.
ru
2006-01-16
1
-2
/
+0
*
|
Remove dependency on getopts because it is on /usr and we want to
wes
2006-01-16
1
-8
/
+23
*
|
Load the g_md kernel module if needed.
philip
2006-01-16
1
-1
/
+9
*
|
Restore use of strncpy(), as there is later unconditional termination
rwatson
2006-01-16
1
-1
/
+1
*
|
Restore old compatibility of feeding directly into /dev/dsp at 8000 hz
ariff
2006-01-16
1
-2
/
+4
*
|
REQUIRE named. On all systems I've examined running HEAD and
dougb
2006-01-16
1
-1
/
+1
*
|
Eliminate unused code.
davidxu
2006-01-16
1
-7
/
+1
*
|
Add a separate simple internal base allocator and remove base_arena, so that
jasone
2006-01-16
1
-151
/
+175
*
|
Correct typos (s/OFERFLOW/OVERFLOW/).
kris
2006-01-16
3
-4
/
+4
*
|
Remove scary warning, since nullfs works fine thesedays.
kris
2006-01-16
1
-13
/
+0
*
|
Replace strncpy() with strlcpy() when parsing login time limit strings
rwatson
2006-01-16
1
-1
/
+1
*
|
Remove unnecessary and undesirable 'static' from function-local keg
rwatson
2006-01-16
1
-1
/
+1
*
|
Define NO_TLS on ia64. The dynamic TLS implementation on ia64 is
marcel
2006-01-16
1
-0
/
+1
*
|
Fix typo in comment.
rwatson
2006-01-16
1
-1
/
+1
*
|
Add ntp.cgi.cz.
ceri
2006-01-15
2
-0
/
+6
*
|
Marius Nuennerich pointed out that nextboot(8) configured boot options
ceri
2006-01-15
1
-2
/
+2
*
|
Preserve any additional arguments to ifconfig that were specified in the
ceri
2006-01-15
1
-1
/
+1
*
|
If sysinstall was used to configure an anonymous FTP area, it was
ceri
2006-01-15
1
-1
/
+1
*
|
Correct obsolete chown syntax.
ceri
2006-01-15
1
-2
/
+2
*
|
Happy new year, a little late
imp
2006-01-15
1
-1
/
+1
*
|
Work around a problem seen on VIA EHCI controllers where occasionally
iedowse
2006-01-15
3
-0
/
+38
*
|
Set sc_dying to 1 when detaching. In NetBSD and OpenBSD this was
iedowse
2006-01-15
3
-0
/
+6
*
|
The ehci driver doesn't use the transfer `hcpriv' field, so don't
iedowse
2006-01-15
1
-1
/
+0
*
|
Validate that the supplied file is not empty before trying mmap(2) it
csjp
2006-01-15
1
-0
/
+5
*
|
vfs_busy can only return something useful if MNTK_UNMOUNT has been set.
csjp
2006-01-15
1
-1
/
+1
*
|
Cast VFS_STATFS() in vfs_domount() to (void) to indicate that ignoring the
rwatson
2006-01-15
1
-1
/
+1
*
|
Fix an off-by-one bug.
ru
2006-01-15
1
-1
/
+1
*
|
Modify the IP fragment reassembly code so that it uses a new UMA zone,
rwatson
2006-01-15
1
-21
/
+81
[next]