summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Since r251709 a slab no longer use 8-bit indicies to manage items,glebius2013-07-241-8/+0
* Decouple the UUID generator from network interfaces by having MACmarcel2013-07-243-34/+103
* Fix a bug in cp += SA_SIZE() in RTA_* loop. This could preventhrs2013-07-241-8/+7
* Increase the size of the OFW bounce buffer to 4 pages. With this I can now runjhibbits2013-07-241-3/+3
* - Remove the long obsolete 'vm_pageout_algorithm' experiment.jeff2013-07-241-9/+2
* Add support for emulation of the "or r/m, imm8" instruction.neel2013-07-231-3/+60
* - Correct a stale comment. We don't have vclean() anymore. The work isjeff2013-07-231-5/+0
* Fix a bug introduced in r252646 that causes a page with the PG_PTE_PAT bit setneel2013-07-231-3/+18
* wordexp(): Fix syntax validation for backslashes in single-quotes.jilles2013-07-232-1/+14
* Generate debug data release dist setsemaste2013-07-231-1/+29
* tmpfs works perfectly fine with -o union -- there is no reason to exclude itnwhitehorn2013-07-231-1/+1
* Add the support for 802.1q and port based vlans for arswitch.loos2013-07-2312-70/+661
* Remove the large part of struct ipsecstat. Only few fields of thisae2013-07-238-113/+21
* Fix the arswitch instability problem. It turns out that theloos2013-07-234-27/+9
* Add a new flag (ETHERSWITCH_VID_VALID) to say what vlangroups are in use.loos2013-07-236-12/+35
* Fix the usage error message. The valid range is up to max. vlan - 1 since vl...loos2013-07-231-1/+3
* Remove ftp2.tr.freebsd.org, it is out of date.gavin2013-07-233-3/+0
* Revert r249590 and in case if mp_ncpus isn't initialized use MAXCPU. Thisglebius2013-07-232-3/+4
* Add constant for PPP-Max-PayLoad tag.glebius2013-07-232-0/+3
* Add isnan() and isinf() to the global namespace in libstdc++'s <cmath>.theraven2013-07-231-0/+2
* In pci_cfgregread() and pci_cfgregwrite(), multiplex the domain andmarcel2013-07-231-2/+2
* In ia64_mca_init(), don't limit the allocation of the info block tomarcel2013-07-231-2/+2
* In pmap_mapdev(), if the physical memory range is not covered by an EFImarcel2013-07-231-1/+1
* Fix previous commit when option RACCT is not used.jlh2013-07-221-0/+2
* Fix a panic in the racct code when munlock(2) is called with incorrect values.jlh2013-07-221-1/+4
* Add TP-LINK TL-WDN4800.pluknet2013-07-221-0/+1
* Update chipset support list for ath_hal.pluknet2013-07-221-2/+4
* Merge in phase 14+ -> 16 mps driver fixes from LSI:ken2013-07-227-391/+687
* CAM and mps(4) driver scanning changes.ken2013-07-226-315/+198
* Document EINVAL error return from PT_LWPINFOemaste2013-07-221-1/+9
* Fix build.glebius2013-07-221-1/+2
* Sync-up with bsdinstall(8) FTP mirrorselect changes.dteske2013-07-222-53/+18
* Add some USB gadget example drivers for USB audio, USB keyboard,hselasky2013-07-2213-0/+2322
* Update mirror list to more closely matchgavin2013-07-221-38/+7
* For consistency with previous releases, name the cdrom installgjb2013-07-221-5/+6
* Remove weirdly-named autofoo file. This is not needed for the (FreeBSD)cperciva2013-07-221-98/+0
* 5725 family of devices corrupts TSO packets when TSO DMA buffersyongari2013-07-221-11/+45
* This file isn't derived from anything delivered by Berkeley, so removeimp2013-07-221-4/+0
* Remove cr_prison NULL check from proc_to_reap.mjg2013-07-221-2/+1
* Remove duplicate assertion from tdsendsignal.mjg2013-07-221-3/+1
* Fix an XHCI regression:hselasky2013-07-211-11/+9
* Regenerate.kib2013-07-215-26/+192
* Implement compat32 wrappers for the ktimer_* syscalls.kib2013-07-215-45/+141
* Wrap kmq_notify(2) for compat32 to properly consume struct sigevent32kib2013-07-212-26/+61
* The freebsd32_lio_listio() compat syscall takes the struct sigevent32.kib2013-07-211-1/+1
* Move the convert_sigevent32() utility function into freebsd32_misc.ckib2013-07-213-25/+28
* Fix several warnings.kib2013-07-211-8/+10
* Cosmetic change, use the same union name on the left and right sideskib2013-07-211-1/+1
* Do not set ND6_IFF_ACCEPT_RTADV on if_bridge(4) interfaces whenhrs2013-07-211-5/+23
* - Use getnameinfo() for both of AF_INET and AF_INET6 in routename().hrs2013-07-211-46/+54
OpenPOWER on IntegriCloud