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
path:
root
/
sys
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix this so it is a Makefile and not a shell script -- now issuing `make'
obrien
2000-08-04
1
-3
/
+3
*
Commented out xe device because it depend on PCMCIA stuff.
kato
2000-08-04
1
-1
/
+1
*
Merged from sys/i386/isa/clock.c revision 1.155.
kato
2000-08-04
3
-3
/
+18
*
Add support for 2.x/3.x firmware adapters which are too old to have a
msmith
2000-08-04
2
-2
/
+9
*
Fix some of the arcdisk devsw functions to catch up with warning fixes in
jhb
2000-08-04
1
-8
/
+15
*
Bring back the perform() function. However, conditionionalize it on
jhb
2000-08-04
1
-0
/
+36
*
Improve performance in the case where ip_output() returns an error.
archie
2000-08-03
1
-0
/
+15
*
Merge from GENERIC. Mostly reenable some devices and add SOFTUPDATES
imp
2000-08-03
1
-17
/
+19
*
Make check for empty list in STAILQ_LAST() more readable.
hsu
2000-08-03
1
-1
/
+1
*
Modify to use fixed STAILQ_LAST().
hsu
2000-08-03
1
-1
/
+1
*
Restore STAILQ_LAST() semantics to match that of TAILQ_LAST()
hsu
2000-08-03
1
-2
/
+7
*
Make netstat(1) to be aware of divert(4) sockets.
ru
2000-08-03
2
-1
/
+91
*
Add the ESS Solo-1 to generic chip match.
sanpei
2000-08-03
1
-0
/
+2
*
- Fixed %si (offset to partition table) in boot.
kato
2000-08-03
1
-3
/
+3
*
Fix the more obvious warnings to deal with my earlier warning cleanups.
jhb
2000-08-03
5
-20
/
+20
*
Cleanup warnings. Most of these are signed/unsigned warnings, as well as
jhb
2000-08-03
32
-274
/
+278
*
Fix several BDECFLAGS warnings. Also, actually use the 'verbose' parameter
jhb
2000-08-03
1
-71
/
+104
*
* Create entire directory path for modules.
obrien
2000-08-03
4
-4
/
+4
*
- Fixed pointer to the partition table in the buffer.
kato
2000-08-03
1
-12
/
+7
*
Don't bitch when trying to create a ${DESTDIR}/modules which already
sheldonh
2000-08-03
2
-2
/
+2
*
Add a comment as to where stdarg.h applies.
mjacob
2000-08-03
1
-1
/
+1
*
Use <machine/stdarg.h> instead of <stdarg.h> so that this will compile.
jhb
2000-08-03
1
-1
/
+1
*
Make the pfil.c code conditional on either option PFIL_HOOKS or IPFILTER.
peter
2000-08-03
1
-1
/
+2
*
Simplex devices will always report EBUSY on 2nd (and subsequent)
nsayer
2000-08-02
1
-1
/
+1
*
1. Increase the size of the DMA buffer.
nsayer
2000-08-02
1
-11
/
+32
*
Fix self referential dependencies. eg: uhub was packaged along with
peter
2000-08-02
1
-3
/
+13
*
Fix the SYSINIT() bubble sort. This was fixed in kern_linker.c already.
peter
2000-08-02
1
-1
/
+1
*
Undo some of my own damage. With this patch, it appears that both
nsayer
2000-08-02
1
-16
/
+17
*
Add support for the Netgear GA620T copper gigabit card.
wpaul
2000-08-02
4
-2
/
+16
*
Add call to bus_generic_attach() at the end of sk_attach(). It turns out that
wpaul
2000-08-02
2
-0
/
+4
*
Grrrr. Add definition for DC_WDOG_CTLWREN. I made this change yesterday
wpaul
2000-08-02
2
-0
/
+2
*
Fix channel 1 playback the rest of the way. There are a couple of
nsayer
2000-08-02
1
-2
/
+2
*
Commented out card and pcic devices because they are broken in pc98 port.
kato
2000-08-02
1
-2
/
+2
*
Added PC-98 HDD boot manager. The boot0 is the `IPL' which occupies
kato
2000-08-02
11
-1
/
+1752
*
Get playback on channel 1 closer to working. 8 bit samples work.
nsayer
2000-08-02
1
-11
/
+16
*
Fix channel 1, sort of. recording now generates IRQs and the output
nsayer
2000-08-02
1
-2
/
+8
*
GRRR! Fix the 'panic: ip6_init' caused by darrenr's incomplete changes
peter
2000-08-02
1
-0
/
+6
*
Hook up the ESS solo driver in the correct branch this time.
nsayer
2000-08-01
1
-0
/
+1
*
The solo driver now works for playback, so far as I can tell.
nsayer
2000-08-01
1
-1
/
+1
*
Sync with NetBSD:
n_hibma
2000-08-01
1
-206
/
+91
*
Apply patch supplied by John Hood <jhood@sitaranetworks.com> to fix problems
wpaul
2000-08-01
2
-4
/
+26
*
Change __FreeBSD_Version into the proper __FreeBSD_version.
roberto
2000-08-01
4
-12
/
+12
*
Fix the lockmgr panic everyone is seeing at shutdown time.
roberto
2000-08-01
1
-1
/
+2
*
Add in macros && masks so that mailbox command errors can be
mjacob
2000-08-01
1
-0
/
+3
*
Major whacking for core version 2.0. A major motivator for 2.0 and these
mjacob
2000-08-01
1
-938
/
+980
*
Core version 2.0 rewrite. In this file we replace isp_tdebug with
mjacob
2000-08-01
1
-118
/
+104
*
Core version 2.0 cleanup/rewrite. Things get rearranged and changed
mjacob
2000-08-01
1
-164
/
+233
*
Remove isp_prtstst (now in case statement in isp.c). Remove
mjacob
2000-08-01
1
-116
/
+47
*
Remove isp_tdebug. Change all PRINTF macros to the now common
mjacob
2000-08-01
1
-125
/
+117
*
Fix typo. Remove isp_tdebug (we'll use ISP_LOGTDEBUG2 in isp->isp_dblev
mjacob
2000-08-01
1
-6
/
+3
[prev]
[next]