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
...
*
vm_object_shadow: Remove an incorrect assertion. In obscure circumstances
alc
2000-04-19
1
-3
/
+0
*
Let initialize th_sum before in6_cksum(), again.
shin
2000-04-19
2
-0
/
+2
*
Remove ~25 unneeded #include <sys/conf.h>
phk
2000-04-19
100
-108
/
+0
*
Use !PXE api over PXENV+ api.
ps
2000-04-19
3
-18
/
+106
*
OK. Next step: we read in CIS.
imp
2000-04-19
8
-217
/
+34
*
o Cause attribute data writes to use IO_SYNC since this improves the
rwatson
2000-04-19
2
-1
/
+17
*
Don't panic in M_PREPEND() if m_prepend() fails and frees the mbuf chain.
peter
2000-04-19
1
-1
/
+1
*
try the fix from creative bugzilla for nmi problem
cg
2000-04-18
1
-2
/
+2
*
Add forward declaration of `struct timespec' to quiet compiler warnings.
jlemon
2000-04-18
1
-0
/
+1
*
Remove unneeded <sys/buf.h> includes.
phk
2000-04-18
50
-50
/
+0
*
Don't include <sys/buf.h> twice.
phk
2000-04-18
2
-2
/
+0
*
Retire bufqdisksort(), all drivers use bioqdisksort now.
phk
2000-04-18
5
-199
/
+0
*
Convert three drivers not covered by any of our kernel configs.
phk
2000-04-18
2
-58
/
+58
*
Don't declare common variables in include files:
phk
2000-04-18
3
-2
/
+3
*
Add support for multiple PPTP sessions:
ru
2000-04-18
5
-88
/
+265
*
Bump to note the changes in the ELF binary header and our brandelf method.
obrien
2000-04-18
1
-1
/
+1
*
Change our ELF binary branding to something more acceptable to the Binutils
obrien
2000-04-18
7
-49
/
+64
*
hm committed newbused vt driver this weekend, so it is no longer needed
imp
2000-04-17
2
-10
/
+0
*
Provide mem* for compat with NetBSD to fix LINT
imp
2000-04-17
2
-3
/
+15
*
ND6_HINT() should not be called unless the connection status is
sumikawa
2000-04-17
2
-2
/
+0
*
even if nd6_nud_hint is called, do not change a neighbor's status
sumikawa
2000-04-17
1
-1
/
+1
*
When in infrastructure mode, use address 3 from the 802.11 header as the
wpaul
2000-04-17
2
-4
/
+14
*
more mmap fixes
cg
2000-04-17
3
-35
/
+30
*
make drivers start at beginning of buffer when triggered - improves mmap.
cg
2000-04-17
4
-14
/
+32
*
Add user prototypes for kevent() and kqueue().
jlemon
2000-04-17
1
-0
/
+11
*
Fix LINT.
dfr
2000-04-17
1
-18
/
+1
*
Remove unloaded printf. We do this now in the newbus layer.
imp
2000-04-17
3
-3
/
+0
*
Issue a detached message after detaching the device.
imp
2000-04-17
1
-0
/
+1
*
Remove RF_PCCARD_ATTR. I should have done this before 4.0. It isn't part
imp
2000-04-17
1
-2
/
+0
*
change {u}long -> {u}intptr_t to make it clear that these fields
jlemon
2000-04-17
1
-2
/
+2
*
Remove unneeded cast.
jlemon
2000-04-17
1
-1
/
+1
*
Add kern_event.c
imp
2000-04-17
1
-0
/
+1
*
Forgot to commit this to add card_if.m.
imp
2000-04-17
1
-0
/
+1
*
Some more i386-only BIOS-friendliness:
msmith
2000-04-16
15
-89
/
+736
*
Second patch that prepares for the addition of the
groudier
2000-04-16
1
-301
/
+303
*
Add files that I forgot to `cvs add' on last commit.
jlemon
2000-04-16
3
-0
/
+1111
*
Replace the POLLEXTEND extensions with the kqueue() mechanism.
jlemon
2000-04-16
2
-25
/
+29
*
Introduce kqueue() and kevent(), a kernel event notification facility.
jlemon
2000-04-16
29
-18
/
+682
*
Convert pcvt to use the newbus driver framework, options COMPAT_OLDISA
hm
2000-04-16
5
-187
/
+157
*
Remove debugging code
roger
2000-04-16
1
-1
/
+1
*
Fix typo in interrupt handling code and fix bug in setting of adelay
roger
2000-04-16
4
-14
/
+24
*
Make vinum compile again using the "cast to buf" workaround.
phk
2000-04-16
3
-20
/
+21
*
Overlooked a s/b_act/bio_queue/ substitution due to targ not being in LINT.
phk
2000-04-16
1
-2
/
+2
*
Add the scsi-target driver to LINT.
phk
2000-04-16
3
-0
/
+3
*
- Define registers as offsets from register base rather than offsets from
mdodd
2000-04-16
2
-14
/
+10
*
Include <sys/bus.h>, which is needed after Doug's latest object changes.
imp
2000-04-16
2
-0
/
+4
*
Fix two bugs in extended attribute support for UFS/FFS:
rwatson
2000-04-16
1
-2
/
+5
*
Remove MAINTAINER.
grog
2000-04-16
1
-2
/
+0
*
A messy commit that checkpoints the driver (not known to actually work)
dmlb
2000-04-15
1
-236
/
+330
*
Merged in a load of information from the card documentation - not finished yet.
dmlb
2000-04-15
1
-121
/
+338
[prev]
[next]