summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* s/classs/classes/ to fixup grammer after the previous global renaming.phk2002-04-044-8/+8
* CTASSERT the size of struct dos_partition.phk2002-04-043-0/+9
* Register major #4 for GEOMphk2002-04-041-1/+1
* o Kill the MD grow_stack(). Call the MI vm_map_growstack()alc2002-04-043-35/+19
* o Add architecture specific segment types.marcel2002-04-041-0/+11
* o Reduce the gratuitous differences with NetBSD.imp2002-04-043-60/+34
* Use a relative path to libstand.. /usr/src/lib/libstand may not existpeter2002-04-042-2/+2
* Replace (deprecated ?) FREE() macro with direct calls to free()luigi2002-04-048-22/+22
* Try to sort out the correct way to generate async link state changewpaul2002-04-042-15/+73
* Fix incorrect m_free - m_freem() usage.luigi2002-04-041-3/+2
* Fix a couple of incorrect m_free() vs. m_freem() usages and related issues.luigi2002-04-043-31/+20
* Add the driver for "myson" ethernet cards.julian2002-04-042-0/+2467
* o aio_process needn't fhold()/fdrop() the fp now that _aio_aqueue() andalc2002-04-041-13/+6
* Avoid a lock order reversal by dropping the eventhandler_mutex earlier.alfred2002-04-041-2/+1
* Move the FFS parameter MAXFRAG from <sys/param.h> to <ufs/ffs/fs.h>phk2002-04-033-1/+3
* It would appear, from preliminary indications, that No Wires Necessaryimp2002-04-031-2/+0
* Four fixes from NetBSD:imp2002-04-034-62/+146
* - Axe a stale comment. We haven't allowed the ucred pointer passed tojhb2002-04-031-9/+2
* First round at trying to split up NOTES into MI and MD portions.jhb2002-04-034-2987/+16
* Bump __FreeBSD_version to reflect the new tri-state nature of thesheldonh2002-04-031-1/+1
* Add two forgotten vfs_unbusy() calls, in vfs_mount() and vfs_nmount().mux2002-04-032-0/+4
* Dike out a highly insecure UCONSOLE option.ru2002-04-0314-23/+14
* Make the kernel dump header endianness invariant by always dumpingmarcel2002-04-036-66/+71
* Fix a long standing 32bit-ism. Don't assume that the size of a chunk ofjake2002-04-031-1/+1
* Deal with "#define _XOPEN_SOURCE" in header files (eg: XFree86 4.2.0)peter2002-04-031-2/+2
* o GC dumplomarcel2002-04-031-4/+2
* Use a twiddle to show that we're busy dumping. The initial codemarcel2002-04-032-10/+14
* Actually have ia64dump.c be included in the build. Can't be bad.marcel2002-04-031-0/+1
* brelse() was improperly clearing B_DELWRI in the B_DELWRI|B_INVAL casedillon2002-04-031-5/+2
* Redo stuff for sparc64- primarily fix bus dma implementation. The endianmjacob2002-04-023-142/+132
* Revert to open hashing. It makes the code simpler, and works farily welldes2002-04-022-32/+20
* - Move the MI mutexes sched_lock and Giant from being declared in thejhb2002-04-0212-131/+74
* Add support for the PERC3/Di found in the Dell 1650scottl2002-04-021-0/+1
* fix comment typo, s/neccisary/necessary/galfred2002-04-021-2/+2
* Oops, forgot to commit the definition of the mtx_name() macro.des2002-04-021-0/+2
* Spelling police.jhb2002-04-022-2/+2
* Enforce an implicit lock order of sleepable locks before non-sleepablejhb2002-04-021-1/+12
* When reading a UFS-style label from a floppy, don't attempt to use ajoerg2002-04-022-2/+2
* - Make this compile if INVARIANTS support is not enabled.arr2002-04-021-1/+1
* Fix crashes that would happen when more than one 4MB page was used totmm2002-04-022-21/+13
* - Add a mutex to lock the global securelevel value.arr2002-04-021-1/+9
* Remove the superfluous second argument from the IOTSBSLOT() macro.tmm2002-04-022-16/+16
* Lower UPA_MEMSTART to 0x1c000000000. This is required for some largertmm2002-04-021-1/+1
* Set mp_maxid so that UMA works with SMP.tmm2002-04-021-0/+1
* Do not try to set up the PCI bus B error interrupt on "sabre"s, sincetmm2002-04-021-12/+14
* Remove a debugging panic that was triggered when a resource that was outtmm2002-04-021-5/+2
* Fix leakage of p_pgrp lock.tanimura2002-04-022-1/+5
* Do not use semi-fixed TLB slots for the 4M kernel pages any more.tmm2002-04-023-25/+24
* 1.) Rename locore.s to locore.S (by repocopy), to be able to removetmm2002-04-023-144/+21
* Explicitly document how we implicitly enforce the lock order of sleepjhb2002-04-021-0/+5
OpenPOWER on IntegriCloud