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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
*
Clarify parameter "names" in prototypes.
obrien
2001-10-03
1
-2
/
+4
*
Add PnP ID 'IBM3781' for TP240 mouse.
takawata
2001-10-03
2
-0
/
+2
*
Don't install manpage links for the nonexistent functions exp2(),
bde
2001-10-03
1
-2
/
+2
*
Removed .Nm's for the nonexistent functions exp2() and exp2f().
bde
2001-10-03
1
-2
/
+0
*
Add commented-out/prototype entries for samba's swat configuration tool.
jkh
2001-10-03
2
-1
/
+4
*
Made this header self-sufficient.
bde
2001-10-03
1
-6
/
+9
*
Fixed syntax errors in synopsis. The restrict keyword doesn't exist yet.
bde
2001-10-03
1
-5
/
+5
*
Fixed missing return type in synopsis.
bde
2001-10-03
1
-0
/
+1
*
Restore MSDOSFS support to the install kernel.
obrien
2001-10-03
3
-3
/
+9
*
Fixed wrong arg type in synopsis.
bde
2001-10-03
1
-1
/
+1
*
Fixed bitrot in synopsis. The change of the return type of
bde
2001-10-03
1
-1
/
+1
*
Fixed missing includes in synopsis.
bde
2001-10-03
1
-0
/
+4
*
Fixed misspelled arg type in synopsis.
bde
2001-10-03
1
-1
/
+1
*
Fixed missing include in synopsis.
bde
2001-10-03
1
-0
/
+1
*
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
*
Merge the following from the English version:
hrs
2001-10-02
1
-3
/
+104
*
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
*
A somewhat large change of this script.
luigi
2001-10-02
1
-349
/
+431
*
Compile the kernel under ${BUILDDIR} instead of polluting the source
luigi
2001-10-02
1
-3
/
+13
*
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
*
- cope with sa_len < sizeof(struct sockaddr).
ume
2001-10-02
1
-35
/
+44
*
Fix the ANSI color escape sequence \E[m.
yokota
2001-10-02
1
-153
/
+118
*
Sigh, fix the unfixed typo: s/-l/-L/.
ru
2001-10-02
1
-1
/
+1
*
Fix a typo: s/-or/-o/.
knu
2001-10-02
1
-1
/
+1
*
- First shot at PIC emulation;
tg
2001-10-02
13
-589
/
+741
*
Fix the local macro: isvisible().
yokota
2001-10-02
1
-1
/
+1
*
Documentation fixes:
cjc
2001-10-02
2
-10
/
+12
*
Add Soren's burncd warning.
imp
2001-10-02
1
-0
/
+5
*
Allow "obsolete" (but commonly-used) command line style to be used
fenner
2001-10-02
1
-2
/
+3
*
Remove redundant and misplaced "options DDB" line.
marcel
2001-10-02
1
-2
/
+0
*
Fix organizational nits: Move Cardbus/NEWCARD release note to PCCARD
bmah
2001-10-02
2
-32
/
+30
*
Try to make some sense of the various release note items
bmah
2001-10-02
2
-60
/
+28
*
Backout the last commit. The problem is actually much worse then I
dillon
2001-10-02
1
-8
/
+3
*
New release note: Each jail(2) can have its own securelevel (requested by
bmah
2001-10-02
2
-2
/
+10
*
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
*
Clean this up after the NetBSD syncing.
obrien
2001-10-01
1
-25
/
+19
*
Fix ID's after a total boch CVS merge due to multiple people making
obrien
2001-10-01
13
-26
/
+0
*
Note the 'common knowledge' assumption that each NIC's softc starts
mjacob
2001-10-01
1
-0
/
+9
*
Add ()'s around the warning message when skipping a startup script.
obrien
2001-10-01
1
-1
/
+1
*
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
[prev]
[next]