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
*
As discussed in -arch, add the new nmount(2) system call and the
mux
2002-03-26
4
-6
/
+1207
*
Add support for Q.931 subaddresses.
hm
2002-03-26
8
-39
/
+92
*
We don't need ip_ipsec_pxy.c in userland.
ru
2002-03-26
1
-1
/
+1
*
Removed some namespace pollution (unnecessary nested includes).
bde
2002-03-26
2
-3
/
+0
*
Misc little cleanups.
sos
2002-03-26
5
-33
/
+27
*
Forgot one more instance of my old email address.
phk
2002-03-26
1
-1
/
+1
*
Remove an unused prototype.
alc
2002-03-26
1
-1
/
+0
*
Get the guarding right. The IA-64 has a different organization for this
obrien
2002-03-26
1
-5
/
+4
*
Added used include of <sys/sx.h>. Don't depend on namespace pollution in
bde
2002-03-26
1
-0
/
+1
*
Added used include of <sys/sx.h>. Don't depend on namespace pollution in
bde
2002-03-25
1
-0
/
+1
*
Commit work-around for panics when mounting FS's that are auto-loaded as
obrien
2002-03-25
1
-0
/
+2
*
Fix bktr and pcf compilation with LINT
nsouch
2002-03-25
5
-20
/
+12
*
Only use POSIX Awk features.
obrien
2002-03-25
1
-1
/
+1
*
- Recommit the securelevel_gt() calls removed by commits rev. 1.84 of
arr
2002-03-25
3
-6
/
+16
*
Modernize my email address.
phk
2002-03-25
2
-2
/
+2
*
Merged from sys/dev/sio/sio.c revisions 1.366 and 1.369.
nyan
2002-03-25
2
-4
/
+20
*
Merged from sys/dev/syscons/syscons.c revision 1.379.
nyan
2002-03-25
1
-0
/
+1
*
MFi386: revision 1.396
nyan
2002-03-25
1
-2
/
+2
*
Fix style.
nyan
2002-03-25
4
-31
/
+23
*
Corrected arguments to key_allocsa called from
ume
2002-03-25
2
-7
/
+11
*
3rd arg to bcmp() was wrong. From: David Wang <dsw@juniper.net>
ume
2002-03-25
1
-1
/
+1
*
Include <machine/limits.h> for definition of ULONG_MAX. Remove a
mike
2002-03-25
1
-1
/
+1
*
Include <machine/limits.h> for definition of ULONG_MAX.
mike
2002-03-25
1
-0
/
+1
*
Fix kernel build.
obrien
2002-03-25
1
-1
/
+1
*
Add kern/syscalls.c, which is needed for some KTR traces in trap.c.
tmm
2002-03-25
1
-0
/
+1
*
Add missing includes for the KTRACE case.
tmm
2002-03-25
1
-0
/
+4
*
Add missing declarations.
tmm
2002-03-25
1
-0
/
+4
*
Make this compile (submitted by jake), add a missing include.
tmm
2002-03-25
1
-1
/
+2
*
Remove second copy of iommu_decode_fault() which I accidentially added.
tmm
2002-03-25
1
-15
/
+0
*
Remove a FMT that was buried in here.
obrien
2002-03-25
1
-2
/
+2
*
Remote newly unused variable to unbreak LINT.
brooks
2002-03-25
1
-1
/
+1
*
Remove the setting of 'FMT'. We now do ELF by default, so only bother
obrien
2002-03-24
3
-3
/
+0
*
MFP4. This slipped into a IFC(MFC) by PHK, but it could still be useful
obrien
2002-03-24
1
-3
/
+18
*
plip has produced an error during attach on Alpha as long as I care
wilko
2002-03-24
2
-2
/
+2
*
Make the BSD method width/endian agnostic and support alpha
phk
2002-03-24
1
-11
/
+187
*
Add AMD 768 support.
sos
2002-03-24
2
-0
/
+5
*
Hide the ACPI counter probing printf behind bootverbose.
phk
2002-03-24
1
-3
/
+4
*
Guard against redefining __gnuc_va_list.
obrien
2002-03-24
6
-6
/
+15
*
Be more systematic about conversion of on-disk formats in a endian/width
phk
2002-03-24
6
-235
/
+310
*
Reset the cachefree statistics after draining the cache. This fixes a bug
jeff
2002-03-24
1
-0
/
+4
*
Undefine __FBSDID before defining it as it's already defined at
marcel
2002-03-24
1
-0
/
+1
*
Fixed some style bugs in the removal of __P(()). Continuation lines
bde
2002-03-24
8
-15
/
+14
*
Fixed some style bugs in the removal of __P(()). The main ones were
bde
2002-03-24
11
-42
/
+38
*
Fixed some style bugs in the removal of __P(()). The main ones were
bde
2002-03-24
6
-21
/
+20
*
Fixed some style bugs in the removal of __P(()). Continuation lines
bde
2002-03-24
6
-16
/
+14
*
Fixed some style bugs in the removal of __P(()). Continuation lines
bde
2002-03-24
1
-5
/
+5
*
Fixed some style bugs in the removal of __P(()). Tabs before "__P(("
bde
2002-03-24
1
-6
/
+6
*
Minor changes:
will
2002-03-24
3
-74
/
+173
*
Revamp the busdma implementation a bit:
tmm
2002-03-24
7
-223
/
+450
*
Fix sparc64_bus_mem_unmap() to pass the right address to kmem_free().
tmm
2002-03-24
1
-1
/
+1
[next]