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
path:
root
/
sys
Commit message (
Expand
)
Author
Age
Files
Lines
*
s/static foo_devsw_installed = 0;/static int foo_devsw_installed;/.
dt
1999-04-28
52
-92
/
+92
*
Sync with sys/i386/isa/clock.c revision 1.132.
kato
1999-04-28
3
-3
/
+9
*
Sync with sys/i386/i386/machdep.c revision 1.332.
kato
1999-04-28
2
-218
/
+184
*
Allow loadable interface drivers with BPF support to be loaded into a kernel
msmith
1999-04-28
6
-12
/
+51
*
Enable vmspace sharing on SMP. Major changes are,
luoqi
1999-04-28
92
-1975
/
+1823
*
Simplify the tunefs example, since tunefs uses getfsfile(). Lots of
msmith
1999-04-27
1
-3
/
+3
*
Eliminate compiler warning about missing type in declaration.
jdp
1999-04-27
1
-3
/
+2
*
Fix the code that prints the "Initializing PC-card drivers" message
jdp
1999-04-27
1
-4
/
+3
*
Change suser_xxx() to suser() where it applies.
phk
1999-04-27
16
-79
/
+72
*
bump __FreeBSD_version to 400005:
phk
1999-04-27
1
-2
/
+2
*
Suser() simplification:
phk
1999-04-27
128
-394
/
+399
*
Fix from Justin for transfer negotiations for targets up to target ID 7.
ken
1999-04-26
1
-39
/
+43
*
Make one pass through the firewall the default.
luigi
1999-04-26
1
-2
/
+2
*
Only call kvtop on non-null id_maddr's...
peter
1999-04-26
1
-3
/
+8
*
Temporary hack. The radix code shouldn't need this, it should be
peter
1999-04-26
1
-1
/
+2
*
Protect the ifinit() function's internals with splimp() for safety since
peter
1999-04-26
1
-4
/
+5
*
Minor seatbelt tweak. The init code used to be splimp() protected,
peter
1999-04-26
1
-2
/
+7
*
Register the netisr's via SYSINIT rather than linker sets.
peter
1999-04-26
3
-80
/
+18
*
Register the local (unix domain) sockets ourselves.
peter
1999-04-26
1
-1
/
+2
*
Redo domain registration to use SYSINITS rather than linker sets.
peter
1999-04-26
1
-70
/
+8
*
Make DOMAIN_SET() use SYSINIT rather than linker sets.
peter
1999-04-26
1
-3
/
+3
*
Make NETISR_SET use a SYSINIT() rather than a linker set.
peter
1999-04-26
1
-5
/
+5
*
Fix a very long standing bug in run_interrupt_driven_config_hooks(). It
peter
1999-04-25
1
-3
/
+4
*
Make man page reflect reality on parsing rules. Now I know Jordan
dcs
1999-04-25
2
-6
/
+8
*
pmap_dispose_proc and pmap_copy_page:
alc
1999-04-25
2
-28
/
+46
*
Added used include.
dt
1999-04-25
1
-1
/
+2
*
Make the machdep.i8254_freq and machdep.tsc_freq sysctls modify the
phk
1999-04-25
9
-13
/
+37
*
Allow multiple opens.
phk
1999-04-25
1
-5
/
+10
*
Use PCCARD_MODULE() instead of DATA_SET(), the pccard linker set went a
peter
1999-04-25
1
-1
/
+6
*
Remove obsolete interrupt labels.
kato
1999-04-25
2
-86
/
+86
*
Sync with sys/i386/i386/userconfig.c revision 1.137.
kato
1999-04-25
1
-4
/
+4
*
Sync with sys/i386/conf/options.i386 revision 1.112.
kato
1999-04-25
2
-8
/
+6
*
Sync with sys/i386/conf/Makefile.i386 revision 1.148.
kato
1999-04-25
2
-4
/
+4
*
De-quote.
kato
1999-04-25
2
-40
/
+38
*
Sync with sys/boot/i386/loader/Makefile revision 1.34.
kato
1999-04-25
1
-3
/
+3
*
The fd options changed during new-bus.
peter
1999-04-24
2
-8
/
+6
*
De-quote where possible and minor tweaks. depends on a current config(8).
peter
1999-04-24
5
-417
/
+407
*
Bump configvers; when the updates to generic/lint get committed, the old
peter
1999-04-24
5
-10
/
+10
*
Add $Id: $
billf
1999-04-24
2
-0
/
+4
*
Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn't
peter
1999-04-24
2
-2
/
+10
*
#if 0 out the pci device list, not that you could do a lot with it. It
peter
1999-04-24
1
-4
/
+4
*
Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn't
peter
1999-04-24
56
-67
/
+289
*
Replace the pcidevice_set linker set based configuration mechanism for old
peter
1999-04-24
4
-22
/
+58
*
Zap some #if 0 code for wired PCI devices. This will look quite different
peter
1999-04-24
1
-155
/
+1
*
Fixed printf format errors on alpha.
dt
1999-04-24
1
-3
/
+5
*
typo in comment
phk
1999-04-24
1
-2
/
+2
*
so_linger is in seconds, not in 1/HZ
ache
1999-04-24
1
-2
/
+2
*
Changed the type of id_port from short into int to avoid wrong
kato
1999-04-24
2
-4
/
+4
*
Lite2 bugfixes merge:
ache
1999-04-24
1
-3
/
+3
*
Minor nit. It is probably still incorrect, but at least don't
dcs
1999-04-24
1
-1
/
+1
[next]