summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* MFi386: revision 1.55nyan2002-03-301-0/+3
* Use the raid lun not the magic when writing Promise config.sos2002-03-301-2/+1
* MFi386: revision 1.506.nyan2002-03-302-8/+18
* Add a quick and dirty way to determine where we're loaded from. Wemarcel2002-03-302-16/+56
* The EFI loader has been improved a lot since it was first added.marcel2002-03-302-0/+4
* Fix the initialization of the protocol:marcel2002-03-301-2/+68
* Nuke CV_DEBUG in favour of INVARIANTS.dan2002-03-302-2/+1
* Don't blindly dereference f->f_devdata as if it's always a pointer tomarcel2002-03-301-1/+6
* o Make efinet_put a blocking call by waiting for the protocolmarcel2002-03-291-12/+22
* Make the comment section resemble Englishwilko2002-03-291-9/+8
* Fix the beforeinstall target. We install ${PROG}.help if loader.helpmarcel2002-03-292-8/+2
* Remove bogus vinumdump(), if you can't dump, say so with nodump().phk2002-03-292-9/+1
* Remove bogus ccddump() function in favour of the standard nodump.phk2002-03-292-20/+2
* Protect proc struct (p_args and p_comm) when doing procfs IO that pullsalfred2002-03-292-22/+34
* Use the MI vm_map_growstack() instead of the MD grow_stack() in trap().alc2002-03-291-3/+3
* Style fixes purposefully left out of last commit. I checked the kse treejake2002-03-291-43/+43
* Remove abuse of intr_disable/restore in MI code by moving the loop in ast()jake2002-03-299-29/+144
* Fix cached route problem.ume2002-03-291-0/+1
* The description of fd_mtx is "filedesc structure."tanimura2002-03-293-3/+5
* - Merge the pdq driver (if_fpa and if_fea) from NetBSD.mdodd2002-03-299-522/+1707
* - Define fddibroadcastaddr in if_fddisubr.c.mdodd2002-03-292-5/+108
* - Use ifp->if_broadcastaddr when possible.mdodd2002-03-291-4/+2
* - Add a comment.mdodd2002-03-291-2/+4
* - Update interface statistics on error conditions.mdodd2002-03-291-13/+50
* - Whitespace changes.mdodd2002-03-291-8/+17
* Back a small part of the last patch.mdodd2002-03-291-3/+3
* - Simplify first arg of nd6_storelladdr().mdodd2002-03-291-15/+29
* - Use net/fddi.h rather than netinet/if_fddi.h.mdodd2002-03-291-21/+21
* Sync defines with NetBSD.mdodd2002-03-291-13/+30
* Remove unnecessary LLC defines and use the standard ones.mdodd2002-03-291-16/+6
* Improve support of MFC cards (Multi-function cards). This commitimp2002-03-291-2/+4
* - style(9) fixes for 'return'.mdodd2002-03-291-22/+21
* Un-ifdef.mdodd2002-03-291-37/+0
* De-register.mdodd2002-03-291-10/+10
* Sync with NetBSD.mdodd2002-03-291-45/+60
* Add resource_list_add_next() which returns the RID for the resource added.mdodd2002-03-292-0/+17
* double m_free() - not critical. from niklas@openbsdume2002-03-291-3/+1
* Identify PRISM 2.5 with ISL37300Pimp2002-03-292-7/+11
* Integrate the air-tools 0.2 from dachb0den labs.imp2002-03-293-72/+760
* Complete an incomplete cut&paste operation.phk2002-03-281-3/+3
* Add preliminary PC98 class to GEOM.phk2002-03-282-0/+190
* Needs a.out support built into the loader.obrien2002-03-281-0/+3
* To remove nested include of sys/lock.h and sys/mutex.h from sys/proc.halfred2002-03-282-46/+48
* Get the magnitude of the NTP adjustment right.phk2002-03-281-3/+4
* GC #if 0'd assembly mutex micro operations. If someone wants to bringjhb2002-03-282-416/+0
* - Properly sync vfs_nmount() with changes that have be already donemux2002-03-282-114/+78
* Use usb_lookup instead of rolling our own.joe2002-03-281-13/+4
* Remove unneeded pc98 hack.nyan2002-03-282-4/+0
* Remove some surplus whites.joe2002-03-281-12/+12
* Fix a braino, only update LED's when a device is present.sos2002-03-281-2/+2
OpenPOWER on IntegriCloud