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
*
Even better compatibility with 4.x. #define thread proc, since for
imp
2001-09-13
1
-16
/
+2
*
Better way to do compatibility between the two versions.
imp
2001-09-13
1
-20
/
+8
*
Fix KSE breakage to this file:
imp
2001-09-13
1
-0
/
+32
*
Restore these files to being portable:
jhb
2001-09-12
2
-61
/
+73
*
- Whitespace fixes.
jhb
2001-09-12
1
-16
/
+9
*
Whitespace fix.
jhb
2001-09-12
1
-1
/
+1
*
IPFilter munges multicast address packets on the loopback interface.
darrenr
2001-09-12
1
-1
/
+1
*
Whitespace fixes.
jhb
2001-09-12
1
-3
/
+3
*
Add IPFLITER.LICENCE to the kernel (requested by rwatson)
darrenr
2001-09-12
1
-0
/
+29
*
Style(9) fixes.
jhb
2001-09-12
1
-2
/
+2
*
Restore style(9) fixes from commit prior to previous commit.
jhb
2001-09-12
2
-18
/
+18
*
If an incoming struct proc could have been NULL before, tehn don't
julian
2001-09-12
1
-4
/
+5
*
A command file for SKI which runs the loader up to the first instruction
dfr
2001-09-12
2
-0
/
+32
*
Create backup copies using install(1).
ru
2001-09-12
5
-15
/
+5
*
KSE Milestone 2
julian
2001-09-12
774
-13853
/
+15842
*
Build ficl on all architectures.
dfr
2001-09-12
1
-2
/
+0
*
Add a version of the loader which runs under SKI, the HP ia64 simulator.
dfr
2001-09-12
35
-1
/
+3631
*
Increase AUTHNAME to 42 bytes for users of T-Online, which requires 41
gj
2001-09-12
1
-1
/
+1
*
Merged from sys/i386/i386/machdep.c revision 1.479.
kato
2001-09-12
2
-10
/
+8
*
Call pcic_teardown_intr to make sure that we disestablish the
imp
2001-09-12
1
-1
/
+1
*
o Fix struct ssc_time and enable the SSC call to get the RTC.
marcel
2001-09-12
1
-17
/
+11
*
Fix the kern.module_path issue that required the trailing '/' character
peter
2001-09-12
1
-12
/
+15
*
Correct a debugging message.
dd
2001-09-11
1
-1
/
+1
*
On second thoughts, make kldxref failures non-fatal.
peter
2001-09-11
1
-1
/
+1
*
Implement the long-awaited module->file cache database. A userland
peter
2001-09-11
9
-207
/
+728
*
- Axe holding_giant as it is not used now anyways and was ok'd by
jhb
2001-09-10
1
-35
/
+4
*
Rename kernel entry point from locorestart to __start.
dfr
2001-09-10
1
-1
/
+0
*
Back out the last change - it was made to the wrong Makefile.
dfr
2001-09-10
1
-0
/
+1
*
* Make a start on a realistic definition for bootinfo.
dfr
2001-09-10
6
-71
/
+68
*
Fix a warning on alpha (real problem) and make pstat -t work as a bonus.
peter
2001-09-10
2
-2
/
+7
*
Don't call log() without a format string.
kris
2001-09-10
2
-2
/
+2
*
Add kernel side support for DAO burning.
sos
2001-09-10
1
-26
/
+83
*
Add new ioctl's and rearrange a bit for DAO mode support.
sos
2001-09-10
1
-10
/
+27
*
Make the `nsops' variable in `semop' unsigned. This prevents an
dd
2001-09-10
1
-5
/
+5
*
Fix some signed/unsigned integer confusion, and add bounds checking of
kris
2001-09-10
16
-27
/
+57
*
Fix a warning. Dont convert away from const to just re-add it in the
peter
2001-09-10
1
-16
/
+8
*
Fix a warning in bsearch(). Like index() etc, it de-qualifies its
peter
2001-09-10
1
-1
/
+1
*
Fix a warning. l_name is managed by us and is malloc/free'ed.
peter
2001-09-10
2
-2
/
+2
*
Add on UPAGES to ki_rssize since it is there as result of the process
peter
2001-09-10
1
-0
/
+2
*
Implement support for MAXMEM option and hw.physmem environment variable
dfr
2001-09-10
2
-0
/
+57
*
Fix LINT breakage caused by previous commit. The linux_rt_sendsig
marcel
2001-09-10
1
-0
/
+9
*
This will have to be revised, but allow putting 'makeoptions GCC3=true'
peter
2001-09-10
1
-0
/
+15
*
Rip some well duplicated code out of cpu_wait() and cpu_exit() and move
peter
2001-09-10
12
-196
/
+75
*
gcc-3 has objections about the bluetrap6 and bluetrap13 inline asm
peter
2001-09-10
2
-38
/
+38
*
Fix some malformed macro concatenation that gcc-3 has objections about.
peter
2001-09-10
1
-4
/
+4
*
Lots of style(9) related white space fixes. Mostly missing spaces
brooks
2001-09-10
6
-122
/
+149
*
Add support for monitor mode. This means that after enabling the
brooks
2001-09-10
1
-93
/
+255
*
Remove/comment tokens after #endif (#endif NETATALK)
peter
2001-09-10
2
-4
/
+4
*
Fix a minor buglet/typo here that gcc3 complains about.
peter
2001-09-10
1
-1
/
+1
*
#endif /* comment */
peter
2001-09-10
1
-1
/
+1
[next]