summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* pbio has moved to dev/pbioimp2004-11-114-517/+1
* Add device polling supportbrueffer2004-11-104-0/+218
* Don't forget to include opt_vm.h.cognet2004-11-101-0/+2
* Convert the IQ31244 code to use ARM32_NEW_VM_LAYOUT.cognet2004-11-102-6/+16
* Add a new option, ARM32_NEW_VM_LAYOUT. When set, we try to put up to 4cognet2004-11-101-0/+2
* Invalidate the data cache in pmap_qremove() instead of in pmap_kenter(),cognet2004-11-101-2/+2
* Remove at request of author, perhaps to be re-added later.markm2004-11-103-20/+0
* Remove files repocopied to sys/sparc64/sbus.trhodes2004-11-104-1044/+3
* Fix paths after repocopies done by scottltrhodes2004-11-103-4/+4
* Fix build error with ED_DEBUG.nyan2004-11-102-3/+3
* cosmetic changes.nyan2004-11-101-6/+1
* MFi386: revision 1.1170nyan2004-11-101-3/+5
* Add myself to copyright.glebius2004-11-101-0/+1
* remove unused variablephk2004-11-101-1/+0
* Remove hack which mounts the root filesystem R/W if the device isphk2004-11-101-7/+0
* Slim vnodes by another four bytes by eliminating the (now) unused fieldphk2004-11-103-8/+0
* Pick up the inode number using VOP_GETATTR() rather than caching itphk2004-11-101-4/+6
* Remove vn_todev()phk2004-11-102-14/+0
* Don't use vn_todev().phk2004-11-101-2/+2
* fix some commentsphk2004-11-101-4/+1
* Fix malloc type in free().simokawa2004-11-101-1/+1
* Add record capability.julian2004-11-102-488/+1405
* MFi386 rev 1.63-1.64:scottl2004-11-101-37/+142
* Remove __P here too.trhodes2004-11-101-3/+3
* Learn that 'b' comes before 'e' in ISO-LATIN-1imp2004-11-101-1/+1
* Keep a handle on the startup rescan timer and cancel the timer ifiedowse2004-11-101-5/+6
* Make pci_do_powerstate default to 1 now that we've done the release toimp2004-11-101-2/+2
* Tweaks to the resource allocation to allow a few of my obscureimp2004-11-101-7/+7
* Sort function names.imp2004-11-101-13/+12
* Use mount flags instead of NULL path to detect root filesystem mount.phk2004-11-091-1/+1
* Before trying to update metadata (so open consumer for writing), be surepjd2004-11-092-21/+53
* Introduce g_waitidlelock() function which is simlar to g_waitidle(),pjd2004-11-092-0/+13
* Remove stale comment after previous commit.trhodes2004-11-091-3/+0
* Don't rely on DIRTY flag to be sure that consumer if open, becausepjd2004-11-092-2/+2
* Stop pretending to have a vm_object backing the underlying disk vnode:phk2004-11-091-9/+0
* For BIO_READ check if provider is open for reading and for BIO_WRITE,pjd2004-11-091-3/+11
* Make getdiskbyname() static to vfs_mount.c.phk2004-11-092-3/+6
* Remove vnode->v_cachedfs.phk2004-11-093-4/+0
* Get in sync with reality: TurboLaser was never really well supported towilko2004-11-092-6/+0
* Detect root mount attempts on the flag, not on the NULL path.phk2004-11-094-4/+4
* Refuse attempts to mount root filesystemphk2004-11-097-6/+11
* Refuse attemps to mount root filesystemphk2004-11-094-2/+6
* Remove the #if 0 wrapping around !ALTQ stuff that can't be used due to ABImlaier2004-11-091-34/+0
* Attempt to fix a number of race conditions in the handling ofiedowse2004-11-094-49/+125
* When a port cannot be set up, report the error code in the `disablingiedowse2004-11-091-2/+2
* Since sb_timeo type was increased to int, use INT_MAX instead of SHRT_MAX.glebius2004-11-091-3/+3
* Use the RET macro.cognet2004-11-0927-302/+301
* Import a RET macro, that will use bx if the arch supports it.cognet2004-11-091-0/+36
* Zero the tag when it's allocated. Also fix a printf format problem. Thisscottl2004-11-091-2/+3
* Fixed fd related tools on pc98.nyan2004-11-091-0/+24
OpenPOWER on IntegriCloud