summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix the ofw_isa.c entries, readd ofw_bus.c.tmm2002-04-051-4/+3
* Add missing header for the eeprom driver frontents.tmm2002-04-051-0/+68
* Increase the size of the register stack storage on ia64 from 32K to 2MB sopeter2002-04-051-1/+7
* Send 32 bytes out for fc4_types... Interestingly enough the Solaris/Sparcmjacob2002-04-051-1/+1
* The 3Com 3CRWE62092A (the XJack antenna product) does not have a hostimp2002-04-051-1/+1
* o Eliminate the use of grow_stack() and useracc() from sendsig(), osendsig(),alc2002-04-054-69/+44
* Spell "privileges" correctly.eric2002-04-051-2/+2
* Spell "separate" correctly.eric2002-04-051-1/+1
* Add the eeprom diver frontend files, correct the entry for ofw_isa.c.tmm2002-04-041-1/+5
* Add MD frontents for the mk48txx driver, ported from NetBSD, and removetmm2002-04-044-13/+406
* D'oh! I forgot to commit this a while back.mjacob2002-04-041-1/+2
* Fix bus dma segment count to be based off of MAXPHYS, not BUS_SPACE_MAXSIZE.mjacob2002-04-047-156/+675
* Add a driver back end for the Mostek MK48T02, MK48T08 and MK48T59tmm2002-04-043-0/+308
* Add a generic implementation of inittodr() and resettodr(), as well astmm2002-04-045-0/+755
* MFNetBSD:imp2002-04-041-0/+8
* MFNetBSD:imp2002-04-043-100/+123
* Embed a struct vmmeter in the per-cpu structure and add a macro,dillon2002-04-044-98/+156
* Change callers of mtx_init() to pass in an appropriate lock type name. Injhb2002-04-04162-239/+274
* Add lock type arguments to callers of snd_mtxcreate().jhb2002-04-0410-10/+10
* Change snd_mtxcreate() to accept a lock type as an extra argument that isjhb2002-04-042-4/+4
* Change mtx_init() to now take an extra argument. The third argument isjhb2002-04-043-17/+28
* Set the lock type equal to the lock name for now as all of the currentjhb2002-04-041-1/+1
* Add a new char * pointer lo_type to struct lock_object that is used tojhb2002-04-042-20/+30
* Delete the bogus d_boot[01] fields from struct disklabel.phk2002-04-044-54/+71
* Mention that options BOOTP requires options NFSCLIENT and options NFS_ROOTbrian2002-04-041-0/+1
* Back out the previous commit.brian2002-04-043-3/+0
* Moved signal handling and rescheduling from userret() to ast() so thatbde2002-04-0419-34/+101
* Optimized the check for unmasked pending signals in CURSIG() using a newbde2002-04-042-8/+25
* Pre-declare bootpc_init() so that options BOOTP doesn't break thebrian2002-04-043-0/+3
* Centralize EOF handling and improve access controls for bio scheduling.phk2002-04-044-44/+71
* Move access and orphan member functions from class to geom.phk2002-04-0411-36/+31
* 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
OpenPOWER on IntegriCloud