summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * Add mention of the `-f`, `-q`, `-S`, and `-V` options in the synopsiskaiw2010-12-261-31/+75
* sh: Fix integer overflow check, it checked an uninitialized variable.jilles2010-12-261-1/+1
* sh: Allow arbitrary large numbers in CHECKSTRSPACE.jilles2010-12-265-25/+30
* Lock the vm page queue mutex in pmap_pte_release around the callcperciva2010-12-261-0/+2
* Correct the order of the arguments to vm_fault_quick_hold_pages().alc2010-12-261-1/+1
* Retire vm_fault_quick(). It's no longer used.alc2010-12-252-19/+0
* Modify the experimental NFS server so that it uses LK_SHAREDrmacklem2010-12-256-78/+102
* Introduce and use a new VM interface for temporarily pinning pages. Thisalc2010-12-2511-291/+116
* o Fix -u flag description: it takes a username as an argument.maxim2010-12-251-1/+1
* Fix typo (Pashka -> Paskha).osa2010-12-253-3/+3
* Slightly improve output of lock(1).ed2010-12-251-1/+8
* Implement support for ELF filters in rtld. Both normal and auxillarykib2010-12-2513-411/+767
* Add a hook to pass debug flags to the build of rtld when doing make inkib2010-12-251-1/+1
* Add an argument to nfsvno_getattr() in the experimentalrmacklem2010-12-243-62/+71
* Simplify vnode locking in the expeimental NFS server'srmacklem2010-12-241-16/+11
* Since VOP_READDIR() for ZFS does not return monotonicallyrmacklem2010-12-241-2/+10
* Always clear flag PMUTEX_FLAG_DEFERED when unlocking, as it is onlydavidxu2010-12-241-2/+2
* Redirect stderr from config to /dev/null. config -m is printing lotsimp2010-12-241-2/+2
* IXP4XX_GPIO_{,UN}LOCK() don't take args. Remove the sc here to makeimp2010-12-231-10/+10
* Don't try to reserve a resource that is already allocated. If the ECDTjhb2010-12-231-0/+8
* Drop the icu_lock spinlock while pausing briefly after masking thejhb2010-12-231-0/+2
* Enlarge hash table for new condition variable.davidxu2010-12-231-2/+2
* style.Makefile says tab between var= and value.delphij2010-12-231-2/+2
* This patch fixes a soft update panic while running perl 5.12 testsmckusick2010-12-231-1/+2
* Allow overriding pidfile and dumpfile.delphij2010-12-223-19/+47
* Use resource_list_reserve() to reserve I/O port and memory resources forjhb2010-12-222-69/+195
* Increase size of pcb_flags to four bytes.jkim2010-12-223-16/+16
* Provide a possibility to configure the inital congestion window to thetuexen2010-12-222-9/+13
* Include std.sentry5 from the SENTRY5 kernel configuration. This wasnwhitehorn2010-12-221-0/+1
* Improve plausibility check in sctp_handle_sack().tuexen2010-12-228-80/+69
* Fix date, broken in r216667.trasz2010-12-221-1/+1
* The 'kern.corefile="whatever"' syntax won't work with sysctl.conf; removetrasz2010-12-221-2/+2
* Add package directories used for the upcoming 8.2 and 7.4 releases,kensmith2010-12-221-0/+4
* Enable build of FDT components by default. dtc is a required build toolnwhitehorn2010-12-221-1/+1
* Add an option to disable the screensaver.brucec2010-12-221-2/+4
* Add IFT_L2VLAN to the list that is capable of supplying the ingredientsjhay2010-12-221-0/+1
* Add sleep queue code.davidxu2010-12-221-0/+175
* MFp4:davidxu2010-12-2212-210/+781
* Improve PCB flags handling and make it more robust. Add two new functionsjkim2010-12-2212-100/+152
* Use newly added NFSRV_FLAG_BUSY flag for nfsrv_fhtovp() to keep mount pointpjd2010-12-211-10/+15
* - Move pubflag and lockflag handling from nfsrv_fhtovp() to nfs_namei() -pjd2010-12-213-40/+37
* On error, unbusy file system and jump to the end, so we won't try to unlockpjd2010-12-211-0/+2
* sh(1): Explain why it is a bad idea to use aliases in scripts.jilles2010-12-211-3/+4
* sh: Add kill builtin.jilles2010-12-218-15/+57
* Extend the hack of r182730 to trick GAS/GCC into compiling access tomarius2010-12-212-4/+6
* After r216626 no extra { } are needed with VFS_UNLOCK_GIANT().pjd2010-12-211-2/+2
* Close body of the VFS_UNLOCK_GIANT() macro into do { } while (0) loop,pjd2010-12-211-1/+5
* Revert r216080 so kmem_map is capped at 3/5 of the currently rather modestmarius2010-12-211-1/+2
* - Add a comment regarding the fact that as documented in the datasheetmarius2010-12-211-3/+7
* sh: Add a function to print warnings (with command name and newline).jilles2010-12-216-14/+27
OpenPOWER on IntegriCloud