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
...
*
Limit commands that can be issued when not logged in:
jedgar
2001-01-20
1
-70
/
+90
*
Check strdup() return values
jedgar
2001-01-20
2
-4
/
+14
*
Check the return value of sf_encap() and handle errors accordingly.
wpaul
2001-01-20
2
-6
/
+22
*
Set the OACTIVE flag if vr_encap() fails.
wpaul
2001-01-20
2
-0
/
+2
*
Check malloc() and strdup() return values
jedgar
2001-01-20
1
-2
/
+6
*
Check strdup() return values
jedgar
2001-01-20
1
-4
/
+8
*
Silence compiler warnings.
wpaul
2001-01-20
2
-4
/
+4
*
Bug fixes that I've put together while working on a project in the office:
wpaul
2001-01-19
4
-18
/
+38
*
Prevent overflow in -d argument by replacing hand-rolled
kris
2001-01-19
1
-23
/
+5
*
Make some attempt to accomodate kern/24221- propate residual to mt_resid
mjacob
2001-01-19
1
-0
/
+41
*
Change the reinstall.debug target to depend on
jhb
2001-01-19
5
-20
/
+40
*
Sync with GENERIC - drop I386_CPU
peter
2001-01-19
1
-1
/
+0
*
mdoc(7) police: removed leading whitespaces that are not inside
ru
2001-01-19
10
-12
/
+15
*
Convert apm from a bogus 'count' into a plain option. Clean out some
peter
2001-01-19
16
-40
/
+34
*
Zap unused #include "apm.h"
peter
2001-01-19
4
-4
/
+2
*
Zap some cut-paste code that isn't used. It #included "apm.h" and
peter
2001-01-19
3
-16
/
+0
*
Zap #include "apm.h" - it was not used.
peter
2001-01-19
1
-1
/
+0
*
Stop turning 'mandatory' into an implicit 'count' line. i386/npx was the
peter
2001-01-19
1
-1
/
+0
*
Use #ifdef DEV_NPX from opt_npx.h instead of #if NNPX > 0 from npx.h
peter
2001-01-19
21
-106
/
+112
*
EEK! vm86bios.s has got #if NNPX > 0 code without a corresponding
peter
2001-01-19
1
-0
/
+2
*
At great personal risk to my sanity, turn off COMPAT_OLDISA and the
peter
2001-01-19
2
-6
/
+4
*
Add missing twe (3ware) and ahb (adaptec 174x) devices (!)
peter
2001-01-19
2
-0
/
+14
*
This conf file seems to have rotted quite a bit..
peter
2001-01-19
1
-7
/
+2
*
Corresponding version bump for config with the DEV_FOO replacement for
peter
2001-01-19
5
-5
/
+5
*
Implement option strings that we can use in #ifdefs (where unavoidable)
peter
2001-01-19
3
-2
/
+27
*
This driver needs COMPAT_OLDISA too. Sigh.
peter
2001-01-19
1
-0
/
+4
*
Add in a space that got lost in the previous commit in some debugging code
jhb
2001-01-19
3
-3
/
+3
*
EEK! I missed a couple of places with the 24->32 interrupt change.
peter
2001-01-19
7
-4
/
+44
*
Remove #defines for the old lock function names and spl0/splz
peter
2001-01-19
1
-7
/
+0
*
Remove reference to splz_unpend - it is long gone.
peter
2001-01-19
3
-3
/
+3
*
Catch a few alternative names for the syscall entry frame, eg: post-ELF
peter
2001-01-19
2
-2
/
+8
*
apic_itrace_splz[] is unused
peter
2001-01-19
7
-7
/
+0
*
Remove unused splsoftcambio(), splsoftcamnet(), splq() and splz() inlines.
peter
2001-01-19
1
-4
/
+0
*
Remove the now-empty ipl_funcs.c file on all platforms.
peter
2001-01-19
7
-100
/
+0
*
Remove the static splXXX functions and replace them by static __inline
peter
2001-01-19
6
-102
/
+21
*
- Remove an unused write_ivars function that didn't do anything anyway.
jhb
2001-01-19
1
-7
/
+1
*
Create a build-tools target for sysinstall and rtermcap. This is still
peter
2001-01-19
3
-1
/
+5
*
Fix a warning due to missing prototype.
peter
2001-01-19
3
-3
/
+3
*
Fix a warning (the prototypes probably shouldn't be so over-zealously
peter
2001-01-19
4
-4
/
+4
*
Warning police:
jhb
2001-01-19
2
-2
/
+2
*
Fix a maybe-not-so-harmless warning.
peter
2001-01-19
1
-1
/
+1
*
Add in an interrupt type for this driver. I have no idea how this could
jhb
2001-01-19
1
-1
/
+2
*
Revert revision 1.102. I don't think p_nice needs to be protected with
jhb
2001-01-19
1
-2
/
+0
*
BSD/OS was called BSD/386 prior to 2.0.
itojun
2001-01-19
1
-13
/
+13
*
Do not cluster with B_LOCKED buffers.
dillon
2001-01-19
1
-4
/
+20
*
Implement MTX_RECURSE flag for mtx_init().
bmilekic
2001-01-19
37
-116
/
+226
*
Look for modules in /boot/kernel these days.
phk
2001-01-18
1
-1
/
+1
*
New release notes: Condition variables in kernel, ConnectionsPerPeriod
bmah
2001-01-18
2
-4
/
+49
*
Document I386_CPU kernel options, and note removal of I386_CPU
bmah
2001-01-18
1
-0
/
+11
*
mdoc(7) police: add missing .Ed call.
ru
2001-01-18
4
-1
/
+4
[prev]
[next]