summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Audit the argv and env vectors passed in on exec:wsalamon2006-09-019-12/+155
* Don't build iwi(4) on amd64, there are problems with the firmware modules.brueffer2006-09-011-1/+0
* Fix my error in rev. 1.109.glebius2006-09-011-2/+2
* In cpu_set_user_tls(), properly set the thread pointer. It is 0x7000marcel2006-09-012-2/+2
* More ispfwfunc definitions funnies which break pre-7.0 builds.mjacob2006-09-013-2/+4
* Add missing pre-7.0 firmware pointer. Oops.mjacob2006-09-011-0/+3
* fix bug in 2322 receive sequencer f/w loadmjacob2006-09-011-3/+3
* Add support for another ATI IGP 340M (RS200M) AGP bridge.anholt2006-09-012-2/+8
* Just foward declare 'struct adapter' instead of declaring an actualjhb2006-08-311-2/+3
* Compare the correct field against NULL when determining whether or not tojhb2006-08-311-1/+1
* Recognise IPv6 PIM packets.jhay2006-08-311-0/+6
* Add PHY support for BCM5752.yongari2006-08-311-0/+2
* Add Broadcom BCM5752 PHY id.yongari2006-08-311-0/+1
* Fix typos: s/rebulid/rebuild/rse2006-08-311-4/+4
* Reorder some statments. Fix typo and remove stale comments.davidxu2006-08-301-20/+16
* Properly initialize the nVidia MCP5X interrupts etc.sos2006-08-301-2/+7
* Remove dead code, already defined in sys/cdef.hcognet2006-08-301-9/+0
* Use ENTRY_NP for alternate entry points instead of ENTRY to avoid callingcognet2006-08-301-3/+3
* Use ENTRY instead of ALTENTRY, it doesn't exist on arm.cognet2006-08-291-1/+1
* Fix for a deadlock triggered by a 'umount -f' causing a NFS request to nevermohans2006-08-291-2/+14
* The _sx_assert() prototype should exist if either of INVARIANTS orjhb2006-08-291-1/+1
* Restore Digital Outpur Register (DOR) for enhanced controller after reset.jkim2006-08-291-2/+2
* Ooops m->md.pvh_attrs can't be used to know if the page is writeable, becausecognet2006-08-281-4/+1
* Relocate the vector page for AT91, to work around bugs with the LOW_VECTORcognet2006-08-283-9/+13
* FREE -> freessouhlal2006-08-281-2/+2
* MFi386 parts of rev 1.55 (modulo real MD parts):netchild2006-08-281-9/+10
* Update comments about interrupted mutex locking.davidxu2006-08-281-12/+5
* Regenerate.davidxu2006-08-286-12/+16
* This is initial version of POSIX priority mutex support, a new userlanddavidxu2006-08-284-201/+1749
* Implement casuword32, compare and set user integer, thank Marcel Moolenarrdavidxu2006-08-288-2/+96
* Refactor vm_page_sleep_if_busy() so that the test for a busy page isalc2006-08-272-25/+41
* Fix video playing and network connections in realplayer (and most likelynetchild2006-08-271-14/+11
* Fill in dump_avail[] before pmap_boostrap() is called so thatcognet2006-08-271-4/+4
* Resurrect reference to (contemporary) kern.ipc.nmbclusters.marck2006-08-271-1/+2
* regennetchild2006-08-276-10/+12
* Add the linux statfs64 call. This allows Tivoli backup to proceed a littlenetchild2006-08-275-4/+53
* GCC 3.4.6 gets confused on this file and produces bogus warning.kan2006-08-261-1/+1
* 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
OpenPOWER on IntegriCloud