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
*
Make klds for the ar and sr devices and hook them up.
jhay
2001-01-30
6
-3
/
+48
*
Add a BUF_KERNPROC() in the BIO_DELETE path.
phk
2001-01-30
2
-0
/
+2
*
The ar and sr devices have moved to sys/dev/.
jhay
2001-01-30
8
-6645
/
+0
*
This include file has found a new home in sys/dev/ic/.
jhay
2001-01-30
1
-372
/
+0
*
Newbusify the sr device and move it to its new location.
jhay
2001-01-30
4
-3797
/
+700
*
Update include files to reflect the new location of the ar device.
jhay
2001-01-30
2
-5
/
+5
*
Reflect the new location of the ar and sr devices.
jhay
2001-01-30
2
-4
/
+6
*
Style (whitespace) nit.
peter
2001-01-30
1
-4
/
+4
*
Fix two minor nits.
phk
2001-01-30
2
-2
/
+6
*
Fix cut and paste error in a comment.
julian
2001-01-30
2
-2
/
+2
*
Fix a race between the syncer and umount. When you umount a softupdates
dillon
2001-01-30
1
-12
/
+38
*
Remove some leftovers from the CMAP* stuff in globaldata and the
peter
2001-01-30
10
-70
/
+20
*
Remove unused GD_CPU_LOCKID, GD_OTHER_CPUS, PS_IDLESTACK and
peter
2001-01-30
2
-8
/
+0
*
Remove unnecessary locking to protect the p_upages_obj and p_addr
jhb
2001-01-30
3
-22
/
+0
*
- Use the right name for the proctree lock in the locking key.
jhb
2001-01-30
1
-4
/
+14
*
Add option ATA_ENABLE_WC for enabling write caching (now off by default).
sos
2001-01-29
2
-2
/
+8
*
Add text for option ATA_ENABLE_WC.
sos
2001-01-29
2
-0
/
+8
*
Flesh out EFI support somewhat.
dfr
2001-01-29
2
-45
/
+591
*
Supply a stub bpf_validate() (always returning false - the script is not
peter
2001-01-29
3
-5
/
+18
*
Use M_PANIC instead of if (sc == NULL) panic();
peter
2001-01-29
1
-1
/
+2
*
Remove unused variable 'int n;'
peter
2001-01-29
1
-1
/
+0
*
Add M_PANIC flag to the list of available flags passed to malloc().
bp
2001-01-29
2
-2
/
+7
*
Stop counting sppp interfaces, we were just testing its presence to give
peter
2001-01-29
8
-47
/
+1
*
Convert mca (microchannel bus support) from something that we count
peter
2001-01-29
15
-46
/
+47
*
Add a few ``const''s to silence some -Wwrite-strings warnings
brian
2001-01-29
1
-7
/
+9
*
Zap silly #if NPCI > 0 and the hoops that we jump through for the module
peter
2001-01-29
3
-16
/
+2
*
Yikes, these files bogusly #include "loop.h" but didn't use the value.
peter
2001-01-29
3
-6
/
+0
*
Convert 'count en', 'count lnc', 'count fpa', 'count loop' and 'count ar'
peter
2001-01-29
1
-5
/
+5
*
Remove unused #include "lnc.h"
peter
2001-01-29
1
-1
/
+0
*
Make the number of loopback interfaces dynamically tunable. Why one
peter
2001-01-29
2
-18
/
+80
*
Remove unused #include "snp.h"
peter
2001-01-29
2
-2
/
+0
*
Convert ata and atapi #if NATA* > 0 to options instead. Stop config
peter
2001-01-29
4
-38
/
+34
*
Turn '#if NSNP > 0' into an option.
peter
2001-01-29
3
-7
/
+10
*
Send "#if NISA > 0" to the bit-bucket and replace it with an option.
peter
2001-01-29
21
-70
/
+61
*
Gag. These compiled because I had a stray "eisa.h" in my config dir.
peter
2001-01-29
2
-4
/
+0
*
Remove stray #include "isa.h"
peter
2001-01-29
2
-4
/
+0
*
This patch reestablishes the spec_fsync() guarentee that synchronous
dillon
2001-01-29
2
-14
/
+32
*
change 'count eisa' to 'optional eisa' and update the only consumer
peter
2001-01-29
6
-616
/
+28
*
Fix a braino in ccd's clone routine.
phk
2001-01-29
2
-2
/
+2
*
Back out rev 1.102. The IBM DNES drives work fine for me, jedgar and other
ken
2001-01-29
1
-11
/
+0
*
Don't hard-code alignment and data declarations valid for 64-bit
marcel
2001-01-29
1
-3
/
+5
*
o Add explicit alignment to linker set definitions. On i386, data
marcel
2001-01-29
1
-8
/
+2
*
Ignore leading witespace in the string given to PacketAliasProxyRule().
brian
2001-01-29
1
-0
/
+1
*
Fix region code reporting.
ken
2001-01-28
1
-4
/
+3
*
Revert previous commit. I messed up my testing.
marcel
2001-01-28
5
-5
/
+5
*
Remove devstat entries in mddelete()
phk
2001-01-28
1
-0
/
+1
*
A couple of chip errata work-arounds refined:
groudier
2001-01-28
1
-3
/
+3
*
Remove an outdated DEVFS non-description.
phk
2001-01-28
2
-8
/
+0
*
Clear intr_nesting_level when an interrupt thread has no more
jake
2001-01-28
4
-0
/
+4
*
Add a new distribution algorythm to the 'one2many' node type.
julian
2001-01-28
2
-3
/
+54
[next]