aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* s/classs/classes/ to fixup grammer after the previous global renaming.Poul-Henning Kamp2002-04-044-8/+8
* CTASSERT the size of struct dos_partition.Poul-Henning Kamp2002-04-043-0/+9
* Register major #4 for GEOMPoul-Henning Kamp2002-04-041-1/+1
* o Kill the MD grow_stack(). Call the MI vm_map_growstack()Alan Cox2002-04-043-35/+19
* o Add architecture specific segment types.Marcel Moolenaar2002-04-041-0/+11
* o Reduce the gratuitous differences with NetBSD.Warner Losh2002-04-043-60/+34
* Use a relative path to libstand.. /usr/src/lib/libstand may not existPeter Wemm2002-04-042-2/+2
* Replace (deprecated ?) FREE() macro with direct calls to free()Luigi Rizzo2002-04-048-22/+22
* Try to sort out the correct way to generate async link state changeBill Paul2002-04-042-15/+73
* Fix incorrect m_free - m_freem() usage.Luigi Rizzo2002-04-041-3/+2
* Fix a couple of incorrect m_free() vs. m_freem() usages and related issues.Luigi Rizzo2002-04-043-31/+20
* Add the driver for "myson" ethernet cards.Julian Elischer2002-04-042-0/+2467
* o aio_process needn't fhold()/fdrop() the fp now that _aio_aqueue() andAlan Cox2002-04-041-13/+6
* Avoid a lock order reversal by dropping the eventhandler_mutex earlier.Alfred Perlstein2002-04-041-2/+1
* Move the FFS parameter MAXFRAG from <sys/param.h> to <ufs/ffs/fs.h>Poul-Henning Kamp2002-04-033-1/+3
* It would appear, from preliminary indications, that No Wires NecessaryWarner Losh2002-04-031-2/+0
* Four fixes from NetBSD:Warner Losh2002-04-034-62/+146
* - Axe a stale comment. We haven't allowed the ucred pointer passed toJohn Baldwin2002-04-031-9/+2
* First round at trying to split up NOTES into MI and MD portions.John Baldwin2002-04-034-2987/+16
* Bump __FreeBSD_version to reflect the new tri-state nature of theSheldon Hearn2002-04-031-1/+1
* Add two forgotten vfs_unbusy() calls, in vfs_mount() and vfs_nmount().Maxime Henrion2002-04-032-0/+4
* Dike out a highly insecure UCONSOLE option.Ruslan Ermilov2002-04-0314-23/+14
* Make the kernel dump header endianness invariant by always dumpingMarcel Moolenaar2002-04-036-66/+71
* Fix a long standing 32bit-ism. Don't assume that the size of a chunk ofJake Burkholder2002-04-031-1/+1
* Deal with "#define _XOPEN_SOURCE" in header files (eg: XFree86 4.2.0)Peter Wemm2002-04-031-2/+2
* o GC dumploMarcel Moolenaar2002-04-031-4/+2
* Use a twiddle to show that we're busy dumping. The initial codeMarcel Moolenaar2002-04-032-10/+14
* Actually have ia64dump.c be included in the build. Can't be bad.Marcel Moolenaar2002-04-031-0/+1
* brelse() was improperly clearing B_DELWRI in the B_DELWRI|B_INVAL caseMatthew Dillon2002-04-031-5/+2
* Redo stuff for sparc64- primarily fix bus dma implementation. The endianMatt Jacob2002-04-023-142/+132
* Revert to open hashing. It makes the code simpler, and works farily wellDag-Erling Smørgrav2002-04-022-32/+20
* - Move the MI mutexes sched_lock and Giant from being declared in theJohn Baldwin2002-04-0212-131/+74
* Add support for the PERC3/Di found in the Dell 1650Scott Long2002-04-021-0/+1
* fix comment typo, s/neccisary/necessary/gAlfred Perlstein2002-04-021-2/+2
* Oops, forgot to commit the definition of the mtx_name() macro.Dag-Erling Smørgrav2002-04-021-0/+2
* Spelling police.John Baldwin2002-04-022-2/+2
* Enforce an implicit lock order of sleepable locks before non-sleepableJohn Baldwin2002-04-021-1/+12
* When reading a UFS-style label from a floppy, don't attempt to use aJoerg Wunsch2002-04-022-2/+2
* - Make this compile if INVARIANTS support is not enabled.Andrew R. Reiter2002-04-021-1/+1
* Fix crashes that would happen when more than one 4MB page was used toThomas Moestl2002-04-022-21/+13
* - Add a mutex to lock the global securelevel value.Andrew R. Reiter2002-04-021-1/+9
* Remove the superfluous second argument from the IOTSBSLOT() macro.Thomas Moestl2002-04-022-16/+16
* Lower UPA_MEMSTART to 0x1c000000000. This is required for some largerThomas Moestl2002-04-021-1/+1
* Set mp_maxid so that UMA works with SMP.Thomas Moestl2002-04-021-0/+1
* Do not try to set up the PCI bus B error interrupt on "sabre"s, sinceThomas Moestl2002-04-021-12/+14
* Remove a debugging panic that was triggered when a resource that was outThomas Moestl2002-04-021-5/+2
* Fix leakage of p_pgrp lock.Seigo Tanimura2002-04-022-1/+5
* Do not use semi-fixed TLB slots for the 4M kernel pages any more.Thomas Moestl2002-04-023-25/+24
* 1.) Rename locore.s to locore.S (by repocopy), to be able to removeThomas Moestl2002-04-023-144/+21
* Explicitly document how we implicitly enforce the lock order of sleepJohn Baldwin2002-04-021-0/+5