summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Virgin import of Xircom PCCARD driver v1.13obrien1999-05-142-0/+2439
* Previously directories were sync'ed every 10 seconds while bitmaps &mckusick1999-05-142-6/+6
* Add a hook to ffs_fsync to allow soft updates to get first chance at doingmckusick1999-05-145-58/+210
* Include <sys/systm.h> earlier as required by include changes.msmith1999-05-141-2/+2
* Remove unneeded line of code that got left behind when I converted thiswpaul1999-05-131-3/+2
* Better English.brian1999-05-131-2/+2
* Removed an especially bogus cast.bde1999-05-131-2/+2
* Casting handles from void * to uintptr_t on the way to dev_t becamebde1999-05-131-3/+3
* Fixed 10 out of 40 lines of -Wcast-qual warnings/errors. 3 lines werebde1999-05-134-36/+46
* Vinum doesn't compile right now.phk1999-05-131-2/+5
* Added ../sys/syscall.mk to targets. Back it up like all the otherbde1999-05-131-1/+2
* Regenerated.bde1999-05-136-8/+8
* Fixed nonsense arg type `const caddr_t' in the prototype() for utrace().bde1999-05-132-5/+5
* memcmp -> bcmp. memcmp doesn't exist in the kernel, but unfortunatelybde1999-05-132-4/+4
* Renamed the private copies of strlen and strcpy to gdb_strlen andbde1999-05-132-8/+6
* Fixed printing of a dev_t in a panic message. Fixed the function namebde1999-05-132-4/+4
* Restored used include of <sys/systm.h>. -Wmissing-prototypes doesn't workbde1999-05-132-2/+5
* I'm told by the PR author that this page_size increment was injkh1999-05-131-2/+1
* Device pager's handle is dev_t not udev_t.luoqi1999-05-131-3/+3
* dev is a pointer, printf it as suchpeter1999-05-122-4/+4
* Try and fix a dev_t/major/minor etc nit.peter1999-05-121-3/+3
* Try an fix a couple of dev_t/major/minor etc nits.peter1999-05-123-7/+9
* Unbreak VESA on SMP.luoqi1999-05-1224-77/+84
* VM86_FRAMESIZE is now the size of vm86 frame, not the number of 4-byte words.luoqi1999-05-123-7/+7
* Fix (?) SPECHASH dev_t/major/minor/etc argspeter1999-05-122-4/+4
* Fix dev_t/minor problemspeter1999-05-129-63/+91
* When asked to get the current transfer settings go do a dev_refreshmjacob1999-05-121-12/+26
* be a bit more chatty about some speed negotiationsmjacob1999-05-121-2/+8
* braino.phk1999-05-121-3/+3
* Fixed corruption of the kmemstatistcs list. The first malloc()bde1999-05-121-5/+9
* Produce compiler warning if dev_t and udev_t is confused.phk1999-05-122-8/+12
* Don't peek into dev_tphk1999-05-122-4/+4
* Fix a udev_t/dev_t mismatch which prevent paging from working.phk1999-05-121-2/+2
* Driver is now ported to NetBSD.semenu1999-05-1225-233/+505
* Sync with sys/i386/isa/diskslice_machdep.c revision 1.34.kato1999-05-122-4/+4
* $ brucify sys/stat.hphk1999-05-121-8/+8
* #define udev_t dev_t in userland, so that programs which peek atphk1999-05-121-1/+2
* Fix dumpon. It passes a udev_t from userland to kernel, that needs aphk1999-05-122-8/+8
* Updated a comment (Crtat is no longer bogusly shared with syscons).bde1999-05-121-2/+0
* Removed global variable `Crtat'. This was once (bogusly) shared withbde1999-05-121-6/+3
* Divorce "dev_t" from the "major|minor" bitmap, which is now calledphk1999-05-1171-209/+337
* Oops, back out previous, it is not quite ready for commit and has nothingdt1999-05-111-9/+2
* Initialize bootifo.envp, so that the kernel environment can be used.dt1999-05-113-6/+16
* Yet another place I missed when increasing trapframe size, which causes problemluoqi1999-05-116-10/+14
* "fix" warning. This still needs to be kld-ified some day (or removed).peter1999-05-111-1/+4
* Do not hardcode size of struct vm86frame.luoqi1999-05-113-5/+17
* Trap frame size has increased by 4.luoqi1999-05-111-3/+3
* Quirk this drive- all luns show up the same.mjacob1999-05-111-1/+11
* Take a shot at handling INTR_FAST and INTR_EXCL for CY_PCI_FASTINTR.peter1999-05-111-12/+21
* Send subr_rlist.c off to the big Attic in the sky. It's been #if 0'edpeter1999-05-113-364/+0
OpenPOWER on IntegriCloud