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
/
kern
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added UIO_NOCOPY case to ureadc() to quiet gcc.
dg
1995-04-30
1
-1
/
+3
*
Check for curproc != NULL before dereferencing it.
dg
1995-04-30
1
-5
/
+6
*
set[ug]id(): call suser() only when neccesarry
ache
1995-04-29
1
-9
/
+9
*
Bruce is right - ENOTTY is more appropriate than EINVAL in this case.
jkh
1995-04-29
1
-2
/
+2
*
fixes the ioctl routine to not chew up massive amounts of kernel time
jkh
1995-04-29
1
-2
/
+2
*
Implement POSIX SAVED_IDS for setuid/setgid
ache
1995-04-28
1
-10
/
+17
*
setre*(): simplify return scheme, pointed by Bruce
ache
1995-04-28
1
-23
/
+19
*
Implement setreuid/setregid according to SunOS manpage
ache
1995-04-27
1
-23
/
+41
*
Add ioctls DIOCGSLICEINFO and DIOCSYNCSLICEINFO. The latter isn't
bde
1995-04-24
1
-1
/
+24
*
Undo the move of `#include "sc.h"' etc. to cons.h. It broke anything
bde
1995-04-24
1
-1
/
+4
*
Make bad144 debugging code conditional on ds_debug.
bde
1995-04-24
1
-2
/
+2
*
Declare the console switch functions completely.
bde
1995-04-23
1
-14
/
+2
*
Make setreuid/setregid active syscalls
ache
1995-04-23
4
-16
/
+14
*
Correct the type of the `acflag' arg to suser().
bde
1995-04-23
1
-2
/
+2
*
We will use /sbin/init on cdrom too.
phk
1995-04-23
1
-5
/
+1
*
Remove the slice for the first 63 sectors for the OnTrack case, it's useless
phk
1995-04-20
1
-12
/
+2
*
Undo the stupidity I inflicted on these files and replace it with
wpaul
1995-04-20
1
-72
/
+27
*
Added support for disks which "OnTrack Disk Manager" has munged.
phk
1995-04-20
1
-19
/
+58
*
Couple of small cosmetic changes:
wpaul
1995-04-18
1
-5
/
+7
*
Fix module handling to stop oddball modules (if_ppp_mod, if_sl_mod,
wpaul
1995-04-18
1
-7
/
+74
*
Removed unused & empty bufstats() function.
dg
1995-04-16
1
-6
/
+1
*
Killed gratuitous b_vp=NULL in bufinit. The entire buffer is already
dg
1995-04-16
1
-2
/
+1
*
Changed #ifdef around printlockedvnodes() from DEBUG to DDB.
dg
1995-04-16
2
-4
/
+4
*
Make vegetarian and animal rights people happy and use 0xdeadc0de instead
dg
1995-04-16
1
-3
/
+3
*
1) Check for curproc != NULL in bread/bwrite. John convinced me that this
dg
1995-04-16
1
-3
/
+10
*
Speed up ttnread() in the !(ICANON | ISIG) case by copying to user space
bde
1995-04-15
1
-16
/
+53
*
Changes needed for kzip to work.
phk
1995-04-15
1
-7
/
+30
*
Fixed serious off by one bug I introduced that will likely cause the
dg
1995-04-15
1
-3
/
+3
*
Backed out previous change - it reduces performance. (oops).
dg
1995-04-13
1
-2
/
+4
*
Actually copy the class field over from the kernel to the user structure.
wollman
1995-04-13
1
-1
/
+2
*
Slight optimization to select().
dg
1995-04-13
1
-4
/
+2
*
Extract "set" family functions to separate module, needed for
ache
1995-04-11
1
-70
/
+90
*
Changes to make FreeBSD use a CDROM as rootdev, for installation purposes.
phk
1995-04-10
1
-1
/
+10
*
Call ptsstop in ptsclose instead of ptcwakeup
ache
1995-04-10
1
-2
/
+2
*
ptcwakeup() was called from wrong places
ache
1995-04-09
1
-4
/
+5
*
Changes from John Dyson and myself:
dg
1995-04-09
3
-145
/
+119
*
Added a few more entries to the list of prime numbers.
dg
1995-04-09
1
-4
/
+4
*
Implement a simple hook (or hack?) to allow graphics device console
joerg
1995-04-08
2
-4
/
+9
*
Check for case of blkno already known to avoid unnecessary VOP_BMAP's.
dg
1995-04-04
1
-1
/
+2
*
kern_subr.c:
dg
1995-04-04
2
-6
/
+41
*
Back out changes related to locked bits until more elegant solution will be
ache
1995-04-02
1
-20
/
+20
*
Attempt to fix the `you can log into console only once' problem (PR
joerg
1995-04-02
1
-2
/
+13
*
Fix error in TIOCSETC/TIOCSLTC, they need to call TIOCSETA.
ache
1995-04-02
1
-16
/
+18
*
Return EINVAL instead of setting wrong in/out speed
ache
1995-04-02
1
-9
/
+9
*
subr_prf.c used to provide an exported function kprintf(), but only had
joerg
1995-04-01
1
-2
/
+1
*
c_iflag handling in setting compat modes now more close to V7
ache
1995-03-29
1
-2
/
+4
*
Oops, fix typing error in prev. commit
ache
1995-03-29
1
-2
/
+2
*
Handle TTY_BI now instead of TTY_FE && c == 0
ache
1995-03-29
1
-2
/
+2
*
Move parmark 0377 double code after control chars processing
ache
1995-03-29
1
-6
/
+6
*
Added a set of braces to make the compiler happy.
dg
1995-03-29
2
-4
/
+6
[next]