summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Rework the credential code to support larger values of NGROUPS andbrooks2009-06-1931-187/+282
* When running pkg_add -r, check & install our dependencies for eachbrian2009-06-196-44/+81
* In preparation for raising NGROUPS and NGROUPS_MAX, change basebrooks2009-06-1913-44/+109
* When checking if we can write to a file, use access() instead of abrooks2009-06-191-28/+2
* MFV of r194480edwin2009-06-191-6/+9
* The "original" PR said that there were two issues with the motdedwin2009-06-191-1/+1
* ieee80211_dwds_mcast(): check the correct mbuf ptr after encap.rpaulo2009-06-181-1/+1
* Fix a deadlock in the getpeername() method for UNIX domain sockets.jhb2009-06-181-4/+4
* Track the kernel mapping of a physical page by a new entry in vm_pagethompsa2009-06-183-43/+164
* Utilize the new function kmem_alloc_contig() to implement the UMA back-endalc2009-06-181-17/+4
* Re-do r192913 in less intrusive way. Only do IP_RECVDSTADDR/IP_SENDSRCADDRkan2009-06-184-28/+37
* 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
OpenPOWER on IntegriCloud