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
*
Don't compile the diagnostic functions vhold() and holdrele() unless
bde
1995-08-25
2
-2
/
+6
*
Remove extra arg from one call to uha_done().
bde
1995-08-25
1
-2
/
+2
*
Remove extra arg from one of the calls to (*pr_usrreq)().
bde
1995-08-25
1
-3
/
+2
*
Fix bogus arg (&p instead of p) in the call to VOP_ACCESS() from
bde
1995-08-25
2
-4
/
+4
*
Call nosys() from lkmnosys() with the correct number and type of args
bde
1995-08-25
1
-3
/
+6
*
Remove extra arg from the call to ds_crc().
bde
1995-08-25
2
-4
/
+4
*
Don't call VOP_UPDATE() with volatile timestamps.
bde
1995-08-25
2
-6
/
+12
*
Remove extra args from the calls to getit(). The bug was benign with the
bde
1995-08-25
5
-20
/
+20
*
Remove my xxxinit hack. It was too gross.
phk
1995-08-25
1
-2
/
+2
*
Shut warnings.
phk
1995-08-25
2
-24
/
+4
*
Another minor optimization, this time to incore().
dg
1995-08-24
1
-6
/
+6
*
Minor optimization.
dg
1995-08-24
1
-6
/
+6
*
Improved BUFHASH algorithm.
dg
1995-08-24
2
-4
/
+4
*
Killed some gratuitous #include's.
dg
1995-08-24
1
-5
/
+1
*
Added NFS_ASYNC kernel option. It only has an effect for NFSv2.
dg
1995-08-24
2
-2
/
+22
*
Killed redundant declarations of nfsm_rpchead().
dg
1995-08-24
4
-8
/
+4
*
Some fixes found using gcc -Wall:
dfr
1995-08-24
7
-17
/
+41
*
Moved setting of VTEXT flag into the appropriate image activators. This
dg
1995-08-24
4
-7
/
+12
*
Add support for amd direct maps.
dfr
1995-08-24
9
-34
/
+47
*
pcic lkm for the pccard stuff.
phk
1995-08-24
2
-2
/
+12
*
Andrew McRae's pcmcia/pccard code, the kernel part.
phk
1995-08-24
11
-3
/
+3102
*
Remove hard coded assumption that SCSI busses have 7 targets.
gibbs
1995-08-23
12
-38
/
+176
*
Remove hard coded assumption that SCSI busses have 7 targets.
gibbs
1995-08-23
1
-17
/
+37
*
Fix some problems with multicast forwarding:
wollman
1995-08-23
2
-137
/
+135
*
Damn! As Rod just reminded me, I didn't apply the tweak to make
jkh
1995-08-23
1
-2
/
+2
*
Support for NOAUTO mounts.
jkh
1995-08-23
1
-1
/
+2
*
Don't clip d_ncylinders to value used by partitions.
jkh
1995-08-23
2
-4
/
+4
*
Properly initialize the d_ncylinders field to the maximum number of
jkh
1995-08-23
2
-2
/
+4
*
Clean up compilation warning.
pst
1995-08-23
1
-2
/
+2
*
Fix some outstanding bugs in the DCD modem control..
peter
1995-08-22
2
-230
/
+186
*
add a new Debug mode.. "DBG_OPTIM" - for observing the L_RINT bypass
peter
1995-08-22
2
-4
/
+4
*
A couple of micro optimizations to improve NULL syscall performance by
dg
1995-08-21
3
-93
/
+60
*
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
[next]