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
*
Take the rc4 code out of ng_mppc module so we don't fail to load when
ambrisko
2003-02-05
2
-2
/
+6
*
Remove MAKEDEV quirks, now obsolete.
alex
2003-02-05
2
-21
/
+0
*
Fix for fwmem write part.
simokawa
2003-02-05
1
-14
/
+14
*
Add regression test for soon-to-be-committed fpclassify().
mike
2003-02-05
2
-1
/
+70
*
Remove srandom():
ache
2003-02-05
1
-6
/
+1
*
Comment out srandom():
ache
2003-02-05
2
-1
/
+4
*
NODEVFS cleanup.
ru
2003-02-05
2
-7
/
+1
*
Do not start err(3) strings with uppercase nor dot terminate them.
charnier
2003-02-05
2
-9
/
+8
*
Header was included twice. Hardcode program name in usage string.
charnier
2003-02-05
1
-5
/
+1
*
Wrap long line. Use .Ar instead of .Nm where appropriate.
charnier
2003-02-05
1
-8
/
+9
*
Spelling.
charnier
2003-02-05
2
-2
/
+2
*
The .Fn function
charnier
2003-02-05
2
-9
/
+14
*
The .Xr utility
charnier
2003-02-05
1
-2
/
+3
*
Add FBSDID. udp/bootps -> bootps/udp. Use err(3).
charnier
2003-02-05
4
-46
/
+41
*
Prevent uppercase after .Xr by adding ``The ... utility/system call''.
charnier
2003-02-05
2
-7
/
+9
*
Add FBSDID.
charnier
2003-02-05
1
-1
/
+3
*
Display elapsed time (-o etime) using [[dd-]hh:]mm:ss, which according to
charnier
2003-02-05
5
-4
/
+24
*
Enclose sccsid according to style(9).
charnier
2003-02-05
2
-5
/
+7
*
GC an unused variable.
benno
2003-02-05
2
-4
/
+0
*
Export the ns_per_tick variable through md_var.h rather than by declaring
benno
2003-02-05
4
-4
/
+4
*
- Use cpu_setup() instead of identifycpu().
benno
2003-02-05
2
-160
/
+2
*
Add cpu.c. This contains one exported function, cpu_setup(), which handles
benno
2003-02-05
3
-0
/
+367
*
- Update spr.h
benno
2003-02-05
2
-79
/
+325
*
Add an inline function wrapper for the mfpvf (Move From Processor Version
benno
2003-02-05
1
-0
/
+10
*
Not all cpus are MPC750s. Replace the MPC750 cpu option with OEA. This
benno
2003-02-05
3
-3
/
+3
*
Replace the inline asm in delay() with a while loop. This may not be as
benno
2003-02-05
2
-16
/
+8
*
- Rename the "powerpc" timecounter to the "decrementer" timecounter.
benno
2003-02-05
5
-14
/
+40
*
This file has no longer any content from the original Berkeley file so
phk
2003-02-05
2
-50
/
+6
*
Allow "~/" in pathnames to work for a chrooted user.
yar
2003-02-05
1
-2
/
+4
*
* Update copyright year.
dougb
2003-02-05
1
-5
/
+6
*
Avoid undefined symbol error with an IPv4 only kernel.
ume
2003-02-05
1
-1
/
+9
*
* Update copyright year.
dougb
2003-02-05
1
-2
/
+5
*
Moved 802.11 (device wlan) consumers to the third floppy as well.
ru
2003-02-05
1
-2
/
+2
*
Reduce diff to i386/isa/clock.c by unifdef -DPC98
phk
2003-02-05
3
-1245
/
+0
*
Typo in last commit
phk
2003-02-05
3
-3
/
+3
*
MFi386: write the correct weekday back to the RTC.
phk
2003-02-05
3
-3
/
+3
*
i386/i386/tsc.c was repo-copied from i386/isa/clock.c.
phk
2003-02-05
4
-2376
/
+40
*
Mention that the CLOCK_VIRTUAL and CLOCK_PROF clocks are not implemented.
tjr
2003-02-05
1
-1
/
+7
*
Make get_cyclecount() use binuptime() when no tsc is available: it is cheaper.
phk
2003-02-05
2
-8
/
+8
*
Obtain the media type from the shared memory and only use the eeprom
ps
2003-02-05
2
-7
/
+17
*
Properly get the drive geometry from the controller. This should
ps
2003-02-05
3
-10
/
+108
*
Close a memory leak when rescanning the bus.
ps
2003-02-05
1
-0
/
+1
*
Add some reference.
simokawa
2003-02-05
2
-2
/
+9
*
Support for suspend/resume in laptops. Loosely based on the wi(4) patches
ambrisko
2003-02-05
3
-0
/
+41
*
The manual page lists only 2 files, however it reads as `three files' which is
trhodes
2003-02-05
1
-2
/
+2
*
Implement mpo_check_kld_load() and mpo_check_kld_unload() for the Biba
rwatson
2003-02-04
1
-0
/
+39
*
Place more stringent checks on process credential relabeling for the Biba
rwatson
2003-02-04
2
-12
/
+21
*
Rename the variable 'grade' to 'type' in interface parsing and
rwatson
2003-02-04
2
-12
/
+12
*
Remove another unused doc Makefile.
trhodes
2003-02-04
1
-8
/
+0
*
Cross ref chflags(1).
trhodes
2003-02-04
1
-0
/
+1
[next]