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
*
ru's mdoc(7) style police was here.
joerg
2004-06-02
1
-23
/
+23
*
- Remove leading zero from document date [1]
krion
2004-06-02
1
-5
/
+8
*
Add missing dot and newline in a message.
fjoe
2004-06-02
1
-1
/
+1
*
Collapse sync fib locking into normal i/o locking. The former didn't
scottl
2004-06-02
4
-48
/
+30
*
Remove extra semicolon.
fjoe
2004-06-02
1
-1
/
+1
*
Fixed lots of 1 ULP errors caused by a broken approximation for pi/2.
bde
2004-06-02
1
-2
/
+2
*
do not check super user privilege in ip6_savecontrol. It is
ume
2004-06-02
1
-20
/
+5
*
- Bump the document date
krion
2004-06-02
1
-1
/
+1
*
- Mention new targets from bsd.port.mk:
krion
2004-06-02
1
-1
/
+30
*
Fill the 06/02 slot.
jmz
2004-06-02
1
-0
/
+1
*
Remove a redundant "td = curthread" statement from profclock().
tjr
2004-06-02
1
-1
/
+0
*
fix typo in comment in my previous commit.
ume
2004-06-02
1
-1
/
+1
*
Add ip6addrctl_enable and ip6_addrctl_verbose option. If
ume
2004-06-02
2
-3
/
+45
*
Some embedded platforms have no keyboard controller. Give up waiting
phk
2004-06-02
1
-4
/
+11
*
Add MLINKS for new API functions.
kientzle
2004-06-02
2
-4
/
+6
*
Refactor read_data:
kientzle
2004-06-02
8
-131
/
+300
*
Move TDF_SA from td_flags to td_pflags (and rename it accordingly)
tjr
2004-06-02
8
-34
/
+30
*
typos.
phk
2004-06-02
1
-2
/
+2
*
Both "foo/" and "foo" should match "foo/bar", so strip
kientzle
2004-06-02
1
-0
/
+3
*
Give du(1) a -m option to report in megabytes.
phk
2004-06-02
2
-10
/
+9
*
use source address as a hint to determine destination address
ume
2004-06-02
1
-50
/
+361
*
Give daemon(8) the ability to create a pid-file. Since the target program
phk
2004-06-02
2
-6
/
+46
*
- Run sched_balance() and sched_balance_groups() from hardclock via
jeff
2004-06-02
1
-38
/
+21
*
Port a bugfix from FDLIBM 5.3. The bug really only applies to tan()
das
2004-06-02
1
-8
/
+24
*
Merge a bugfix from FDLIBM 5.3 to ensure that the error in tan()
das
2004-06-02
1
-10
/
+24
*
Integrate accept locking from rwatson_netperf, introducing a new
rwatson
2004-06-02
7
-126
/
+197
*
Distinguish cases when ncp module not loaded and when module have old
bp
2004-06-02
1
-1
/
+4
*
Improved versions of the is*ch() and tolowerch() macros that I like to use.
gad
2004-06-02
1
-7
/
+7
*
When rotating some "blah.log" file, make sure that a chmod and
gad
2004-06-02
1
-13
/
+14
*
Rather than assert f_type==DTYPE_VNODE, conditionally perform the
rwatson
2004-06-01
1
-2
/
+1
*
Explicitly #include <sys/module.h> in these files too (they use
wpaul
2004-06-01
2
-0
/
+2
*
Try to change the isdigitch() macro to something that Bruce won't roll
gad
2004-06-01
1
-3
/
+3
*
Explicitly #include <sys/module.h> instead of depending on <sys/kernel.h>
wpaul
2004-06-01
1
-0
/
+1
*
A major overhaul of the nmdm(4) driver:
phk
2004-06-01
1
-375
/
+81
*
A few more style-fixes from Bruce. The only non-cosmetic change
gad
2004-06-01
1
-16
/
+9
*
Sentences should not start with conjunctions. Change "Because"
csjp
2004-06-01
1
-2
/
+2
*
Major overhaul of sunlabel(8).
joerg
2004-06-01
2
-72
/
+757
*
- Add a function ioapic_program_intpin() that completely programs an I/O
jhb
2004-06-01
1
-69
/
+91
*
Add SVR4-compatible VTOC-style elements to the Sun label. The
joerg
2004-06-01
2
-1
/
+81
*
Allow the pir0 device add to fail since pir0 may already exist. This should
jhb
2004-06-01
1
-2
/
+2
*
Fix legacy_add_child() to properly handle the case where
jhb
2004-06-01
1
-7
/
+9
*
Use the local APIC ID rather than the ACPI Processor ID to index the array
jhb
2004-06-01
1
-28
/
+30
*
Merged from double precision case (e_pow.c 1.10: sign fixes).
bde
2004-06-01
1
-13
/
+14
*
Replace current locking comments for struct socket/struct sockbuf
rwatson
2004-06-01
1
-15
/
+12
*
Add Aerospace Corporation copyrights to EUI64 support files.
brooks
2004-06-01
2
-0
/
+52
*
Fixed the sign of the result in some overflow and underflow cases (ones
bde
2004-06-01
1
-17
/
+18
*
Fixed another precision bug in powf(). This one is in the computation
bde
2004-06-01
1
-1
/
+1
*
Remove unused variable.
phk
2004-06-01
1
-1
/
+0
*
Since I'm not ready to add the non-standard ADD_PS_LISTRESET feature,
gad
2004-06-01
1
-26
/
+1
*
Make a few style-istic improvements to the previous commits.
gad
2004-06-01
1
-16
/
+15
[next]