summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Add rwlock to struct dadq. A panic could occur when a large number ofhrs2014-05-291-10/+32
* Correct KASSERT stringsemaste2014-05-291-4/+4
* In the grab function, keep the bit 6 on in the IER, on XScale, using 0cognet2014-05-291-1/+6
* Update number of tests.pfg2014-05-291-1/+1
* Minor style knit.pfg2014-05-291-2/+1
* Fix pf(4) to build with MAXCPU set to 256. MAXCPU is actually a count,jhb2014-05-291-1/+1
* Add VGAROM 8x8, 8x14 and 8x16 fonts for vt(4)emaste2014-05-294-1/+277
* Do not hand the VM the memory used for stacks/page tables/etc.cognet2014-05-295-0/+20
* For old CPUs, map the 64 first MB of RAM as it used to be. Some portscognet2014-05-291-1/+25
* Add support for the unmapped i/o to mfi(4).kib2014-05-295-15/+25
* Add missing , in converted font outputemaste2014-05-291-1/+1
* When usermode loaded non-default segment selector into the %gs,kib2014-05-291-3/+20
* Reorganize this Makefile so that all the bsd.*.mk bits are in onejhb2014-05-291-16/+16
* Fix a typo.gjb2014-05-291-1/+1
* netinet/in.h: Expose htonl(), htons(), ntohl() and ntohs() in strict POSIXjilles2014-05-291-2/+2
* Add gallant vt(4) font as an example of font loading for vt(4).ray2014-05-293-2/+198
* Enable kbdcontrol(1) to use maps from vt(4) keymaps dir /usr/share/vt/keymapsray2014-05-292-1/+20
* Add gallant vt(4) font as an example of font loading for vt(4).ray2014-05-293-0/+14
* mdoc: add missing paragraph macro.pluknet2014-05-291-0/+1
* o Teach vidcontrol(1) how to load vt(4) font.ray2014-05-292-13/+142
* Remove driver as unused.ray2014-05-291-141/+0
* Factor out kernel configuration for DWC OTG FDT attach code.hselasky2014-05-293-2/+1
* Add some more spinlocks to protect the state of the USB transferhselasky2014-05-291-27/+38
* Hook the ISP/SAF1761 driver into MIPS kernel builds.hselasky2014-05-297-16/+22
* Optimise the ISP/SAF1761 driver:hselasky2014-05-293-43/+266
* Correct the description of characters allowed. Based on pw_checkname inwblock2014-05-291-7/+17
* Commit the rest of the changes that were intended to be part of r266826.markj2014-05-295-87/+9
* Move some duplicated hook definitions from machine-dependent files tomarkj2014-05-291-3/+5
* Use IPv4 statistics in ipsec4_process_packet() rather than the IPv6bz2014-05-281-2/+2
* - Actually, modules are built correctly when compiled along the kernel asmarius2014-05-281-7/+2
* - Shrink the list of excluded modules to what actually still doesn't buildmarius2014-05-281-4/+3
* Add a temporary hack to change the various non-build related specialjhb2014-05-281-0/+3
* Initialize r_flags the same way in all cases using a sanitized copy oftruckman2014-05-281-15/+15
* Don't break the legacy applications which setume2014-05-281-1/+5
* Fixes for ISP/SAF1761 host mode:hselasky2014-05-283-64/+133
* Actually, just merge r233362 and do away with the unnecessary uint8_tmarius2014-05-281-1/+1
* Use M_WAITOK for the NGM_PIPE_SET_CFG control message. We expect it toglebius2014-05-281-1/+1
* Remove nop.hselasky2014-05-281-1/+0
* Fixed IPv4-in-IPv6 and IPv6-in-IPv4 IPsec tunnels.vanhu2014-05-289-558/+276
* Commit the right version of r266793.marius2014-05-281-1/+1
* Fix for big endian architectures. The "up_address" field is 8-bit andhselasky2014-05-281-1/+1
* - Fix compilation with PAE support enabled by improving the casting ofmarius2014-05-281-7/+8
* Fix DMA handling in radeon_dummy_page_init():marius2014-05-281-2/+2
* reference the correct variable in a commentluigi2014-05-281-1/+1
* Add simple polling mechanism that works for KDB.br2014-05-281-1/+22
* Document support for Intel Centrino Wireless-N 105, added in r266770.brueffer2014-05-281-1/+2
* Describe I2C arbitrator device in DTS and use it for Chromebook Snow only.br2014-05-282-11/+53
* o Add kernel configuration for HP Chromebook 11br2014-05-286-3/+130
* In r218101 I have not changed properly the futex syscall definition.dchagin2014-05-281-13/+16
* Remove the assert which can be triggered by the userspace. Thekib2014-05-281-4/+1
OpenPOWER on IntegriCloud