summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix panic associated with file creation via RPC/NFS when the MLS policycsjp2006-08-261-0/+12
* Add 2400 f/w support.mjacob2006-08-262-0/+37
* Add QLogic 2400 (4Gb) firmware.mjacob2006-08-262-1/+12242
* Allow the user process to query the kernel's notion of a maximumrwatson2006-08-262-0/+6
* Fix for a bug that causes the computation of "len" in tcp_output() tomohans2006-08-262-0/+8
* Fix another bug introduced with rev. 1.204; in vfs_donmount() ifmarius2006-08-261-2/+1
* The "taskqueue_fast" spinlocks were renamed to "fast_taskqueue" inssouhlal2006-08-261-1/+1
* Correct the number of retries in a futex_wake() call.netchild2006-08-261-2/+6
* Update kernel OpenBSM parts, especially src/sys/bsm, for the OpenBSMrwatson2006-08-266-147/+229
* Prevent a call to contigmalloc() that asks for more physical memory thanalc2006-08-261-1/+1
* Eliminate unused definitions. (They came from NetBSD.)alc2006-08-253-24/+0
* Move the bridge hook after the loopback check so that IFF_SIMPLEX is honouredthompsa2006-08-251-8/+8
* The bridge cant hear its own transmissions so set IFF_SIMPLEX.thompsa2006-08-251-1/+1
* - Catch up with ongoing rwatson's socket work;emax2006-08-252-184/+68
* Fix comment.pjd2006-08-251-1/+1
* Explicitely set the "allocbuffer" field to NULL when creating a new dmamap.cognet2006-08-251-0/+1
* Do not create dma maps with bus_dmamap_create, as we callcognet2006-08-251-5/+0
* Emulate what vfork does instead of using it in linux_vfork. This waynetchild2006-08-252-2/+25
* Don't call suser_cred() directly from linux_sethostname(), as it justrwatson2006-08-251-3/+0
* Same as previous change, the user provided priority should be reverseddavidxu2006-08-251-2/+2
* Properly initialize and destroy the RAID lock.sos2006-08-251-1/+4
* Fix spelling.thompsa2006-08-251-1/+1
* Remove $P4$ from this file; other then temporarily P4-local work inrwatson2006-08-251-1/+0
* Initialize kg_base_user_pri.davidxu2006-08-251-0/+1
* Add user priority loaning code to support priority propagation fordavidxu2006-08-256-10/+184
* The return value from vm_pageq_add_new_page() is not used. Eliminate it.alc2006-08-252-3/+2
* Add member kg_base_user_pri and flag TDF_UBORROWING, they will be useddavidxu2006-08-251-2/+4
* Remove file that snuck in accidentally in Marcel's gdb commit.grehan2006-08-251-1/+0
* Finally bring it support for the i80219 XScale processor.cognet2006-08-2420-97/+899
* Use ELFDATA2MSB if we're building big endian.cognet2006-08-241-0/+4
* Remove the DPMS code in creator_blank_display(), as it causes somemarius2006-08-241-9/+0
* Add skeletal support for GDB. In particular gdb_cpu_getreg() needsmarcel2006-08-243-0/+127
* Fix typo in a comment: DEFINE_CLASSx => DEFINE_CLASS_x.rik2006-08-241-3/+3
* Fix another fallout from the IF_LLADDR() type change.ru2006-08-241-1/+2
* Fix a bug introduced with rev. 1.204; in vfs_donmount() usemarius2006-08-241-5/+4
* Add kqueue support to audit pipe pseudo-devices.rwatson2006-08-241-0/+84
* Define mtu as u_int16_t not as int. This should fix problem with rfcommemax2006-08-241-1/+2
* Properly lock ifmedia callbacks. This should prevent concurrent access to PHY.oleg2006-08-241-5/+24
* Spellcheck.ru2006-08-241-20/+20
* Correct buffer overflow in the handling of LCP options in ppp(4)cperciva2006-08-231-12/+24
* Pack several boolean fields into single bge_flags field.glebius2006-08-231-1/+1
* Pack several boolean fields into single bge_flags field.glebius2006-08-232-37/+43
* POSIX requires that higher numerical values for the priority representdavidxu2006-08-231-39/+39
* Fix misalignment bugs caused by invalid type casts of pointersmarcel2006-08-224-11/+11
* It seems that em(4) misses Tx completion interrupts under certainyongari2006-08-221-0/+12
* Use aperture base address from north bridge. Some BIOS does not encodejkim2006-08-212-20/+10
* Minor style(9) treatment to make things a little more consistantimp2006-08-212-20/+33
* While checking for update of snapshot file in the ffs_copyonwrite,kib2006-08-211-1/+1
* Implement 'camcontrol reportluns'. This allows users to send the SCSIken2006-08-212-15/+35
* Add _vm_stats and _vm_stats_misc to the sysctl declarations in sysctl.h andalc2006-08-214-4/+2
OpenPOWER on IntegriCloud