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
*
Fix fd race conditions (during shared fd table usage.) Badfileops is
green
1999-08-04
7
-33
/
+92
*
o Typo in prior version kept it from compiling (blush).
imp
1999-08-04
2
-12
/
+18
*
brucify:
imp
1999-08-03
2
-12
/
+12
*
Only allow root to set file flags on devices.
imp
1999-08-02
2
-2
/
+16
*
lutimes() bug: FOLLOW should be NOFOLLOW for this one.
green
1999-07-29
2
-4
/
+4
*
Removed references to a nonexistent variable. This fixes building kernels
bde
1999-07-29
1
-4
/
+1
*
Fix a typo.
mdodd
1999-07-29
1
-2
/
+2
*
Alter the behavior of sys/kern/subr_bus.c:device_print_child()
mdodd
1999-07-29
2
-14
/
+43
*
Add sysctl and support code to allow directories to be VMIO'd. The default
alc
1999-07-26
7
-16
/
+19
*
On FPU exceptions, pass a useful error code (one of the FPE_...
cracauer
1999-07-25
1
-4
/
+4
*
Oops, the previous commit only worked in the one case it was tested for.
bde
1999-07-24
2
-4
/
+6
*
- Correctly initialize cn_dev_t and cn_udev_t.
yokota
1999-07-24
1
-4
/
+7
*
This makes the in kernel printf routines conform to the documented
dfr
1999-07-24
2
-19
/
+32
*
Fix the following problem:
alc
1999-07-21
1
-1
/
+3
*
Fix a REALLY embarrassing mistake. Don't look; I warned you.
green
1999-07-20
1
-2
/
+2
*
Make a dev2budev() function, and use it. This refixes pstat (working, broken,
green
1999-07-20
2
-6
/
+12
*
dev2udev() returns a CDEV udev_t, but we use block io in savecore. Savecore
green
1999-07-20
1
-2
/
+5
*
Now a dev_t is a pointer to struct specinfo which is shared by all specdev
phk
1999-07-20
3
-127
/
+127
*
add debug.sizeof.specinfo
phk
1999-07-20
1
-1
/
+5
*
Implement an all-CPU shootdown-style rendezvous facility. This allows
msmith
1999-07-20
1
-1
/
+85
*
[click] Now all dev_t's in the kernel have their char device major.
phk
1999-07-19
3
-22
/
+14
*
Add sysctl tree debug.sizeof to tell us how big things are. First two
phk
1999-07-19
1
-1
/
+10
*
Added a sysctl "kern.timecounter.hardware" for selecting the hardware
bde
1999-07-18
2
-12
/
+82
*
Introduce the vn_todev(struct vnode*) function, which returns the dev_t
phk
1999-07-18
2
-2
/
+26
*
Reset SA_NOCLDWAIT on exec().
peter
1999-07-18
1
-1
/
+5
*
Remove four no-op casts.
jdp
1999-07-18
2
-10
/
+10
*
Centralize dumpdev handling.
phk
1999-07-17
1
-4
/
+57
*
Reverse the sense of a test, dev2udev() will be much cheaper than
phk
1999-07-17
1
-3
/
+3
*
Use 256 as magic in bmaj2cmaj[]. Treat BLK/CHR dev_t more correctly.
phk
1999-07-17
1
-6
/
+14
*
Fix 2nd arg to udev2dev().
phk
1999-07-17
2
-4
/
+4
*
I have not one single time remembered the name of this function correctly
phk
1999-07-17
3
-11
/
+11
*
Oops, missed out one chunk of the last patch. (*blush*)
peter
1999-07-14
1
-2
/
+2
*
Correct a couple of spelling errors in comments.
kris
1999-07-12
2
-6
/
+6
*
Add a hook for a bus to detect child devices which didn't find drivers.
dfr
1999-07-11
2
-2
/
+14
*
Fixes for a couple of problems in last commit:
peter
1999-07-10
1
-8
/
+8
*
Fix a dev_t/udev_t issue with accounting. lastcomm now shows the
phk
1999-07-10
1
-3
/
+3
*
Fix the previous warning a different way since the emul_path exposure was
peter
1999-07-09
1
-7
/
+5
*
Minor tweak - don't cause a warning.
peter
1999-07-09
1
-2
/
+3
*
Implement the %q prefix for the integer types. Note that egcs on the
peter
1999-07-09
1
-17
/
+81
*
bufhashinit() is called with a caddr_t and is expected to return the
peter
1999-07-09
1
-3
/
+3
*
Implement support for hardware debug registers on the i386.
jlemon
1999-07-09
1
-1
/
+33
*
Condition in KASSERT was reversed.
mckusick
1999-07-08
1
-2
/
+2
*
These changes appear to give us benefits with both small (32MB) and
mckusick
1999-07-08
6
-188
/
+237
*
Implement SA_SIGINFO for i386. Thanks to Bruce Evans for much more
cracauer
1999-07-06
1
-8
/
+22
*
Also try to load the interpreter without prepending "emul_path". This allows
marcel
1999-07-05
1
-7
/
+11
*
Move the initialisation/tuning of nmbclusters from param.c/machdep.c
msmith
1999-07-05
5
-32
/
+47
*
Remove cmaj and bmaj args from DEV_DRIVER_MODULE.
phk
1999-07-04
1
-15
/
+1
*
Fixed corruption of the "blocked" list in lf_setlock() when tsleep()
bde
1999-07-04
1
-17
/
+20
*
The vfs.write_behind sysctl and related code support has been added to
mckusick
1999-07-04
1
-3
/
+40
*
The buffer queue mechanism has been reformulated. Instead of having
mckusick
1999-07-04
3
-218
/
+365
[next]