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
*
Effectively remove the previous commit to fix threads forking. The
dyson
1997-04-12
1
-3
/
+7
*
Allow a kernel-supported process thread to do an exec without blasting
dyson
1997-04-11
1
-7
/
+24
*
Deleted ddb_inb and ddb_outb functions that provide I/O access
kato
1997-04-11
1
-18
/
+1
*
Synchronize with sys/i386/isa/syscons.c revision 1.209.
kato
1997-04-11
1
-10
/
+6
*
Drop the number of allowed tags back down to 8. Pluto uses a higher value
gibbs
1997-04-10
1
-17
/
+17
*
aic7xxx.seq:
gibbs
1997-04-10
4
-13
/
+16
*
Get the declaration of `struct dirent' from <sys/dirent.h>, not from
bde
1997-04-10
3
-23
/
+12
*
Get the declaration of `struct dirent' from <sys/dirent.h>, not from
bde
1997-04-10
2
-10
/
+8
*
Removed unused or apparently-unused #includes, especially of the
bde
1997-04-10
4
-58
/
+4
*
Deprecated <sys/dir.h> some more - changed the comment saying that
bde
1997-04-10
2
-20
/
+24
*
Use smalllblktosize() instead of multiplying small block numbers
bde
1997-04-10
1
-4
/
+4
*
Preserve some bits in the keyboard controller command byte when
yokota
1997-04-10
3
-30
/
+18
*
Removed support for OLD_PIPE. <sys/stat.h> is now missing the hack that
bde
1997-04-09
4
-71
/
+4
*
Distinguish fifos from sockets in the S_IS* macros. This is possible now
bde
1997-04-09
1
-6
/
+6
*
Regenerate (removed unused #includes from ibcs2*_sysent.c).
bde
1997-04-09
8
-14
/
+8
*
Removed unused #includes.
bde
1997-04-09
3
-9
/
+3
*
Regenerate (removed unused #includes in linux_sysent.c).
bde
1997-04-09
3
-5
/
+3
*
Removed unused #includes.
bde
1997-04-09
2
-6
/
+2
*
Include <sys/buf.h> instead of <sys/vnode.h>. kern_sysctl.c no
bde
1997-04-09
1
-2
/
+2
*
Mask out revision register in consistency test of class register.
se
1997-04-09
6
-12
/
+12
*
Fix spelling of align and interrupt in comments.
se
1997-04-09
6
-36
/
+36
*
Fix consistency test to not fail on pre PCI 2.0 motherboards
se
1997-04-09
6
-12
/
+12
*
Added lnc driver.
kato
1997-04-08
2
-2
/
+4
*
Enables lnc driver on PC-98 to support NEC SV-98/2-B06 PCI card.
kato
1997-04-08
4
-4
/
+10
*
Fix an infinite loop caused by calling ahc_run_done queue while the
gibbs
1997-04-07
1
-3
/
+32
*
Lower the spl() of the new process from splhigh() right away, since
peter
1997-04-07
3
-6
/
+27
*
Synchronize with sys/i386/i386{machdep.c,trap.c} revisions 1.236 and
kato
1997-04-07
3
-36
/
+69
*
Synchronize with sys/i386/isa/clock.c revision 1.80.
kato
1997-04-07
3
-15
/
+30
*
Remove explicit zero of p_vmspace on creation, it's now in the startzero
peter
1997-04-07
1
-6
/
+1
*
Move p_vmspace into the startzero section since we've just changed things
peter
1997-04-07
1
-2
/
+3
*
Use UPAGES_HOLE instead of UPAGES in case it's changed some time.
peter
1997-04-07
4
-10
/
+10
*
Define UPAGES_HOLE at 2 (same as current UPAGES) in case UPAGES changes
peter
1997-04-07
1
-1
/
+3
*
Clean up some dead wood. Kill the page table page for mapping the
peter
1997-04-07
3
-72
/
+6
*
The biggie: Get rid of the UPAGES from the top of the per-process address
peter
1997-04-07
31
-340
/
+531
*
No longer use an i386tss as the basis of our pcb - it wasn't particularly
peter
1997-04-07
9
-116
/
+68
*
Documented new serial console flags.
bde
1997-04-07
3
-15
/
+69
*
Commit a typo fix that's been sitting in my tree for ages, quite forgotten.
peter
1997-04-06
1
-2
/
+2
*
Fixes to ibcs2_getdents, including using struct dirent instead of
dfr
1997-04-06
1
-27
/
+101
*
Prevent wedging of the stat clock because of missed interrupts.
mckay
1997-04-06
5
-25
/
+50
*
Synchronize with sys/i386/i386/trap.c revision 1.89.
kato
1997-04-06
1
-7
/
+7
*
Make MOD_* macros almost consistent:
dufault
1997-04-06
14
-63
/
+93
*
Make MOD_* macros almost consistent:
dufault
1997-04-06
11
-31
/
+33
*
Remove dependancy on UFS' DIRBLKSIZ definition.
dfr
1997-04-06
2
-12
/
+4
*
Make vm_map_protect be more complete about map simplification. This
dyson
1997-04-06
1
-2
/
+4
*
Correction to the prototype for vm_fault.
dyson
1997-04-06
1
-2
/
+2
*
Fix the gdb executable modify problem. Thanks to the detective work
dyson
1997-04-06
9
-198
/
+146
*
Instead of testing for both SELDI and SELDO in SSTAT0 in the poll for work
gibbs
1997-04-05
1
-5
/
+5
*
Fix a bug in the selection timeout handler that was introduced when the
gibbs
1997-04-05
1
-38
/
+52
*
Change IPX to use the pr_usrreqs structure.
jhay
1997-04-05
5
-414
/
+565
*
Synchronize with sys/i386/conf/options.i386 revision 1.39.
kato
1997-04-05
2
-8
/
+8
[next]