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 namespace issues by using the relatively new visibility
mike
2002-09-10
1
-3
/
+9
*
- Forgot to remove `cardattached` declaration in revision 1.22.
arr
2002-09-10
1
-1
/
+1
*
Add missing calls to mtx_init().
phk
2002-09-10
1
-0
/
+12
*
Fixed namespace pollution in uma changes:
bde
2002-09-10
1
-2
/
+3
*
Include <sys/malloc.h> instead of depending on namespace pollution 2
bde
2002-09-10
2
-0
/
+2
*
Fixed namespace pollution in uma changes:
bde
2002-09-10
1
-2
/
+1
*
Include <sys/malloc.h> instead of depending on namespace pollution 2
bde
2002-09-10
1
-8
/
+5
*
vfs_syscalls.c:
bde
2002-09-10
5
-168
/
+24
*
Cosmetics: #define NETATALK --> #define NETATALK 1, so that it is in line with
sobomax
2002-09-10
1
-1
/
+1
*
Remove superfluous break.
sobomax
2002-09-10
1
-1
/
+0
*
Remove extraneous extern from function prototype introduced in rev.1.14.
sobomax
2002-09-10
1
-1
/
+1
*
reprobe not needed here either
imp
2002-09-10
1
-30
/
+0
*
Remove more bogus reprobe code. I don't think it is needed here either.
imp
2002-09-10
1
-14
/
+1
*
o Dike out the bogus reprobe stuff. It was getting in the way of newbus' own
imp
2002-09-10
2
-16
/
+0
*
regen for 1.34
imp
2002-09-10
1
-1
/
+5
*
Add ARGOSY SP320
imp
2002-09-10
1
-0
/
+2
*
move some printfs under bootverbose
sam
2002-09-10
1
-4
/
+5
*
- Spell "these" properly.
arr
2002-09-10
1
-2
/
+2
*
Make sure a $PIR table header has a valid length before accepting the table
jhb
2002-09-09
3
-3
/
+6
*
add missing \n to printf
ticso
2002-09-09
4
-8
/
+8
*
Add security.mac.mmap_revocation, a flag indicating whether we
rwatson
2002-09-09
9
-0
/
+72
*
Minor code sync to MAC tree: push Giant locking up from
rwatson
2002-09-09
9
-18
/
+18
*
- Fix iBCS2 emulation of COFF files that have multiple libraries
robert
2002-09-09
1
-3
/
+7
*
Since from now on encap_input() also catches IPPROTO_MOBILE and IPPROTO_GRE
sobomax
2002-09-09
2
-3
/
+3
*
- Do not swap out a process if it is in creation. The process may have no
tanimura
2002-09-09
1
-0
/
+24
*
#include "opt_bla.h" goes first says Bruce.
phk
2002-09-09
2
-4
/
+4
*
Add `device gre'.
sobomax
2002-09-09
1
-0
/
+3
*
Prevent namespace pollution in use-land by putting everything used only in
sobomax
2002-09-09
1
-0
/
+3
*
Remove duplicate entry. Since we call things cbb in the source, pccbb
imp
2002-09-09
1
-9
/
+0
*
Use "options " rather than "options<tab>".
kuriyama
2002-09-09
7
-24
/
+24
*
Change the order that we look for free memory windows from 0 -> MAX-1
imp
2002-09-08
1
-4
/
+4
*
Add support for the BCM5703x chips. I do not have one of these
jdp
2002-09-08
5
-3
/
+32
*
Fix style(9) bugs.
phk
2002-09-08
3
-5
/
+5
*
Fix a logic bug in the struct dev_t allocation code.
phk
2002-09-08
1
-5
/
+5
*
Deal with a new exteded MBR paritition type
phk
2002-09-08
4
-1
/
+4
*
Now that we have a cached mount credential in struct mount, use it istead
phk
2002-09-08
3
-5
/
+1
*
Make this driver work a whole lot better.
jake
2002-09-08
2
-141
/
+170
*
opt_kstack_pages.h is not needed anymore. It would have been a Bad Thing
peter
2002-09-08
3
-4
/
+3
*
Note that 'device gzip' *requires* COMPAT_AOUT. Maybe this "device"
peter
2002-09-08
1
-1
/
+1
*
Do not blow up when we walk off the end of the brands list.
peter
2002-09-08
1
-1
/
+3
*
Tidy up some loose ends that bde pointed out. caddr_t bad, ok?
peter
2002-09-07
3
-22
/
+20
*
Remove bogus fill_kinfo_proc() before ptrace_set_pc(). There was no need
peter
2002-09-07
1
-1
/
+0
*
The true value of how the kernel was configured for KSTACK_PAGES was not
peter
2002-09-07
3
-22
/
+19
*
Make UAREA_PAGES and KSTACK_PAGES visible to userland via sysctl, like
peter
2002-09-07
2
-0
/
+8
*
Move the KSTACK_PAGES option from MD to MI. Although not all platforms
peter
2002-09-07
4
-3
/
+1
*
Fill out two fields (si_pid, si_uid) in the siginfo structure handed back
jmallett
2002-09-07
7
-0
/
+14
*
Diff reduction in comments for filling the siginfo structure - refer to
jmallett
2002-09-07
3
-3
/
+3
*
Match the more modern ports and comment the filling of POSIX parts of siginfo
jmallett
2002-09-07
2
-2
/
+2
*
Unbreak the modules build:
tmm
2002-09-07
2
-2
/
+3
*
The size argument to snprintf does not have to be backed off by one
mjacob
2002-09-07
1
-17
/
+17
[next]