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
*
Handle byte counts for >2G archives
peter
1999-04-29
2
-2
/
+8
*
Add ICMP types to list of information about each packet.
ghelmer
1999-04-29
1
-2
/
+33
*
Address a performance problem in getnewbuf:
alc
1999-04-29
1
-5
/
+33
*
Remove documentation of CRLF bug from more.1. Sync code with manpage.
hoek
1999-04-29
3
-26
/
+18
*
pppd/Makefile:
jdp
1999-04-29
2
-7
/
+10
*
Add a test to ti_encap() to try and prevent the transmit producer index
wpaul
1999-04-29
2
-4
/
+10
*
Added initial code for VBI capture based on work by
roger
1999-04-29
2
-72
/
+448
*
Add support for VBI capture from /dev/vbi.
roger
1999-04-29
2
-4
/
+26
*
Added new cards: NEC PK-UG-X017 and I/O DATA GV-BCTV2/PCI
roger
1999-04-29
2
-18
/
+434
*
Correct typo.
jkoshy
1999-04-29
1
-2
/
+2
*
Fix crashes caused by rows=0 or columns=0.
roger
1999-04-29
2
-12
/
+90
*
- Handle mixer read ioctls correctly. They have the same group, number and
luoqi
1999-04-29
4
-40
/
+356
*
Postpone route_init() until all domains are attached.
luoqi
1999-04-29
3
-5
/
+7
*
sd -> da
billf
1999-04-29
2
-6
/
+6
*
Add /usr/X11R6/bin to default path also.
jkh
1999-04-28
1
-2
/
+2
*
Rather than hack config/freebsd.h to contain our hacks for a native compiler,
obrien
1999-04-28
3
-46
/
+43
*
pmap_emulate_reference: don't ever lose PV_TABLE_MOD bit on page. If
dt
1999-04-28
1
-2
/
+2
*
This Implements the mumbled about "Jail" feature.
phk
1999-04-28
64
-157
/
+710
*
Add the jail system call.
phk
1999-04-28
1
-1
/
+2
*
s/static foo_devsw_installed = 0;/static int foo_devsw_installed;/.
dt
1999-04-28
52
-92
/
+92
*
Deal with new loader syntax in determining how/when to load a userconfig
jkh
1999-04-28
3
-48
/
+21
*
Mention that you can only create a block or char special file using
joerg
1999-04-28
1
-0
/
+5
*
Sync with sys/i386/isa/clock.c revision 1.132.
kato
1999-04-28
3
-3
/
+9
*
Sync with sys/i386/i386/machdep.c revision 1.332.
kato
1999-04-28
2
-218
/
+184
*
\begin{bdemode}
obrien
1999-04-28
1
-2
/
+2
*
Correction of better display under chinese terminal.
foxfair
1999-04-28
1
-10
/
+10
*
Write config files to /usr/share/skel as well as root's profile.
jkh
1999-04-28
3
-33
/
+51
*
By popular request, add /usr/local/sbin to this list.
jkh
1999-04-28
2
-4
/
+4
*
Do the right thing for windowmaker installation if it's picked. Add some
jkh
1999-04-28
3
-21
/
+51
*
Add two recent developments:
imp
1999-04-28
1
-1
/
+13
*
Correct reference to '/dev/rst0' to the more correct "/dev/rsa0".
jkoshy
1999-04-28
1
-1
/
+1
*
Explain when packets are tesed by the firewall rules and what attributes
ghelmer
1999-04-28
1
-23
/
+128
*
Make gdb work with kernel after the SMP vmspace sharing changes.
luoqi
1999-04-28
5
-42
/
+221
*
Allow loadable interface drivers with BPF support to be loaded into a kernel
msmith
1999-04-28
6
-12
/
+51
*
Enable vmspace sharing on SMP. Major changes are,
luoqi
1999-04-28
92
-1975
/
+1823
*
.Xr chflags 1 ,
hoek
1999-04-27
1
-1
/
+2
*
Simplify the tunefs example, since tunefs uses getfsfile(). Lots of
msmith
1999-04-27
1
-3
/
+3
*
Simplify the definition of FBSD_SWITCH_TAKES_ARG, and make sure
obrien
1999-04-27
2
-18
/
+8
*
Eliminate compiler warning about missing type in declaration.
jdp
1999-04-27
1
-3
/
+2
*
Fix the code that prints the "Initializing PC-card drivers" message
jdp
1999-04-27
1
-4
/
+3
*
Wait until EGCS 1.2 to use more efficient ``thunks'' to implement C++ vtables.
obrien
1999-04-27
1
-3
/
+4
*
o Make package matching for specific package loading use the Latest/
jkh
1999-04-27
19
-96
/
+328
*
Change suser_xxx() to suser() where it applies.
phk
1999-04-27
16
-79
/
+72
*
1. Remove the hateful EDITOR=ee from root's environment; it's one
jkh
1999-04-27
2
-4
/
+3
*
bump __FreeBSD_version to 400005:
phk
1999-04-27
1
-2
/
+2
*
Suser() simplification:
phk
1999-04-27
128
-394
/
+399
*
lpd tries to be clever and checks if RM == my_hostname.
jkh
1999-04-27
3
-3
/
+25
*
echo ^G^G -> echo \007\007 in loader.rc in kern.flp.
max
1999-04-27
1
-3
/
+3
*
Mention that set-id bits are not honoured for shell scripts and
hoek
1999-04-27
1
-1
/
+8
*
If pkg_info is run with no args, default to "-aI".
jkh
1999-04-27
1
-2
/
+7
[next]