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
...
*
fix typo to resolve undefined symbol
sam
2004-12-16
1
-1
/
+1
*
Add a new flag to the atkbd(4) driver to disable testing the keyboard
jhb
2004-12-15
4
-2
/
+6
*
First cut of NFS direct IO support.
ps
2004-12-15
6
-4
/
+228
*
In the common case, pmap_enter_quick() completes without sleeping.
alc
2004-12-15
11
-34
/
+107
*
fix m_append for case where additional mbufs are required
sam
2004-12-15
1
-2
/
+2
*
Fixed compilation warnings with option VGA_NO_MODE_CHANGE.
ru
2004-12-15
1
-1
/
+3
*
Fix typo in a comment.
brueffer
2004-12-15
1
-1
/
+1
*
Add the PCI ID for the Adaptec 2230SLP card.
scottl
2004-12-15
1
-0
/
+2
*
Use the SYSCTL_ADD_OID macro, instead of directly calling sysctl_add_oid().
ssouhlal
2004-12-15
1
-1
/
+1
*
Like on the ath_rate_onoe component, make this compile on amd64. Convert
peter
2004-12-15
1
-2
/
+2
*
Make this amd64-clean. sizeof is long on amd64, so things that do a printf
peter
2004-12-15
2
-5
/
+8
*
Add config hooks for amd64 atheros hal modules
peter
2004-12-15
1
-0
/
+10
*
bring in rijndael crypto code to satisfy dependency: should
sam
2004-12-15
1
-0
/
+2
*
Bring back ability to use FR support with sppp from Cronyx.
rik
2004-12-14
1
-1
/
+1
*
white space
phk
2004-12-14
1
-4
/
+4
*
Implement simpler panics for VOP_{read,write} on fifos.
phk
2004-12-14
3
-171
/
+12
*
Fix a deadlock I introduced this morning.
phk
2004-12-14
1
-6
/
+7
*
Enable interrupts once the active ones have been masked.
cognet
2004-12-14
1
-3
/
+2
*
Update the sp after popping the regs.
cognet
2004-12-14
1
-1
/
+1
*
Kill double inclusion for <netinet/in.h> and <netinet/in_systm.h>.
rik
2004-12-14
1
-2
/
+0
*
Add a callout to dump card status on command queue timeouts.
mdodd
2004-12-14
2
-1
/
+48
*
Modify ida_v3_done() to treat FIFO status of -1 as FIFO empty (0).
mdodd
2004-12-14
1
-1
/
+7
*
Reformat arguments bus_dma_tag_create().
mdodd
2004-12-14
2
-21
/
+45
*
- Garbage collect several unused members of struct kse and struce ksegrp.
jeff
2004-12-14
5
-28
/
+0
*
- In kseq_choose(), don't recalculate slice values for processes with a
jeff
2004-12-14
1
-11
/
+25
*
Be a bit more assertive about vnode bypass.
phk
2004-12-14
1
-16
/
+17
*
Add a new kind of reference count (fd_holdcnt) to struct filedesc
phk
2004-12-14
2
-17
/
+47
*
Make fdesc_mtx private to kern_descrip.c now that the flock has come home.
phk
2004-12-14
2
-3
/
+1
*
Move the checkdirs() function from vfs_mount.c to kern_descrip.c and
phk
2004-12-14
3
-52
/
+52
*
- Use ng_callout() instead of timeout.
glebius
2004-12-14
1
-13
/
+7
*
Make LINT compile.
phk
2004-12-14
1
-1
/
+1
*
Add new function fdunshare() which encapsulates the necessary light magic
phk
2004-12-14
4
-22
/
+23
*
A bunch more whitespace and formatting diff reductions for NetBSD.
julian
2004-12-14
1
-17
/
+19
*
Don't abandon ship just because the number of companions doesn't seem correct.
julian
2004-12-14
1
-3
/
+6
*
Slightly reorganise part of the ohci_softintr() function
julian
2004-12-14
1
-15
/
+26
*
Small formatting change..
julian
2004-12-14
1
-1
/
+1
*
Unify ACPI_DEBUG support for all OEM drivers under ACPI_OEM. Since more than
njl
2004-12-13
6
-4
/
+14
*
Make code MPSAFE.
rik
2004-12-13
3
-181
/
+768
*
correct module dependency
sam
2004-12-13
1
-1
/
+1
*
correct module dependency
sam
2004-12-13
1
-1
/
+1
*
LINT defines things which compile in code that as referring to the old
imp
2004-12-13
1
-2
/
+2
*
- If delivering a signal will result in killing a process that has a
jeff
2004-12-13
1
-0
/
+2
*
Exporting of NTFS filesystem broke in rev 1.70. Fix it.
ssouhlal
2004-12-13
1
-7
/
+4
*
- Take up a 'slot' while we're on the assigned queue, waiting to be
jeff
2004-12-13
1
-16
/
+16
*
bioq_insert_head() function is already in subr_disk.c.
pjd
2004-12-13
1
-10
/
+0
*
Add bioq_insert_head() function.
pjd
2004-12-13
2
-0
/
+8
*
Don't forget to bypass vnodes in corner cases.
phk
2004-12-13
1
-8
/
+6
*
Might as well get the right $NetBSD$ string while we are at it.
julian
2004-12-13
1
-1
/
+1
*
Diff reduction to NetBSD.
julian
2004-12-13
1
-67
/
+59
*
MFNetBSD
julian
2004-12-13
1
-43
/
+44
[prev]
[next]