summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Since the width is always 2, it is enough to put just oneume2009-06-181-2/+2
* - Don't hard code _.disk.full. Use the variable.n_hibma2009-06-181-3/+2
* Reverse some stuff I accidentally committed in the previous commit:n_hibma2009-06-181-5/+5
* Fix tabs, slightly improve comments.ivoras2009-06-181-9/+9
* Replace use of ic->ic_flags with vap->iv_flags to operate on per-vap flagscokane2009-06-181-8/+10
* Allow building world into a separate dir (for reuse in multiple images):n_hibma2009-06-181-63/+62
* Add support for UMA_SLAB_KERNEL to page_free(). (While I'm here remove analc2009-06-181-2/+4
* Fix some of the style errors in *getpages().alc2009-06-182-36/+26
* Add the SVC_RELEASE(xprt), as required by r194407.rmacklem2009-06-172-0/+2
* Since svc_[dg|vc|tli|tp]_create() did not hold a reference count on thermacklem2009-06-175-4/+18
* Properly flush input after an error in backquotes in interactive mode.jilles2009-06-171-1/+1
* Eliminate unnecessary forward declarations.alc2009-06-171-3/+0
* Regen.jhb2009-06-1710-86/+57
* Regen for added flags field.jhb2009-06-172-78/+78
* - Add the ability to mix multiple flags seperated by pipe ('|') charactersjhb2009-06-173-41/+74
* Keep dirhash tailq locked throughout the entirety of ufsdirhash_destroy() to fixsnb2009-06-171-11/+11
* Retire the unused stub for the nfsclnt() system call.jhb2009-06-171-3/+0
* Remove the now-unused NOIMPL flag. It serves no useful purpose given thejhb2009-06-172-6/+3
* - NOSTD results in lkmressys being used instead of lkmssys.jhb2009-06-171-2/+2
* update usb config; the old stack is gonesam2009-06-171-11/+12
* enable npe-a now that it workssam2009-06-171-5/+5
* Add workaround to get IXP435 NPE-A working: reseting NPE-A after NPE-Csam2009-06-171-28/+24
* Refactor contigmalloc() into two functions: a simple front-end that dealsalc2009-06-172-8/+22
* Teach cpu_est_clockrate() about the G5's slightly different PMC. Thisnwhitehorn2009-06-172-4/+58
* Add explicit includes for jail.h to the files that need them andbz2009-06-178-3/+7
* Fix column width of weekday names for multibyte locales.ume2009-06-171-9/+18
* Use the right jail parameters for -v (cpuset has changed to cpuset.id).jamie2009-06-171-1/+1
* Fix handling of ".." in nfs_lookup() for the forced dismount casermacklem2009-06-171-14/+36
* For dotdot lookup in nfs_lookup, inline the vn_vget_ino() to preventkib2009-06-171-10/+39
* Add the explicit include of vimage.h to another five .c files stillbz2009-06-176-3/+5
* Decrement state->ls_threads when vnode appeared to be doomed.kib2009-06-171-0/+2
* Changes to the NR-Sack code so that:rrs2009-06-174-224/+132
* Add a .cvsignore file and along with that put an svn:ignore proprtybz2009-06-171-0/+1
* Make compile again using proper protoypes forbz2009-06-171-2/+2
* Make compile again using the correct prototype for thebz2009-06-172-7/+11
* Pass the size of the mapping to contigmapping() as a "vm_size_t" ratheralc2009-06-171-16/+13
* - Allow a higher value for the number of heads. Its better to do this and allowlulf2009-06-171-1/+1
* - Back out the previous change in order to maintain compatibility.lulf2009-06-171-2/+2
* When copy+paste goes wrong... Remove duplicate "expr".edwin2009-06-171-1/+1
* Make the maintenance of a page's valid bits by contigmalloc() more likealc2009-06-172-3/+6
* adds opt_inet6.h to fix a error during compiling wlan as a module.weongyo2009-06-171-1/+2
* reorders the sequence when the device is detached. After detaching theweongyo2009-06-171-6/+34
* correct data/instruction memory sizes for non-ixp425 parts (thesesam2009-06-171-2/+8
* remove IAL vestige for defining the max data/instruction memory size;sam2009-06-171-9/+2
* o correct default miibase for NPE-B and NPE-C; these values aresam2009-06-171-7/+27
* add ixp4xx_write_feature_bitssam2009-06-172-0/+7
* Introduce support for adaptive spinning in lockmgr.attilio2009-06-175-21/+220
* Fix a typo from the previous commit.jkim2009-06-161-1/+1
* Sync acpi(4) kld module Makefile with conf/options.jkim2009-06-161-3/+3
* iiin -> inedwin2009-06-161-1/+1
OpenPOWER on IntegriCloud