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
*
Fix some -Wunused warnings
peter
1999-11-18
2
-4
/
+0
*
Fix some warnings.
peter
1999-11-18
1
-2
/
+5
*
Fix a warning.
peter
1999-11-18
1
-3
/
+1
*
Touch up the make_dev() usage to hopefully make it work and fix warnings.
peter
1999-11-18
1
-5
/
+3
*
Fix some warnings.
peter
1999-11-18
1
-2
/
+2
*
Add option NETGRAPH_KSOCKET.
archie
1999-11-16
2
-0
/
+2
*
Typo
n_hibma
1999-11-16
1
-1
/
+1
*
Fixed to compile bs driver with gcc 2.95.2.
nyan
1999-11-16
1
-4
/
+7
*
Removed the asm version of conv(). This is should be faster in its new
obrien
1999-11-15
1
-11
/
+6
*
Fix __asm__ clobber list abuses.
obrien
1999-11-15
1
-3
/
+3
*
Segment registers can be read(write) to(from) memory locations as well as
luoqi
1999-11-15
1
-4
/
+4
*
Fix case where vnode could be unlocked twice. Untested; bug found by code
eivind
1999-11-14
1
-3
/
+5
*
Fix clobbers so that GENERIC may compile with GCC 2.95.2.
obrien
1999-11-14
4
-332
/
+336
*
Reserve space for FPU state in struct sigcontext. Fix some style bugs
marcel
1999-11-12
1
-11
/
+18
*
Change the type of sf_addr in struct {o}sigframe from char* to
marcel
1999-11-12
2
-10
/
+11
*
Passing "0" or "FALSE" as the fourth argument to vm_fault is wrong. It
alc
1999-11-09
1
-4
/
+6
*
Cosmetic change: correct formatting error in my previous commit.
yokota
1999-11-09
2
-10
/
+10
*
- Document SC_TWOBUTTON_MOUSE, SC_NORM_ATTR, SC_NORM_REV_ATTR,
yokota
1999-11-08
2
-0
/
+20
*
- Added the following options; they have existed in syscons
yokota
1999-11-08
1
-0
/
+4
*
- Added a new kernel configuration option: SC_TWOBUTTON_MOUSE.
yokota
1999-11-08
1
-0
/
+1
*
simplify check for device.
phk
1999-11-08
1
-1
/
+1
*
- Removed SC_VIDEO_DEBUG. It is broken and useless now.
yokota
1999-11-08
3
-3
/
+0
*
Use DRIVER_MODULE(), apm.c already takes care of it's devices with
peter
1999-11-08
2
-2
/
+2
*
Use fo_stat() rather than Yet Another duplication of kern_descrip.c's stat
peter
1999-11-08
1
-15
/
+1
*
Patch got this one wrong, we want to check securelevel in open()
phk
1999-11-07
1
-5
/
+5
*
Remove the iskmemdev() function. Make it the responsibility of the mem.c
phk
1999-11-07
1
-14
/
+5
*
Add the ata driver to the compiled in targets.
sos
1999-11-07
2
-36
/
+56
*
Options cleanup.
eivind
1999-11-06
3
-92
/
+86
*
Fix the style of some options.
obrien
1999-11-05
1
-3
/
+3
*
Style lint LINT.
obrien
1999-11-05
2
-392
/
+394
*
Change some wdX entries from "disk" to "device". These got missed in the
obrien
1999-11-05
2
-8
/
+8
*
Style sync with GENERIC.
obrien
1999-11-05
1
-12
/
+14
*
Move isfoo() and friends to the newly created sys/ctype.h.
phk
1999-11-03
1
-0
/
+1
*
Fix bus_setup_intr(); I changed exintr() to take a pointer to ex_softc
mdodd
1999-11-03
1
-1
/
+1
*
Consolidate some of the various ctype(3) macros in one location.
archie
1999-11-02
1
-2
/
+0
*
Add new options NETGRAPH_PPP and NETGRAPH_PPPOE, plus NETGRAPH_SOCKET which
archie
1999-11-02
2
-0
/
+6
*
Fix typo in previous commit.
archie
1999-11-02
1
-1
/
+1
*
Remove the prototypes for two functions that were removed when the
jhb
1999-11-02
1
-3
/
+0
*
Add mn0 in the netgraph section.
phk
1999-11-02
2
-0
/
+4
*
Remove two private copies of strtoul()
phk
1999-11-02
1
-83
/
+0
*
This is a complete rewrite of vfs_conf.c, which changes the way the root
msmith
1999-11-01
1
-259
/
+26
*
Elminiate the (unused) TUNE_1542 option.
eivind
1999-11-01
3
-9
/
+0
*
Put more explict warning that this file should not be used if you want
imp
1999-11-01
1
-0
/
+2
*
User netgraph typedefs for methods
julian
1999-11-01
2
-18
/
+18
*
Merge the alpha and x86 majors files together. There appear to be
peter
1999-11-01
1
-190
/
+0
*
Update examples using 'disk' and 'tape' - they used to have magic meaning
peter
1999-11-01
5
-38
/
+38
*
rearrange order of tests for NE1000, NE2000, and Linksys
jmb
1999-11-01
1
-16
/
+22
*
The useracc() calls in osigreturn() and sigreturn() should specify
alc
1999-10-31
1
-2
/
+2
*
i8254_restore is called from apm_default_resume() to reload
iwasaki
1999-10-30
5
-0
/
+47
*
Allow the source root `S' to be overridden by defining it only when
marcel
1999-10-30
1
-0
/
+2
[next]