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
*
Correct a pathname. The isdn tells to look for a
ats
1995-08-20
3
-9
/
+9
*
Fixed mfs reboot panic by never returning failure from mfs_start().
dg
1995-08-20
1
-6
/
+5
*
Make db_ps tolerant of uninitialized struct proc fields. Improved 'more'
dg
1995-08-20
1
-19
/
+39
*
Call boot() instead of cpu_reset() if init isn't running in shutdown_nice.
dg
1995-08-20
1
-7
/
+6
*
Fixed a few bugs and annoyances with boot():
dg
1995-08-20
2
-50
/
+26
*
Correct the PCI ID for the Adaptec 7850 chips.
gibbs
1995-08-20
1
-2
/
+2
*
First part of importing the Japanese `od' driver.
joerg
1995-08-19
5
-24
/
+66
*
Bring in Serge Vakulenko's IDE CDROM (ATAPI) driver. A number of
jkh
1995-08-18
13
-18
/
+2276
*
Add a sanity check for the UDP length field in order to prevent
olah
1995-08-17
1
-2
/
+2
*
The `cred' and `proc' args were missing for some VOP_OPEN() and VOP_CLOSE()
bde
1995-08-17
6
-14
/
+14
*
Killed some unused stuff inherited from Bill Jolitz. Note that since
dg
1995-08-17
7
-52
/
+11
*
Close PR kern/682:
jkh
1995-08-17
1
-2
/
+3
*
Fix the 3C589 driver to work with the BNC connector.
nate
1995-08-16
1
-3
/
+7
*
Added missing semi-colon in the XT_KEYBOARD code. W/out it the code
nate
1995-08-16
3
-6
/
+6
*
Make everything except the unsupported network sources compile cleanly
bde
1995-08-16
21
-39
/
+33
*
Make everything except the unsupported network sources compile cleanly
bde
1995-08-16
3
-9
/
+9
*
Honor -async mount option when doing the inode update.
dg
1995-08-16
1
-2
/
+2
*
Remove the fundamentally useless probe and attach commands I added.
jkh
1995-08-16
1
-27
/
+1
*
Print more information in case of unspecific error condition.
se
1995-08-15
1
-15
/
+41
*
Increase the DELAY_GETREPLY to 5000000. Not dangerous, this is
joerg
1995-08-15
2
-4
/
+4
*
Install kzip.o with BINMODE=444.
joerg
1995-08-15
1
-1
/
+2
*
Fake a call frame for traps so that `gdb -k' can report where fatal
bde
1995-08-15
3
-3
/
+39
*
Add more chip set register decodings:
se
1995-08-15
1
-3
/
+13
*
Properly prototype the ahc_done routine, and pass the right number of
gibbs
1995-08-15
1
-3
/
+3
*
Correctly timeout scb instead of active_scb which is carying the bus device
gibbs
1995-08-14
1
-2
/
+2
*
Slight change to the location of the default termios flags to make them
peter
1995-08-13
2
-14
/
+34
*
Next round of cleanups. Some more debugging hooks added, si_softc definition
peter
1995-08-13
4
-244
/
+150
*
Return an extended status of XS_TIMEOUT (instead of XS_DRIVER_STUFFUP)
se
1995-08-13
1
-3
/
+3
*
Disable fifos in sioclose(). Closes PR 576.
bde
1995-08-13
3
-3
/
+27
*
Correct a little typo in LINT. trouble is -> trouble if.
ats
1995-08-12
3
-6
/
+6
*
Document two specials of the `lpt' driver: the port address can be
joerg
1995-08-11
3
-6
/
+24
*
Converted mountlist to a CIRCLEQ.
dg
1995-08-11
14
-63
/
+61
*
Be careful not to dereference NULL credentials pointers when doing the
dg
1995-08-11
2
-6
/
+14
*
Remove a deliberate #warning.. It's not polite, because I listed the the
peter
1995-08-10
2
-10
/
+2
*
Drat! I forgot to add this part of the Specialix Driver..
peter
1995-08-10
1
-0
/
+804
*
Bring in my long-overdue version of the Specialix driver.
peter
1995-08-09
6
-0
/
+5758
*
Add hook for EISA probe for Specialix EISA card.
peter
1995-08-09
1
-1
/
+8
*
Add Specialix driver to LINT
peter
1995-08-09
3
-3
/
+39
*
Fixed my usage of "asm" instead of "__asm" and "volatile" instead
dyson
1995-08-09
1
-2
/
+2
*
Fixed a problem that malloc(..,..,M_NOWAIT) was being called without checking
dyson
1995-08-08
3
-18
/
+18
*
Make the spl oriented inline functions less likely to allow
dyson
1995-08-08
3
-9
/
+12
*
Move mbuf frees to after call to sorflush().
dg
1995-08-08
1
-3
/
+3
*
On closer inspection, it turns out that all of the callers of disksort
dg
1995-08-07
2
-10
/
+2
*
Set bp->b_actf=NULL for paranoia sake.
dg
1995-08-07
1
-1
/
+2
*
Since buffers can be pulled off of the disk queue at interrupt time and
dg
1995-08-07
2
-4
/
+14
*
Woops, I committed the wrong version of the diff in the last rev.
dg
1995-08-07
1
-2
/
+2
*
Use bdwrite() rather than brelse(). The cylinder group bitmap modification
dg
1995-08-07
1
-2
/
+2
*
Made msgbuf range checking more robust and clean.
dg
1995-08-07
3
-24
/
+13
*
Restore check for msg_bufx being negative. Changed if() expression to be
dg
1995-08-06
1
-4
/
+4
*
Extentd David's recent change to shutdown_nice() by calling
joerg
1995-08-06
1
-1
/
+5
[next]