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
*
sscape_mss is supposed to work..
peter
1999-06-29
2
-2
/
+4
*
Drop old-scsi drivers (was commented out) od0 and (not commented) sctarg0
peter
1999-06-29
3
-9
/
+3
*
Fix typo (wrong path)
peter
1999-06-29
1
-1
/
+1
*
Reconcile all the loader newvers.sh's into one common one.
peter
1999-06-29
7
-106
/
+15
*
Don't use head/tail - they don't exist in a 'make world' environment.
peter
1999-06-29
2
-2
/
+4
*
Correct spelling of NMBCLUSTERS in a comment.
mph
1999-06-29
3
-6
/
+6
*
With asbestos suit on, make the options indenting a little more consistant
peter
1999-06-29
3
-867
/
+867
*
Put on my asbestos suit and attempt to tidy up and add some simple docs
peter
1999-06-29
2
-236
/
+216
*
Dequote like on the i386 configs. Also remove some references to old
peter
1999-06-29
2
-44
/
+38
*
idev->id_irq is an interrupt MASK, not an interrupt number.
yokota
1999-06-29
1
-4
/
+3
*
Keyboard allocation/deallocation fix.
yokota
1999-06-29
2
-33
/
+69
*
Allocate the port resource when attaching the keyboard controller,
yokota
1999-06-29
3
-21
/
+30
*
Skip the device if it is disabled, when searching for a serial port
yokota
1999-06-29
2
-0
/
+10
*
Fill in tp->t_windowsize AFTER the call to (*linesw[tp->t_line].l_open)(),
yokota
1999-06-29
1
-2
/
+6
*
Stop signals being generated after meteor_close.
roger
1999-06-29
1
-1
/
+6
*
(mostly) fix ordering.
peter
1999-06-29
2
-304
/
+302
*
No longer need to set B_ASYNC flag since BUF_KERNPROC now
mckusick
1999-06-29
2
-4
/
+2
*
Hopefully fix the remaining glitches with the BUF_*() changes. This should
peter
1999-06-29
4
-27
/
+18
*
Lock buffer before calling strategy.
grog
1999-06-29
2
-3
/
+8
*
close_drive:
grog
1999-06-29
1
-6
/
+5
*
Correct type of intializer for (undocumented) cdevsw.d_parms.
grog
1999-06-29
1
-1
/
+2
*
Save common_tssd before it's loaded and the busy bit set.
luoqi
1999-06-28
2
-6
/
+6
*
Fix a bug that was almost certainly making breadn() fail. BUF_KERNPROC()
peter
1999-06-28
1
-2
/
+2
*
Typo: BUF_INITLOCK -> BUF_LOCKINIT and BUF_FREELOCK -> BUF_LOCKFREE.
kato
1999-06-28
2
-6
/
+6
*
Use the correct value for banksize so splash_pcx works in LFB modes.
des
1999-06-28
2
-4
/
+4
*
Sync with sys/i386/isa/clock.c revision 1.138.
kato
1999-06-28
3
-3
/
+9
*
Sync with sys/i386/i386/userconfig.c revision 1.146.
kato
1999-06-28
1
-3
/
+5
*
Sync with sys/i386/i386/machdep.c revision 1.344.
kato
1999-06-28
2
-2
/
+14
*
Sync with sys/i386/conf/Makefile.i386 revision 1.156.
kato
1999-06-28
2
-6
/
+6
*
Fix a KASSERT() that was negated and lead to:
peter
1999-06-28
2
-4
/
+4
*
Fix page fault in visual userconfig's save code. (I only use normal
peter
1999-06-28
1
-3
/
+5
*
make va_fsid be of type udev_t
phk
1999-06-28
1
-2
/
+2
*
Add some extra alpha_pal_imb()'s in overkill mode. This makes this PC164SX
peter
1999-06-28
1
-6
/
+12
*
Use the same -UKERNEL strategy as the alpha to avoid the inlines etc.
peter
1999-06-28
5
-8
/
+14
*
Don't #include i386/isa/isa_dma.h - it's in isa/isavar.h now. This
peter
1999-06-28
3
-6
/
+3
*
Revert back to not using -DKERNEL - it exposes inlines etc.
peter
1999-06-28
3
-116
/
+12
*
Revert back to not using -DKERNEL
peter
1999-06-28
2
-2
/
+6
*
Move struct prochd out of #ifdef KERNEL so the Alpha genassym can get
peter
1999-06-28
1
-5
/
+6
*
Tweak include ordering so sys/systm.h is before sys/buf.h to keep buf.h's
peter
1999-06-28
2
-4
/
+4
*
When requesting an exclusive lock with LK_NOWAIT, do not panic
mckusick
1999-06-28
1
-5
/
+7
*
Hmm, might as well make all of BEFORE_DEPEND first in case make depend
phk
1999-06-28
3
-6
/
+6
*
Also make pci_if.h early if make depend wasn't run.
phk
1999-06-28
3
-6
/
+6
*
Make bus_if.h and device_if.h as early as possible if make depend hasn't
phk
1999-06-28
3
-6
/
+6
*
Add MultiTech Atlas modem
n_hibma
1999-06-27
2
-0
/
+15
*
Remove superfluous semi-colon
n_hibma
1999-06-27
1
-4
/
+4
*
Kirk missed a required BUF_KERNPROC(). Even though this is a non-async
peter
1999-06-27
1
-1
/
+2
*
An SMP-specific change: Remove an unnecessary lock acquire and release
alc
1999-06-27
3
-15
/
+39
*
Make <sys/buf.h>'s inlines happier.
peter
1999-06-27
1
-3
/
+3
*
add description of Qlogic ISP FC Full Duplex option
mjacob
1999-06-27
3
-3
/
+21
*
add config option for fibre channel full duplex
mjacob
1999-06-27
1
-1
/
+2
[next]