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
...
*
Ensure that block and character devices as well as fifo's and sockets
mckusick
2000-07-12
3
-0
/
+18
*
correct rtentry reference count in in6_ifloop_request().
itojun
2000-07-12
1
-3
/
+5
*
o Correct getopt() argument so that initattr -r and -w take an additional
rwatson
2000-07-12
1
-1
/
+1
*
Don't call syslog() without a format string.
kris
2000-07-12
1
-1
/
+1
*
Add Xircom CompactCard Ethernet CFE-10 1.00.
imp
2000-07-12
1
-0
/
+8
*
Don't call fprintf() without a format string.
kris
2000-07-12
1
-1
/
+3
*
Don't call syslog() without a format string.
kris
2000-07-12
5
-8
/
+8
*
Don't call warn() without a format string.
kris
2000-07-12
3
-3
/
+3
*
Don't assume that any ISA device that fails to probe is a PnP device,
jhb
2000-07-12
1
-9
/
+11
*
Don't call err() without a format string.
kris
2000-07-12
2
-3
/
+3
*
Brain fault, forgot to update ffs_snapshot.c with the new calling convention
mckusick
2000-07-12
1
-4
/
+5
*
Don't call syslog() without a format string.
kris
2000-07-12
1
-1
/
+1
*
Don't call err() without a format string.
kris
2000-07-11
1
-1
/
+1
*
Use fetch_putln()
des
2000-07-11
1
-11
/
+5
*
Add _fetch_putln()
des
2000-07-11
2
-6
/
+30
*
Don't call printf without a format string.
kris
2000-07-11
1
-1
/
+1
*
Spelling (embedd to embed) fix and change a comma to a semicolon.
dannyboy
2000-07-11
1
-2
/
+2
*
Add some missing articles (as in a, an, the).
dannyboy
2000-07-11
1
-4
/
+4
*
Allow a ``timeout secs'' filter option to let specific packet types
brian
2000-07-11
10
-212
/
+295
*
Add snapshots to the fast filesystem. Most of the changes support
mckusick
2000-07-11
52
-446
/
+2536
*
Array of long support.
phk
2000-07-11
1
-4
/
+10
*
Add attribute memory setup warnings
dmlb
2000-07-11
1
-37
/
+86
*
Storing to a pointer is (effectively) atomic; no need to protect this
markm
2000-07-11
4
-20
/
+4
*
Clean up warning about undeclared function by declaring softdep_fsync
mckusick
2000-07-11
2
-0
/
+5
*
I think I need to move the newly static variables to the random_state
markm
2000-07-11
2
-12
/
+10
*
Document that basic authorization now kinda works.
des
2000-07-11
1
-16
/
+20
*
Rework the authorization code.
des
2000-07-11
1
-78
/
+83
*
Clean up the debugging output
des
2000-07-11
2
-12
/
+3
*
Use lstat(2) instead of stat(2) when deciding if we should fastcopy
dwmalone
2000-07-11
1
-1
/
+1
*
Remove irq 13 from the list of valid IRQs. It is used by the math co and
imp
2000-07-11
1
-1
/
+1
*
Merge latest cards from my laptop:
imp
2000-07-11
1
-1
/
+17
*
Reserve 149 for the TAP device. Look for it in a source tree near you
nsayer
2000-07-11
1
-0
/
+1
*
Fix 'telnet -X sra' coredump
nsayer
2000-07-11
2
-2
/
+6
*
Get the security script to list the indoe numbers of the suid files.
dwmalone
2000-07-11
1
-1
/
+1
*
add Planex FNW-3600-TX 16bit FastEthernet DirectDock
sanpei
2000-07-11
1
-0
/
+8
*
Install accept_filter.9
asmodai
2000-07-11
1
-1
/
+1
*
Merge from the following changes.
nyan
2000-07-11
9
-118
/
+137
*
Finally merge newmidi.
tanimura
2000-07-11
30
-90
/
+11069
*
Explain that the -S option only logs file downloads, not all transfers.
ben
2000-07-11
1
-1
/
+1
*
Fix typo; sa_siginfo -> sa_sigaction
ben
2000-07-11
1
-1
/
+1
*
Sync sshd_config with sshd and manapage internal defaults (Checkmail = yes)
peter
2000-07-11
2
-2
/
+2
*
Sync LoginGraceTime with sshd_config = 60 seconds by default, not 600.
peter
2000-07-11
2
-2
/
+2
*
Fix out-of-sync defaults. PermitRootLogin is supposed to be 'no' but
peter
2000-07-11
2
-2
/
+2
*
#elsif -> #elif
alfred
2000-07-11
1
-8
/
+8
*
Make FallBackToRsh off by default. Falling back to rsh by default is
peter
2000-07-11
2
-2
/
+2
*
Try and fix the worst of some highly bogus malloc/free resource
peter
2000-07-11
1
-1
/
+1
*
Fix -auto breakage introduced with the last commit.
brian
2000-07-11
1
-1
/
+1
*
Fix finger -s output on an user who never logged in.
asmodai
2000-07-11
1
-1
/
+1
*
One should never allocate 4-kilobyte structs and such on the interrupt
green
2000-07-11
2
-4
/
+12
*
Fix a bug when talking to non-freebsd machines where carriage return
ps
2000-07-11
1
-0
/
+4
[prev]
[next]