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
*
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
*
Stop rfork(0) from panicing. (oops!!)
peter
1999-07-03
1
-2
/
+3
*
Fix warnings in last commit (dev_t is not an int, and not even int
peter
1999-07-03
2
-6
/
+6
*
Be more informative and try to ask the user in some instances if we can't
phk
1999-07-03
2
-6
/
+6
*
Warn about drivers which take over other drivers cdevsw entries, but still
phk
1999-07-03
1
-2
/
+12
*
Make sure that stat(2) and friends always return a valid st_dev field.
phk
1999-07-02
3
-10
/
+15
*
Fix a warning - the code is correct but gcc can't tell.
peter
1999-07-01
1
-1
/
+2
*
Moving the initialization for write sooner quiets a warning.
peter
1999-07-01
1
-2
/
+2
*
Quiet warnings on an Alpha. CBSIZE has long type and causes the other
peter
1999-07-01
2
-6
/
+10
*
Slight reorganization of kernel thread/process creation. Instead of using
peter
1999-07-01
7
-128
/
+145
*
Slight tweak to fork1() calling conventions. Add a third argument so
peter
1999-06-30
4
-50
/
+63
*
Hopefully fix the remaining glitches with the BUF_*() changes. This should
peter
1999-06-29
2
-5
/
+14
*
Fix a bug that was almost certainly making breadn() fail. BUF_KERNPROC()
peter
1999-06-28
1
-2
/
+2
*
When requesting an exclusive lock with LK_NOWAIT, do not panic
mckusick
1999-06-28
1
-5
/
+7
*
Minor tweaks to make sure (new) prerequisites for <sys/buf.h> (mostly
peter
1999-06-27
2
-4
/
+5
*
Call the chained module handler before unregistering the syscall so that
dfr
1999-06-27
1
-5
/
+12
*
GC the remnants of the old pre-softupdates update daemon. It's been
peter
1999-06-26
1
-48
/
+1
*
I'm tired of having a 'hanging root device'.. This isn't a "fix", just
peter
1999-06-26
2
-2
/
+8
*
Quieten some warnings as a result of changes in ls_items[] constness over
peter
1999-06-26
1
-4
/
+3
*
* Call cdevsw_remove from the MOD_UNLOAD event.
dfr
1999-06-26
1
-6
/
+5
*
Make sure that we record the flags in all cases.
dfr
1999-06-26
1
-2
/
+2
*
Convert buffer locking from using the B_BUSY and B_WANTED flags to using
mckusick
1999-06-26
11
-166
/
+171
*
Add function cdevsw_remove, the opposite of cdevsw_add: remove an
grog
1999-06-25
1
-1
/
+22
*
Changes in the way that the APs are started appears to have removed the
msmith
1999-06-23
1
-11
/
+3
*
Do not setup 4M pdir until all APs are up.
luoqi
1999-06-23
1
-8
/
+9
*
Remove an unnecessary panic when sparse PCI bus numbering is encountered.
msmith
1999-06-22
1
-3
/
+1
*
The second phase of syscons reorganization.
yokota
1999-06-22
1
-6
/
+11
*
When allocating new buffers in getnewbuf, there are several points
mckusick
1999-06-22
1
-11
/
+40
*
Correctly return ENOEXEC for really short zipped files. The way this is
hoek
1999-06-21
1
-1
/
+10
*
dsopen: Print a message if the unit has an invalid sector size.
grog
1999-06-21
1
-4
/
+6
*
For consistency with other implementations, check for the existence
alc
1999-06-19
1
-3
/
+3
*
Changed the global `idt' from an array to a pointer so that npx.c
bde
1999-06-18
1
-3
/
+2
[next]