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
*
Fix error: startslip -> sliplogin
ache
1995-12-09
1
-1
/
+1
*
Yet one conf example
ache
1995-12-09
1
-0
/
+12
*
A really gross hack to make more of the source tree compile again.
peter
1995-12-09
1
-2
/
+8
*
Update sendmail's "knowledge" of the ps_strings structure.
peter
1995-12-09
1
-2
/
+3
*
phkmalloc strikes again! :-) Another use of un-cleared returns from
peter
1995-12-09
1
-0
/
+3
*
Updates to read the extra indirection in ps_strings. Note that any
peter
1995-12-09
2
-35
/
+53
*
Update ibcs2 to use the new ps_strings / stack gap arrangements..
peter
1995-12-09
1
-2
/
+1
*
Update the Linux LKM to use the new ps_strings and stack gap arrangements.
peter
1995-12-09
1
-2
/
+2
*
Reorganise ps_strings in order to gain BSD/OS 2.0 binary compatability.
peter
1995-12-09
2
-9
/
+11
*
Julian forgot to make the *devsw structures static.
phk
1995-12-08
73
-150
/
+289
*
"What? He's modifying the NIS protocol definition!?"
wpaul
1995-12-08
1
-7
/
+12
*
Added a conditionalized printf for debugging MTU discovery.
wollman
1995-12-08
1
-2
/
+6
*
Pass 3 of the great devsw changes
julian
1995-12-08
100
-4005
/
+3750
*
Include sys/time.h, not sys/user.h.
dg
1995-12-08
1
-1
/
+1
*
The static prototype for setroot() was apparently accidently moved
peter
1995-12-07
2
-4
/
+6
*
Use a dynamically-sized buffer for SIOCGIFCONF so that `ifconfig -a'
wollman
1995-12-07
1
-9
/
+26
*
Specify Timeout.queuewarn.normal at 1day as well as Timeout.queuewarn.
peter
1995-12-07
2
-2
/
+4
*
Fixed the type of a signal handler.
bde
1995-12-07
1
-2
/
+2
*
Moved a test for HAVE_GETBOOTFILE to after the #include of the
bde
1995-12-07
1
-5
/
+6
*
Added missing data to a struct initializer by copying it from similar
bde
1995-12-07
1
-1
/
+4
*
Fixed the type of time_type.
bde
1995-12-07
1
-2
/
+2
*
Don't #define NO_CONST. Defining it caused type mismatches for
bde
1995-12-07
1
-1
/
+0
*
Add support for ALL_HOOK feature. Lets you replace the `all' target
jkh
1995-12-07
1
-1
/
+13
*
A number of misc changes, a revamp of chapter 17, place-holder for
jkh
1995-12-07
7
-126
/
+196
*
Fixed type mismatches.
bde
1995-12-07
4
-12
/
+12
*
Untangled the vm.h include file spaghetti.
dg
1995-12-07
163
-241
/
+742
*
Update the -current sources from the 2.1 branch.
peter
1995-12-07
136
-8774
/
+11783
*
Implement detection of whether or not bounce-buffering is required
peter
1995-12-07
1
-3
/
+10
*
Replaced #includes of <sys/user.h> by less gross headers, usually
bde
1995-12-06
21
-40
/
+66
*
Removed unnecessary #includes of <sys/user.h>. Some of these were just
bde
1995-12-06
21
-37
/
+27
*
Removed unnecessary #includes of vm stuff. Most of them were once
bde
1995-12-06
9
-23
/
+9
*
Don't #include vm stuff in vnode_if.[ch]. Enough vm stuff (a
bde
1995-12-06
3
-18
/
+3
*
Added explicit #include of <vm/vm.h> so that conf.c doesn't break when
bde
1995-12-06
1
-1
/
+3
*
Typo corrected: 127.0.0.0 --> 127.0.0.1
jfieber
1995-12-06
1
-2
/
+2
*
Fixed compilation of lfs utilities which I broke the other day by
bde
1995-12-06
2
-7
/
+15
*
Include <vm/vm.h> explicitly to avoid breaking when vnode_if.h doesn't
bde
1995-12-06
2
-2
/
+4
*
Set default burst length limit to 32 bytes, since this seems to be
se
1995-12-06
2
-4
/
+6
*
A couple of minor tweaks to the sysctl stuff.
phk
1995-12-06
6
-24
/
+60
*
Moving the kern.dumpdev sysctl handler from kern_sysctl.c to swapgeneric.c
peter
1995-12-06
3
-22
/
+39
*
Make sendmail's setproctitle() use PS_STRINGS rather than smash
peter
1995-12-06
2
-5
/
+4
*
Initialize some uninitialized variables to fix a bug that sometimes
dg
1995-12-06
1
-1
/
+1
*
Include <vm/vm.h> or <vm/vm_page.h> explicitly to avoid breaking when
bde
1995-12-05
4
-4
/
+10
*
Added explicit include of <sys/queue.h>. Currently, some things only
bde
1995-12-05
1
-1
/
+3
*
Define FALSE and TRUE in <sys/param.h> (if KERNEL is defined) as well
bde
1995-12-05
1
-1
/
+4
*
Moved the declaration of vm_object_t from <vm/vm.h> to <sys/types.h>
bde
1995-12-05
2
-2
/
+13
*
Renamed TRUE (which has value 2) to M_TR to avoid a clash with the
bde
1995-12-05
1
-33
/
+33
*
Fixed ity's d_stop entry. itystop() wasn't used. itystop() is inadequate
bde
1995-12-05
2
-7
/
+10
*
Moved some prototypes to a better place.
bde
1995-12-05
1
-5
/
+66
*
Moved prototypes for rawread(), rawrite() and setconf() to a better place.
bde
1995-12-05
2
-10
/
+18
*
Removed dummy routines sscstrategy(), sscread(), sscwrite() and
bde
1995-12-05
2
-17
/
+9
[next]