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
*
Saved scroll fixed.
ache
1995-03-21
1
-1
/
+1
*
Reviewed by: Bill Paul <wpaul@freebsd.org>
wpaul
1995-03-21
1
-2
/
+2
*
Better spelling of my name
ache
1995-03-21
2
-6
/
+6
*
Fix wrong separator output
ache
1995-03-21
1
-1
/
+2
*
Made minor readability tweak.
dg
1995-03-20
1
-6
/
+3
*
Take out obsolete KERBEROS_IV build variable. Just eBones now.
jkh
1995-03-20
3
-18
/
+6
*
Better fix for the deletion of parents of cloned routes problem,
wollman
1995-03-20
4
-56
/
+115
*
Forgot pppcompress.c in PPP module.
wollman
1995-03-20
2
-4
/
+4
*
Forgot slcompress.c in SLIP module.
wollman
1995-03-20
2
-4
/
+4
*
The discard, tunnel, SLIP, and PPP network interface pseudo-devices
wollman
1995-03-20
10
-4
/
+182
*
Support for pseudo-device LKMs. Note that this is restricted to only
wollman
1995-03-20
6
-15
/
+14
*
Add support for pseudo-device LKMs.
wollman
1995-03-20
2
-2
/
+10
*
This should be splimp() rather than splnet() since ifaddrs might go away
wollman
1995-03-20
1
-4
/
+4
*
Fix race conditions involved in setting IP multicast options. This should
wollman
1995-03-20
1
-1
/
+17
*
Comment out declaration of kvm_uread until it can be fixed correctly.
rgrimes
1995-03-20
2
-0
/
+4
*
Change u_long to unsigned long to be consistent.
rgrimes
1995-03-20
2
-2
/
+4
*
Don't gain/lose an object reference in vnode_pager_setsize(). It will
dg
1995-03-20
2
-16
/
+10
*
Don't gain/lose a reference to the object when yanking its pages in
dg
1995-03-20
2
-24
/
+10
*
Fixed "objde1" hang. It was caused by a "&" where an "&&" belonged in the
dg
1995-03-20
1
-2
/
+2
*
Pretty much a complete rewrite of this Makefile.
rgrimes
1995-03-20
1
-9
/
+31
*
At last! Modified __ivaliduser() to do the same kind of user/host validation
wpaul
1995-03-20
1
-3
/
+69
*
Fix wtmp logout
ache
1995-03-20
1
-10
/
+5
*
Don't attempt to sync pages in the V_SAVE case of vinvalbuf; doing so can
dg
1995-03-20
2
-28
/
+34
*
Removed an unnecessary call to vinvalbuf after the page clean.
dg
1995-03-20
1
-13
/
+3
*
Don't do anything if BATCH is specified and the port is interactive for
ats
1995-03-20
1
-1
/
+3
*
Do proper vnode locking when doing paging I/O. Removed the asynchronous
dg
1995-03-19
1
-47
/
+26
*
Fixed bug introduced in the previous commit - the lock must be held until
dg
1995-03-19
1
-6
/
+7
*
Lose the lock on the vnode. Changes to implement proper locking in the
dg
1995-03-19
1
-4
/
+11
*
Whoops: expanding netgroups that reference multiple netgroups doesn't
wpaul
1995-03-19
1
-1
/
+1
*
Separated out the _putchar & __cputchar() routines so that programs such
nate
1995-03-19
3
-11
/
+51
*
Make extra arguments be subdirs to go through.
phk
1995-03-19
1
-2
/
+11
*
Removed /usr/local/lib from the standard library search path to be
nate
1995-03-19
2
-4
/
+4
*
Correct one little typing error from Rod :-).
ats
1995-03-19
1
-2
/
+2
*
Removed redundant newlines that were in some panic strings.
dg
1995-03-19
30
-71
/
+72
*
Backed out change to panic call: As Chris just pointed out to me, panic()
dg
1995-03-19
1
-5
/
+3
*
Finally applying my own fix. :-)
joerg
1995-03-19
1
-5
/
+7
*
libkvm exports kvm_uread(), so do declare it in the header file.
joerg
1995-03-19
2
-0
/
+2
*
Cast the offset of one call to lseek() to off_t, as it's already done
joerg
1995-03-19
1
-1
/
+1
*
You will find enclosed some changes to make gcc -Wall more happy in
joerg
1995-03-19
25
-103
/
+120
*
Fix from Doug Rabson: Don't try to release a pbuf we didn't get.
dg
1995-03-19
1
-4
/
+5
*
Change the xmkmf call to a xmkmf -a call. This should be more correct for
ats
1995-03-19
1
-3
/
+3
*
Incorporated 4.4-lite vnode_pager_uncache() and vnode_pager_umount()
dg
1995-03-19
1
-20
/
+22
*
Removed bogus, commented out, call to vnode_pager_uncache().
dg
1995-03-19
2
-4
/
+2
*
Removed unnecessary call to vnode_pager_uncache(). We automatically clear
dg
1995-03-19
3
-10
/
+8
*
Add a missing "\" in a printf before the "n".
roberto
1995-03-19
1
-2
/
+2
*
Moved call to vnode_pager_uncache in rename() to before the VOP_RENAME.
dg
1995-03-19
2
-12
/
+8
*
Make the catman command (in the commented-out example) run by user `man'
joerg
1995-03-19
1
-1
/
+1
*
Fix a call to panic: panic doesn't do token substitution on the panic
dg
1995-03-19
1
-3
/
+5
*
Patch from Kirk McKusick to fix a bug introduced in the Poul's vfs_cache
dg
1995-03-19
1
-2
/
+2
*
Add installation of include files from libpcap.
rgrimes
1995-03-19
1
-1
/
+2
[next]