summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Improve an error message.jkoshy2005-09-051-2/+2
* Print pointers with %p rather than casting them to long.stefanf2005-09-052-5/+5
* Reword nic driver MPSAFEness entries to be in line with earlier release notes.brueffer2005-09-052-14/+14
* Remove reference to el(4).joel2005-09-051-1/+0
* Fix panic when loading libiconv.ko on sparc64.imura2005-09-051-2/+4
* Remove Giant mutex from polling(4) and use a separate poll_mtx(4)glebius2005-09-051-38/+81
* In accordance with my intentions announced (and not objected to)dougb2005-09-051-6/+0
* Add a regression test to test two variations on the same bug: joining arwatson2005-09-052-0/+251
* Terminate metadata restore early only on failure, not success.kientzle2005-09-051-2/+4
* Remove all references to nonexistent FreeBSD Security Architecturetjr2005-09-051-57/+3
* Remove references to nonexistent "FreeBSD Security Architecture" document.tjr2005-09-055-25/+0
* - Add tests for hash and return and more tests for set -e.stefanf2005-09-0515-9/+78
* Attempt to complete the userspace integration of POSIX.1e extended ACLs.csjp2005-09-054-2/+104
* Remove duplicate "at" from comment.keramida2005-09-041-1/+1
* Simplify and add PR 77067 which addresses the same bug.stefanf2005-09-041-3/+3
* Remove a race condition that could result in processes being stuckphk2005-09-041-24/+30
* Eliminate unnecessary TLB invalidations by pmap_enter(). Specifically,alc2005-09-042-32/+45
* Fix syntax error that crept in somehow.stefanf2005-09-041-1/+1
* When padding with zero, do pad after prefixes rather than paddingdelphij2005-09-041-1/+5
* clear lock on error in O_LIMIT case of install_statesam2005-09-041-0/+1
* reclaim sbuf and clear lock on error in ifconfsam2005-09-041-1/+4
* Add a couple of regression tests for /bin/sh.stefanf2005-09-0436-0/+202
* When bge_stop() is called from bge_detach(), mii is already NULL, so checkpjd2005-09-041-5/+10
* de(4) is now properly busdma'ed.obrien2005-09-041-1/+0
* o s/vhpt_size/pmap_vhpt_log2size/gmarcel2005-09-033-48/+88
* More consistantly return the correct BAR size. Before, we'd onlyimp2005-09-031-6/+8
* Unbreak hpfs/ntfs/udf/ext2fs/reiserfs mounting.ssouhlal2005-09-035-8/+6
* Fix collision chain termination checks. The result of IA64_PHYS_TO_RR7marcel2005-09-031-16/+18
* 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
OpenPOWER on IntegriCloud