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
*
Avoid interruptions while talking to keyboard controller.
rnordier
1998-10-27
2
-10
/
+14
*
biosboot compatibility fix: change behavior of backspace in getstr().
rnordier
1998-10-27
2
-8
/
+12
*
Added needed splvm() protection around object page traversal in
dg
1998-10-27
1
-1
/
+4
*
Oops, the redundant tests for major numbers weren't redundant here.
bde
1998-10-27
4
-13
/
+14
*
Lots of debugging code and some bugfixes.
dfr
1998-10-27
1
-25
/
+338
*
Some optimisations to the fragment reassembly code.
dfr
1998-10-27
1
-19
/
+14
*
Fix a bug in the new fragment reassembly code which was tickled by recieving
dfr
1998-10-27
1
-2
/
+2
*
Removed redundant bitrotted checks for major numbers instead of updating
bde
1998-10-26
5
-20
/
+12
*
Updated the major number check in vfs_object_create(). It's not
bde
1998-10-26
2
-4
/
+6
*
Check the major number of the boot device more carefully. There was only
bde
1998-10-26
2
-10
/
+6
*
Fixed breakage of the GPROF case of statclock() in the previous commit.
bde
1998-10-26
2
-2
/
+4
*
Oops, back out some local changes that shouldn't have been in the
bde
1998-10-25
1
-5
/
+5
*
Fixed breakage of the !SMP case of roundrobin() in the previous commit.
bde
1998-10-25
1
-5
/
+8
*
Don't follow null bdevsw pointers. The `major(dev) < nblkdev' test rotted
bde
1998-10-25
7
-12
/
+21
*
Don't follow null bdevsw pointers. The `major(dev) < nblkdev' test rotted
bde
1998-10-25
1
-7
/
+4
*
Don't follow null bdevsw pointers. The `major(dev) < nblkdev' test rotted
bde
1998-10-25
1
-4
/
+5
*
Nitpicking and dusting performed on a train. Removes trivial warnings
phk
1998-10-25
31
-173
/
+64
*
Fixed device number checking in bdevvp():
bde
1998-10-25
2
-12
/
+20
*
Fixed sysctl attachment for statically configured vfs's.
bde
1998-10-25
1
-16
/
+25
*
Add some missing dependencies.
phk
1998-10-25
1
-4
/
+6
*
Fix the interrupt mask generated for enabling/disabling interrupts 8 to 15.
paul
1998-10-25
1
-3
/
+3
*
Update to current reality. We can now track several LORSTA on separate
phk
1998-10-24
1
-136
/
+185
*
Update and add timekeeping code.
phk
1998-10-24
1
-24
/
+182
*
Header file for XRPU devices.
phk
1998-10-24
1
-0
/
+37
*
Don't complain about SIOCGIFMEDIA; it's harmless and not something
msmith
1998-10-24
1
-1
/
+8
*
Don't put 0x in front of %p, it does it already.
msmith
1998-10-24
1
-4
/
+4
*
Reserve some space for the stack in the region we recover from the initial
msmith
1998-10-24
1
-2
/
+3
*
Clean the ${BASE}.sym file as well.
msmith
1998-10-23
1
-2
/
+2
*
Remove a debugging copy of offsetof() that snuck in.
msmith
1998-10-23
1
-2
/
+1
*
Enable the PCI BIOS PnP enumerator.
msmith
1998-10-23
1
-3
/
+3
*
PnP enumerator using the PCI BIOS. This is needlessly complex due to the
msmith
1998-10-23
3
-6
/
+300
*
Ignore `vector xxxintr' specifications except for checking their syntax.
bde
1998-10-23
3
-6
/
+6
*
Sync with sys/i386/isa/clock.c revision 1.128.
kato
1998-10-23
3
-33
/
+33
*
Refer to vinum driver sources in a single location (outside of the
peter
1998-10-23
23
-8249
/
+8
*
Move the kld stuff to here.
peter
1998-10-23
1
-4
/
+38
*
Update timecounters to new interface.
phk
1998-10-23
6
-58
/
+58
*
Change the way we simulate stable storage for timecounters.
phk
1998-10-23
2
-114
/
+104
*
Remove the tc_cost field from timecounters.
phk
1998-10-23
2
-4
/
+2
*
Oops, revert part of last fix. vm_pager_dealloc() can't be called until
dg
1998-10-23
1
-7
/
+8
*
Fixed two bugs in recent commit: in vm_object_terminate, vm_pager_dealloc
dg
1998-10-23
1
-8
/
+10
*
Fix a problem with the way we handled device invalidation when attaching
ken
1998-10-22
10
-335
/
+438
*
PnP BIOS enumerator; mostly useful for hunting PnP devices that are supported
msmith
1998-10-22
1
-0
/
+290
*
Add a dependancy on the BTX crt0 object
msmith
1998-10-22
3
-8
/
+6
*
Add biospnp.c
msmith
1998-10-22
1
-2
/
+3
*
Pop the return address off the stack before making a V86_CALLF call;
msmith
1998-10-22
1
-2
/
+5
*
Export an interface for presetting the ISA PnP read port address.
msmith
1998-10-22
3
-46
/
+77
*
Close PR #8409:
wpaul
1998-10-22
1
-3
/
+3
*
Removed all `vector xxxintr' specifications. Interrupt handlers are now
bde
1998-10-22
4
-143
/
+143
*
Close PR #8384:
wpaul
1998-10-22
2
-23
/
+39
*
Removed all `vector xxxintr' specifications. Interrupt handlers are now
bde
1998-10-22
5
-21
/
+20
[next]