| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't reference vop_std* since they are already implicitly | scottl | 2002-05-02 | 1 | -3/+0 |
* | Modernize | phk | 2002-05-02 | 1 | -52/+71 |
* | Make these functions cancellation points like they should be: | archie | 2002-05-02 | 15 | -15/+198 |
* | Make sure calls to pthread_cancel() do not take effect if the target | archie | 2002-05-02 | 3 | -6/+12 |
* | Revert rev 1.1018. rp(4) and dgb(4) are deemed MI, while the rest of the | obrien | 2002-05-02 | 1 | -37/+0 |
* | Use vop_panic() instead of our home-rolled version. | phk | 2002-05-02 | 1 | -16/+6 |
* | Use vop_panic() instead of rolling our own. | phk | 2002-05-02 | 2 | -43/+19 |
* | Set the permissions on restored symbolic links. | iedowse | 2002-05-02 | 1 | -1/+19 |
* | o Change the implementation of vm_map locking to use exclusive locks | alc | 2002-05-02 | 1 | -26/+24 |
* | Join the pissing contest: generate LINT with a single sed(1) command. | des | 2002-05-02 | 4 | -4/+18 |
* | Add missing UNLOCKs | julian | 2002-05-02 | 1 | -1/+9 |
* | - Protect randompid and nprocs with the allproc_lock. | jhb | 2002-05-02 | 1 | -101/+122 |
* | - Reorder a few things so that when we lock the process at the end of | jhb | 2002-05-02 | 1 | -107/+118 |
* | - Reorder execve() so that it performs blocking operations before it | jhb | 2002-05-02 | 2 | -63/+74 |
* | Un-rot the VOP_ table generator. | phk | 2002-05-02 | 1 | -6/+27 |
* | Make pkg_info working again when argument is a file not in the current | sobomax | 2002-05-02 | 1 | -2/+5 |
* | Make `-g' working for symlinks. | sobomax | 2002-05-02 | 1 | -3/+20 |
* | Kill local variable which shadows global one. This fixes creation of bzip2 | sobomax | 2002-05-02 | 1 | -1/+0 |
* | Hide a pointer to the malloc_type bucket at the end of the freed memory. If | jeff | 2002-05-02 | 3 | -3/+103 |
* | Move around the dbg code a bit so it's always under a lock. This stops a | jeff | 2002-05-02 | 1 | -8/+7 |
* | The width of segsz_t should be 64, not 32 on ia64. | dfr | 2002-05-02 | 1 | -1/+1 |
* | Add the csplit(1) utility, which splits files based on context, as specified | tjr | 2002-05-02 | 1 | -0/+5 |
* | Add the csplit(1) utility, which splits files based on context, as specified | tjr | 2002-05-02 | 3 | -0/+589 |
* | - Changed the size element of uma_zctor_args to be size_t instead of int. | arr | 2002-05-02 | 2 | -4/+4 |
* | - Replaced the Atm_connection storage pool with an uma_zone of | arr | 2002-05-02 | 3 | -29/+31 |
* | malloc/free(9) no longer require Giant. Use the malloc_mtx to protect the | jeff | 2002-05-02 | 4 | -10/+46 |
* | Use shell script version (using awk and sed) of makeLINT.pl. | kuriyama | 2002-05-02 | 3 | -4/+23 |
* | Don't cast incorrectly to malloc(3), and don't use errx(3) if malloc(3) | jmallett | 2002-05-02 | 1 | -2/+2 |
* | In pmap_pinit0, remove duplicate initialization. | marcel | 2002-05-02 | 1 | -12/+1 |
* | PCPU(current_pmap) is initialized in pmap_bootstrap. No need to | marcel | 2002-05-02 | 1 | -1/+0 |
* | Remove redundant declarations of getopt(3) externals (since <unistd.h> does | jmallett | 2002-05-02 | 2 | -4/+2 |
* | __COPYRIGHT() and __SCCSID(). | jmallett | 2002-05-02 | 1 | -12/+3 |
* | An explicit cast to size_t for an inline integer, since the two are not the | jmallett | 2002-05-02 | 1 | -2/+2 |
* | PAMify rexecd(8). | des | 2002-05-02 | 2 | -116/+89 |
* | Add a PAM policy for rexecd(8). | des | 2002-05-02 | 2 | -1/+17 |
* | In udf_bmap(), return the physical block number, not the logical | scottl | 2002-05-02 | 1 | -1/+5 |
* | xdm plays horrid tricks with PAM, and dumps core if it's allowed to call | des | 2002-05-02 | 2 | -0/+2 |
* | Add openpam_nullconv.c to SRCS. | des | 2002-05-02 | 1 | -0/+1 |
* | This commit was generated by cvs2svn to compensate for changes in r95908, | des | 2002-05-02 | 53 | -131/+283 |
|\ |
|
| * | Vendor import of OpenPAM Cinnamon. | des | 2002-05-02 | 53 | -131/+283 |
* | | A markup fix, and document -R as non-standard. | jmallett | 2002-05-02 | 1 | -3/+5 |
* | | Make -J a proper flag internal to the code (rather than just check for | jmallett | 2002-05-02 | 2 | -10/+30 |
* | | o Remove dead and lockmgr()-specific debugging code. | alc | 2002-05-02 | 2 | -23/+0 |
* | | *str is spelled 's1' inside the body of the code. | jmallett | 2002-05-02 | 1 | -4/+2 |
* | | Remove the temporary alignment check in free(). | jeff | 2002-05-02 | 4 | -25/+118 |
* | | Rework some of the -I support so I can't find a way to make xargs(1) core or | jmallett | 2002-05-02 | 2 | -15/+14 |
* | | Minor bug fixes uncovered while working on UFS2. | mckusick | 2002-05-02 | 2 | -2/+2 |
* | | Add some NOTES on the Comtrol Rocketport and the Digiboard drivers. | obrien | 2002-05-01 | 1 | -0/+37 |
* | | Usual after-import fixup of SCM IDs. | obrien | 2002-05-01 | 2 | -2/+2 |
* | | Save the MCA info specific to the AP as part of the AP launch. | marcel | 2002-05-01 | 1 | -2/+9 |