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
*
Add driver support for gigabit ethernet adapters based on the Alteon
wpaul
1999-04-06
13
-5
/
+25022
*
Replace LKM with KLD.
ghelmer
1999-04-06
2
-10
/
+10
*
Two changes to pmap_remove_all:
alc
1999-04-06
2
-40
/
+10
*
Remove (but leave place markers) P_NOSWAP and P_PHYSIO - they were only
peter
1999-04-06
1
-3
/
+3
*
Don't forcibly kill processes that are locked in-core via PHOLD - it was
peter
1999-04-06
1
-2
/
+3
*
Use PHOLD/PRELE() instead of P_PHSYIO.
peter
1999-04-06
2
-6
/
+6
*
Only use p->p_lock (manage by PHOLD()/PRELE()) - P_NOSWAP/P_PHYSIO is no
peter
1999-04-06
1
-2
/
+2
*
Hold the mfs process's upages in-core with PHOLD rather than P_NOSWAP.
peter
1999-04-06
1
-3
/
+3
*
Hold nfsd's upages in-core with PHOLD rather than P_NOSWAP.
peter
1999-04-06
2
-4
/
+4
*
Use reference counted PHOLD/PRELE rather than the P_PHYSIO flag.
peter
1999-04-06
3
-9
/
+9
*
Use PHOLD/PRELE rather than P_PHYSIO.
peter
1999-04-06
1
-5
/
+5
*
Use the reference counted PHOLD()/PRELE() rather than P_PHYSIO.
peter
1999-04-06
1
-9
/
+9
*
Use the reference-counted PHOLD()/PRELE() rather than P_NOSWAP.
peter
1999-04-06
1
-3
/
+3
*
LK_RETRY is a vn_lock() flag, not one for lockmgr().
peter
1999-04-06
1
-3
/
+3
*
Reactivate trace! after making it egcs-friendly.
dcs
1999-04-06
2
-13
/
+16
*
Catch a case spotted by Tor where files mmapped could leave garbage in the
julian
1999-04-05
13
-86
/
+440
*
1) Add the defines for the Mass Storage class
n_hibma
1999-04-05
1
-10
/
+23
*
change wrong names in prototypes (pipe to dev)
n_hibma
1999-04-05
1
-3
/
+3
*
Add the defines for the Iomega Zip 100 drive
n_hibma
1999-04-05
2
-0
/
+16
*
bugfix: initialise timeout for usbd_device_request as well.
n_hibma
1999-04-05
1
-3
/
+4
*
Make ppbus compile under egcs. I'm not sure about this casting-to-union-
peter
1999-04-05
3
-9
/
+14
*
Fix damage introduced in previous commit.
rnordier
1999-04-05
2
-4
/
+4
*
Optimize better for space.
rnordier
1999-04-05
2
-4
/
+4
*
There's not much point in the EXPORTMFS #ifdef. I've had this sitting
peter
1999-04-05
1
-3
/
+1
*
Add debug flag DEBUG_EXITFREE to log problems freeing memory on exit.
grog
1999-04-05
1
-0
/
+1
*
remove_plex: If we don't find the plex in a volume to which it
grog
1999-04-05
1
-2
/
+6
*
free_vinum: Clean out bdevsw entry before unloading kld.
grog
1999-04-05
1
-7
/
+22
*
'fr' macro: trace back to new kernel base 0xc0000000
grog
1999-04-05
1
-1
/
+1
*
Bump __FreeBSD_version to 400004 now that the __deregister_frame_info
jdp
1999-04-05
1
-2
/
+2
*
Regenerate (padding for pread and pwrite).
dt
1999-04-04
6
-8
/
+10
*
Add standard padding argument to pread and pwrite syscall. That should make them
dt
1999-04-04
8
-158
/
+129
*
Remove the string ">>> FreeBSD/i386 BOOT". I need to reduce the size of
obrien
1999-04-04
2
-4
/
+4
*
Fix a division which I had made a multiplication.
phk
1999-04-04
1
-3
/
+5
*
Dang, lost some LL's there.
phk
1999-04-04
1
-3
/
+3
*
Update to latest version from Dave Mills. Mostly textual.
phk
1999-04-04
2
-31
/
+54
*
Two changes to vm_map_delete:
alc
1999-04-04
1
-13
/
+10
*
Correct forgotten defs in defproc macro
grog
1999-04-04
1
-0
/
+4
*
Fix for console mouse.
kato
1999-04-04
1
-1
/
+5
*
Make firmware revision a triple. Clean up some FC init stuff for
mjacob
1999-04-04
1
-73
/
+138
*
oops on this last
mjacob
1999-04-04
1
-3
/
+2
*
F/W revisions now a tuple (not a duple). Fix pre-CAM code.
mjacob
1999-04-04
1
-19
/
+57
*
Fix for pre-CAM kernels (again). Turn back on fast posting.
mjacob
1999-04-04
1
-35
/
+16
*
Remove incorrect BIG_ENDIAN defines and substitute in the SBus only macros
mjacob
1999-04-04
1
-126
/
+45
*
Change f/w revision to major,minor,micro version. Add in ISP1040C definition.
mjacob
1999-04-04
1
-5
/
+8
*
roll ISP1040 and ISP2100 f/w to latest release
mjacob
1999-04-04
1
-13460
/
+13587
*
Read the board revision and trim cache line size back from 16 to 1
mjacob
1999-04-04
2
-16
/
+142
*
Add a missing declaration that broke the compilation of this file.
jdp
1999-04-03
1
-0
/
+1
*
Restore support for executing BSD/OS binaries on the i386 by passing
jdp
1999-04-03
12
-22
/
+38
*
Sync with sys/i386/isa/wd.c revision 1.191.
kato
1999-04-03
1
-3
/
+1
*
Sync with sys/i386/isa/sio.c revision 1.234.
kato
1999-04-03
2
-4
/
+4
[next]