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
...
*
Document the KTR_VERBOSE option.
jhb
2000-11-07
2
-2
/
+8
*
- Remove much of the inlining of the KTR tracepoints into a ktr_tracepoint()
jhb
2000-11-07
3
-140
/
+118
*
The vortex driver can be compiled as a KLD now. The EISA attachment
wpaul
2000-11-07
2
-1
/
+12
*
The vx driver no longer needs the PCI compat shims. Also should now
wpaul
2000-11-07
4
-2
/
+4
*
Update the vortex driver so that it no longer needs the PCI compat
wpaul
2000-11-07
4
-180
/
+193
*
Minor nit: missed ithd_loop -> sithd_loop in the KTR tracepoints.
jhb
2000-11-07
1
-1
/
+1
*
Remove an unneeded #include <machine/bus.h> that snuck in accidentally with
jhb
2000-11-07
1
-1
/
+0
*
adjust dma channels for vibra16x; recording should now work. full duplex does
cg
2000-11-07
1
-18
/
+33
*
slight mods to isa dma and channel flushing code
cg
2000-11-07
1
-24
/
+32
*
if a channel dies, rejuvenate it on close()
cg
2000-11-07
1
-2
/
+2
*
Ignore resources with a size of 0, as these are disabled (and we don't
msmith
2000-11-07
1
-0
/
+7
*
MFS: add ATA raid support for sysinstall
jkh
2000-11-06
2
-2
/
+4
*
Remove unused PCI includes.
msmith
2000-11-06
1
-3
/
+0
*
add AFMT_8BIT for easier determination of formats
cg
2000-11-06
1
-0
/
+1
*
Quieten some warnings about correct usage of assignments as truth values.
msmith
2000-11-06
1
-3
/
+3
*
Fix async notifications for listners registered to wildcard nodes. For
gibbs
2000-11-06
1
-55
/
+77
*
aic7xxx.c:
gibbs
2000-11-06
6
-89
/
+98
*
Cosmetic change of a structure name.
gad
2000-11-06
5
-44
/
+44
*
Get rid of a minor compile-time warning.
gad
2000-11-06
1
-2
/
+2
*
This commit was generated by cvs2svn to compensate for changes in r68396,
asmodai
2000-11-06
1
-8
/
+15
|
\
|
*
Fix AA being cleared on notify "queries"
asmodai
2000-11-06
1
-8
/
+15
*
|
Fixed typos.
ru
2000-11-06
1
-4
/
+4
*
|
Fixed typo: .ar -> .Ar
ru
2000-11-06
1
-1
/
+1
*
|
Fixed typo: .FR -> .Fa
ru
2000-11-06
1
-1
/
+1
*
|
-mdoc cleanup: replace custom .ES/.EE macros with literal display.
ru
2000-11-06
1
-13
/
+2
*
|
Fixed typo: .PB -> .El
ru
2000-11-06
1
-1
/
+1
*
|
Avoid use of tbl(1).
ru
2000-11-06
1
-13
/
+8
*
|
Properly declare the multiple-columns list.
ru
2000-11-06
1
-1
/
+1
*
|
Attempt to fix problem with users being able to convince the crontab
dwmalone
2000-11-06
2
-9
/
+18
*
|
Fixed typo: .FL -> .Fl
ru
2000-11-06
1
-1
/
+1
*
|
release/sysinstall/lndir.c has not been used, but statically linked
hosokawa
2000-11-06
7
-230
/
+3
*
|
.UC -> .Os
ru
2000-11-06
2
-2
/
+2
*
|
Fixed typo: .EL -> .El
ru
2000-11-06
1
-1
/
+1
*
|
Fixed typo: .SY -> .Sy
ru
2000-11-06
1
-1
/
+1
*
|
Finish conversion from man(7) to mdoc(7).
ru
2000-11-06
1
-9
/
+13
*
|
Cosmetic improvements to a few recvjob-related error messages.
gad
2000-11-06
1
-18
/
+35
*
|
Fix a format-code, thus getting rid of a compile-time warning msg.
gad
2000-11-06
1
-1
/
+1
*
|
Check that p->p_pptr is not NULL - kernel processes have no parents!
des
2000-11-06
3
-6
/
+6
*
|
fix paste-o in mixer code - actually set right channel volume instead of
cg
2000-11-06
1
-1
/
+2
*
|
fix es1370 mixer by adding reinit function to it's mixer function list.
cg
2000-11-06
1
-0
/
+1
*
|
MFS: eliminate duplicate start line
jkh
2000-11-05
1
-1
/
+0
*
|
MFS: comment character and readability fixes.
jkh
2000-11-05
2
-3
/
+3
*
|
ELF kernels should use an ELF sysvec. This allows us to move a.out
obrien
2000-11-05
1
-0
/
+3
*
|
Back out change to prepend /sbin:/bin to $PATH, just overwrite $PATH
truckman
2000-11-05
4
-1
/
+7
*
|
Ignore chflags failure so that doMFSKERN won't abort on an NFS mounted
truckman
2000-11-05
1
-1
/
+1
*
|
Change MAKEDEV so that it prepends /sbin:/bin to $PATH instead of totally
truckman
2000-11-05
2
-4
/
+11
*
|
Honor the ip address given in the root-path dhcp option.
ps
2000-11-05
2
-9
/
+7
*
|
Switched from i386/isa/scsi_dvcfg.h to cam/scsi/scsi_dvcfg.h
nyan
2000-11-05
2
-56
/
+1
*
|
Merged from the following changes.
nyan
2000-11-05
10
-55
/
+191
*
|
Merged from the following changes.
nyan
2000-11-05
11
-125
/
+179
[prev]
[next]