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
*
Changes to the LINUX_THREADS support to only allocate extra memory for
julian
1999-01-07
8
-61
/
+81
*
Like the problems just fixed in scsi_da.c, make sure
mjacob
1999-01-07
1
-6
/
+17
*
A better fix to avoid race conditions between failed probes
mjacob
1999-01-07
1
-6
/
+15
*
Don't pass unused unused timestamp args to UFS_UPDATE() or waste
bde
1999-01-07
26
-186
/
+134
*
Remove a hard-coded table of kernel console I/O functions exported
yokota
1999-01-07
10
-107
/
+93
*
When compiled with INTRO_USERCONFIG, skip the intro screen anyway if we
abial
1999-01-07
1
-8
/
+15
*
Flip the kernel default to ELF.. Add a test to try and warn people
peter
1999-01-07
3
-6
/
+36
*
OBJFORMAT_DEFAULT = elf now. (this is where /usr/bin/objformat and
peter
1999-01-07
1
-5
/
+1
*
The Quantum Atlas III evidently has an identical problem to the Atlas II.
ken
1999-01-07
1
-1
/
+22
*
queue.h has taken over this functionality
n_hibma
1999-01-06
1
-64
/
+0
*
Fix an overflow problem which prevented revive from working on plexes
grog
1999-01-06
1
-2
/
+2
*
Add (but don't activate) code for a special VM option to make
julian
1999-01-06
17
-147
/
+513
*
Copied STAILQ_HEAD_INITIALIZER and LIST_HEAD_INITIALIZER from NetBSD, and
n_hibma
1999-01-06
1
-2
/
+14
*
Added proper names to the device messages at probe and attach.
n_hibma
1999-01-06
2
-27
/
+72
*
UFS_UPDATE() takes a boolean `waitfor' arg, so don't pass it the value
bde
1999-01-06
5
-14
/
+14
*
Add some tweaks to mx_mii_readreg(), mx_phy_readreg(), mx_phy_writereg()
wpaul
1999-01-06
1
-4
/
+18
*
Ifdefed the conditionally used variable `prtrealloc'. Declare it
bde
1999-01-06
1
-2
/
+4
*
Backed out rev.1.47. It just broke my optimisations for lazy syncing
bde
1999-01-06
1
-5
/
+3
*
Removed NetBSD specific code
n_hibma
1999-01-06
2
-251
/
+25
*
Add new sysctl machdep.uc_devlist. It allows to cleanly retrieve the
abial
1999-01-06
1
-2
/
+42
*
Don't build biosboot by default - there's no point now that nothing
jkh
1999-01-06
1
-2
/
+2
*
Assign CDEV 112 to the keyboard driver.
yokota
1999-01-06
1
-1
/
+2
*
Move IO_PSMSIZE from kbdio.h to isareg.h.
yokota
1999-01-06
2
-7
/
+5
*
Move IO_PSMSIZE from kbdio.h to isa.h. I thought I did this a long time
yokota
1999-01-06
4
-11
/
+11
*
Assign CDEV 112 to the keyboard driver.
yokota
1999-01-06
2
-2
/
+4
*
The Conner CFP2107 is a fixed-media drive, not removable media. This fixes
ken
1999-01-05
1
-2
/
+10
*
Alpha-specific help topics (currently empty)
msmith
1999-01-05
1
-0
/
+0
*
Add a quirk that disables SYNCHRONIZE CACHE
mjacob
1999-01-05
1
-1
/
+10
*
Don't allow more than one module with the same name to be loaded.
msmith
1999-01-05
1
-4
/
+17
*
Remove the 'waslocked' parameter to vfs_object_create().
eivind
1999-01-05
16
-73
/
+55
*
Fix fubyte to actually return the correct value (it was always returning
dfr
1999-01-05
1
-2
/
+1
*
Finish staticization.
eivind
1999-01-05
2
-10
/
+10
*
Big oops, wrong major number in source
n_hibma
1999-01-05
1
-2
/
+2
*
A partial implementation of the procfs cmdline pseudo-file. This
peter
1999-01-05
8
-10
/
+102
*
GRRRR! Apparently, the promiscuous mode chip bug which I thought was
wpaul
1999-01-05
2
-4
/
+5
*
Fix YMF719 detection (report by jose@we.lc.ehu.es).
luigi
1999-01-04
3
-12
/
+27
*
Fix a potential sign extension bug on 8-bit chars.
peter
1999-01-04
1
-3
/
+3
*
Fix variable initialization.. It was written with '==' instead of '-'.
peter
1999-01-04
1
-2
/
+3
*
Clean some unused variables lint
peter
1999-01-04
1
-2
/
+4
*
Don't forget a trailing \n when loading a kernel that has been stripped.
peter
1999-01-04
1
-7
/
+8
*
Bring in ad1816 patches from German Tischler.
luigi
1999-01-04
9
-18
/
+1748
*
Sync with sys/i386/conf/options.i386 revision 1.101.
kato
1999-01-04
2
-2
/
+42
*
Sync with sys/i386/conf/majors.i386 revision 1.59.
kato
1999-01-04
1
-1
/
+2
*
Sync with sys/i386/conf/files.i386 revision up to 1.217.
kato
1999-01-04
2
-2
/
+140
*
Sync with sys/i386/boot/rawboot/Makefile revision 1.12.
kato
1999-01-04
1
-4
/
+3
*
Sync with sys/i386/boot/netboot/Makefile revision 1.22.
kato
1999-01-04
1
-6
/
+3
*
Sync with sys/i386/boot/kzipboot/Makefile revision 1.10.
kato
1999-01-04
1
-3
/
+3
*
Sync with sys/i386/boot/biosboot/Makefile revision 1.68.
kato
1999-01-04
1
-14
/
+5
*
Sync with sys/i386/boot/Makefile.inc revision up to 1.5.
kato
1999-01-04
1
-1
/
+3
*
Restore dependancy to build loader.help here
msmith
1999-01-04
1
-2
/
+2
[next]