| Commit message (Expand) | Author | Age | Files | Lines |
| * | Revert rev 1.1018. rp(4) and dgb(4) are deemed MI, while the rest of the | David E. O'Brien | 2002-05-02 | 1 | -37/+0 |
| * | Use vop_panic() instead of our home-rolled version. | Poul-Henning Kamp | 2002-05-02 | 1 | -16/+6 |
| * | Use vop_panic() instead of rolling our own. | Poul-Henning Kamp | 2002-05-02 | 2 | -43/+19 |
| * | o Change the implementation of vm_map locking to use exclusive locks | Alan Cox | 2002-05-02 | 1 | -26/+24 |
| * | Join the pissing contest: generate LINT with a single sed(1) command. | Dag-Erling Smørgrav | 2002-05-02 | 4 | -4/+18 |
| * | Add missing UNLOCKs | Julian Elischer | 2002-05-02 | 1 | -1/+9 |
| * | - Protect randompid and nprocs with the allproc_lock. | John Baldwin | 2002-05-02 | 1 | -101/+122 |
| * | - Reorder a few things so that when we lock the process at the end of | John Baldwin | 2002-05-02 | 1 | -107/+118 |
| * | - Reorder execve() so that it performs blocking operations before it | John Baldwin | 2002-05-02 | 2 | -63/+74 |
| * | Hide a pointer to the malloc_type bucket at the end of the freed memory. If | Jeff Roberson | 2002-05-02 | 3 | -3/+103 |
| * | Move around the dbg code a bit so it's always under a lock. This stops a | Jeff Roberson | 2002-05-02 | 1 | -8/+7 |
| * | The width of segsz_t should be 64, not 32 on ia64. | Doug Rabson | 2002-05-02 | 1 | -1/+1 |
| * | - Changed the size element of uma_zctor_args to be size_t instead of int. | Andrew R. Reiter | 2002-05-02 | 2 | -4/+4 |
| * | - Replaced the Atm_connection storage pool with an uma_zone of | Andrew R. Reiter | 2002-05-02 | 3 | -29/+31 |
| * | malloc/free(9) no longer require Giant. Use the malloc_mtx to protect the | Jeff Roberson | 2002-05-02 | 4 | -10/+46 |
| * | Use shell script version (using awk and sed) of makeLINT.pl. | Jun Kuriyama | 2002-05-02 | 3 | -4/+23 |
| * | In pmap_pinit0, remove duplicate initialization. | Marcel Moolenaar | 2002-05-02 | 1 | -12/+1 |
| * | PCPU(current_pmap) is initialized in pmap_bootstrap. No need to | Marcel Moolenaar | 2002-05-02 | 1 | -1/+0 |
| * | In udf_bmap(), return the physical block number, not the logical | Scott Long | 2002-05-02 | 1 | -1/+5 |
| * | o Remove dead and lockmgr()-specific debugging code. | Alan Cox | 2002-05-02 | 2 | -23/+0 |
| * | Remove the temporary alignment check in free(). | Jeff Roberson | 2002-05-02 | 4 | -25/+118 |
| * | Add some NOTES on the Comtrol Rocketport and the Digiboard drivers. | David E. O'Brien | 2002-05-01 | 1 | -0/+37 |
| * | Save the MCA info specific to the AP as part of the AP launch. | Marcel Moolenaar | 2002-05-01 | 1 | -2/+9 |
| * | Make ia64_mca_save_state MP safe. Protect access to the info block, | Marcel Moolenaar | 2002-05-01 | 1 | -9/+57 |
| * | If we get a DATA UNDERRUN error from QLogic FC cards, but the RQCS_RU bit | Matt Jacob | 2002-05-01 | 1 | -6/+23 |
| * | Try using genwakecode.sh instead of the perl version. | Peter Wemm | 2002-05-01 | 1 | -1/+1 |
| * | Add a shell script to do what genwakecode.pl does. | Peter Wemm | 2002-05-01 | 1 | -0/+21 |
| * | Redo the sigio locking. | Alfred Perlstein | 2002-05-01 | 19 | -115/+42 |
| * | We don't need no stinkin' echos here. | Warner Losh | 2002-05-01 | 1 | -3/+3 |
| * | Add an epic_stats_update() function (called once per second). Even though | Semen Ustimenko | 2002-05-01 | 1 | -9/+27 |
| * | MII_TICK handlers need not restart aneg on these PHYs, they behave pretty | Semen Ustimenko | 2002-05-01 | 2 | -109/+55 |
| * | Axe unused SESS_UNLOCK_NOSWITCH() and PGRP_UNLOCK_NOSWITCH() macros. The | John Baldwin | 2002-05-01 | 1 | -4/+0 |
| * | Fix some edge cases where bad string handling could occur. | Alfred Perlstein | 2002-05-01 | 1 | -0/+4 |
| * | cleanup: | Alfred Perlstein | 2002-05-01 | 1 | -37/+46 |
| * | Connect up kern_envp *before* we use it for getenv() and console probing. | Peter Wemm | 2002-05-01 | 1 | -7/+14 |
| * | Add "CFLAGS+= -I${MAKESRCPATH}" when running under the kernel build, | Peter Wemm | 2002-05-01 | 1 | -0/+3 |
| * | Enlighten those who read the FINE POINTS of the documentation a bit | Crist J. Clark | 2002-05-01 | 1 | -2/+6 |
| * | Remove two unused headers (<machine/frame.h> and <machine/psl.h>). | Peter Wemm | 2002-05-01 | 1 | -2/+0 |
| * | "pointers are not permitted as case values", so force the macros to ints. | David E. O'Brien | 2002-05-01 | 1 | -2/+2 |
| * | makeobjops.awk is stricter on syntax than the perl version. | David E. O'Brien | 2002-05-01 | 1 | -1/+1 |
| * | Use makeobjops.awk rather than makeobjops.pl. | David E. O'Brien | 2002-05-01 | 3 | -5/+4 |
| * | Awk version of makeobjops.PL. | David E. O'Brien | 2002-05-01 | 1 | -0/+485 |
| * | Remove the trailing ^M's. makeobjops.awk does not like them. | David E. O'Brien | 2002-05-01 | 3 | -153/+147 |
| * | Cosmetic tweaks. Try and keep the style more consistent, catch some stray | Peter Wemm | 2002-05-01 | 2 | -44/+42 |
| * | Zap some stale unused headers, including one machine/psl.h (which is | Peter Wemm | 2002-05-01 | 1 | -6/+0 |
| * | Zap KMODDEPS entries so that people do not wonder why it isn't working on | Peter Wemm | 2002-05-01 | 3 | -3/+0 |
| * | Catch any stray KMODDEPS entries to make sure they do not keep turning up. | Peter Wemm | 2002-05-01 | 1 | -0/+4 |
| * | kern_tc.c doesn't use <machine/psl.h>, and having this #include breaks | Peter Wemm | 2002-05-01 | 1 | -2/+0 |
| * | Remove this Perl script. There have been zero bug reports against | David E. O'Brien | 2002-05-01 | 1 | -355/+0 |
| * | Document the location (in the source tree) of the "Porter's Handbook". | Matthew N. Dodd | 2002-04-30 | 1 | -0/+3 |