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
*
These are Alexander Kabaev's VFSops fixes (see the thread 'Found: module
dillon
2002-04-30
1
-21
/
+82
*
Need more includes.
julian
2002-04-30
1
-0
/
+2
*
Add the myson controllers to LINT
julian
2002-04-30
1
-0
/
+1
*
Add the extra argument to mtx_init()
julian
2002-04-30
1
-1
/
+2
*
Add sigcode.S
benno
2002-04-30
1
-0
/
+1
*
Add a new UMA debugging facility. This will overwrite freed memory with
jeff
2002-04-30
4
-2
/
+168
*
- Take advantage of the M_ZERO flag that can now be passed to uma_zalloc.
arr
2002-04-30
3
-15
/
+4
*
Add ar.lc and ar.ec to the trapframe. These are not saved for syscalls,
marcel
2002-04-30
3
-345
/
+922
*
Fix udf_read(). Honor the uio_resid when determining the size of
scottl
2002-04-30
1
-16
/
+22
*
Move the implementation of M_ZERO into UMA so that it can be passed to
jeff
2002-04-30
3
-19
/
+21
*
skibo tells me that that I didn't apply all of his last patch, and
imp
2002-04-30
1
-1
/
+1
*
o Revert vm_fault1() to its original name vm_fault(), eliminating the wrapper
alc
2002-04-30
1
-16
/
+11
*
Make this work for ski again. Don't call ia64_mca_init() when we're
marcel
2002-04-30
1
-11
/
+10
*
Include md_var.h. It has the prototype of ia64_running_in_simulator().
marcel
2002-04-30
1
-0
/
+1
*
Remove KTR_EXTEND.
marcel
2002-04-30
1
-1
/
+0
*
Revert the change of #includes in sys/filedesc.h and sys/socketvar.h.
tanimura
2002-04-30
29
-146
/
+211
*
Add a new zone flag UMA_ZONE_MTXCLASS. This puts the zone in it's own
jeff
2002-04-29
4
-10
/
+34
*
- Set the maximum number of device transactions to what the driver
ps
2002-04-29
1
-7
/
+73
*
We don't need the card_if.h here. It breaks the building of kernels
imp
2002-04-29
1
-7
/
+2
*
Since devfs now uses vnode locks, add devfs back to IS_LOCKING_VFS.
rwatson
2002-04-29
1
-0
/
+1
*
Use vnode locking with devfs; permit VFS locking assertions to make
rwatson
2002-04-29
1
-0
/
+6
*
splsoftnet is spelled splimp in FreeBSD rather than splnet. splimp is
imp
2002-04-29
1
-1
/
+1
*
More diff reduction: Shuffle around some header code as was done in
anholt
2002-04-29
21
-239
/
+160
*
Add support for an alternate signal trampoline; add a sysarch call to register
jake
2002-04-29
5
-1
/
+37
*
Re-add the 16384 bucket also.
rwatson
2002-04-29
1
-0
/
+1
*
Revert a portion of kern_malloc.c:1.99, which (in addition to adding
rwatson
2002-04-29
1
-1
/
+3
*
Make this header self-reliant with regard to the types it uses.
mike
2002-04-29
1
-12
/
+28
*
Some non-functional changes to make the differences between NetBSD's
joe
2002-04-29
1
-31
/
+35
*
Regen after rev.1.89 of usbdevs.
sobomax
2002-04-29
2
-2
/
+2
*
Change Device ID string for DaisyTech devices to be more sensible.
sobomax
2002-04-29
1
-1
/
+1
*
Introduce NetBSD's mii_phy_match() API and use it in the nsgphy to
phk
2002-04-29
3
-10
/
+45
*
Convert exphy and ukphy over to the new code.
phk
2002-04-29
3
-61
/
+10
*
Make one generic mii_phy_detach() to replace 19 slightly different ones.
phk
2002-04-29
25
-388
/
+64
*
Commit of stuff that's been sitting in my tree for a while.
benno
2002-04-29
13
-2831
/
+2845
*
Move a lot closer to NetBSDs MII support for GigE.
phk
2002-04-29
7
-290
/
+247
*
- Add back calls to setfault that were removed when these functions were moved.
benno
2002-04-29
2
-28
/
+148
*
Add a sysctl which disables the logging of console output.
dwmalone
2002-04-29
1
-0
/
+7
*
Fix indention which I did wrong in a previous commit.
asmodai
2002-04-29
1
-1
/
+1
*
Tidy up some loose ends.
peter
2002-04-29
23
-297
/
+33
*
Spell hw.cbb.start_memory the same in the HINT as well as the sysctl.
imp
2002-04-29
1
-1
/
+1
*
Make sysctl RW
imp
2002-04-29
1
-4
/
+4
*
Moving closer to being able to use NetBSD's generic mii_set_media()
phk
2002-04-29
3
-20
/
+141
*
Untimeout before calling timeout. I think that I have caught all the cases
imp
2002-04-29
2
-3
/
+7
*
Edging ever closer to NetBSD...
phk
2002-04-29
3
-12
/
+11
*
Barrow something from the `nmap' port to help the ENOCLUE people upgrading
obrien
2002-04-29
1
-0
/
+2
*
Move us yet closer to IFM_* definitions in NetBSD.
phk
2002-04-29
4
-56
/
+56
*
Document three synchronization issues in vm_fault().
alc
2002-04-29
1
-0
/
+8
*
Diff reduction to my experimental code: clean up return code handling.
anholt
2002-04-29
24
-359
/
+354
*
Pass the caller's file name and line number to the vm_map locking functions.
alc
2002-04-28
2
-20
/
+35
*
add a missing \n to an unregister failure message
cg
2002-04-28
1
-1
/
+1
[next]