| Commit message (Expand) | Author | Age | Files | Lines |
* | Convert devfs to nmount. | mux | 2002-05-02 | 2 | -7/+7 |
* | Convert the pseudofs framework to nmount (thus procfs and linprocfs). | mux | 2002-05-02 | 2 | -8/+8 |
* | Convert fdescfs to nmount. | mux | 2002-05-02 | 1 | -6/+5 |
* | Don't reference vop_std* since they are already implicitly | scottl | 2002-05-02 | 1 | -3/+0 |
* | 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 |
* | 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 |
* | 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 |
* | - 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 |
* | 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 |
* | In udf_bmap(), return the physical block number, not the logical | scottl | 2002-05-02 | 1 | -1/+5 |
* | o Remove dead and lockmgr()-specific debugging code. | alc | 2002-05-02 | 2 | -23/+0 |
* | Remove the temporary alignment check in free(). | jeff | 2002-05-02 | 4 | -25/+118 |
* | Add some NOTES on the Comtrol Rocketport and the Digiboard drivers. | obrien | 2002-05-01 | 1 | -0/+37 |
* | Save the MCA info specific to the AP as part of the AP launch. | marcel | 2002-05-01 | 1 | -2/+9 |
* | Make ia64_mca_save_state MP safe. Protect access to the info block, | marcel | 2002-05-01 | 1 | -9/+57 |
* | If we get a DATA UNDERRUN error from QLogic FC cards, but the RQCS_RU bit | mjacob | 2002-05-01 | 1 | -6/+23 |
* | Try using genwakecode.sh instead of the perl version. | peter | 2002-05-01 | 1 | -1/+1 |
* | Add a shell script to do what genwakecode.pl does. | peter | 2002-05-01 | 1 | -0/+21 |
* | Redo the sigio locking. | alfred | 2002-05-01 | 19 | -115/+42 |
* | We don't need no stinkin' echos here. | imp | 2002-05-01 | 1 | -3/+3 |
* | Add an epic_stats_update() function (called once per second). Even though | semenu | 2002-05-01 | 1 | -9/+27 |
* | MII_TICK handlers need not restart aneg on these PHYs, they behave pretty | semenu | 2002-05-01 | 2 | -109/+55 |
* | Axe unused SESS_UNLOCK_NOSWITCH() and PGRP_UNLOCK_NOSWITCH() macros. The | jhb | 2002-05-01 | 1 | -4/+0 |
* | Fix some edge cases where bad string handling could occur. | alfred | 2002-05-01 | 1 | -0/+4 |
* | cleanup: | alfred | 2002-05-01 | 1 | -37/+46 |
* | Connect up kern_envp *before* we use it for getenv() and console probing. | peter | 2002-05-01 | 1 | -7/+14 |
* | Add "CFLAGS+= -I${MAKESRCPATH}" when running under the kernel build, | peter | 2002-05-01 | 1 | -0/+3 |
* | Enlighten those who read the FINE POINTS of the documentation a bit | cjc | 2002-05-01 | 1 | -2/+6 |
* | Remove two unused headers (<machine/frame.h> and <machine/psl.h>). | peter | 2002-05-01 | 1 | -2/+0 |
* | "pointers are not permitted as case values", so force the macros to ints. | obrien | 2002-05-01 | 1 | -2/+2 |
* | makeobjops.awk is stricter on syntax than the perl version. | obrien | 2002-05-01 | 1 | -1/+1 |
* | Use makeobjops.awk rather than makeobjops.pl. | obrien | 2002-05-01 | 3 | -5/+4 |
* | Awk version of makeobjops.PL. | obrien | 2002-05-01 | 1 | -0/+485 |
* | Remove the trailing ^M's. makeobjops.awk does not like them. | obrien | 2002-05-01 | 3 | -153/+147 |
* | Cosmetic tweaks. Try and keep the style more consistent, catch some stray | peter | 2002-05-01 | 2 | -45/+43 |
* | Zap some stale unused headers, including one machine/psl.h (which is | peter | 2002-05-01 | 1 | -6/+0 |
* | Zap KMODDEPS entries so that people do not wonder why it isn't working on | peter | 2002-05-01 | 3 | -3/+0 |