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
*
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
*
Change POSIX_TIMERS to 200112L.
davidxu
2005-10-30
1
-1
/
+1
*
Add timer_create wrapper.
davidxu
2005-10-30
2
-0
/
+3
*
Add POSIX timer interfaces.
davidxu
2005-10-30
1
-1
/
+9
*
Let itimer store itimerspec instead of itimerval, so I don't have to
davidxu
2005-10-30
3
-62
/
+125
*
Regen.
davidxu
2005-10-30
5
-33
/
+54
*
Fix sigevent's POSIX incompatible problem by adding member fields
davidxu
2005-10-30
5
-33
/
+102
*
Include disabled options in the output of 'set +o'. POSIX says the output of
stefanf
2005-10-29
1
-11
/
+8
*
Implement inline functions to give the complex result x+I*y from float
bde
2005-10-29
1
-0
/
+42
*
Use double precision to simplify and optimize arg reduction for small
bde
2005-10-29
1
-97
/
+22
*
Remove unused variable.
davidxu
2005-10-29
2
-9
/
+0
*
Document command -v and -V.
stefanf
2005-10-29
1
-2
/
+39
*
Catch up with FreeBSD 7.
obrien
2005-10-29
2
-2
/
+2
*
Document that read -t timeout returns 1 if the timeout elapses.
stefanf
2005-10-29
1
-1
/
+1
*
Start trying to make the float precision trig functions actually worth
bde
2005-10-29
1
-30
/
+28
[next]