summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* - 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
* vm_page_zero_idle()'s return value serves no purpose. Eliminate it.alc2006-08-211-2/+1
* Fix RELENG_4 code version- isp_roles wasn't getting initialized somjacob2006-08-212-3/+6
* Page flags are reset on (re)allocation. There is no need to clear anyalc2006-08-211-8/+0
* Sync the MI parts for amd64 with i386 and remove the corresponding specialnetchild2006-08-202-16/+90
* Correct typo in comment.pjd2006-08-201-1/+1
* Fix a signedness bug.cperciva2006-08-201-1/+1
* Make the default "init_path" value breakable, so it fits on theru2006-08-201-1/+1
* Get rid of some nested includes.netchild2006-08-193-8/+1
* MALLOC -> malloc and FREE -> freessouhlal2006-08-191-4/+4
* ifdef DEBUG a printfssouhlal2006-08-191-0/+2
* comply with style policejulian2006-08-182-6/+8
* Copy powerpc ficl files sysdep files (maybe we need a common one)imp2006-08-182-0/+533
* Build at91imp2006-08-181-1/+1
OpenPOWER on IntegriCloud