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
*
The removal of a page from the free queue in vm_page_zero_idle was
tegge
1998-01-19
2
-2
/
+4
*
Don't throw away bootp reply packets that are shorter than our extended-length
tegge
1998-01-18
2
-2
/
+6
*
Increase the minimum bootp reply packet size from 16 (bogus) to 300 (correct).
tegge
1998-01-18
2
-8
/
+8
*
Sync with sys/i386/isa/wd.c revision 1.147.
kato
1998-01-18
1
-2
/
+2
*
Sync with sys/i386/conf/files.i386 revision 1.186.
kato
1998-01-18
2
-2
/
+4
*
Sync with sys/i386/conf/files.i386 revision 1.12.
kato
1998-01-18
1
-1
/
+2
*
Sync with sys/i386/conf/majors.i386 revision 1.24.
kato
1998-01-18
1
-1
/
+3
*
Workarround for locking violation while recycling vnode which union fs
kato
1998-01-18
2
-8
/
+28
*
Improve and revise fixes for locking violation.
kato
1998-01-18
4
-66
/
+104
*
Tie up some loose ends in vnode/object management. Remove an unneeded
dyson
1998-01-17
16
-326
/
+346
*
Fix misleading comment about major #
pst
1998-01-16
2
-4
/
+4
*
Bring in IDE ATAPI floppy support.
pst
1998-01-16
16
-15
/
+1611
*
Include <machine/pc/display.h>, not <i386/include/pc/display.h>. This is
bde
1998-01-16
6
-12
/
+12
*
Fixed a missing #include in the synopsis.
bde
1998-01-16
1
-4
/
+5
*
Added prototypes for functions that were documented in libalias.3
bde
1998-01-16
1
-0
/
+8
*
Synchronize with NetBSD/pc98 based on NetBSD/i386 version 1.3G patch
kato
1998-01-16
12
-206
/
+253
*
Fixed bugs introduced when files were synchronized with
kato
1998-01-16
3
-39
/
+30
*
Add rcsid. Remove unused vars. Use err(3) and change exit(-1).
charnier
1998-01-16
1
-28
/
+19
*
Sync with sys/i386/conf/files.i386 revision 1.185.
kato
1998-01-15
2
-2
/
+4
*
Fix I/O port address of ed8.
kato
1998-01-15
2
-4
/
+4
*
Added comment on fe0 and fe1. Added fe1 fro C-NET(98)P2 and
kato
1998-01-15
2
-2
/
+8
*
Addition of splsoftvm and a VM SWI to handle bus dma related callbacks.
gibbs
1998-01-15
9
-25
/
+32
*
Implementation of Bus Space for FreeBSD-x86.
gibbs
1998-01-15
18
-11
/
+11518
*
Implementation of Bus DMA for FreeBSD-x86. This is sufficient to do
gibbs
1998-01-15
4
-2
/
+1192
*
Add entry for i386/i386/busdma_machdep.c
gibbs
1998-01-15
2
-2
/
+4
*
Move almost all the ntp related stuff from kern_clock.c to
phk
1998-01-14
5
-1344
/
+675
*
Make softticks static.
phk
1998-01-14
1
-35
/
+2
*
Add and document PPS_SYNC
phk
1998-01-14
3
-3
/
+21
*
I forgot to synchronize some changes with sys/i386/isa/wd.c, but I
kato
1998-01-14
1
-8
/
+14
*
Include pc98.h instead of isa.h when PC98 is defined.
kato
1998-01-14
1
-1
/
+5
*
Fix typo.
kato
1998-01-14
1
-2
/
+2
*
Remove __libalias_version. Ppp no longer uses it.
brian
1998-01-14
1
-3
/
+0
*
Add a macro to accurately calculate the length of a struct ifreq when
wollman
1998-01-13
1
-1
/
+6
*
Fix illegal numeric expressions: 08 and 09.
yokota
1998-01-12
3
-30
/
+30
*
Remove two non-global variables.
phk
1998-01-12
1
-3
/
+1
*
Fix JIS code support.
kato
1998-01-12
1
-2
/
+3
*
Sync with sys/i386/i386/machdep.c revision 1.281.
kato
1998-01-12
2
-4
/
+4
*
Sync with sys/i386/isa/syscons.c revision 1.245.
kato
1998-01-12
1
-3
/
+9
*
Sync with sys/i386/conf/GENERIC revision 1.102.
kato
1998-01-12
2
-8
/
+6
*
Initialize the variables Crtat and Atrat in scvidprobe().
kato
1998-01-12
2
-31
/
+29
*
Adjust upwards the size of exec map in order to take into account the
dyson
1998-01-12
2
-4
/
+4
*
Add some devfs entries
julian
1998-01-12
1
-2
/
+44
*
add devfs entries for a few more syscons devices (e.g. sysmouse)
julian
1998-01-12
3
-9
/
+27
*
Fix another vnode leak.
dyson
1998-01-12
2
-4
/
+8
*
Fix some vnode management problems, and better mgmt of vnode free list.
dyson
1998-01-12
11
-79
/
+291
*
Implement the first page access for object type determination more
dyson
1998-01-11
3
-96
/
+132
*
Try to solve timeout race by not touching softtics here.
phk
1998-01-11
2
-8
/
+4
*
Remove use of <osreldate.h>.
eivind
1998-01-11
1
-6
/
+0
*
Move softc stuff into if_tunvar.h
brian
1998-01-11
2
-17
/
+51
*
Move softc stuff into if_tunvar.h
brian
1998-01-11
1
-0
/
+1
[next]