summaryrefslogtreecommitdiffstats
path: root/sys/conf
Commit message (Expand)AuthorAgeFilesLines
* Add a driver for the on-die digital thermal sensor found on Intel Coredes2007-08-152-0/+2
* Make ng_h4(4) MPSAFE. Use similar to ng_tty(4) locking strategy.emax2007-08-131-1/+1
* Compile ipfilter:ip_lookup.c without -Werror. The file containsmarcel2007-08-091-1/+1
* Re-enable -Werror for PowerPC. This should really be unconditional again.marcel2007-08-081-1/+2
* Remove the now-unused NET_{LOCK,UNLOCK,ASSERT}_GIANT() macros, whichrwatson2007-08-061-1/+0
* Rename option IPSEC_FILTERGIF to IPSEC_FILTERTUNNEL.bz2007-08-052-5/+5
* Enable -Werror for ia64.marcel2007-07-311-1/+1
* Add option EXCEPTION_TRACING, which enables KTR-like functionalitymarcel2007-07-301-0/+2
* Bring in two bandaids to get the elf trampoline to work again, until I findcognet2007-07-271-10/+14
* Introduce Danny Braniss' iSCSI initiator, version 2.0.99. Please read thescottl2007-07-243-0/+14
* Continue effort to align UDPv4 and UDPv6 implementations by mergingrwatson2007-07-231-1/+0
* - Enable static building of mxge(4) and its firmware.gallatin2007-07-192-1/+6
* - Update ULE note to remove warnings against production use.jeff2007-07-181-4/+5
* Disconnect netatm from the build as it is not MPSAFE and relies onrwatson2007-07-143-112/+118
* Remove "options SCTP_HIGH_SPEED" from NOTES as it has now been removedrwatson2007-07-141-8/+0
* - Modular congestion control, with RFC2581 being the default.rrs2007-07-142-1/+1
* Complete repo-copy and move of Coda from src/sys/coda to src/sys/fs/codarwatson2007-07-121-7/+7
* Removed unnecessary global includes for ixgbe, and em. Both have beenjfv2007-07-121-6/+0
* New driver for Intel 10G PCI-Express adapter (82598), driver isjfv2007-07-112-0/+13
* Add --no-warn-mismatch to ld(1) when linking binary files intomarcel2007-07-111-4/+4
* Mark ng_h4(4) as not MPSAFE and disconnect it from the LINT build for now.emax2007-07-111-1/+1
* Fix some problems with lock_profiling in sx locks:attilio2007-07-061-0/+1
* I did not intend to turn -Werror on for pc98. Refine the test forpeter2007-07-061-1/+1
* Turn on -Werror for sparc64 and sun4v.peter2007-07-061-1/+2
* Added comments eplaining the requirement for device crypto with IPSECgnn2007-07-051-3/+5
* Remove unused variable from pf_subr.c to make it -Werror buildable.mlaier2007-07-051-1/+1
* Turn on -Werror for i386 kernel builds.peter2007-07-051-1/+1
* Turn -Werror back on for amd64 for kernel builds.peter2007-07-051-0/+2
* Compile pf/pf_subr.c and netnatm/cc_conn.c without -Werror for the timepeter2007-07-052-3/+3
* Temporarily turn nowerror on for i386 and amd64 pmap.c. I'd like to studypeter2007-07-052-2/+2
* Reintroducing !INET6 + IPSEC building fix which was accidentally revertedavatar2007-07-041-1/+1
* Temporary disconnect i4bing, i4bisppp and i4bipr from the build forbz2007-07-045-12/+12
* Link pf 4.1 to the build:mlaier2007-07-031-6/+10
* Commit the change from FAST_IPSEC to IPSEC. The FAST_IPSECgnn2007-07-0311-52/+42
* Fixing !INET6 + FAST_IPSEC builds.avatar2007-07-031-1/+1
* Remove a dangling file reference that is no longer needed with the removalgnn2007-07-011-1/+0
* Commit IPv6 support for FAST_IPSEC to the tree.gnn2007-07-012-22/+5
* Neterion Xframe 10GbE Server/Storage adapter driver.sam2007-06-292-0/+12
* MFp4:delphij2007-06-291-1/+0
* - Remove UMAP filesystem. It was disconnected from build three years ago,rafan2007-06-253-12/+6
* - Remove the warning about NULL filesystem. It is stable and safe to use inrafan2007-06-231-4/+6
* - Move ofw_pci_alloc_busno() to the ofw_pci KOBJ interface,marius2007-06-182-2/+0
* Move the gallant 12 x 22 font data from a .h to a .c so it doesn't needmarius2007-06-161-0/+1
* Enable the new physical memory allocator.alc2007-06-163-5/+1
* MFp4: Add tmpfs, an efficient memory file system.delphij2007-06-162-0/+6
* - Oppps, forgot to update out the notes file for LINT builds- purgerrs2007-06-151-30/+14
* - Fix so ifn's are properly deleted when the ref count goes to 0.rrs2007-06-141-24/+12
* Remove IPX over IP tunneling support, which allows IPX routing over IPrwatson2007-06-133-3/+0
* - import new common code for the T304kmacy2007-06-131-0/+1
* Add the MBR partitioning scheme to g_part. This does not yetmarcel2007-06-133-0/+3
OpenPOWER on IntegriCloud