summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix 3 of the four problems with my last indentation fix. ("fixing" theken2002-04-011-4/+2
* ktr changes to improve performance and make writing a userland utility tojake2002-04-014-128/+70
* Fix an indentation problem.ken2002-04-011-7/+7
* Here follows the new kernel dumping infrastructure.phk2002-03-3119-256/+502
* The AAC, TWE and IDA diskdrivers cannot dump until I and msmithphk2002-03-311-1/+6
* Add the i386dump.c dumpsys() source file.phk2002-03-311-0/+1
* DA (scsi) and AD (ata) diskdrivers:phk2002-03-311-48/+10
* Add a new #include which describes the common header format for kerneldumps.phk2002-03-311-0/+72
* Regen.joe2002-03-312-11/+231
* Add more usb adapters, from NetBSD.joe2002-03-312-17/+82
* Implement the two "GEOM" ioctls DIOCGSECTORSIZE and DIOCGMEDIASIZE forphk2002-03-311-0/+13
* Only install the help file if we can find it. Use ${BASE}.helpmarcel2002-03-312-8/+2
* Keep the reference to the file acquired in _aio_aqueue() until the operationalc2002-03-311-3/+7
* ATA100 is allowed on the HPT chips rev >= 3sos2002-03-311-1/+1
* Close some holes with p->p_args by NULL'ing out the p->p_args pointeralfred2002-03-312-4/+14
* Support more than 32 sio unit numbers. The maximum unit number is nowbde2002-03-311-8/+12
* MFi386: revision 1.508.kato2002-03-312-16/+24
* A couple of bits survived Dans nukage of CV_DEBUG in favour of INVARIANTS,phk2002-03-313-3/+1
* Centralize the "bootdev" and "dumpdev" variables. They are still prettyphk2002-03-319-17/+3
* Hacks for measuring interrupt latency. Interrupt latency can bebde2002-03-311-2/+42
* Implement i386's (o)sigreturn() like the alpha's: Use copyin() to readalc2002-03-312-16/+24
* 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
OpenPOWER on IntegriCloud