summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Correctly set the interrupt enable and disable bits. The previousscottl2008-08-022-15/+11
* Fix software single-stepping: we need to check if the instruction is acognet2008-08-021-1/+1
* Add yet another branch instruction.cognet2008-08-021-1/+2
* Add support for the ASUS P535 PDAremko2008-08-022-0/+2
* Make the at91 uart(4) driver compile again.ed2008-08-021-9/+12
* ixp425 parts aren't multicore, so remove the SMP option. They alsoimp2008-08-021-3/+0
* Conform to the options<space><tab> convention everywhere in this file.imp2008-08-021-22/+22
* Enhance pmap_mapdev_attr(). Take advantage of recent enhancements toalc2008-08-021-4/+7
* Add ELF relocation types for mips.imp2008-08-021-0/+18
* Store the PC while context switching, for the benefits of DDB.cognet2008-08-021-0/+1
* The IPFW code accepts the use of the tablearg keyword along with the skiptojulian2008-08-011-8/+21
* Make "1000baseT" the description and "1000baseTX" the alias forantoine2008-08-011-2/+2
* Remove trailing ';' in BPFD_LOCK_ASSERT macro.antoine2008-08-011-1/+1
* Annotate why we do not call BPF_CHECK_DIRECTION() in this tapping routine.csjp2008-08-011-0/+6
* Use the new bus device_shutdown hook for performing the shutdown actionjhb2008-08-013-9/+19
* - Use an sx lock to serialize writes since they update the checksum.jhb2008-08-011-3/+14
* Adjust comment. This stack is only used for booting now and not as anjhb2008-08-011-1/+1
* Fix whitespace.emaste2008-08-011-2/+2
* Enable the support for G33/Q35/Q33 now that both the G33 and Q35 have beenjhb2008-08-011-2/+0
* Remove further trailing white space.rwatson2008-08-011-1/+1
* Enhance pmap_change_attr() with the ability to demote 1GB page mappings.alc2008-08-012-2/+106
* Implement ratelimiting for debug messages. For now, allow at mostemax2008-08-015-20/+50
* Increase maximum input queue size limit for raw Bluetooth HCI sockets.emax2008-08-011-2/+1
* Fix locking bug, i.e. lock "wildcard" matched pcb before return.emax2008-08-011-0/+3
* Enhance pmap_change_attr(). Specifically, avoid 2MB page demotions, cachealc2008-07-312-21/+54
* In mac_bsdextended's auditctl and acct policy access control checks,rwatson2008-07-311-11/+8
* remove socketvar.h, add more selective includeskmacy2008-07-314-6/+15
* move sockbuf locking macros in to sockbuf.hkmacy2008-07-312-14/+18
* Currently, BSM audit pathname token generation for chrooted or jailedcsjp2008-07-313-55/+121
* MFp4 (//depot/projects/tcpecn/):rpaulo2008-07-315-14/+155
* Adds support for the SCTP_PORT_REUSE optionrrs2008-07-317-110/+330
* Further synchronization of copyrights, licenses, white space, etc fromrwatson2008-07-3113-18/+17
* Eliminate recomputation of the PDE by pmap_pde_attr().alc2008-07-311-5/+2
* Fix LINTemax2008-07-311-0/+1
* Data type fixjfv2008-07-311-2/+2
* Unbreak the build by creating opt_nfs.hps2008-07-311-1/+1
* Unbreak the build by including sys/socketvar.hps2008-07-314-3/+7
* Include netinet/tcp_lro.h, unbreak the buildps2008-07-301-1/+1
* Hook up Bluetooth SCO sockets code to the buildemax2008-07-301-1/+2
* Introduce support for Bluetooth SCO sockets. This is based on olderemax2008-07-303-1/+2132
* Add igb driver to the default kerneljfv2008-07-301-1/+2
* Add igb to the default kerneljfv2008-07-301-1/+2
* Change Makefile to reflect new directory structurejfv2008-07-301-3/+5
* Change to build module with new directory treejfv2008-07-301-10/+4
* Alter kernel build to work with new dev/e1000 structure.jfv2008-07-301-32/+32
* Merge of the source for igb and em into dev/e1000, thisjfv2008-07-3050-10133/+1420
* One more whitespace nit.jhb2008-07-301-2/+0
* A few more whitespace fixes.jhb2008-07-302-2/+1
* If the kernel has run out of metadata for swap, then explicitly panic()jhb2008-07-301-1/+1
* Whitespace tweak.jhb2008-07-301-1/+0
OpenPOWER on IntegriCloud