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
*
Removed mentions of TARGET_ARCH from non-cross places.
ru
2001-10-04
1
-3
/
+1
*
Hopefully improve control message passing over Unix domain sockets.
dwmalone
2001-10-04
5
-190
/
+282
*
Allow sbcreatecontrol to make cluster sized control messages.
dwmalone
2001-10-04
2
-6
/
+26
*
Remove extraneous semicolon.
jhb
2001-10-04
1
-1
/
+1
*
Comment out RESTARTABLE_PANICS so that it is not defined in LINT. It
jhb
2001-10-04
2
-2
/
+2
*
Whitespace fixes.
jhb
2001-10-04
1
-3
/
+3
*
Add a couple of low-level acpi support files.
dfr
2001-10-04
1
-0
/
+2
*
Add low-level ACPI support code and make a start on parsing the ACPI
dfr
2001-10-04
3
-0
/
+356
*
Add busspace hacks for ia64.
dfr
2001-10-04
1
-0
/
+6
*
Use return_PTR, not return_VALUE when returning pointers.
dfr
2001-10-04
1
-2
/
+2
*
Check the compatible ID as well as the hardware ID in acpi_MatchHid.
dfr
2001-10-04
1
-0
/
+5
*
Fixed pedantic syntax error (trailing semicolon in enum).
bde
2001-10-04
1
-1
/
+1
*
Fixed style bugs (indentation errors, missing punctuation, and unsorting)
bde
2001-10-04
1
-4
/
+4
*
Fixed a missing forward declaration and unsorting of prototypes in rev.1.18.
bde
2001-10-04
1
-1
/
+2
*
Fixed a missing proc -> thread substitution.
bde
2001-10-03
1
-1
/
+3
*
Doh! committed from the wrong tree, this is the right "stuff"...
sos
2001-10-03
3
-3
/
+3
*
Proberly support the Promise TX2/4.
sos
2001-10-03
3
-8
/
+51
*
The encoding for the bus being passed to SAL was completely wrong.
dfr
2001-10-03
2
-4
/
+3
*
cosmetics in the bootverbose probe-
sos
2001-10-03
1
-2
/
+4
*
Hopefully fix the identify failed on ATAPI slaves on some notebooks.
sos
2001-10-03
1
-2
/
+7
*
Add PnP ID 'IBM3781' for TP240 mouse.
takawata
2001-10-03
2
-0
/
+2
*
Let's not kid ourselves- we don't *really* support jumbframes yet.
mjacob
2001-10-02
1
-0
/
+7
*
Add a PFS_DISABLED flag; pfs_visible() automatically returns 0 if it is set
des
2001-10-02
3
-10
/
+57
*
Various fixes and improvements- some from the folks at Sitara Networks (thx)
mjacob
2001-10-02
2
-14
/
+34
*
Only print "XXX (un)registered" message if bootverbose.
des
2001-10-02
1
-2
/
+4
*
Fix problem where a user buffer outside of the area being tested
mjacob
2001-10-02
6
-6
/
+6
*
Documentation comment: note that the each NIC's softc is assumed to start
mjacob
2001-10-02
1
-0
/
+5
*
o Replace two direct uid!=0 comparisons with suser_xxx() calls.
rwatson
2001-10-02
1
-2
/
+2
*
o Replace two direct uid!=0 comparisons with suser_td() calls.
rwatson
2001-10-02
1
-2
/
+2
*
Fix the ANSI color escape sequence \E[m.
yokota
2001-10-02
1
-153
/
+118
*
Fix the local macro: isvisible().
yokota
2001-10-02
1
-1
/
+1
*
Remove redundant and misplaced "options DDB" line.
marcel
2001-10-02
1
-2
/
+0
*
Backout the last commit. The problem is actually much worse then I
dillon
2001-10-02
1
-8
/
+3
*
IN_RENAME should only be cleared by the routine that set it. This fixes
dillon
2001-10-02
1
-3
/
+8
*
Remove all OpenBSD/NetBSD code. It was the right place to start from, but
mjacob
2001-10-02
2
-646
/
+61
*
grammar fix: to -> too
silby
2001-10-01
1
-1
/
+1
*
Note the 'common knowledge' assumption that each NIC's softc starts
mjacob
2001-10-01
1
-0
/
+9
*
Move the ap boot spin lock earlier in the lock order before the sio(4)
jhb
2001-10-01
1
-2
/
+4
*
Sigh, statclock_process() takes a KSE instead of a thread for its first
jhb
2001-10-01
1
-1
/
+1
*
Add d_thread_t. This is a typedef for struct thread in -current and
imp
2001-10-01
3
-11
/
+47
*
o Complete the migration from suser error checking in the following form
rwatson
2001-10-01
2
-44
/
+86
*
Update the hash table when sppp mucks directly with the interface address.
jlemon
2001-10-01
1
-0
/
+4
*
in_ifinit apparently can be used to rewrite an ip address; recalculate
jlemon
2001-10-01
1
-1
/
+5
*
sppp rewrites the interface's ip address directly; this breaks when the
jlemon
2001-10-01
1
-1
/
+7
*
Fix a problem with unnumbered rules introduced in latest commit.
luigi
2001-10-01
1
-3
/
+3
*
mdoc(7) police: Use the new .In macro for #include statements.
ru
2001-10-01
1
-3
/
+3
*
Change the way DAO/TAO mode is init'ed.
sos
2001-10-01
1
-20
/
+21
*
Add test_write element.
sos
2001-10-01
1
-0
/
+1
*
Fix the function CD(): "Clear to the end of the screen".
yokota
2001-10-01
1
-4
/
+15
*
This is white-space only change. No functional difference.
yokota
2001-10-01
1
-140
/
+167
[next]