summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Allow KASSERT to log instead of panic.alfred2012-12-072-5/+129
* Typo in a comment.rpaulo2012-12-071-1/+1
* Make this work for 64 bit binaries.rpaulo2012-12-071-9/+22
* Add XC900 SKU mapping.adrian2012-12-071-0/+3
* Add a new 900MHz GSM regulatory SKU for the Xagyl Communications XC900M.adrian2012-12-072-0/+53
* Use uint instead of int for flags exported via sysctl.alfred2012-12-071-3/+3
* Document pffinddomain().kevlo2012-12-072-1/+11
* Document that socket(2) may fail with EAFNOSUPPORT if the family cannotkevlo2012-12-071-7/+12
* - according to POSIX, make socket(2) return EAFNOSUPPORT rather thankevlo2012-12-073-25/+42
* Fix build: reflect the increased field number.delphij2012-12-071-1/+1
* Add amd64 implementations for 8-byte bus_space routines.jimharris2012-12-063-40/+171
* - Rewrite radius servers traversal algorithm.sem2012-12-067-42/+212
* Add PCI device ID for 8-channel IDT NVMe controller, and clarify that thejimharris2012-12-062-2/+4
* Rule memory garbage collecting in new pf scans only states that are onglebius2012-12-061-5/+7
* Close possible races between state deletion and sent being sent outglebius2012-12-061-3/+4
* Remove extra PFSYNC_LOCK() in pfsync_bulk_update() which lead to lockglebius2012-12-061-2/+0
* Revert erroneous r242693. A state may have PFTM_UNLINKED being on theglebius2012-12-061-10/+0
* Eliminate superfluous code.davidxu2012-12-061-1/+0
* Add the Programmer Dvorak Keyboard Layouteadler2012-12-063-2/+121
* Change the default to 'cru' for speed reasons.eadler2012-12-061-1/+1
* Clean up hardcoded ar(1) flags in the tree to use the global ARFLAGS ineadler2012-12-0627-52/+55
* Prefer the use of initalizer lists to ctor assignment.eadler2012-12-062-3/+2
* Avoid the creation of a temporary object by using the prefix operatoreadler2012-12-061-9/+9
* Constify where possibleeadler2012-12-062-7/+7
* Fixup r243901:attilio2012-12-051-9/+12
* Don't write-back the cachelines if we really just want to invalidate them.cognet2012-12-051-1/+1
* Fix an old bug in devd, where it uses std::sort() to sort the variousdim2012-12-051-1/+1
* remove redundant yyparse declarationsbapt2012-12-053-3/+0
* Don't call bus_dmamap_load in CAM_DIR_NONE case, since there is nothingjimharris2012-12-051-13/+15
* - Move definition of V_deembed_scopeid to scope6_var.h.hrs2012-12-056-121/+73
* The softclock_call_cc() is executing with the callout already removedkib2012-12-051-29/+32
* Check for lockmgr recursion in case of disown and downgrade and panicattilio2012-12-051-2/+19
* Use Bernard Baruch's full name.eadler2012-12-051-2/+2
* Simplify string duplication: use strdup instead of malloc + strcpyeadler2012-12-051-6/+5
* Avoid overflowing the file buffereadler2012-12-051-1/+1
* Use strdup instead of malloc + strcpyeadler2012-12-051-6/+4
* Avoid overflow of file buffereadler2012-12-051-1/+1
* Remove useless check for NULL prior to free.eadler2012-12-052-4/+2
* Remove hack to emulate effective uid and just use the EUID's name in theeadler2012-12-052-8/+2
* Remove pointless check for the existence of /usr/bin/less which existseadler2012-12-051-13/+1
* Add ability to mergemaster to permit the user to typeeadler2012-12-051-0/+5
* Connect organization.dot to the buildeadler2012-12-051-1/+2
* if PACKAGESITE url scheme is not 'file://', always try to revolv SRV records andbapt2012-12-054-9/+222
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-05178-593/+582
* Remove dead code that clang refuses to compile.rpaulo2012-12-051-10/+0
* Fix a race between kern_setitimer() and realitexpire(), where thekib2012-12-043-5/+2
* Do not allocate buffer of the 255 bytes length on the stack.kib2012-12-041-3/+6
* Fix fallout from r243019, which broke parsing of shortened networkglebius2012-12-041-0/+7
* - Fix LOR in sa6_recoverscope() in rt_msg2()[1].hrs2012-12-043-41/+45
* libc: Use the new 'e' fopen() mode option to simplify fstab.c.jilles2012-12-041-11/+1
OpenPOWER on IntegriCloud