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
*
aic7xxx.reg:
gibbs
2003-01-20
6
-138
/
+251
*
Fix typo in comment: inlcude -> include.
olgeni
2003-01-20
1
-1
/
+1
*
aic79xx.c:
gibbs
2003-01-20
7
-152
/
+844
*
Fix swapping to a file, it was broken when SPECSTRATEGY was introduced.
dillon
2003-01-20
1
-1
/
+4
*
gc dead code
sam
2003-01-20
1
-7
/
+0
*
#if 0 one more line to make this compile without subr_disklabel.c.
phk
2003-01-20
1
-0
/
+4
*
o add BIOCGDLTLIST and BIOCSDLT ioctls to get the data link type list
sam
2003-01-20
2
-4
/
+111
*
Remove the deprecated IOCTL bits raidframe used, it doesn't anymore.
phk
2003-01-20
1
-8
/
+0
*
Add definitions for the task management codes sent in SPI4
gibbs
2003-01-20
1
-0
/
+8
*
Allow constants to be complex expressions so long as those
gibbs
2003-01-20
1
-15
/
+6
*
Fix the last reference to the reg_print.c file handle
gibbs
2003-01-20
1
-2
/
+2
*
Close the remaining user address mapping races for physical
dillon
2003-01-20
7
-16
/
+94
*
Remove stale reference to deprecated mini-disklayer stuff.
scottl
2003-01-20
1
-13
/
+0
*
Hide the ioctls behind #ifdef _KERNEL to avoid kdump getting upset.
phk
2003-01-20
1
-0
/
+2
*
De-anonymity a couple of messages I missed in a previous sweep.
maxim
2003-01-20
1
-2
/
+2
*
If the first action is O_LOG adjust a pointer to the real one, unbreaks
maxim
2003-01-20
1
-0
/
+2
*
#ifdef this file into three pieces: The bit which raidframe needs to
phk
2003-01-20
1
-5
/
+8
*
disk_dev_synth() is a NO_GEOM hack.
phk
2003-01-20
2
-9
/
+4
*
Only include <sys/diskslice.h> ifdef NO_GEOM
phk
2003-01-20
1
-1
/
+1
*
Remove need for <sys/diskslice.h> but retain numerical compatibilty just in c...
phk
2003-01-20
1
-2
/
+1
*
Use NEXTDOSPART instead of MAX_SLICES.
phk
2003-01-20
2
-5
/
+4
*
We need neither <sys/diskslice.h> nor <sys/disklabel.h> here.
phk
2003-01-20
1
-2
/
+0
*
Add a NEXTDOSPART definition here as well, for the benefit of biosdisk.c in
phk
2003-01-20
1
-0
/
+1
*
Add NEXTDOSPART (N-Extended-Dos-Partitions) as replacement for the
phk
2003-01-20
1
-0
/
+1
*
- Hold the page queues lock around vm_page_hold().
alc
2003-01-20
2
-1
/
+4
*
Move the vm_page_busy() in pmap_dispose_thread() to a place where it is
alc
2003-01-20
1
-1
/
+1
*
Remove a KASSERT that can now happen and add a missing setrunnable.
julian
2003-01-20
3
-2
/
+4
*
- M_WAITOK is 0 and not a real flag. Test for this properly.
jeff
2003-01-20
1
-5
/
+4
*
Re-implemention of the interpolation code used for sample rate
orion
2003-01-20
1
-53
/
+308
*
Regen
joe
2003-01-20
2
-2
/
+9
*
default tx error rate limiting to 0 to disable tx error msgs; this is
sam
2003-01-20
1
-1
/
+1
*
Support for the "Seiko Epson Perfection 1260 scanner".
joe
2003-01-20
2
-0
/
+2
*
Small change to the previous commit, zero out the 48BIT flag in ata_command
sos
2003-01-19
2
-10
/
+10
*
accept short WEP keys for backward compatibility
sam
2003-01-19
1
-2
/
+1
*
Change BUS_SPACE_UNRESTRICTED (~0ul) to plain ~0 when used in the
mike
2003-01-19
1
-1
/
+1
*
Finally give CCD the disk mini-layer treatment:
phk
2003-01-19
3
-863
/
+288
*
Unifdef -UDEBUG on the CCD driver. The debugging is mostly useless
phk
2003-01-19
2
-290
/
+0
*
Add support for the ServerWorks CSB6.
sos
2003-01-19
2
-1
/
+12
*
#ifdef NO_GEOM these files entirely. When NO_GEOM is removed as an
phk
2003-01-19
3
-0
/
+6
*
Remove the last stray NO_GEOM option in our example kernel config files.
phk
2003-01-19
1
-2
/
+0
*
Fix the 48bit access support for the older Promise 66/100 controllers, the
sos
2003-01-19
4
-16
/
+26
*
Remove unnecessary locking of Giant around nanotime() in clock_gettime().
tjr
2003-01-19
1
-2
/
+0
*
Mark more code #ifdef NODEVFS
phk
2003-01-19
1
-1
/
+6
*
Originally when DEVFS was added, a global variable "devfs_present"
phk
2003-01-19
9
-48
/
+45
*
When we use DEVFS, we don't need the /dev/tty pseudo-driver to do
phk
2003-01-19
1
-0
/
+89
*
Move NODEVFS and NO_GEOM to opt_global.h.
phk
2003-01-19
1
-2
/
+2
*
fix ioctl handling for setting wep keys
sam
2003-01-19
1
-4
/
+6
*
useracc() is mpsafe so we only need to hold Giant
alfred
2003-01-19
1
-10
/
+5
*
o Move the contents of <machine/floatingpoint.h> over to
marcel
2003-01-19
4
-176
/
+160
*
Complete the support of the on-board xl(4) on nVidia nForce2 mobo's.
obrien
2003-01-19
1
-0
/
+3
[next]