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
Commit message (
Expand
)
Author
Age
Files
Lines
*
fwip(4) supports polling.
brueffer
2004-12-14
1
-1
/
+2
*
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
*
Some formatting, whitespace and mdoc(7) fixes.
trhodes
2004-12-14
1
-57
/
+61
*
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
*
Auto generate device listings for the snd_maestro(4) and snd_maestro4(4)
simon
2004-12-14
3
-28
/
+10
*
- Add a HARDWARE section which lists supported devices.
simon
2004-12-14
1
-5
/
+14
*
Add manual page for snd_maestro(4).
simon
2004-12-14
2
-0
/
+68
*
Improve the RC framework for the clean booting/shutdown of Jails:
rse
2004-12-14
3
-5
/
+30
*
Add snd_audiocs(4).
simon
2004-12-14
3
-0
/
+5
*
- Update usage to reflect the current reality.
simon
2004-12-14
1
-4
/
+6
*
Add NetBSD 2.0.
maxim
2004-12-14
1
-1
/
+2
*
- 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
*
Minor mdoc(7) tweaks, excellent work Nate!
ru
2004-12-14
1
-14
/
+18
*
Add a new kind of reference count (fd_holdcnt) to struct filedesc
phk
2004-12-14
2
-17
/
+47
*
mdoc(7) nit: Removed redundant .Pp call.
ru
2004-12-14
1
-1
/
+0
*
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
*
Add manual page for snd_audiocs(4).
yongari
2004-12-14
2
-1
/
+77
*
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
*
Checkpoint reworking the man page to be more useful to non-developers,
njl
2004-12-14
1
-230
/
+197
*
Unify ACPI_DEBUG support for all OEM drivers under ACPI_OEM. Since more than
njl
2004-12-13
7
-4
/
+16
*
The format of the MLINKS entries is pairwise, not MLINKS += wise. So
imp
2004-12-13
1
-2
/
+6
*
Make code MPSAFE.
rik
2004-12-13
3
-181
/
+768
*
Make kttcp work in -stable (and -current)
gallatin
2004-12-13
2
-537
/
+37
*
Add kernel_mount.9 and appropriate MLINKS to the build.
trhodes
2004-12-13
1
-0
/
+3
*
Add a manual page to document phk's mount work.
trhodes
2004-12-13
1
-0
/
+208
*
correct module dependency
sam
2004-12-13
1
-1
/
+1
*
correct module dependency
sam
2004-12-13
1
-1
/
+1
*
Add ``enable echo''.
brian
2004-12-13
4
-8
/
+8
*
LINT defines things which compile in code that as referring to the old
imp
2004-12-13
1
-2
/
+2
*
Mention the necessity for ``enable echo'' in ppp(8).
brian
2004-12-13
1
-0
/
+7
*
- 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
*
Back the warnings down from 9 to 6, since that is the highest we have. If
obrien
2004-12-13
1
-1
/
+1
*
Handle select() returning -1/EINTR - fairly common in these KSE days.
brian
2004-12-13
1
-1
/
+5
*
- 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
[next]