summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Swap the order of mount and nmount calls. We now call nmountmux2002-05-021-14/+14
* Convert devfs to nmount.mux2002-05-022-7/+7
* Convert the pseudofs framework to nmount (thus procfs and linprocfs).mux2002-05-022-8/+8
* Convert fdescfs to nmount.mux2002-05-021-6/+5
* Don't reference vop_std* since they are already implicitlyscottl2002-05-021-3/+0
* Modernizephk2002-05-021-52/+71
* Make these functions cancellation points like they should be:archie2002-05-0215-15/+198
* Make sure calls to pthread_cancel() do not take effect if the targetarchie2002-05-023-6/+12
* Revert rev 1.1018. rp(4) and dgb(4) are deemed MI, while the rest of theobrien2002-05-021-37/+0
* Use vop_panic() instead of our home-rolled version.phk2002-05-021-16/+6
* Use vop_panic() instead of rolling our own.phk2002-05-022-43/+19
* Set the permissions on restored symbolic links.iedowse2002-05-021-1/+19
* o Change the implementation of vm_map locking to use exclusive locksalc2002-05-021-26/+24
* Join the pissing contest: generate LINT with a single sed(1) command.des2002-05-024-4/+18
* Add missing UNLOCKsjulian2002-05-021-1/+9
* - Protect randompid and nprocs with the allproc_lock.jhb2002-05-021-101/+122
* - Reorder a few things so that when we lock the process at the end ofjhb2002-05-021-107/+118
* - Reorder execve() so that it performs blocking operations before itjhb2002-05-022-63/+74
* Un-rot the VOP_ table generator.phk2002-05-021-6/+27
* Make pkg_info working again when argument is a file not in the currentsobomax2002-05-021-2/+5
* Make `-g' working for symlinks.sobomax2002-05-021-3/+20
* Kill local variable which shadows global one. This fixes creation of bzip2sobomax2002-05-021-1/+0
* Hide a pointer to the malloc_type bucket at the end of the freed memory. Ifjeff2002-05-023-3/+103
* Move around the dbg code a bit so it's always under a lock. This stops ajeff2002-05-021-8/+7
* The width of segsz_t should be 64, not 32 on ia64.dfr2002-05-021-1/+1
* Add the csplit(1) utility, which splits files based on context, as specifiedtjr2002-05-021-0/+5
* Add the csplit(1) utility, which splits files based on context, as specifiedtjr2002-05-023-0/+589
* - Changed the size element of uma_zctor_args to be size_t instead of int.arr2002-05-022-4/+4
* - Replaced the Atm_connection storage pool with an uma_zone ofarr2002-05-023-29/+31
* malloc/free(9) no longer require Giant. Use the malloc_mtx to protect thejeff2002-05-024-10/+46
* Use shell script version (using awk and sed) of makeLINT.pl.kuriyama2002-05-023-4/+23
* Don't cast incorrectly to malloc(3), and don't use errx(3) if malloc(3)jmallett2002-05-021-2/+2
* In pmap_pinit0, remove duplicate initialization.marcel2002-05-021-12/+1
* PCPU(current_pmap) is initialized in pmap_bootstrap. No need tomarcel2002-05-021-1/+0
* Remove redundant declarations of getopt(3) externals (since <unistd.h> doesjmallett2002-05-022-4/+2
* __COPYRIGHT() and __SCCSID().jmallett2002-05-021-12/+3
* An explicit cast to size_t for an inline integer, since the two are not thejmallett2002-05-021-2/+2
* PAMify rexecd(8).des2002-05-022-116/+89
* Add a PAM policy for rexecd(8).des2002-05-022-1/+17
* In udf_bmap(), return the physical block number, not the logicalscottl2002-05-021-1/+5
* xdm plays horrid tricks with PAM, and dumps core if it's allowed to calldes2002-05-022-0/+2
* Add openpam_nullconv.c to SRCS.des2002-05-021-0/+1
* This commit was generated by cvs2svn to compensate for changes in r95908,des2002-05-0253-131/+283
|\
| * Vendor import of OpenPAM Cinnamon.des2002-05-0253-131/+283
* | A markup fix, and document -R as non-standard.jmallett2002-05-021-3/+5
* | Make -J a proper flag internal to the code (rather than just check forjmallett2002-05-022-10/+30
* | o Remove dead and lockmgr()-specific debugging code.alc2002-05-022-23/+0
* | *str is spelled 's1' inside the body of the code.jmallett2002-05-021-4/+2
* | Remove the temporary alignment check in free().jeff2002-05-024-25/+118
* | Rework some of the -I support so I can't find a way to make xargs(1) core orjmallett2002-05-022-15/+14
OpenPOWER on IntegriCloud