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
*
Add a "-H" argument to kdump, which causes kdump to print an additional
rwatson
2005-11-01
2
-6
/
+33
*
Reuse ktr_unused field in ktr_header structure as ktr_tid; populate
rwatson
2005-11-01
2
-2
/
+2
*
Fix some comments, eliminate a memory leak.
davidxu
2005-11-01
1
-6
/
+13
*
Replace ktr_buffer pointer in struct ktr_header with a ktr_unused
rwatson
2005-11-01
2
-10
/
+12
*
o OpenBSD 3.8 added.
maxim
2005-11-01
1
-0
/
+2
*
Clean up one remaining 'multiple DPC thread' bogon: only bzero() one
wpaul
2005-11-01
1
-0
/
+4
*
Use TIMERS_UNLOCK.
davidxu
2005-11-01
1
-1
/
+1
*
Add code to handle timer_delete(). The timer wrapper code is completely
davidxu
2005-11-01
4
-68
/
+268
*
In mode 'u', check for an error return from archive_read_open.
kientzle
2005-11-01
1
-2
/
+6
*
Include <sys/param.h> in order to get current __FreeBSD_version
kientzle
2005-11-01
1
-0
/
+1
*
Spell "--format" correctly in error message. (It hasn't been
kientzle
2005-11-01
1
-1
/
+1
*
Consider the zero-copy transmission of a page that was wired by mlock(2).
alc
2005-11-01
1
-0
/
+2
*
Update SIGTHR's comment.
davidxu
2005-11-01
1
-1
/
+1
*
Add items to unmount to the front of the list so they are unmounted in
brooks
2005-11-01
1
-2
/
+2
*
statically configured IPv6 address is properly added/deleted now
suz
2005-10-31
1
-75
/
+51
*
Switch from pax to tar for extracting cpio archives. pax requires a
brooks
2005-10-31
1
-1
/
+1
*
Tie acpi_hpet.c into the module and kernel.
phk
2005-10-31
2
-1
/
+3
*
Add a basic HPET timecounter.
phk
2005-10-31
1
-0
/
+190
*
- Use callout_*() to manage the callout and make it MPSAFE.
jhb
2005-10-31
4
-32
/
+22
*
Instead of a panic()ing in pmap_insert_entry() if get_pv_entry()
alc
2005-10-31
2
-13
/
+124
*
Reformat socket control messages on input/output for 32bit compatibility
ps
2005-10-31
3
-24
/
+240
*
The -x <format> option of pax is for creation of archives, not
brooks
2005-10-31
1
-1
/
+1
*
Hook nve(4) up in i386 and amd64 NOTES.
jhb
2005-10-31
2
-0
/
+4
*
Rate limit filesystem full and out of inodes messages to once a
ps
2005-10-31
1
-6
/
+21
*
Put probe-time printf of adapter speed and duplex behind bootverbose:
rwatson
2005-10-31
1
-10
/
+14
*
Check to see if the hash table is present in link_elf_lookup_symbol()
jhb
2005-10-31
1
-0
/
+6
*
Add the device ID for the VIA VT8235 south bridge.
jhb
2005-10-31
1
-0
/
+7
*
Some of the VIA pm and propm devices are actually the same device as the
jhb
2005-10-31
1
-1
/
+38
*
New release notes:
hrs
2005-10-31
2
-6
/
+114
*
MFamd64/i386
alc
2005-10-31
1
-7
/
+0
*
Normalize a significant number of kernel malloc type names:
rwatson
2005-10-31
86
-114
/
+115
*
Document the fact that sendfile(2) can EOPNOTSUPP if the underlying
jkoshy
2005-10-31
1
-0
/
+5
*
Sort error list.
jkoshy
2005-10-31
1
-21
/
+22
*
The mediasize shouldn't be multipled by the sector size when it was
grehan
2005-10-31
1
-1
/
+2
*
Pickup I/O lock in aac_get_bus_info, as this code will call
csjp
2005-10-31
1
-0
/
+6
*
Add thread exit handler in timer_loop to handle broken buggy code which
davidxu
2005-10-30
1
-1
/
+3
*
Copy SPRG0-3 registers at boot-time and restore when calling into
grehan
2005-10-30
4
-14
/
+116
*
new committer: added my birthday to the calendar
aaron
2005-10-30
1
-0
/
+1
*
Replace diagnostic printf()s by assertions. Use consistent style for
alc
2005-10-30
2
-72
/
+16
*
Push the assignment of a new or updated so_qlimit from solisten()
rwatson
2005-10-30
18
-49
/
+49
*
Locate __FreeBSD_cc_version's value beside __FreeBSD__'s value to make it
obrien
2005-10-30
2
-2
/
+3
*
Remove a stray return statement in the interrupt dispatch function
marcel
2005-10-30
1
-1
/
+0
*
SSIDs are of length 32-bytes and not NUL terminated. Use the correct
brooks
2005-10-30
1
-2
/
+3
*
MFi386: Enable beastie.4th.
nyan
2005-10-30
1
-2
/
+2
*
Fixed spelling of remquof() in its prototype.
bde
2005-10-30
1
-1
/
+1
*
Fixed some comments added in rev.1.5.
bde
2005-10-30
1
-5
/
+7
*
Add some safeguards to AIOSFMT:
des
2005-10-30
1
-2
/
+8
*
In stack_save, stop when a trap-frame is encountered. This prevents
grehan
2005-10-30
1
-0
/
+10
*
Add back some bits.
scottl
2005-10-30
2
-1
/
+18
*
Replace loader_color with loader_logo
scottl
2005-10-30
1
-9
/
+42
[next]