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
/
i386
Commit message (
Expand
)
Author
Age
Files
Lines
*
Re-introduction of sigcontext.
marcel
1999-10-04
4
-39
/
+78
*
Use the rev 1.1.2.1 code from RELENG_3 for atomic operations rather
peter
1999-10-04
1
-19
/
+38
*
Typo: s/__GNUC_MINOR_/__GNUC_MINOR__/
peter
1999-10-04
1
-1
/
+1
*
Fix style bug: order includes
marcel
1999-10-04
1
-1
/
+1
*
Remove unused B_FORMAT #define
phk
1999-10-04
1
-3
/
+0
*
Allow compilation with older versions of GCC, in order to make it possible
eivind
1999-10-03
1
-0
/
+23
*
Reinstate the 4th argument to old signal handlers. Don't set it
marcel
1999-10-03
1
-2
/
+2
*
Fix style bugs caused by using the wrong file to copy from. That one
marcel
1999-10-03
1
-4
/
+12
*
Fixed "misspelling" of bcmp as memcmp. memcmp doesn't exist in the
bde
1999-10-03
3
-2
/
+20
*
Removed redefinitions of CDRIOCBLANK and CDRIOCNEXTWRITEABLEADDR.
bde
1999-10-03
2
-6
/
+0
*
Document SA_1FM_AT_EOD option.
mjacob
1999-10-02
2
-0
/
+4
*
ncplib continued: add appropriate options to LINT.
bp
1999-10-02
2
-0
/
+6
*
Prepare for the apm_saver screen saver module.
nsayer
1999-10-02
4
-50
/
+100
*
Implement the use of si_addr in siginfo_t.
marcel
1999-10-01
1
-0
/
+1
*
Don't check %cs *after* it has being set in sigreturn. If the check
marcel
1999-10-01
1
-5
/
+6
*
Back out an unintended commit. This wasn't supposed to be
mdodd
1999-10-01
1
-18
/
+0
*
Turn off and remove the 'old' if_ep ISA/EISA/PCCARD driver.
mdodd
1999-10-01
5
-2169
/
+18
*
sigset_t change (part 4 of 5)
marcel
1999-09-29
14
-452
/
+544
*
sigset_t change (part 3 of 5)
marcel
1999-09-29
9
-149
/
+476
*
Introduce ttyread() and ttywrite() which do the canonical thing.
phk
1999-09-28
8
-203
/
+15
*
Newbusification of aha. dfr sent me the first cut, and I made it
imp
1999-09-28
1
-4
/
+4
*
Removed pc98 code.
kato
1999-09-27
1
-14
/
+0
*
Move if_ed.c back to files.i386 since pc98 has a special ed driver.
kato
1999-09-27
1
-0
/
+1
*
Spell 'timecounter' correctly.
billf
1999-09-27
2
-2
/
+2
*
Revert non-aha changes. They weren't supposed to go in.
imp
1999-09-27
1
-1
/
+2
*
Seperate pcaudio from isa/snd and isa/sound - it's not worth this breaking
peter
1999-09-27
1
-2
/
+34
*
Move aha driver to dev/aha like the other drivers.
imp
1999-09-27
2
-292
/
+1
*
Bid a fond farewell to these files, they live on various forms in
peter
1999-09-26
11
-8167
/
+0
*
GC bdbtofsb()
peter
1999-09-26
1
-8
/
+0
*
Move the declaration of panic() from sys/systm.h to sys/param.h.
eivind
1999-09-26
1
-1
/
+1
*
Fix from Tor so that if we enter the debugger in the tristate going to
mjacob
1999-09-25
1
-0
/
+1
*
Fix from Tor so that if we enter the debugger in the tristate going to
mjacob
1999-09-25
1
-1
/
+1
*
Remove five now unused fields from struct cdevsw. They should never
phk
1999-09-25
35
-176
/
+19
*
This patch clears the way for removing a number of tty related
phk
1999-09-25
9
-176
/
+73
*
Remove NBPF conditionality of bpf calls in most of our network drivers.
phk
1999-09-25
17
-185
/
+3
*
Oops! I enabled SOFTUPDATES by accident.
phk
1999-09-25
2
-2
/
+2
*
Switch the order of a two tests so that the error actually has to occur
obrien
1999-09-24
1
-1
/
+1
*
Linux doesn't complain if you remove a msg queue that doesn't exist
marcel
1999-09-23
1
-1
/
+3
*
Make the frequency tuneable via a sysctl.
jhay
1999-09-23
1
-1
/
+24
*
Fix a commit that shouldn't have snuck in. Rev 1.12 was a part of the
peter
1999-09-23
1
-0
/
+5
*
MFS: firewall -> firewall_type
jkh
1999-09-23
2
-2
/
+2
*
As suggested by phk, unconditionalize BPF support in these drivers. Since
wpaul
1999-09-23
1
-9
/
+0
*
Regeneration.
luoqi
1999-09-22
3
-6
/
+9
*
Implement linux_ioperm() syscall. Fix linux_iopl() to use the level argument.
luoqi
1999-09-22
3
-9
/
+27
*
Display CPU (BSP) clock speed on SMP systems.
luoqi
1999-09-22
1
-4
/
+0
*
Mention in the documentation that the AOpen/Acer ALN-320 is a supported
wpaul
1999-09-22
2
-2
/
+4
*
Oops, the syntax didn't work that way...
sos
1999-09-22
1
-3
/
+5
*
Support quad & max speeds in wormcontrol.
sos
1999-09-22
1
-3
/
+3
*
Back out a portion of the last commit. DFLTPHYS and MAXPHYS cannot
dillon
1999-09-22
3
-28
/
+2
*
Spruce up the ADMtek driver: conver to newbus, miibus and add support
wpaul
1999-09-22
4
-4
/
+4
[next]