summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Minor bug fixes uncovered while working on UFS2.mckusick2002-05-022-2/+2
* | Add some NOTES on the Comtrol Rocketport and the Digiboard drivers.obrien2002-05-011-0/+37
* | Usual after-import fixup of SCM IDs.obrien2002-05-012-2/+2
* | Save the MCA info specific to the AP as part of the AP launch.marcel2002-05-011-2/+9
* | Make ia64_mca_save_state MP safe. Protect access to the info block,marcel2002-05-011-9/+57
* | If we get a DATA UNDERRUN error from QLogic FC cards, but the RQCS_RU bitmjacob2002-05-011-6/+23
* | Try using genwakecode.sh instead of the perl version.peter2002-05-011-1/+1
* | Add a shell script to do what genwakecode.pl does.peter2002-05-011-0/+21
* | Add some spurious veritcal whitespace to reduce diffs to OpenBSD.jmallett2002-05-011-0/+2
* | Merge local changes again, against ANSIfied m4(1).jmallett2002-05-018-245/+109
* | Redo the sigio locking.alfred2002-05-0119-115/+42
OpenPOWER on IntegriCloud