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
*
build_write_request: only fail if all plexes are down, instead of if
grog
1999-01-28
1
-1
/
+4
*
Fix some format breakage before bde finds out
grog
1999-01-28
1
-156
/
+106
*
Make builtin's state-aware in loader.
jkh
1999-01-28
1
-14
/
+106
*
Nuke pnp0 from boot.flp
jkh
1999-01-28
5
-0
/
+5
*
Correct test in poll loop for determining that the mailbox is free to
gibbs
1999-01-28
2
-14
/
+4
*
Fix warnings in preparation for adding -Wall -Wcast-qual to the
dillon
1999-01-28
2
-4
/
+4
*
Fix warnings in preparation for adding -Wall -Wcast-qual to the
dillon
1999-01-28
53
-398
/
+402
*
Initial RADIUS support (using libradius). See the man page for
brian
1999-01-28
38
-193
/
+982
*
Fix parenthesization, but the code still looks wrong.
dillon
1999-01-28
2
-4
/
+14
*
Fix warnings in preparation for adding -Wall -Wcast-qual to the
dillon
1999-01-28
54
-223
/
+228
*
Fix but in devfs_strategy(). Switch cases were falling through
dillon
1999-01-27
1
-1
/
+3
*
Fix warnings in preparation for adding -Wall -Wcast-qual to the
dillon
1999-01-27
29
-127
/
+139
*
Turn on -Wall and -Wcast-qual
dillon
1999-01-27
2
-10
/
+22
*
Fix nasty bug in nfs_access(). A conditional was if (a = b) instead of
dillon
1999-01-27
2
-4
/
+4
*
Fix warnings in preparation for adding -Wall -Wcast-qual to the
dillon
1999-01-27
2
-12
/
+12
*
Fix warnings in preparation for adding -Wall -Wcast-qual to the
dillon
1999-01-27
72
-282
/
+315
*
Fix if (a = b) conditional that should have been if (a == b)
dillon
1999-01-27
1
-3
/
+3
*
Fix warnings in preparation for adding -Wall -Wcast-qual to the
dillon
1999-01-27
1
-5
/
+5
*
Fix warnings in preparation for adding -Wall -Wcast-qual to the
dillon
1999-01-27
59
-439
/
+454
*
Fix array index of signed char to cast to unsigned char and then to int.
dillon
1999-01-27
1
-9
/
+9
*
Fix getenv() comparison against '=' ... was *cp = '=' instead of
dillon
1999-01-27
1
-2
/
+2
*
Fix warnings preparing for -Wall -Wcast-qual
dillon
1999-01-27
30
-118
/
+134
*
Add parens to SMBPRI, fixing bug in tsleep() call that OR's SMBPRI with
dillon
1999-01-27
1
-2
/
+2
*
Fix PPBPRI #define - it was missing parenthesis which messed up a
dillon
1999-01-27
1
-2
/
+2
*
Fix '|' that was supposed to be '||'
dillon
1999-01-27
1
-2
/
+2
*
Patch from Soeren to remove inapropriate interrupt messages
julian
1999-01-27
1
-6
/
+7
*
Added c_caddr_t: const char * version of the char * caddr_t, for
dillon
1999-01-27
1
-1
/
+2
*
Changes to support -Wall, -Wcast-qual. Had to make physical code changes
dillon
1999-01-27
7
-30
/
+33
*
Add missing declarations to fix error with LINT compile
dillon
1999-01-27
1
-1
/
+6
*
Remove unintended trigraph sequences in comments for -Wall
dillon
1999-01-27
3
-6
/
+6
*
Add ISA PnP support, now that we have the space for it.
eivind
1999-01-27
2
-2
/
+4
*
further refine the upgrade process.
jkh
1999-01-27
2
-21
/
+3
*
Removed evil typedef kvm_swap_t and all uses of it (not many).
bde
1999-01-27
3
-16
/
+18
*
Clean up LD-BDN reset code(PC-98).
kato
1999-01-27
2
-22
/
+10
*
Don't forget to count context switches in yield().
bde
1999-01-27
1
-1
/
+3
*
Include <sys/select.h> -- don't depend on pollution in <sys/proc.h>.
bde
1999-01-27
6
-3
/
+11
*
Sigh, now I see where the tabs got smashed. Fix them here too.
jkh
1999-01-27
1
-5
/
+5
*
Sync with sys/i386/isa/sio.c revision 1.225.
kato
1999-01-27
2
-4
/
+6
*
Sync with sys/i386/conf/Makefile.i386 revision 1.138.
kato
1999-01-27
2
-4
/
+4
*
Initialize the member atr_buffer.
kato
1999-01-27
1
-1
/
+4
*
Typo: `kern.somaxconn' -> `kern.ipc.somaxconn'
jkoshy
1999-01-27
1
-4
/
+4
*
DOH! Did I ever screw that up. Take the /etc prefixes off the
jkh
1999-01-27
1
-2
/
+2
*
Correct typo.
jkoshy
1999-01-27
1
-1
/
+2
*
Note that the 'owner.group' field is optional in the config file.
jkoshy
1999-01-27
1
-3
/
+3
*
Clarify format of exit status code. Note when a return code of -1 can
jkoshy
1999-01-27
1
-4
/
+8
*
Make building the kernel conditional.
jkh
1999-01-27
1
-9
/
+13
*
Get rid of tbl stuff, replace with .Bl
grog
1999-01-27
1
-251
/
+97
*
Fix broken command tables (change formatting from tbl to .Bl/.El)
grog
1999-01-27
1
-145
/
+32
*
Write changes out to /etc/rc.conf.site now rather than mucking with
jkh
1999-01-27
9
-153
/
+204
*
Clarify documentation of 'ME' softlink.
dillon
1999-01-26
1
-2
/
+16
[next]