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
*
First incarnation of our Linux emulator or rather compatibility code.
sos
1995-06-25
26
-2
/
+8243
*
Reset defaults in case of boot() is looping several times (e.g. the
joerg
1995-06-25
5
-17
/
+21
*
Add a `reset' command to UserConfig. Our documentation does
joerg
1995-06-25
1
-2
/
+4
*
Reduce timeout frequency from `hz' to 0 if no ports are open or to 1 if
bde
1995-06-25
3
-426
/
+708
*
ttywait: convert EWOULDBLOCK to EIO, when t_timeout expired
ache
1995-06-24
1
-1
/
+3
*
Replace EWOULDBLOCK to EIO in ttwrite, when t_timeout expired
ache
1995-06-23
1
-1
/
+3
*
1) Enable boot from root partition which end > cyl 1023, it isn't criminal
ache
1995-06-23
1
-6
/
+11
*
Add an option to the psm driver to skip the parts of the probe which break
dfr
1995-06-22
4
-3
/
+14
*
Use ifr_mtu for the mtu value rather than ifr_metric.
dg
1995-06-22
1
-4
/
+4
*
Fix an error in the comparison direction of the ap->updating case of
wollman
1995-06-21
1
-2
/
+2
*
Change interface type...IFT_SLIP -> IFT_PARA.
dg
1995-06-21
1
-2
/
+2
*
Killed a couple lines of redundant code.
dg
1995-06-21
1
-5
/
+1
*
Protect the call to if_up() with an splnet().
dg
1995-06-21
1
-2
/
+4
*
1) Set interface up/down correctly as a function of open and close of the
dg
1995-06-21
1
-7
/
+11
*
Fix a resource allocation bug where multicast forwarding would leak mbufs
wollman
1995-06-19
1
-4
/
+4
*
Now that we've gone to all sorts of effort to allow TCP to cache some of
wollman
1995-06-19
3
-3
/
+12
*
1. Supporting fast sync value displayin latest firmware.
amurai
1995-06-19
1
-7
/
+13
*
Close out PR #507 (loading LM_MISC pseudo-lkms twice crashes system).
wpaul
1995-06-17
1
-1
/
+4
*
Optimized and simplified version of setreuid/gid
ache
1995-06-15
1
-34
/
+33
*
Give the BPF the ability to generate signals when a packet is available.
pst
1995-06-15
3
-5
/
+66
*
Took out P2P_LOCALADDR_SHARE option and made it standard.
dg
1995-06-15
1
-9
/
+3
*
Next version, many bugs fixed
ache
1995-06-14
6
-814
/
+1054
*
Bestmatch check for cd-drive always faild due to additional space
amurai
1995-06-14
1
-7
/
+23
*
Convert %p to 0x%x instead of to 0x%8x. The latter gives blank padding
bde
1995-06-14
1
-8
/
+13
*
Convert to ANSI C: change #endif THING to #endif /* THING */.
bde
1995-06-14
2
-118
/
+114
*
The duplicate information returned in fa_type and fa_mode
joerg
1995-06-14
4
-8
/
+84
*
Don't convert \n to \r\n in pccnputc(). This is the responsibility of
bde
1995-06-14
3
-21
/
+9
*
Replace \n\r by \n in error messages.
bde
1995-06-14
1
-6
/
+6
*
Output \n as \r\n, not as \n\r.
bde
1995-06-14
2
-4
/
+4
*
I was wrong. I thought that the ip_mroute lkm would still compile, but it
wollman
1995-06-13
1
-2
/
+2
*
Kernel side of 3.5 multicast routing code, based on work by Bill Fenner
wollman
1995-06-13
11
-911
/
+1276
*
Merge RELENG_2_0_5 into HEAD
rgrimes
1995-06-11
36
-368
/
+377
*
Remove trailing whitespace.
rgrimes
1995-05-30
706
-9177
/
+9196
*
Remove trailing whitespace.
rgrimes
1995-05-30
13
-58
/
+58
*
Remove trailing whitespace.
rgrimes
1995-05-30
2
-3
/
+3
*
Remove trailing whitespace.
rgrimes
1995-05-30
1
-6
/
+6
*
Fix setdumpdev():
dg
1995-05-29
2
-32
/
+46
*
Fixed some serious bugs that resulted in object reference counts not being
dg
1995-05-29
6
-12
/
+80
*
Mount MFS as root RW. Remounting doesn't make sense.
phk
1995-05-29
1
-2
/
+1
*
Reduce the amount of bss the kzip stuff uses by moving big buffers into
phk
1995-05-29
6
-236
/
+32
*
Submitted by: dufault
rgrimes
1995-05-28
3
-15
/
+30
*
Kill bogus vnode_pager_setsize(). It was being called at the wrong time
dg
1995-05-28
1
-2
/
+1
*
Increased delay after reset to 10ms. Suggested by several people, the last
dg
1995-05-27
2
-4
/
+4
*
Added a fix for a bug which caused the wrong interface to be selected
dg
1995-05-27
1
-28
/
+45
*
Update swap and dump stuff to match reality:
dg
1995-05-27
3
-33
/
+12
*
Fixed bugs in multicast address handling (flag was set in wrong register,
dg
1995-05-26
2
-532
/
+854
*
Made "NMBCLUSTERS" calculation dynamic and fixed bogus use of "NMBCLUSTERS"
dg
1995-05-25
7
-25
/
+13
*
Made "NMBCLUSTERS" calculation dynamic and fixed bogus use of "NMBCLUSTERS"
dg
1995-05-25
2
-4
/
+26
*
Removed check for sw_dev == NODEV; this is a normal condition for swap
dg
1995-05-25
1
-3
/
+2
*
Fixed panic that resulted from mmaping files in kernfs and procfs. A
dg
1995-05-25
8
-71
/
+20
[next]