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
*
sio.c:
bde
1995-10-22
6
-153
/
+63
*
Only allow `sensitive' devices for displays in find_display(). This is
bde
1995-10-22
2
-6
/
+12
*
Fix order problem: unbusy pages before releasing the buffer.
dg
1995-10-22
2
-4
/
+4
*
Moved the filesystem read-only check out of the syscalls and into the
dg
1995-10-22
12
-404
/
+446
*
Simplified some expressions.
dg
1995-10-22
2
-14
/
+8
*
Make a lot of things static.
phk
1995-10-21
5
-66
/
+66
*
In bsd_to_ibcs2_sigaction(), flag for ibcs2 system should be
swallace
1995-10-21
1
-2
/
+2
*
Start including <sys/sysproto.h> to get the correct args structs and
bde
1995-10-21
3
-53
/
+109
*
Implement mincore system call.
dyson
1995-10-21
1
-3
/
+25
*
Avoid overflow in calcru(). Fixes PR 788.
bde
1995-10-21
1
-2
/
+2
*
Remove bogus #include <sys/device.h>, and the bogus instances of
peter
1995-10-21
2
-44
/
+22
*
Killed a few gratuitous #include's.
dg
1995-10-21
3
-8
/
+4
*
sigset() should have sa_flags cleared to sig is maked before calling
swallace
1995-10-21
1
-23
/
+27
*
Fix panic caused by PRU_CONTROL not being dealt with properly. Bug pointed
dg
1995-10-21
1
-2
/
+8
*
A mixed bag of changes, relating to getting the state in "lsdev" right,
phk
1995-10-21
10
-60
/
+156
*
If we clear the B_CACHE flag because a buffer isn't composed fully of
dyson
1995-10-19
1
-3
/
+3
*
Fix initialization of "bsize" in vnode_pager_haspage(). It must happen
dg
1995-10-19
1
-5
/
+3
*
Use sa_flag option SA_NODEFER in sigsys() emulation because SVR3
swallace
1995-10-19
1
-5
/
+5
*
Implement SA_NODEFER sa_flag for sigaction():
swallace
1995-10-19
4
-6
/
+18
*
Make CONF1_ENABLE_MSK1 even less restriktive: Ignore slot ID ...
se
1995-10-17
6
-12
/
+12
*
At least the ASUS Triton motherboards don't disable the PCI bus configuration
se
1995-10-17
6
-24
/
+30
*
Change signature of rt->rt_output() so that it is compatible with
wollman
1995-10-16
1
-3
/
+3
*
When adding a route fails because there is already a route with the same
wollman
1995-10-16
1
-1
/
+23
*
The ability to administratively change the MTU of an interface presents
wollman
1995-10-16
5
-15
/
+36
*
Add a hack to emulator to emulat spx device for local X connections.
swallace
1995-10-16
2
-0
/
+54
*
Remove an unnecessary tsleep in the swapin code. This tsleep
dyson
1995-10-16
1
-2
/
+1
*
Do a better fake for uname information returned in utssys() call.
swallace
1995-10-16
2
-6
/
+25
*
Go back to separate tests for configuration mechanism 1 and mechanism 2.
se
1995-10-15
6
-324
/
+342
*
Pull all of libkern.a in (though not mcount) so the LKM's don't come
phk
1995-10-15
3
-3
/
+60
*
Revert to default entry point.
phk
1995-10-15
1
-2
/
+1
*
Make LKM entry consisten with tradition: pcic_mod().
phk
1995-10-15
1
-1
/
+1
*
An even better idea: The default will be that on _${KMOD} (_nfs_mod...) will
phk
1995-10-15
1
-2
/
+3
*
Automatically DTRT for VFS_LKM
phk
1995-10-15
1
-1
/
+2
*
Only export our 'init' symbol.
phk
1995-10-15
1
-1
/
+2
*
Make a rule for cleaning the namelist of lkms.
phk
1995-10-15
1
-2
/
+9
*
atapi and wcd LKMs.
dg
1995-10-14
2
-0
/
+56
*
Latest fixes from Serge:
dg
1995-10-14
6
-210
/
+703
*
Coerce the exit message into making more sense.
jkh
1995-10-14
1
-3
/
+3
*
Don't allow i/o operations for non-root users.
bde
1995-10-14
1
-0
/
+4
*
Don't allow i/o operations for non-root users.
bde
1995-10-14
3
-6
/
+18
*
Don't allow mmapping the page after last video page.
bde
1995-10-14
1
-1
/
+1
*
Don't allow mmapping of physical page 6 (ENXIO).
bde
1995-10-14
1
-2
/
+2
*
Restore initialization of %ecx for the !I586_CPU case.
bde
1995-10-14
1
-4
/
+4
*
Only compile Pentium microtime in Pentium kernels.
wollman
1995-10-13
1
-1
/
+3
*
Say goodbye to IFF_NOTRAILERS. Support for trailers was officially
wollman
1995-10-13
20
-82
/
+45
*
Protect against routing socket messages with way-too-big address families.
wollman
1995-10-13
1
-2
/
+3
*
Routes can be asymmetric. Always offer to /accept/ an MSS of up to the
wollman
1995-10-13
2
-14
/
+2
*
Fix select().
bde
1995-10-12
3
-124
/
+56
*
Reduce jitter of Pentium microtime() implementation by letting the counter
wollman
1995-10-12
8
-79
/
+156
*
Improve clock accuracy by accounting for late/missed clock interrupts
wollman
1995-10-12
3
-9
/
+9
[next]