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
*
Fix typo in dump reporting
jmz
1999-05-24
1
-3
/
+4
*
Remove the test for bdevsw(dev) == NULL from bdevvp() because it fails
jb
1999-05-24
2
-4
/
+4
*
- Make setroot() conditional on FFS etc, to avoid a compiler warning
jb
1999-05-24
2
-34
/
+10
*
- Back out Luoqi's cdevsw stuff. It panics on my system and is not required.
jb
1999-05-24
1
-7
/
+10
*
getopt(3) returns -1 not EOF.
imp
1999-05-23
10
-20
/
+20
*
Getopt(3) returns -1 not EOF.
imp
1999-05-23
2
-6
/
+6
*
Getopt(3) returns -1, not EOF.
imp
1999-05-23
2
-3
/
+3
*
Added rgb_vbi_prog() to capture VBI data and video at the
roger
1999-05-23
2
-2
/
+496
*
Use RELENG_3 as an example, not RELENG_2_2.
brian
1999-05-23
1
-3
/
+3
*
Rely on the statistics in XPT_GDEV_STATS instead of the versions still
gibbs
1999-05-23
3
-13
/
+30
*
Don't reference our SCB until we have validated that the firmware has
gibbs
1999-05-23
1
-2
/
+3
*
Poll for interrupts in bt_cmd in case they are masked. A completing
gibbs
1999-05-23
1
-4
/
+14
*
Get case right in "COMPAT3X".
obrien
1999-05-23
3
-6
/
+6
*
xargs was spliting the input in a very different way from everyone else,
jmz
1999-05-23
1
-20
/
+15
*
brucify
brian
1999-05-23
2
-4
/
+4
*
Use the correct width integer on both i386 and alpha.
dfr
1999-05-23
1
-5
/
+5
*
Don't reference non-existant ATAPI option..
peter
1999-05-23
3
-12
/
+12
*
Fix a problem with static initialisation of mutexes and condition
jb
1999-05-23
9
-6
/
+120
*
Make MFS_ROOT work again. MFS_ROOT means that rootdev is not set.
jb
1999-05-23
2
-4
/
+20
*
Install g2c.h header incase others want to call libg2c from C.
obrien
1999-05-23
1
-1
/
+5
*
Add a missing backslash from the last commit. (Broke installworld)
jb
1999-05-23
1
-1
/
+1
*
Construct the profile file name from the name of the executable. A program
jmz
1999-05-23
3
-14
/
+13
*
Initialize exit code so that the program exits with code 0 on success.
jmz
1999-05-22
1
-2
/
+2
*
Add the amd driver.
gibbs
1999-05-22
1
-0
/
+1
*
aic7xxx.c:
gibbs
1999-05-22
3
-18
/
+10
*
Add a default async handler funstion to cam_periph.c to remove duplicated
gibbs
1999-05-22
8
-55
/
+46
*
Add the XPT_PATH_STATS and XPT_GDEV_STATS function codes. These ccb
gibbs
1999-05-22
4
-114
/
+280
*
First cut at a driver for the amd53c974 PCI SCSI host adapter. This
gibbs
1999-05-22
4
-0
/
+6030
*
Don't call calcru() on a swapped-out process. calcru() access p_stats, which
dt
1999-05-22
3
-40
/
+31
*
Use BINOWN and BINGRP (some people do change these...)
hoek
1999-05-22
1
-2
/
+2
*
Port pnpinfo to alpha.
dfr
1999-05-22
3
-7
/
+17
*
Cope with non page-aligned arguments to ioperm.
dfr
1999-05-22
2
-14
/
+19
*
I seem to be having some CVS problems... I don't know why this wasn't
obrien
1999-05-22
1
-0
/
+702
*
- Fix up some comments in if_wi.c (no code changes)
wpaul
1999-05-22
8
-36
/
+72
*
Use the resource apis to manipulate resources.
dfr
1999-05-22
5
-24
/
+96
*
Don't use BUS_WRITE_IVAR to manipulate resources.
dfr
1999-05-22
3
-27
/
+30
*
* Factor out the common code between the isa bus drivers for i386 and alpha.
dfr
1999-05-22
10
-1324
/
+749
*
Add some helper functions to make it easier to write a driver for a bus
dfr
1999-05-22
2
-3
/
+218
*
Fix a reference to the mysterious Mike Smisth.
rnordier
1999-05-22
2
-4
/
+4
*
Include a table of disk error codes and a note about the cylinder >
rnordier
1999-05-22
1
-1
/
+39
*
Add seatbelt like in previous function..
peter
1999-05-22
1
-1
/
+3
*
Recover from removing the last (unshared) interrupt handler.
peter
1999-05-22
4
-108
/
+48
*
Fixed style bugs in previous commit.
bde
1999-05-22
4
-20
/
+20
*
Fix a coredump when debugging corefiles from static programs.
dfr
1999-05-22
1
-1
/
+1
*
Fixed disordering in previous commit.
bde
1999-05-22
1
-4
/
+4
*
If we're going to do such a non-UNIX(tm)y thing as appending output
hoek
1999-05-22
1
-2
/
+8
*
Move arpcom structure be the first in softc structure. Needed
semenu
1999-05-22
3
-6
/
+6
*
Cosmetic changes to make it compile without errors in gcc -Wall
julian
1999-05-22
3
-30
/
+51
*
Restored rev.1.76 which was clobbered by rev.1.77.
bde
1999-05-22
2
-4
/
+4
*
Remove `ix' driver. Justin Gibbs added support for the EtherExpress16 to
obrien
1999-05-22
1
-2
/
+2
[next]