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
*
Add support for NetBSD (history() from libedit is different).
brian
1999-04-26
1
-2
/
+9
*
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
*
More egcs warning fixes:
imp
1999-04-25
10
-16
/
+23
*
More egcs warning fixes:
imp
1999-04-25
3
-9
/
+10
*
More egcs warning fixes:
imp
1999-04-25
8
-18
/
+13
*
More egcs warning fixes:
imp
1999-04-25
7
-14
/
+19
*
Use braces to avoid potentially ambiguous else clause.
imp
1999-04-25
4
-5
/
+8
*
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
*
First set of fixes to keep egcs happy. These include {} around single
imp
1999-04-25
11
-26
/
+34
*
pmap_dispose_proc and pmap_copy_page:
alc
1999-04-25
2
-28
/
+46
*
Revert previous commit. It broke 'make world' with NOSHARED=yes because
steve
1999-04-25
1
-2
/
+2
*
use `target' macro crafted in parent Makefile rather than making our own
obrien
1999-04-25
1
-2
/
+2
*
Hookup FORTRAN info docs.
obrien
1999-04-25
2
-1
/
+15
*
Typo
wosch
1999-04-25
2
-4
/
+4
*
Remove several explicit rules. The two for exceptioni.o and typeionfoi.o
obrien
1999-04-25
1
-43
/
+1
*
Change the loader.rc in the boot floppy to:
max
1999-04-25
1
-2
/
+4
*
Typo in comment.
kris
1999-04-25
1
-1
/
+1
*
Reverted some more of rev.1.9 (emphasize that -H != -h).
bde
1999-04-25
1
-1
/
+6
*
Added used include.
dt
1999-04-25
1
-1
/
+2
*
Quick fix to allow transfer files >2GB.
dt
1999-04-25
1
-3
/
+3
*
Add an entry for the Xircom GlobalACCESS modem
brian
1999-04-25
2
-2
/
+14
*
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
*
Re-fixed to start at 1969 per the actual Posix requirement. Also
wes
1999-04-25
2
-7
/
+7
*
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
*
Bring two-digit years up-to-date with POSIX requirements.
wes
1999-04-25
2
-2
/
+12
*
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
6
-12
/
+12
*
Goodbye lkm.4
peter
1999-04-24
2
-168
/
+1
*
The infrastructure to build these fellows has been replaced with kld.
peter
1999-04-24
12
-1108
/
+0
*
Drop example lkm tree
peter
1999-04-24
1
-15
/
+1
*
Zap lkm examples, they don't do anything anymore.
peter
1999-04-24
16
-1064
/
+0
*
Sync with rc.i386 - use kldload rather than modload (which never existed
peter
1999-04-24
1
-3
/
+5
*
Zap default creation of /dev/lkm - it doesn't point to anything anymore
peter
1999-04-24
3
-6
/
+3
*
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
*
More cleanups, tweaks and features.
peter
1999-04-24
8
-219
/
+86
[next]