summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Instead of rolling our own jail number allocation procedure, usedelphij2008-04-112-26/+18
* Use kthread_exit() to terminate a taskqueue thread rather than kproc_exit()jhb2008-04-111-1/+1
* Don't call acpi_disabled() because we are not part of the acpi.korpaulo2008-04-111-1/+1
* Don't mess up with CHN_F_TRIGGERED, since it should exclusivelyariff2008-04-111-4/+10
* Style nit. No functional change.rpaulo2008-04-111-2/+3
* Fix the brokenness in the former commit, sorry for the mess.sos2008-04-1110-83/+91
* Fix some issues that showed up during Kris' testing.dfr2008-04-112-16/+36
* - Use a lockmgr lock rather than a mtx to protect dirhash. This lockjeff2008-04-112-228/+291
* - cache dp->i_offset in the local 'i_offset' variable for use in loopjeff2008-04-111-29/+48
* Identify ICH9 USB controllers.benno2008-04-112-0/+26
* - Add the interrupt vector number to intr_event_create so MI code canjeff2008-04-1111-69/+127
* Fix clearing of nVidia interrupts.sos2008-04-101-3/+11
* Don't break identity mapping set up for ACPI resume path.takawata2008-04-101-2/+5
* Correct pmap_copy()'s method for extracting the physical address of aalc2008-04-102-12/+12
* - Add ASUS G2K laptop support.jkim2008-04-101-34/+105
* Add experimental support for SATA Port Multiplierssos2008-04-1024-648/+1296
* Fix copy-n-paste typos in free text.marcel2008-04-101-3/+3
* Add support for MCP73 chips.yongari2008-04-102-0/+16
* It seems that RealTek 8129/8139 chip reports invalid length ofyongari2008-04-101-3/+5
* Add memrchr(3).delphij2008-04-101-1/+1
* Add support for Verizon v740 to ubsa(4).flz2008-04-092-0/+3
* - Add support for IPI_PREEMPT. [1]marius2008-04-094-2/+15
* - Use LK_TYPE_MASK where needed. Actually after sys/sys/lockmgr.h:1.69 it ispjd2008-04-091-3/+5
* Do image loading in a context known to have a root directory:sam2008-04-091-23/+121
* Add memory barriers to the node locking operations.mav2008-04-091-18/+32
* fix locking botchsam2008-04-091-1/+3
* Revert the previous change and let PROBE_KEYBOARD function identical to -Pjhb2008-04-091-4/+2
* Remove using magic value of -1 to distinguish between linux_open()rdivacky2008-04-091-5/+3
* Fix a problem which stopped this from starting up on a kernel compileddfr2008-04-091-3/+4
* Include <sys/types.h> before <sys/systm.h> to get typedefs requiredgrehan2008-04-098-8/+8
* Take the route mtu into account, if available, when sending anbz2008-04-093-7/+28
* Unbreak after removal of SI_SUB_MOUNT_ROOT.marcel2008-04-091-12/+1
* Reimplement atomic_add, atomic_clear, atomic_set and atomic_subtractmarcel2008-04-091-272/+294
* Clean up and fix style(9) nits.jkim2008-04-081-2852/+2938
* - Add write(2) support for psm(4) in native operation level. Now arbitraryjkim2008-04-082-8/+54
* o add a mountroot event handler that fires when / is mounted; this informationsam2008-04-083-1/+6
* change taskqueue_start_threads to create threads instead of proc'ssam2008-04-081-22/+24
* Quick fix for the kernel build breakage in netgraph and themarcel2008-04-081-2/+4
* Always set the bell_pitch to 800. This catch up with the sysbeep() argumentnyan2008-04-082-8/+1
* Bump __FreeBSD_version after the implementation of the openat() andkib2008-04-081-1/+1
* In some situations we were not clearing pending link state attentions.bz2008-04-081-0/+17
* Remove some long-dead codekevlo2008-04-087-62/+1
* Regeneratekib2008-04-086-82/+146
* Implement the linux syscallskib2008-04-0818-185/+483
* Add a couple of missing wireless NIC driver modules.weongyo2008-04-081-0/+5
* Add PCI ID's for ICH8 USB controllers.jhb2008-04-072-0/+33
* Remove TCP options ordering assumptions in tcp_addoptions(). Orderingandre2008-04-071-1/+11
* Remove now unnecessary comment.andre2008-04-071-2/+0
* Use #defines for TCP options padding after EOL to be consistent.andre2008-04-072-2/+4
* Revert back to probing Host-PCI bridges in the order we encounter them injhb2008-04-071-18/+11
OpenPOWER on IntegriCloud