summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Pass a value of type vm_prot_t to pmap_enter_quick() so that it determinealc2005-09-0312-24/+32
* Moved descriptions of securelevels from init(7) to security(7).garys2005-09-032-69/+68
* Document that `in word ...' is optional in the for command.stefanf2005-09-031-2/+7
* Typo.phk2005-09-031-1/+1
* If we ignore an unknown % sequence, we must stop interpreting thephk2005-09-031-2/+9
* Update for OpenSSH 4.2p1.des2005-09-031-3/+4
* Regeneratedes2005-09-031-11/+55
* Resolve conflicts.des2005-09-0355-1006/+1397
* This commit was generated by cvs2svn to compensate for changes in r149749,des2005-09-0366-823/+2460
|\
| * Vendor import of OpenSSH 4.2p1.des2005-09-03117-1680/+3842
* | fine-tune.des2005-09-031-2/+2
* | Unbreak the build.ssouhlal2005-09-031-2/+4
* | Return 1 from the unalias builtin if _any_ removal fails, not just the laststefanf2005-09-021-1/+1
* | Remove extra getenv() declaration.stefanf2005-09-021-1/+0
* | In version 1.8 I botched findval()'s type, fix.stefanf2005-09-021-1/+1
* | Document that unalias can be used to remove several alias names.stefanf2005-09-021-5/+3
* | Add a SYSUNINIT() to SX_SYSINIT() to call sx_destroy() to destroy the sxjhb2005-09-021-3/+5
* | - Add some comments to some of the static lock orders. Don't explicitlyjhb2005-09-021-5/+14
* | - Add an assertion to panic if one tries to call mtx_trylock() on a spinjhb2005-09-021-1/+4
* | Add witness warnings to panic if a thread tries to exit while holding anyjhb2005-09-022-0/+5
* | Use non-debug macros inside debugging functions, to preventglebius2005-09-021-4/+4
* | Change default KTR_COMPILE from KTR_GEN to KTR_ALL, to match withglebius2005-09-021-1/+1
* | Use socklen_t variables when passing sizes to getsockname() andstefanf2005-09-021-4/+4
* | The appropriate argument is -K -1, not -k -1.stefanf2005-09-021-2/+2
* | Actually block Ctrl-C (SIGINT=2).brooks2005-09-021-2/+2
* | Fix a syntax error in the generated code when invoked with -P. Note thatstefanf2005-09-021-1/+0
* | When we supersed the subnet-mask, write the forced value to the leasebrooks2005-09-021-10/+14
* | - Alwasy explicitly bring the interface up before configuring it.brooks2005-09-021-7/+17
* | Block SIGQUIT (Ctrl-C) while running in startup mode. This should allowbrooks2005-09-021-4/+4
* | Break out the checks for duplicates and absolute settings being too highnjl2005-09-021-8/+17
* | Print out a warning and a backtrace if we try to unlock a lockmgr thatssouhlal2005-09-021-0/+7
* | Use vput() instead of vrele() in null_reclaim() since the lower vnodessouhlal2005-09-021-4/+5
* | *_mountfs() (if the filesystem mounts from a device) needs devvp to bessouhlal2005-09-026-39/+26
* | - Do not allocate memory to entries in /var/rwho which have been down forssouhlal2005-09-021-3/+3
* | ffs_mountfs() needs devvp to be locked, so lock it.ssouhlal2005-09-021-5/+3
* | Don't unbusy the devfs mount in vfs_mountroot_try() as it gets accessedssouhlal2005-09-021-1/+0
* | Forced commit to set an MFC reminderjcamou2005-09-020-0/+0
* | Stop generating the `register' keyword.stefanf2005-09-023-4/+4
* | Don't generate K&R C code. The -C flag is kept for backwards compatibility.stefanf2005-09-029-402/+125
* | Update URL and email address.jcamou2005-09-021-2/+2
* | MFp4: kill bogus commentimp2005-09-021-5/+0
* | Fix typo in usage.emax2005-09-011-1/+1
* | In case of mac_check_vnode_rename_from() or vn_start_write() failure,pjd2005-09-012-2/+4
* | At some point in the past, we read the PROM by words. Now we readimp2005-09-011-6/+2
* | Only write the dispatch table function prototypes to the header if the -hstefanf2005-09-013-25/+24
* | Fix a few small problems and bump the date.scottl2005-09-011-3/+4
* | Typo in comment.jhb2005-09-011-1/+1
* | Improve POSIX conformance:stefanf2005-09-011-7/+7
* | Include needed headers that were obtained through <pthread.h>. Sort headersstefanf2005-09-0111-9/+28
* | Add support for setting GPT partition labels. The partitions to bemarcel2005-09-015-33/+343
OpenPOWER on IntegriCloud