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
*
To be consistent, use the __weak_reference macro from <sys/cdefs.h>
deischen
2001-04-10
5
-37
/
+39
*
Include <unistd.h> so that read(2) and write(2) don't cause warnings.
deischen
2001-04-10
1
-1
/
+2
*
Fix a comment within a comment warning due to a missing "*/".
deischen
2001-04-10
1
-1
/
+1
*
Make the list in the DIAGNOSTICS section "-tag" instead of "-diag":
dd
2001-04-10
1
-2
/
+2
*
Avoid endless recursion on panic.
bp
2001-04-10
1
-2
/
+6
*
Maintain a reference count on the witness struct. When the reference
jhb
2001-04-09
1
-0
/
+15
*
Several things:
mjacob
2001-04-09
1
-307
/
+618
*
Add in MII support for LICENGOOD copper part (10/100/1000). Add in some
mjacob
2001-04-09
1
-4
/
+28
*
Pick up changes from Parag Patel and Kachun Lee, and self:
mjacob
2001-04-09
1
-23
/
+104
*
- One can now specify the decimal pid of a process to trace as a parameter.
jhb
2001-04-09
2
-50
/
+146
*
We now depend on miibus_if.h.
mjacob
2001-04-09
1
-1
/
+2
*
comment out a boot-time debug message
cg
2001-04-09
1
-1
/
+1
*
Add Marvell PHY support for 10/100/1000 LIVENGOOD_CU Intel NIC.
mjacob
2001-04-09
5
-0
/
+769
*
Add a comment out console line for AlphaServer 8200 and 8400 ("TurboLaser")
obrien
2001-04-09
1
-0
/
+2
*
Rege.
n_hibma
2001-04-09
2
-4
/
+4
*
Again an ID that has been reused. Update description.
n_hibma
2001-04-09
1
-1
/
+1
*
Add the Abocom URE 450 ethernet adapter.
n_hibma
2001-04-09
1
-0
/
+1
*
Regen.
n_hibma
2001-04-09
2
-4
/
+4
*
Update the description for the EPSON PID 0x010a. It seems to be reused in
n_hibma
2001-04-09
1
-1
/
+1
*
Regen.
n_hibma
2001-04-09
2
-2
/
+9
*
Add the Omni 56K Plus modem
n_hibma
2001-04-09
1
-0
/
+1
*
Allow user to omit font size specification when loading a font. In addition
sobomax
2001-04-09
4
-43
/
+131
*
Whitespace only: convert several tabs into spaces to make style consistent.
sobomax
2001-04-09
1
-8
/
+8
*
Clarify that we're talking about KBytes per second vs kBits per second.
jkh
2001-04-09
1
-1
/
+1
*
Whitespace only: Convert several tabs into spaces, to make style consistent.
sobomax
2001-04-09
2
-16
/
+16
*
Document clear_error command on sable/lynx.
gallatin
2001-04-09
1
-0
/
+6
*
Merge in latest CSRG revisions:
ru
2001-04-09
5
-40
/
+72
*
``|'' should be more binding than ``!'' so that this isn't broken:
brian
2001-04-09
1
-2
/
+13
*
enable the rate conversion feeder.
cg
2001-04-09
3
-3
/
+3
*
Change the behaviour of mixer slightly such that not explicitly specifying
greid
2001-04-09
2
-5
/
+10
*
Remove a stale file.
n_hibma
2001-04-09
1
-455
/
+0
*
Add function prototypes and base module for kernel side iconv library.
bp
2001-04-09
9
-1
/
+840
*
Two minor fixes:
imp
2001-04-09
1
-4
/
+5
*
Correctly initialize free_ccbq so that if we fail to attach (as is
mjacob
2001-04-09
1
-9
/
+8
*
Add FreeBSD IDs to some files and make the others consistent in style.
obrien
2001-04-08
34
-11
/
+92
*
Fix typo in error message.
obrien
2001-04-08
1
-1
/
+1
*
Reinitialise the DSP and mixer after a resume from suspend
greid
2001-04-08
1
-0
/
+21
*
Style fix.
obrien
2001-04-08
1
-1
/
+1
*
Don't complain about deprecated environment variables, like MUSIC_CD,
joe
2001-04-08
1
-8
/
+9
*
According with RFC 2330 ("Framework for IP Performance Metrics", from
jkh
2001-04-08
2
-2
/
+2
*
Move the decision whether we want to request authentication from our
joerg
2001-04-08
1
-8
/
+8
*
add a software sample rate conversion feeder. this uses linear
cg
2001-04-08
1
-0
/
+175
*
minor tweaks in speed and format setting routines.
cg
2001-04-08
3
-62
/
+69
*
fix feeder initialisation methods to return correct result codes.
cg
2001-04-08
1
-3
/
+3
*
if the feeder chain returned no data, do not try to acquire the data.
cg
2001-04-08
1
-1
/
+2
*
From the author:
markm
2001-04-08
1
-0
/
+1
*
The maximum RPC message size was set at 8k for UDP. This is lower
iedowse
2001-04-08
1
-5
/
+6
*
Mention that locks are inherited across an exec.
dd
2001-04-08
1
-0
/
+6
*
wd0 -> ad0
dd
2001-04-08
2
-4
/
+4
*
insert a magical second memory barrier prior to calling draina() in
gallatin
2001-04-08
1
-0
/
+1
[next]