summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Use CTASSERT rather than a runtime check to detect kinfo_proc size changes.jake2002-04-061-16/+2
* Merged from sys/dev/syscons/syscons.c revisions 1.381 and 1.382.nyan2002-04-061-1/+6
* Merged from sys/isa/fd.c revision 1.228.nyan2002-04-062-2/+2
* Added the new kernel dumping support for pc98.nyan2002-04-062-1/+2
* Merged from sys/dev/sio/sio.c revisions 1.370 and 1.371.nyan2002-04-062-20/+108
* Fix a braino in the alignment of the segment contents after dumpingmarcel2002-04-062-2/+24
* Make it a bit closer to the EFI build and tie up some loose ends.peter2002-04-064-25/+12
* Try and tidy up some very loose ends with paths to various libraries etc.peter2002-04-063-11/+30
* Do not add the ficl/alpha subdir to the ia64 include path. Try ficl/ia64peter2002-04-062-2/+2
* Do not assume that ${OBJCOPY} variable exists. It was hidden by thepeter2002-04-062-0/+2
* Use the correct elf hash table entry type. This matches a similar fixpeter2002-04-061-6/+6
* Fix self hosted loader building. When you use a self configured gcc, itpeter2002-04-064-8/+8
* Use <net/fddi.h> rather than <netinet/if_fddi.h>.mdodd2002-04-061-1/+1
* Added support for 82540EM based cards.pdeuskar2002-04-067-1011/+1107
* Add support for the Dell 2650scottl2002-04-051-0/+1
* Retire this copy; it now lives in sys/net/fddi.h.mdodd2002-04-051-87/+0
* Unlock the channel again if an ata_reinit() fails.sos2002-04-051-1/+3
* remove blanktime sysctl, this can't be done as easily as it looks.alfred2002-04-051-2/+0
* Change option ATA_ENABLE_BUSMASTER into ifdef __sparc64__sos2002-04-051-1/+1
* Cleanups.sos2002-04-052-12/+7
* Cleanup, use the same method to denote parts for endianess.sos2002-04-051-2/+2
* Dont allow to detach twice.sos2002-04-051-1/+2
* Add some functionality via sysctl to syscons.alfred2002-04-051-1/+8
* Make LINT compile again.phk2002-04-051-1/+1
* catch up to 1.31imp2002-04-051-1/+4
* Add 3crwe77aimp2002-04-051-0/+1
* Add forgotten ATA_UNLOCK_CH when getting status from non-existingsos2002-04-051-1/+3
* Fixed assorted bugs in setting of timestamps in devfs_setattr().bde2002-04-051-21/+24
* Fixed a very old bug in setting timestamps using utimes(2) on msdosfsbde2002-04-051-4/+11
* Make the ATA driver compile & work on the sparc64 platform.sos2002-04-0513-340/+658
* Add endianess kludge code, so that bitfields work on the sparc64 as well.sos2002-04-052-18/+150
* Updated a doubly stale comment about signotify(). Fixed a nearby long line.bde2002-04-051-4/+5
* 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
OpenPOWER on IntegriCloud