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
...
*
Moved [uo]hci_pci.c from /sys/dev/pci to /sys/pci after Soren
n_hibma
1999-02-18
5
-3
/
+461
*
Set the devstat priority for ccd devices to DEVSTAT_PRIORITY_CCD
ken
1999-02-18
2
-4
/
+4
*
Moved busreset in uhci_init up to avoid clearing of FLBASE in Via 83572
n_hibma
1999-02-18
1
-11
/
+8
*
Limit number of simultanious asynchronous swap pager I/Os that can
dillon
1999-02-18
1
-13
/
+109
*
Undo Nicolas' changes (1.91->1.92, added USB controller in pcisupport.c).
n_hibma
1999-02-18
1
-3
/
+1
*
Fix sync rate and transfer rate printouts in xpt_announce_periph().
ken
1999-02-18
1
-6
/
+18
*
Move the declaration of the vfs.nfs sysctl node outside an ifdef so that
dfr
1999-02-18
3
-9
/
+9
*
Add a little bit more identifying information to the myriad PCI network
wollman
1999-02-18
2
-28
/
+34
*
Initialize procsig0.ps_refcnt to 1 (instead of 2), this would silence
luoqi
1999-02-17
1
-2
/
+2
*
fix double LIST_REMOVE; other cosmetic changes to match version 9.32.
mckusick
1999-02-17
2
-24
/
+26
*
Fixed bitrot in NFS_ACDEBUG option.
bde
1999-02-17
4
-4
/
+8
*
Submitted by: Luoqi Chen <luoqi@watermarkgroup.com>
dillon
1999-02-17
1
-1
/
+12
*
add now required queue.h include
mjacob
1999-02-16
1
-1
/
+2
*
- Cosmetic change.
kato
1999-02-16
2
-10
/
+14
*
Merge with sys/i386/conf/options.i386 revision 1.102.
kato
1999-02-16
2
-2
/
+6
*
Sync with sys/i386/i386/machdep.c revision 1.326.
kato
1999-02-16
2
-4
/
+16
*
* Change sysctl from using linker_set to construct its tree using SLISTs.
dfr
1999-02-16
38
-267
/
+337
*
Applied patch from MAEKAWA Masahide <bishop@rr.iij4u.or.jp>. (PR2)
n_hibma
1999-02-15
1
-0
/
+8
*
Added vendor Compaq/CMDTACH and USB067[03]
n_hibma
1999-02-15
1
-0
/
+21
*
Added more verbose debugging output to uhci_run
n_hibma
1999-02-15
1
-2
/
+26
*
Enable load of i386 ELF kernels with larger KVA range (e.g. starting at
tegge
1999-02-15
1
-2
/
+2
*
Corrected ioctl numbers conflict.
roger
1999-02-15
3
-111
/
+141
*
Clean up some .Os macro uses: quotes are not needed, multiple arguments
fenner
1999-02-15
1
-2
/
+2
*
Minor reorganization of vm_page_alloc(). No functional changes have
dillon
1999-02-15
2
-114
/
+84
*
Fix a bug in the new madvise() code that would possibly (improperly)
dillon
1999-02-15
1
-24
/
+12
*
More appropriate fix to the id_irq read during probe
nsouch
1999-02-14
3
-9
/
+9
*
Only needed to cast array index from char to unsigned char, did not
dillon
1999-02-14
1
-3
/
+3
*
On second thought: do previous fux in pcic.c better.
guido
1999-02-14
2
-9
/
+3
*
MF3: add SYSVMSG
jkh
1999-02-14
2
-6
/
+10
*
Somehow, it is possible to get a pcicintr() when in the resume process.
guido
1999-02-14
1
-1
/
+8
*
The way the interrupt id was calculated was wrong and the lpt
nsouch
1999-02-14
3
-6
/
+6
*
Move away from lpt.h data structure definition that only lpt.c relies on.
nsouch
1999-02-14
3
-43
/
+59
*
Return approriate errors to userland.
nsouch
1999-02-14
3
-20
/
+52
*
Ignore errors from chflags. This makes it possible to make installworld
des
1999-02-14
7
-14
/
+14
*
Fix interrupt handling with DMA. Bit nFault was tested in the control reg.
nsouch
1999-02-14
3
-15
/
+30
*
Rename nlpt to lpt.
nsouch
1999-02-14
11
-165
/
+126
*
Handle correctly iicbus request/release mechanism. Add iicbus allocation
nsouch
1999-02-13
2
-9
/
+28
*
Fix smbus allocation and add the alsmb (see alpm(4)) driver.
nsouch
1999-02-13
4
-18
/
+29
*
Add alpm, Acer Aladdin-IV/V/Pro2 Power Management Unit. See alpm(4).
nsouch
1999-02-13
3
-3
/
+9
*
Add alpm.c, Aladdin Power Management SMBus support for the SMBus framework.
nsouch
1999-02-13
2
-1
/
+688
*
Add pci/alpm.c, Aladdin SMBus driver (alpm(4)).
nsouch
1999-02-13
1
-0
/
+1
*
Don't pass PSL_NT to vm86 signal handlers. Some vm86/real mode
bde
1999-02-13
2
-4
/
+16
*
Add "beep" ioctl. (#10 is reserved for PIOCSVIR)
kuriyama
1999-02-13
4
-4
/
+14
*
General additional cleanup of VOP API for NFS ops - mainly NFS ignoring
dillon
1999-02-13
2
-8
/
+26
*
Remove XXX comment in regarsd to why NFS doesn't use VOP_ABORT(). NFS
dillon
1999-02-13
1
-3
/
+3
*
PR: kern/9970
dillon
1999-02-13
2
-4
/
+2
*
Minor optimization to madvise() MADV_FREE to make page as freeable as
dillon
1999-02-12
1
-1
/
+7
*
Improved reporting of autodetected speed and duplex.
julian
1999-02-12
2
-42
/
+96
*
Fixed -Wcast-qual warnings.
bde
1999-02-12
3
-9
/
+9
*
Fixed fatal type mismatches in the aout case. Const poisoning in
bde
1999-02-12
1
-5
/
+5
[prev]
[next]