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
*
Merge the best parts of maxfragpackets and maxnipq together. (Both
silby
2003-01-26
1
-13
/
+5
*
Add INTEL EEPRO100
imp
2003-01-25
1
-0
/
+1
*
Remove some unnecessary casts.
silby
2003-01-25
1
-3
/
+3
*
regen
alfred
2003-01-25
1
-4
/
+4
*
Bring shm functions closer the the opengroup standards.
alfred
2003-01-25
3
-8
/
+13
*
regen.
alfred
2003-01-25
1
-2
/
+2
*
Bring semop() closer the the opengroup standards.
alfred
2003-01-25
3
-5
/
+17
*
Add MTX_DUPOK to the initialization of system map locks.
alc
2003-01-25
1
-2
/
+2
*
Add ac97_patch.[ch] that provide space for ac97 codec specific patches.
orion
2003-01-25
7
-78
/
+163
*
Change API of FW_GDEVLST ioctl.
simokawa
2003-01-25
5
-40
/
+50
*
Add sysctl kern.timecounter.nsetclock which indicates the number of
phk
2003-01-25
1
-0
/
+2
*
Moved some (gas) macros up so they can be used in more places.
jake
2003-01-24
1
-25
/
+25
*
Remove extraneous FILEDESC_LOCKs around atomic reads.
hsu
2003-01-24
1
-4
/
+0
*
Remove FW_SSTDV ioctl. It is not used anymore.
simokawa
2003-01-24
5
-10
/
+35
*
Merge little and big endian case.
simokawa
2003-01-24
2
-251
/
+127
*
Fix pmap_extract so that it doesn't panic if the user types
dfr
2003-01-24
1
-3
/
+10
*
Remove the now unused sys/malloc.h header.
mux
2003-01-24
1
-1
/
+0
*
- add support for IPX (tested with mount -t nwfs and mars_nwe),
fjoe
2003-01-24
5
-93
/
+173
*
- The 'aux' field isn't around any longer.
mdodd
2003-01-24
1
-7
/
+5
*
add forgotten IFA_LOCK_INIT
fjoe
2003-01-23
1
-0
/
+1
*
More useful announce message containing current speed of CPU
njl
2003-01-23
1
-3
/
+3
*
Remove redundant printf from targbhasync() since all places that return an
njl
2003-01-23
1
-4
/
+0
*
- Add sysctl knob for bus manager. (hw.firewire.try_bmr)
simokawa
2003-01-23
2
-18
/
+29
*
Clean up some junk defines, and GC the TPR options.
peter
2003-01-23
1
-23
/
+0
*
Nuke CHEAP_TPR stuff, including LOPRIO_LEVEL (bogus) and ALLHWI_LEVEL
peter
2003-01-23
3
-51
/
+0
*
Hack around a bug in the 2200 and 2120 controllers that connot DMA
scottl
2003-01-23
2
-4
/
+18
*
Now that TPR isn't bogusly raised at boot, there is no need to clear
peter
2003-01-23
3
-24
/
+0
*
Dont raise the TPR register at initialization time. It only causes
peter
2003-01-23
1
-2
/
+0
*
Implement SIOCGIFMEDIA for vlan devices by passing the request to the
fenner
2003-01-22
1
-0
/
+23
*
YAM: This id is found in a Sony Vaio GRX-670. When will this end?
marcel
2003-01-22
2
-0
/
+2
*
Revert AHD_TIMER_MAX_US to its original definition now that the
gibbs
2003-01-22
1
-2
/
+1
*
Update GENSRCS and aicasm options correctly depending on whether register
gibbs
2003-01-22
2
-26
/
+28
*
Provide a sysctl to allow defaulting of the connectionless (-c) feature
dillon
2003-01-22
1
-0
/
+15
*
- Move enable_sse()'s prototype to machine/md_var.h.
jhb
2003-01-22
10
-30
/
+18
*
Added comment why this workaround is required.
ume
2003-01-22
1
-1
/
+7
*
Rename cpuid_cpuinfo to cpu_procinfo. bde requested that I rename this
jhb
2003-01-22
15
-19
/
+19
*
Bah, add in a missing space char I noticed when MFC'ing this.
jhb
2003-01-22
2
-2
/
+2
*
Correctly identify the 3C920B chipset; although it may ship with some Nforce2
silby
2003-01-22
2
-5
/
+5
*
Make the arguments to d_close() match the arguments to d_open(), since
joerg
2003-01-22
1
-1
/
+1
*
getpeername() returns with no error but didn't fill struct sockaddr
ume
2003-01-22
1
-0
/
+2
*
Add yet another Sony Vaio PS/2 mouse ID. This one is found on a VX88.
hsu
2003-01-22
2
-4
/
+6
*
Remove BAT invalidation. This is done later in the boot sequence,
grehan
2003-01-22
2
-34
/
+0
*
Convert remaining .s files to .S
grehan
2003-01-22
1
-3
/
+3
*
- remove dead conditional CFLAG setting
grehan
2003-01-22
1
-8
/
+3
*
There's absolutely no need for a struct-within-a-struct, so move the
des
2003-01-21
2
-28
/
+24
*
Add missing SMP file locks around read-modify-write operations on
hsu
2003-01-21
1
-1
/
+5
*
Remove OBE prototype for iszerodev() - it was replaced by the
peter
2003-01-21
2
-2
/
+0
*
Fixes for a number of problems in the IOMMU code:
tmm
2003-01-21
2
-16
/
+23
*
Free resources when failing to set up the interrupt.
tmm
2003-01-21
1
-0
/
+1
*
bus_dmamap_sync() overhaul:
tmm
2003-01-21
1
-21
/
+24
[next]