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
*
Kill a compiler warning.
gibbs
1999-04-23
1
-1
/
+2
*
Release bus entries in the EDT when a path is released.
gibbs
1999-04-23
1
-4
/
+14
*
Make the register_intr() glue actually have a chance of working...
peter
1999-04-23
4
-8
/
+12
*
s/lkm(4)/kld(4)/
peter
1999-04-23
3
-6
/
+6
*
Make pmap_collect() an official pmap interface.
dt
1999-04-23
5
-9
/
+6
*
Moved cpu_set_fork_handler's prototype from <machine/cpu.h> to <sys/proc.h>.
dt
1999-04-23
4
-7
/
+6
*
Fixed several (not all) warnings.
dt
1999-04-23
15
-101
/
+45
*
local_cron -> local_periodic
ghelmer
1999-04-23
1
-3
/
+3
*
Reference kld(4).
ghelmer
1999-04-23
3
-6
/
+6
*
Spelling police
brian
1999-04-23
2
-4
/
+4
*
Update VM86 comment - it's used for VESA too.
peter
1999-04-23
3
-6
/
+6
*
fix -n with 16-chars hostnames, modified patch from PR
ache
1999-04-22
1
-4
/
+7
*
Update #include statements to reflect the new location of "sioreg.h".
jdp
1999-04-22
2
-4
/
+4
*
Sorry didn't get this in the last commit: MACHINE_ARCH changes courtesy
obrien
1999-04-22
3
-3
/
+3
*
Use `GNU_ARCH' in most places where `MACHINE_ARCH' was used. Building for
obrien
1999-04-22
3
-13
/
+27
*
Add libf2c.so.2 for our FORTRAN friends.
obrien
1999-04-22
2
-2
/
+792
*
Use new `FBSD_SWITCH_TAKES_ARG' and `FBSD_WORD_SWITCH_TAKES_ARG'.
obrien
1999-04-22
1
-0
/
+3
*
Move `SWITCH_TAKES_ARG' to `FBSD_SWITCH_TAKES_ARG' and `WORD_SWITCH_TAKES_ARG'
obrien
1999-04-22
1
-5
/
+3
*
Don't build with -g. The a.out egcs can't handle it at the moment.
jdp
1999-04-22
1
-2
/
+2
*
Fix so that this driver works again when compiled with EGCS (which
davidn
1999-04-22
2
-62
/
+62
*
Fix the display of the "nice" value of processes like ntpd that use the
jhay
1999-04-22
1
-2
/
+2
*
Return the port size from the probe.
peter
1999-04-22
3
-6
/
+9
*
Fix the promise_intr function, it should use 'lun' not 'unit'
sos
1999-04-22
1
-2
/
+2
*
For mips assembler, we need to define TARGET_BYTES_BIG_ENDIAN to be
imp
1999-04-22
2
-2
/
+12
*
Fix all the mipseb Makefiles. They were broken when I checked them in
imp
1999-04-22
8
-6
/
+166
*
Fix poor heading format.
grog
1999-04-22
1
-3
/
+2
*
Back out my change from 6 April PDT that added a new dlversion()
jdp
1999-04-22
4
-50
/
+2
*
Have config/i386/freebsd.h directly include att.h. I have no idea why stock
obrien
1999-04-22
1
-4
/
+1
*
Typo fix in diagnostic: -alldir --> -alldirs
alex
1999-04-21
2
-4
/
+4
*
Work around an egcs optimizer bug (i386). This should fix the active ftp
luoqi
1999-04-21
2
-4
/
+8
*
Make usage() reflect reality (add the -aout and -elf options).
billf
1999-04-21
1
-2
/
+2
*
Update VERSREQ.
dfr
1999-04-21
2
-4
/
+4
*
Fix my breakage of BRIDGE compiling option without IPFIREWALL..
peter
1999-04-21
1
-1
/
+5
*
Remove the old libf2c. libg2c is now serving us well.
obrien
1999-04-21
164
-9259
/
+0
*
The function msgrcv() could copy larger data than it should do
sada
1999-04-21
1
-3
/
+3
*
Sync with sys/i386/isa/isa_dma.c revision 1.2.
kato
1999-04-21
2
-4
/
+2
*
Sync with sys/i386/isa/clock.c revision 1.131.
kato
1999-04-21
3
-48
/
+36
*
Forgot one.
n_hibma
1999-04-21
1
-1
/
+1
*
Next approach to make loops in interactive interruptable.
cracauer
1999-04-21
4
-13
/
+17
*
Use ${.CURDIR} in `exists()' constructs.
jkoshy
1999-04-21
1
-4
/
+4
*
Merge a diff that Soren sent me to resolve some lun / unit problems.
peter
1999-04-21
1
-29
/
+20
*
pmap_ts_referenced(): set fault on {read|execute|write} bits on the page on,
dt
1999-04-21
1
-6
/
+8
*
Change type of a variable from u_int to size_t, so that pointer to it may be
dt
1999-04-21
1
-2
/
+2
*
int -> size_t
brian
1999-04-21
1
-2
/
+3
*
Split the recorded chap challenge into two - one for the
brian
1999-04-21
2
-19
/
+25
*
If ioctl TIOCMGET fails, continue. The device may be
brian
1999-04-21
1
-4
/
+5
*
DEVICE_SUSPEND was always returning ENXIO for reasons unknown. For
imp
1999-04-21
2
-4
/
+14
*
TARGET was being defined wrong, causing ld to always fail. It is the
imp
1999-04-21
1
-5
/
+5
*
Add Id.
obrien
1999-04-21
2
-0
/
+4
*
oops, SMP was missing includes for a typedef.
peter
1999-04-21
5
-10
/
+10
[next]