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
*
Obtained from: 1.1.5
bde
1994-12-24
1
-4
/
+10
*
Protect vnode buffer chain manipulation with splbio to prevent list
dg
1994-12-23
2
-2
/
+16
*
Print `slicename' and not a bogus pointer in diskerr()
bde
1994-12-22
1
-2
/
+2
*
Ooops, i forgot one NVT > 0 in a previous commit. Now pcvt will also
joerg
1994-12-18
1
-2
/
+2
*
Move the code providing the equivalent of ICRNL for console input from
joerg
1994-12-18
1
-2
/
+5
*
Fix bug in sysctl_string so that when a string has a length that is to
guido
1994-12-18
1
-2
/
+2
*
Fix possible off by one in b_save allocation size.
dg
1994-12-18
1
-2
/
+2
*
Changed splimp to splhigh to close a potential hole that could lead
dg
1994-12-17
1
-3
/
+3
*
Duplicate readdisklabel() and writedisklabel() and remove DOS stuff from
bde
1994-12-16
1
-7
/
+145
*
Separate go-away code from dsinit() to produce dsgone().
bde
1994-12-16
1
-16
/
+27
*
Actually enable NTP kernel PLL. (Oops!)
wollman
1994-12-14
2
-3
/
+4
*
Obtained from: my fix for 1.1.5
bde
1994-12-12
1
-1
/
+4
*
Obtained from: my old fix for 1.1.5
bde
1994-12-12
3
-48
/
+126
*
Don't mess with already freed structures when a process is being run
dg
1994-12-12
1
-13
/
+15
*
diskslice_machdep.c implements reading and checking of DOS slice tables.
bde
1994-12-12
1
-0
/
+212
*
subr_diskslice.c implements everything related to slices and labels except
bde
1994-12-12
2
-0
/
+680
*
Don't allow negative limits at all. Convert them to RLIM_INFINITY instead
bde
1994-12-06
1
-6
/
+15
*
Implemented a "TEXT_SET" called 'cleanup_set' which will be called before
phk
1994-12-04
1
-1
/
+20
*
don't allow ctty to be set to ctty - infinite kernel recursion
ache
1994-12-04
1
-1
/
+3
*
Call d_stop in ttyflush not only for WRITE but for READ too
ache
1994-12-04
1
-7
/
+8
*
Add one forgotten u_quad_t typecast in dosetrlimit.
ats
1994-12-02
1
-2
/
+2
*
The values for setrlimit in the data size and stack size case are
ats
1994-12-01
1
-6
/
+6
*
Fix cblock starvation bugs by reserving enough cblocks for minimal
bde
1994-11-26
3
-146
/
+279
*
Don't block for output in non-blocking mode if clists run out.
bde
1994-11-26
1
-5
/
+11
*
These changes fix a couple of lingering VM problems:
dg
1994-11-25
1
-3
/
+1
*
Move declarations of public functions to <sys/sysctl.h>.
bde
1994-11-14
1
-11
/
+4
*
Make a kernel sans FFS possible.
phk
1994-11-12
2
-22
/
+4
*
pick up the changes from a makesyscall.sh run. The multiple lkmnosys
ats
1994-11-10
1
-9
/
+0
*
Added "const" to the arguments here and there.
phk
1994-11-07
1
-5
/
+5
*
Put a small hack into a large hack named makeyscall.sh. Generate only
ats
1994-11-06
1
-2
/
+5
*
Security nitpicking: don't make *.core world readable
ache
1994-11-06
1
-2
/
+2
*
Added support for starting the experimental "vmdaemon" system process.
dg
1994-11-06
1
-3
/
+19
*
From tim@cs.city.ac.uk (Tim Wilkinson):
dg
1994-11-04
2
-2
/
+4
*
Return immediately from ttwrite() if the ttysleep()s that wait for
bde
1994-11-01
1
-3
/
+3
*
Added hooks for an easy drop-in of the pcvt concole driver.
joerg
1994-10-31
1
-2
/
+3
*
Fix selector arg to match the (missing) prototype for sdtossd().
bde
1994-10-30
1
-2
/
+7
*
Don't attempt to free null cblocks. There may be less to free than
bde
1994-10-30
2
-2
/
+6
*
write ptys use _the_same_ tsleep/wakeup address as read ptys due to
ache
1994-10-29
1
-3
/
+3
*
Julian Elischer's disklabel fixes.
jkh
1994-10-27
1
-86
/
+146
*
Fix the panic message if init dies to show the exit status.
phk
1994-10-27
1
-3
/
+5
*
When all else fails, try to use "/stand/sysinstall" as "init" process. The
phk
1994-10-26
1
-1
/
+2
*
Changed some variable names in lf_addblock to make the code both
dg
1994-10-25
1
-9
/
+9
*
Don't do suser() check; it's already done in __sysctl().
wollman
1994-10-23
1
-4
/
+1
*
Finished device configuration database work for all ISA devices (except `ze')
wollman
1994-10-23
1
-3
/
+19
*
Only VM_WAIT if curproc != pageproc. A deadlock can occur otherwise.
dg
1994-10-23
1
-3
/
+3
*
Round down instead of up in 'kerninfo'/ctrl-T stats code. Incorrect output
dg
1994-10-23
1
-3
/
+3
*
Make the diagnostics a little more useful.
phk
1994-10-22
1
-2
/
+3
*
I belive imgact_gzip is finally reentrant. It is also a whole lot more
phk
1994-10-22
2
-1086
/
+981
*
Make my ALLDEVS kernel compile (basically, LINT minus a lot of options).
wollman
1994-10-21
2
-10
/
+2
*
Make my ALLDEVS kernel compile (basically, LINT minus a lot of options).
wollman
1994-10-21
1
-1
/
+4
[next]