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
*
Reviewed by: julian with quick glances by bruce and others
julian
1995-08-28
47
-563
/
+1647
*
Modified linux_readdir() function to properly handle Linux readdir()
swallace
1995-08-28
2
-28
/
+54
*
Add a comment that a user with many open windows under X might need to
joerg
1995-08-27
3
-6
/
+9
*
Change db_ps() to have the correct number and type of args for a ddb
bde
1995-08-27
1
-2
/
+7
*
Change db_fncall() and db_panic() to have the correct number and type of
bde
1995-08-27
1
-5
/
+13
*
Change vm_object_print() to have the correct number and type of args
bde
1995-08-26
2
-5
/
+11
*
Change vm_map_print() to have the correct number and type of args for
bde
1995-08-26
2
-7
/
+15
*
Don't declare a nonexistent function.
bde
1995-08-26
1
-4
/
+2
*
Remove "memory" clobber statement from enable_intr(). Enabling interrupts
bde
1995-08-26
2
-8
/
+8
*
Convert \n to \r\n in serial_putchar().
bde
1995-08-26
1
-0
/
+2
*
Bump the OSRELDATE to 199508. Too many things have changed since
joerg
1995-08-26
1
-2
/
+2
*
Killed MNT_NOAUTO.
dg
1995-08-26
1
-2
/
+1
*
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
[next]