summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* Add a local proc *p in exec_new_vmspace() to avoid repeated dereferencingalc2002-03-311-6/+7
* Pass the address of the bootinfo block to the kernel in registermarcel2002-03-304-10/+10
* Transition to a model where the loader passes the address of themarcel2002-03-303-31/+58
* Pass the physical address of the bootinfo block to the kernel inmarcel2002-03-304-2/+6
* Correct a comment: sendsig() calls the MI vm_map_growstack() butalc2002-03-301-1/+1
* Use the MI vm_map_growstack() instead of the MD grow_stack() in trap(). Removealc2002-03-304-34/+6
* Move the "dumping" variable from systm.h to conf.h.phk2002-03-303-1/+6
* Don't nowerror for sys/dev/pdq/pdq.cmdodd2002-03-301-2/+2
* Remove debug output in last commit.sos2002-03-301-10/+0
* Add support for getting status (fan, temp, 5V and 12V levels) fromsos2002-03-302-9/+160
* Fixed handling of short reads in readdisklabel() and writedisklabel().bde2002-03-301-0/+6
* In ffs_mountffs(), set mnt_iosize_max to si_iosize_max unconditionallybde2002-03-305-1/+19
* 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
OpenPOWER on IntegriCloud