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
*
Correct some style issues in my previous commit.
kris
1999-07-22
2
-4
/
+4
*
- Add new argument `off' to the `-b' option. This will turn off
yokota
1999-07-22
2
-4
/
+8
*
Move code for all builtin services from inetd.c to builtins.c, including
sheldonh
1999-07-22
4
-583
/
+648
*
Deal with new linux compat package naming.
jkh
1999-07-22
3
-6
/
+6
*
Intentionally do the wrong thing in using the initial DHCP values for
jkh
1999-07-22
2
-2
/
+6
*
Modify device numbering method to work with latest -CURRENT. Briefly,
grog
1999-07-22
3
-15
/
+19
*
Reduce the number of "magic constants" used for page coloring
alc
1999-07-22
6
-17
/
+11
*
Convert the SysKonnect gigabit ethernet driver to newbus.
wpaul
1999-07-22
4
-154
/
+262
*
Small tweak to newbus changes: return error status on failure correctly
wpaul
1999-07-22
1
-2
/
+2
*
Vastly improve the speed of the file command by making
wes
1999-07-22
2
-6
/
+7
*
Make mountroot work again (change makedev to makebdev).
dfr
1999-07-21
1
-3
/
+4
*
Add ``cvsup''.
obrien
1999-07-21
1
-1
/
+2
*
Fix the following problem:
alc
1999-07-21
7
-16
/
+55
*
Fix for the hosts_options(5) spawn option.
sheldonh
1999-07-21
1
-5
/
+9
*
Fixed missing changes from sys/pc98/pc98/pc98.c when new-bus was integrated.
nyan
1999-07-21
2
-2
/
+44
*
Remove the RCS "Log" and all the verbiage it has generated.
phk
1999-07-21
20
-2608
/
+24
*
Hack to work around a NULL pointer dereferencation that can be triggered
joerg
1999-07-21
2
-2
/
+10
*
Fix horribly broken comment. The submitter of the associated code sent
sheldonh
1999-07-21
1
-3
/
+4
*
Fix a gcc stupidity where it thought a variable was being used uninitialized
billf
1999-07-21
2
-4
/
+10
*
Avoid ambigious if/else
billf
1999-07-21
2
-4
/
+6
*
Hopefully make the CMD640B workaround actually work.
peter
1999-07-21
1
-9
/
+6
*
Avoid ambigious if-else
billf
1999-07-21
1
-4
/
+7
*
Since we are using strlen() let's assign it to the correct type and
billf
1999-07-21
1
-2
/
+3
*
Walk around the end of all the silly guessing of device types and unit
msmith
1999-07-21
6
-9
/
+108
*
Slight cleanups of the Cyrix 5530 UDMA code.
julian
1999-07-20
1
-100
/
+125
*
Fix a REALLY embarrassing mistake. Don't look; I warned you.
green
1999-07-20
1
-2
/
+2
*
Make a dev2budev() function, and use it. This refixes pstat (working, broken,
green
1999-07-20
4
-9
/
+16
*
Convert the xl driver to newbus. It is now possible to make this driver
wpaul
1999-07-20
2
-88
/
+127
*
XFree86 3.3.4 seems to require "XWINHOME" to be set for the setup tool
jkh
1999-07-20
3
-3
/
+6
*
dev2udev() returns a CDEV udev_t, but we use block io in savecore. Savecore
green
1999-07-20
1
-2
/
+5
*
Correct the information about the return value when no device matches
nik
1999-07-20
1
-6
/
+4
*
Correct some grammar and style problems with this page.
nik
1999-07-20
1
-16
/
+16
*
Correct the alignment of some of the members in the wi_frame structure.
wpaul
1999-07-20
2
-6
/
+10
*
Make bcd2int work (resume time reporting now works.)
green
1999-07-20
1
-3
/
+5
*
Make wall_cmos do something.
green
1999-07-20
1
-4
/
+13
*
I missed a not. Also, remove invltlb(), since it's "unncessary [sic] because
green
1999-07-20
1
-4
/
+2
*
Now a dev_t is a pointer to struct specinfo which is shared by all specdev
phk
1999-07-20
13
-194
/
+185
*
Also check against chardevs when looking for root.
phk
1999-07-20
4
-4
/
+12
*
The matcd driver is acting strange (returning a successful open even
jkh
1999-07-20
3
-3
/
+9
*
Fix a bad dhcp keyword; it's host-name not server-name.
jkh
1999-07-20
2
-6
/
+6
*
Add slovakian ftp mirror.
jkh
1999-07-20
3
-3
/
+9
*
More Alpha ifdefage.
jkh
1999-07-20
6
-6
/
+42
*
use vp->v_rdev;
phk
1999-07-20
1
-2
/
+2
*
add debug.sizeof.specinfo
phk
1999-07-20
1
-1
/
+5
*
Don't access the device with vp->v_specinfo->si_rdev, use vp->v_rdev.
phk
1999-07-20
2
-4
/
+56
*
Update of the i686 MTRR/memory range support.
msmith
1999-07-20
2
-90
/
+92
*
Implement an all-CPU shootdown-style rendezvous facility. This allows
msmith
1999-07-20
16
-18
/
+699
*
An SMP-specific change: Eliminate an unnecessary lock acquire and release
alc
1999-07-20
1
-10
/
+1
*
Convert a "page not busy" warning to an assertion.
alc
1999-07-20
1
-7
/
+3
*
Get bpf0 onto the MFS image.
jkh
1999-07-20
1
-2
/
+2
[next]