| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Catch any stray KMODDEPS entries to make sure they do not keep turning up. | peter | 2002-05-01 | 1 | -0/+4 |
* | kern_tc.c doesn't use <machine/psl.h>, and having this #include breaks | peter | 2002-05-01 | 1 | -2/+0 |
* | Remove this Perl script. There have been zero bug reports against | obrien | 2002-05-01 | 1 | -355/+0 |
* | Document the location (in the source tree) of the "Porter's Handbook". | mdodd | 2002-04-30 | 1 | -0/+3 |
* | Bump __FreeBSD_version for mtx_init() change. | mdodd | 2002-04-30 | 1 | -1/+1 |
* | Fix a bug where the aacp device would only talk to bus 0 on the | scottl | 2002-04-30 | 1 | -7/+5 |
* | Note that the aacp device requires CAM | scottl | 2002-04-30 | 1 | -1/+1 |
* | Convert longs to u_longs in stats. This will hold off wrap arounds for a | jeff | 2002-04-30 | 2 | -5/+5 |
* | o Convert the vm_page buckets mutex to a spin lock. (This resolves | alc | 2002-04-30 | 2 | -14/+12 |
* | Brucifixion ? Yes, out that door, row on the left, one patch each. | phk | 2002-04-30 | 1 | -87/+101 |
* | Brucifixion ? Yes, out that door, row on the left, one patch each. | phk | 2002-04-30 | 3 | -54/+51 |
* | Don't export timecounter structures under debug. with sysctl, they | phk | 2002-04-30 | 15 | -69/+0 |
* | These are Alexander Kabaev's VFSops fixes (see the thread 'Found: module | dillon | 2002-04-30 | 1 | -21/+82 |
* | Need more includes. | julian | 2002-04-30 | 1 | -0/+2 |
* | Add the myson controllers to LINT | julian | 2002-04-30 | 1 | -0/+1 |
* | Add the extra argument to mtx_init() | julian | 2002-04-30 | 1 | -1/+2 |
* | Add sigcode.S | benno | 2002-04-30 | 1 | -0/+1 |
* | Add a new UMA debugging facility. This will overwrite freed memory with | jeff | 2002-04-30 | 4 | -2/+168 |
* | - Take advantage of the M_ZERO flag that can now be passed to uma_zalloc. | arr | 2002-04-30 | 3 | -15/+4 |
* | Add ar.lc and ar.ec to the trapframe. These are not saved for syscalls, | marcel | 2002-04-30 | 3 | -345/+922 |
* | Fix udf_read(). Honor the uio_resid when determining the size of | scottl | 2002-04-30 | 1 | -16/+22 |
* | Move the implementation of M_ZERO into UMA so that it can be passed to | jeff | 2002-04-30 | 3 | -19/+21 |
* | skibo tells me that that I didn't apply all of his last patch, and | imp | 2002-04-30 | 1 | -1/+1 |
* | o Revert vm_fault1() to its original name vm_fault(), eliminating the wrapper | alc | 2002-04-30 | 1 | -16/+11 |
* | Make this work for ski again. Don't call ia64_mca_init() when we're | marcel | 2002-04-30 | 1 | -11/+10 |
* | Include md_var.h. It has the prototype of ia64_running_in_simulator(). | marcel | 2002-04-30 | 1 | -0/+1 |
* | Remove KTR_EXTEND. | marcel | 2002-04-30 | 1 | -1/+0 |
* | Revert the change of #includes in sys/filedesc.h and sys/socketvar.h. | tanimura | 2002-04-30 | 29 | -146/+211 |
* | Add a new zone flag UMA_ZONE_MTXCLASS. This puts the zone in it's own | jeff | 2002-04-29 | 4 | -10/+34 |
* | - Set the maximum number of device transactions to what the driver | ps | 2002-04-29 | 1 | -7/+73 |
* | We don't need the card_if.h here. It breaks the building of kernels | imp | 2002-04-29 | 1 | -7/+2 |
* | Since devfs now uses vnode locks, add devfs back to IS_LOCKING_VFS. | rwatson | 2002-04-29 | 1 | -0/+1 |
* | Use vnode locking with devfs; permit VFS locking assertions to make | rwatson | 2002-04-29 | 1 | -0/+6 |
* | splsoftnet is spelled splimp in FreeBSD rather than splnet. splimp is | imp | 2002-04-29 | 1 | -1/+1 |
* | More diff reduction: Shuffle around some header code as was done in | anholt | 2002-04-29 | 21 | -239/+160 |
* | Add support for an alternate signal trampoline; add a sysarch call to register | jake | 2002-04-29 | 5 | -1/+37 |