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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Don't use ISO_8859 when I should use ISO8859.
dwmalone
2002-04-29
8
-3
/
+1058
*
Since devfs now uses vnode locks, add devfs back to IS_LOCKING_VFS.
rwatson
2002-04-29
1
-0
/
+1
*
Install the libc signal trampoline on startup.
jake
2002-04-29
1
-0
/
+2
*
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 an alternate signal trampoline to libc; add a wrapper for the sigtramp
jake
2002-04-29
4
-2
/
+96
*
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
*
Add links for bswap16.9, bswap32.9, and bswap64.9.
mike
2002-04-29
1
-0
/
+3
*
Document bswap16(), bswap32(), and bswap64(). Change the included
mike
2002-04-29
1
-2
/
+17
*
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
*
Splitting "realinstall" into parts was a (failed) part of the work
ru
2002-04-29
1
-5
/
+4
*
Use the SCRIPTS knob.
ru
2002-04-29
1
-4
/
+1
*
Update Heimdal version string to 0.4e. This should have been done when that
nectar
2002-04-29
1
-2
/
+2
*
Some components of the crunched binaries may use build-tools
ru
2002-04-29
1
-11
/
+14
*
Parallel "make release" fixes.
ru
2002-04-29
2
-8
/
+13
*
Add no_warn to pam_lastlog. This should prevent xdm from dumping core
des
2002-04-29
1
-1
/
+1
*
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
*
Removed "-fkeep-inline-functions" from CFLAGS, since it now has no effect
bde
2002-04-29
2
-2
/
+2
*
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
*
Do not override the `install' target.
ru
2002-04-29
1
-1
/
+1
*
- 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
*
Add something absurd I used one night as an example of CS overcomplication
jmallett
2002-04-29
1
-0
/
+19
*
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
*
Add one more here.
jmallett
2002-04-29
1
-0
/
+10
*
Remove a Kurt Vonnegut quote that appears in fortunes.
jmallett
2002-04-29
1
-18
/
+0
*
Spell out the name of Hunter S. Thompson.
jmallett
2002-04-29
3
-6
/
+6
*
Sort one, remove some dupes.
jmallett
2002-04-29
1
-17
/
+3
[next]