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
*
* Rewrite to use kobj(9) instead of hard-coded function tables.
dfr
2000-04-24
6
-445
/
+635
*
Remove a debugging define which I left by mistake.
dfr
2000-04-24
1
-1
/
+0
*
Cosmetic to make errors messages look similar.
dmlb
2000-04-24
1
-4
/
+4
*
Moved debugging definitions to a header file.
dmlb
2000-04-24
1
-1313
/
+1042
*
Bit mask definitions for firmware versioning.
dmlb
2000-04-24
1
-74
/
+89
*
Initial import.
dmlb
2000-04-24
1
-0
/
+126
*
Make the moved about version compile and run
dmlb
2000-04-24
1
-2
/
+6
*
- Added support for 1bpp and 4bpp BMP files.
yokota
2000-04-24
2
-136
/
+164
*
Fix the grammar in my previous commit "lose" -> "loss".
mpp
2000-04-24
1
-1
/
+1
*
implement settrigger according to spec
cg
2000-04-23
3
-27
/
+40
*
maybe make cmi8330 work - no feedback yet
cg
2000-04-23
1
-6
/
+19
*
Fix a typo in the comments.
mpp
2000-04-23
1
-1
/
+1
*
Disable PCI BIOS on PC-98.
nyan
2000-04-23
2
-2
/
+6
*
Sync with the following changes.
nyan
2000-04-23
3
-3
/
+11
*
Hide annoying message under boot-verbose.
phk
2000-04-23
1
-2
/
+3
*
Sync with sys/conf/options.i386 revision 1.135.
nyan
2000-04-23
1
-3
/
+0
*
Enforce and respect the 8 unit limit.
phk
2000-04-23
1
-1
/
+3
*
Sync with sys/i386/conf/GENERIC revision 1.252.
nyan
2000-04-23
2
-2
/
+2
*
A couple months ago, Kirk and I were doing a walkthrough of the radix-tree
wollman
2000-04-23
3
-157
/
+202
*
Fix a warning with a forward struct declaration.
wollman
2000-04-23
1
-0
/
+4
*
Quiet an unused variable warning by commenting out a variable declaration
green
2000-04-22
2
-2
/
+2
*
Implement POSIX.1b shared memory objects. In this implementation,
wollman
2000-04-22
3
-2
/
+32
*
- PC-98 uses IRQ2 too.
nyan
2000-04-22
4
-4
/
+52
*
Add $FreeBSD$.
wollman
2000-04-22
2
-0
/
+34
*
Release allocated resources and return ENXIO on error.
nyan
2000-04-22
2
-14
/
+32
*
Enable PnP attachment for parallel port controllers.
wollman
2000-04-22
2
-12
/
+22
*
Changed interrupt level to splcam() because of the bs driver is CAM driver.
nyan
2000-04-22
1
-2
/
+4
*
Make sure the driver's ops table has been initialised before calling
dfr
2000-04-22
1
-0
/
+5
*
Moved functions around so that they are grouped a little more sensibly.
dmlb
2000-04-22
1
-1012
/
+1016
*
initsd(): Complete the intention of revision 1.25 and write init data to disk.
grog
2000-04-22
1
-5
/
+6
*
- Fix a problem with the cdevsw struct that prevented the kernel from
mdodd
2000-04-22
3
-55
/
+52
*
Convert the magic MFS device to a VCHR.
phk
2000-04-22
2
-7
/
+5
*
There's no reason to make "file" 0500 rather than 0555.
green
2000-04-22
2
-2
/
+6
*
Welcome back our old friend from procfs, "file"!
green
2000-04-22
6
-38
/
+310
*
Move the declaration of "struct namecache" to vnode.h, as it can be useful
green
2000-04-22
2
-17
/
+18
*
Reoganize/update the SysKonnect driver:
wpaul
2000-04-22
9
-322
/
+1030
*
Add PHY drivers for the XMAC II's internal PHY and the Broadcom BCM5400
wpaul
2000-04-22
4
-0
/
+1138
*
Regenerate
wpaul
2000-04-22
1
-2
/
+10
*
Add entries for the XMAC II's internal PHY and the Broadcom BCM5400
wpaul
2000-04-22
1
-1
/
+7
*
Move the building of the PXE module into libi386.
ps
2000-04-21
2
-3
/
+6
*
Now that we fixed the isp_sendmarker botch, we can now do initial bus
mjacob
2000-04-21
1
-4
/
+1
*
IOCGIFCONF once and for all. Sometimes the ifc_len variable
guido
2000-04-21
1
-5
/
+2
*
Functional driver with new command queue in place.
dmlb
2000-04-21
1
-1278
/
+1068
*
Fix include paths so that this builds correctly.
msmith
2000-04-21
9
-9
/
+9
*
Make the loader a little smarter about when it is and is not allowed
ps
2000-04-21
1
-3
/
+8
*
Don't call the PXE cleanup routine if PXE is not enabled. This
ps
2000-04-21
1
-2
/
+8
*
Roll minor version. Increase size (and add defines for) topology storage.
mjacob
2000-04-21
1
-2
/
+9
*
Some minor tweaklets.
mjacob
2000-04-21
3
-21
/
+44
*
Add in the now required malloc.h include. I guess somebody
mjacob
2000-04-21
1
-0
/
+1
*
Pick up topology more sanely at f/w startup. Change the restrictions of
mjacob
2000-04-21
1
-22
/
+34
[next]