aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* When running pkg_add -r, check & install our dependencies for eachBrian Somers2009-06-196-44/+81
* In preparation for raising NGROUPS and NGROUPS_MAX, change baseBrooks Davis2009-06-1913-44/+109
* When checking if we can write to a file, use access() instead of aBrooks Davis2009-06-191-28/+2
* MFV of r194480Edwin Groothuis2009-06-191-6/+9
|\
| * Vendor import of tzdata2009jvendor/tzdata/tzdata2009jEdwin Groothuis2009-06-191-6/+9
* | The "original" PR said that there were two issues with the motdEdwin Groothuis2009-06-191-1/+1
* | ieee80211_dwds_mcast(): check the correct mbuf ptr after encap.Rui Paulo2009-06-181-1/+1
* | Fix a deadlock in the getpeername() method for UNIX domain sockets.John Baldwin2009-06-181-4/+4
* | Track the kernel mapping of a physical page by a new entry in vm_pageAndrew Thompson2009-06-183-43/+164
* | Utilize the new function kmem_alloc_contig() to implement the UMA back-endAlan Cox2009-06-181-17/+4
* | Re-do r192913 in less intrusive way. Only do IP_RECVDSTADDR/IP_SENDSRCADDRAlexander Kabaev2009-06-184-28/+37
* | Since the width is always 2, it is enough to put just oneHajimu UMEMOTO2009-06-181-2/+2
* | - Don't hard code _.disk.full. Use the variable.Nick Hibma2009-06-181-3/+2
* | Reverse some stuff I accidentally committed in the previous commit:Nick Hibma2009-06-181-5/+5
* | Fix tabs, slightly improve comments.Ivan Voras2009-06-181-9/+9
* | Replace use of ic->ic_flags with vap->iv_flags to operate on per-vap flagsColeman Kane2009-06-181-8/+10
* | Allow building world into a separate dir (for reuse in multiple images):Nick Hibma2009-06-181-63/+62
* | Add support for UMA_SLAB_KERNEL to page_free(). (While I'm here remove anAlan Cox2009-06-181-2/+4
* | Fix some of the style errors in *getpages().Alan Cox2009-06-182-36/+26
* | Add the SVC_RELEASE(xprt), as required by r194407.Rick Macklem2009-06-172-0/+2
* | Since svc_[dg|vc|tli|tp]_create() did not hold a reference count on theRick Macklem2009-06-175-4/+18
* | Properly flush input after an error in backquotes in interactive mode.Jilles Tjoelker2009-06-171-1/+1
* | Eliminate unnecessary forward declarations.Alan Cox2009-06-171-3/+0
* | Regen.John Baldwin2009-06-1710-86/+57
* | Regen for added flags field.John Baldwin2009-06-172-78/+78
* | - Add the ability to mix multiple flags seperated by pipe ('|') charactersJohn Baldwin2009-06-173-41/+74
* | Keep dirhash tailq locked throughout the entirety of ufsdirhash_destroy() to fixSean Nicholas Barkas2009-06-171-11/+11
* | Retire the unused stub for the nfsclnt() system call.John Baldwin2009-06-171-3/+0
* | Remove the now-unused NOIMPL flag. It serves no useful purpose given theJohn Baldwin2009-06-172-6/+3
* | - NOSTD results in lkmressys being used instead of lkmssys.John Baldwin2009-06-171-2/+2
* | update usb config; the old stack is goneSam Leffler2009-06-171-11/+12
* | enable npe-a now that it worksSam Leffler2009-06-171-5/+5
* | Add workaround to get IXP435 NPE-A working: reseting NPE-A after NPE-CSam Leffler2009-06-171-28/+24
* | Refactor contigmalloc() into two functions: a simple front-end that dealsAlan Cox2009-06-172-8/+22
* | Teach cpu_est_clockrate() about the G5's slightly different PMC. ThisNathan Whitehorn2009-06-172-4/+58
* | Add explicit includes for jail.h to the files that need them andBjoern A. Zeeb2009-06-178-3/+7
* | Fix column width of weekday names for multibyte locales.Hajimu UMEMOTO2009-06-171-9/+18
* | Use the right jail parameters for -v (cpuset has changed to cpuset.id).Jamie Gritton2009-06-171-1/+1
* | Fix handling of ".." in nfs_lookup() for the forced dismount caseRick Macklem2009-06-171-14/+36
* | For dotdot lookup in nfs_lookup, inline the vn_vget_ino() to preventKonstantin Belousov2009-06-171-10/+39
* | Add the explicit include of vimage.h to another five .c files stillBjoern A. Zeeb2009-06-176-3/+5
* | Decrement state->ls_threads when vnode appeared to be doomed.Konstantin Belousov2009-06-171-0/+2
* | Changes to the NR-Sack code so that:Randall Stewart2009-06-174-224/+132
* | Add a .cvsignore file and along with that put an svn:ignore proprtyBjoern A. Zeeb2009-06-171-0/+1
* | Make compile again using proper protoypes forBjoern A. Zeeb2009-06-171-2/+2
* | Make compile again using the correct prototype for theBjoern A. Zeeb2009-06-172-7/+11
* | Pass the size of the mapping to contigmapping() as a "vm_size_t" ratherAlan Cox2009-06-171-16/+13
* | - Allow a higher value for the number of heads. Its better to do this and allowUlf Lilleengen2009-06-171-1/+1
* | - Back out the previous change in order to maintain compatibility.Ulf Lilleengen2009-06-171-2/+2
* | When copy+paste goes wrong... Remove duplicate "expr".Edwin Groothuis2009-06-171-1/+1