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
*
Add the PCI ID for an upcoming variant of a soon-to-be released series of
scottl
2002-04-18
1
-0
/
+2
*
Cleanup comments.
alfred
2002-04-18
1
-11
/
+2
*
Remove support for using soon to be retired "special" poll(2) ops.
alfred
2002-04-18
1
-7
/
+7
*
Cleanup of logic, flow and comments.
alfred
2002-04-18
1
-20
/
+18
*
Work around an Intel 21143 chip bug.
mckay
2002-04-18
2
-14
/
+20
*
Add a comment documenting a race condition in vm_fault(): Specifically, a
alc
2002-04-18
1
-0
/
+3
*
Since WITNESS doesn't just do mutexes, remove "mutex" from the WITNESS
rwatson
2002-04-18
6
-6
/
+6
*
Witness doesn't just track mutexes, so don't say mutexes specifically. It
rwatson
2002-04-18
1
-1
/
+1
*
o Call vm_map_growstack() from vm_fault() if vm_map_lookup() has failed
alc
2002-04-18
3
-35
/
+14
*
Fix typo in adjusted panic message.
tegge
2002-04-17
6
-6
/
+6
*
Update io_apic_ints array properly when revoking an irq mapping.
tegge
2002-04-17
6
-12
/
+12
*
De-K&R dkcksum() to fix some issues with c++.
alfred
2002-04-17
3
-6
/
+3
*
Avoid calling malloc() or free() while holding the
mux
2002-04-17
2
-14
/
+27
*
Install files via FILES, there's no reason to compare them before installing.
ru
2002-04-17
1
-18
/
+6
*
Fix missing commas.
mdodd
2002-04-17
1
-4
/
+4
*
Really unbreak it this time (clean and install were still broken).
ru
2002-04-17
1
-5
/
+3
*
Fix a compiler warning I missed in the last commit.
ticso
2002-04-17
1
-1
/
+1
*
Make delay iteration counts a function of hz as the delay period in each
brian
2002-04-17
1
-25
/
+21
*
Make delay iteration counts a function of hz as the delay period in each
brian
2002-04-17
1
-5
/
+5
*
Revive dec_axppci_33_intr_route for LCA.
ticso
2002-04-17
2
-48
/
+27
*
Parenthesize some macro arguments.
tmm
2002-04-17
1
-2
/
+2
*
Clear the error flags in the LCA_IOC_STAT0 register after
ticso
2002-04-17
1
-0
/
+18
*
Add macros for concatenating tailqs and stailqs.
tmm
2002-04-17
1
-0
/
+18
*
Rework the kernel environment subsystem. We now convert the static
mux
2002-04-17
25
-128
/
+576
*
Add an entry for the kenv(2) syscall (code to follow).
mux
2002-04-17
1
-0
/
+2
*
Revert part of revision 1.49 which was supposed to be white space
joe
2002-04-17
1
-1
/
+1
*
Remove a stray comment terminator that was hiding beyond 80 columns.
mdodd
2002-04-17
1
-1
/
+1
*
- Add defines for ABR and UBR traffic types.
mdodd
2002-04-17
2
-0
/
+6
*
Do not free the vmspace until p->p_vmspace is set to null. Otherwise
peter
2002-04-17
1
-3
/
+7
*
I am not sure why ## was used in this macro, as w/o the string concatenation
obrien
2002-04-17
1
-2
/
+2
*
Recongnize more error codes returned by W2K servers.
bp
2002-04-17
2
-1
/
+14
*
Add more NetBIOS name types.
bp
2002-04-17
1
-2
/
+9
*
Remove an unused option, VM_FAULT_HOLD, to vm_fault().
alc
2002-04-17
2
-3
/
+0
*
diff reduction
julian
2002-04-17
1
-9
/
+0
*
Slight diff-reduction to -stable.
julian
2002-04-17
1
-5
/
+5
*
The recent NFS forced unmount improvements introduced a side-effect
iedowse
2002-04-17
4
-8
/
+28
*
Add MODULE_VERSION.
mdodd
2002-04-17
1
-0
/
+1
*
Wrap function in #ifdef DIAGNOSTIC to compile with -Werror.
mdodd
2002-04-17
1
-2
/
+4
*
Add ESA200 to enum atm_device.
mdodd
2002-04-17
1
-0
/
+1
*
- Convert the 'hfa' ATM interface driver to newbus.
mdodd
2002-04-17
12
-1
/
+1024
*
Add DEVICE_POLLING support to the "rl" driver.
luigi
2002-04-16
2
-6
/
+73
*
This time get it right
julian
2002-04-16
1
-2
/
+1
*
Makefile for the myson driver.
julian
2002-04-16
1
-0
/
+9
*
Add entry for the myson ethernet driver
julian
2002-04-16
1
-0
/
+1
*
Scale back # of luns supported for SCC to 16384- oops- top 3 bits are a
mjacob
2002-04-16
3
-28
/
+112
*
Diff reduction to 4.x version.
julian
2002-04-16
1
-44
/
+41
*
Lock proctree_lock instead of pgrpsess_lock.
jhb
2002-04-16
10
-31
/
+31
*
- Lock proctree_lock instead of pgrpsess_lock.
jhb
2002-04-16
2
-39
/
+42
*
- Lock proctree_lock instead of pgrpsess_lock.
jhb
2002-04-16
1
-35
/
+20
*
- Lock proctree_lock instead of pgrpsess_lock.
jhb
2002-04-16
2
-8
/
+8
[next]