summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* These are Alexander Kabaev's VFSops fixes (see the thread 'Found: moduledillon2002-04-301-21/+82
* MI bits for Gcc 3.1.obrien2002-04-301-460/+34
* i386 MD bits for Gcc 3.1.obrien2002-04-301-427/+29
* Modified the man page to reflect support forpdeuskar2002-04-301-49/+50
* Handle .bz2 files created by newsyslogbrian2002-04-302-0/+7
* Need more includes.julian2002-04-301-0/+2
* Chase the sources and document the change of wait to flags, which areasmodai2002-04-301-8/+4
* Add the myson controllers to LINTjulian2002-04-301-0/+1
* Add the extra argument to mtx_init()julian2002-04-301-1/+2
* Remove references to zinit() which does not exist anymore.asmodai2002-04-301-13/+2
* Document the zone allocator is now a slab allocator.asmodai2002-04-301-0/+8
* Document uma_zalloc() behaviour.asmodai2002-04-301-2/+15
* Document how to "make release" for a different arch.ru2002-04-301-0/+16
* Update function arguments to what is current used.asmodai2002-04-301-3/+3
* Prefix the remaining functions with uma_ as is now the case in UMA.asmodai2002-04-302-15/+15
* zinit() does not exist anymore.asmodai2002-04-302-34/+0
* Milestone #2 in cross-arch make releases. They now work!ru2002-04-303-64/+70
* Back out part of the revision 1.261: "etc" indeed needs to beru2002-04-301-3/+5
* boot2 does not exist on some platforms.ru2002-04-301-4/+8
* Add sigcode.Sbenno2002-04-301-0/+1
* More ispell fundougb2002-04-301-3/+3
* bin-install.sh has been repo-copied to base-install.sh.ru2002-04-301-16/+0
* Remove references to zbootinit() and zinitna().asmodai2002-04-301-54/+1
* Add a MLINKS to uma.9 from zone.9.asmodai2002-04-301-0/+1
* Do not use a contraction, aren't -> are not.asmodai2002-04-301-1/+1
* Remove MLINKS to zinitna, it does not exist anymore.asmodai2002-04-301-1/+0
* Remove MLINKS to zbootinit. This has been gone for a while now.asmodai2002-04-301-1/+0
* Make crunchide(1) a cross-tool; needed for cross-arch "make release".ru2002-04-306-8/+19
* Remove wrong include, one is supposed to include vm/uma.h instead ofasmodai2002-04-301-1/+1
* Fix a few more of my typos, a few others I noticed, and some ispell help.dougb2002-04-301-5/+5
* Add a new UMA debugging facility. This will overwrite freed memory withjeff2002-04-304-2/+168
* - Take advantage of the M_ZERO flag that can now be passed to uma_zalloc.arr2002-04-303-15/+4
* Correct typo (is -> us).sheldonh2002-04-301-1/+1
* Add ar.lc and ar.ec to the trapframe. These are not saved for syscalls,marcel2002-04-303-345/+922
* Fix udf_read(). Honor the uio_resid when determining the size ofscottl2002-04-301-16/+22
* Move the implementation of M_ZERO into UMA so that it can be passed tojeff2002-04-303-19/+21
* skibo tells me that that I didn't apply all of his last patch, andimp2002-04-301-1/+1
* o Revert vm_fault1() to its original name vm_fault(), eliminating the wrapperalc2002-04-301-16/+11
* Build elf2aout for sparc64.jake2002-04-301-0/+4
* Make this work for ski again. Don't call ia64_mca_init() when we'remarcel2002-04-301-11/+10
* Include md_var.h. It has the prototype of ia64_running_in_simulator().marcel2002-04-301-0/+1
* Remove KTR_EXTEND.marcel2002-04-301-1/+0
* Revert the change of #includes in sys/filedesc.h and sys/socketvar.h.tanimura2002-04-3029-146/+211
* Add a new zone flag UMA_ZONE_MTXCLASS. This puts the zone in it's ownjeff2002-04-294-10/+34
* - Set the maximum number of device transactions to what the driverps2002-04-291-7/+73
* We don't need the card_if.h here. It breaks the building of kernelsimp2002-04-291-7/+2
* Don't use ISO_8859 when I should use ISO8859.dwmalone2002-04-298-3/+1058
* Since devfs now uses vnode locks, add devfs back to IS_LOCKING_VFS.rwatson2002-04-291-0/+1
* Install the libc signal trampoline on startup.jake2002-04-291-0/+2
* Use vnode locking with devfs; permit VFS locking assertions to makerwatson2002-04-291-0/+6
OpenPOWER on IntegriCloud