summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Correct function name in panic().pjd2008-04-071-1/+1
* - Use a different encoding for lockmgr options: make them encoded byattilio2008-04-072-22/+22
* Actually, I was looking at the wrong Linux .c file. Set INIT2 to itsrpaulo2008-04-072-2/+2
* Add further TCP inpcb locking assertions to some TCP input code paths.rwatson2008-04-071-0/+11
* * Add missing #else in the #ifdef DEBUG section.rpaulo2008-04-072-5/+6
* "Prettyfy" numbers in hexadecimal. No functional change.rpaulo2008-04-071-2/+2
* Remove isa_if.h.rpaulo2008-04-071-1/+1
* The SMC is represented on the acpi tables, so we can completely removerpaulo2008-04-072-56/+84
* Add opt_intr_filter.h.rpaulo2008-04-071-1/+1
* Update pmap_page_wired_mappings() so that it counts 2/4MB page mappings.alc2008-04-072-8/+36
* Maintain and observe a ZBUF_FLAG_IMMUTABLE flag on zero-copy BPFrwatson2008-04-073-14/+125
* Coerce if_loop.c in the general direction of style(9):rwatson2008-04-071-33/+18
* vfs_syscalls.c 1.452 mistakenly swapped the behavior of chown() and lchown().truckman2008-04-071-1/+1
* In in_pcbnotifyall() and in6_pcbnotify(), use LIST_FOREACH_SAFE() andrwatson2008-04-062-11/+4
* Bump __FreeBSD_version in order to reflect lockmgr_rw() andattilio2008-04-061-1/+1
* Optimize lockmgr in order to get rid of the pool mutex interlock, of theattilio2008-04-0610-826/+1043
OpenPOWER on IntegriCloud