summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* commit these files after updating syscalls.master.jkh1999-08-054-4/+4
* Re-commit these files after updating syscalls.master (in the proper orderjkh1999-08-052-2/+2
* Move syscall 180 back to where it was before and fix thejkh1999-08-051-3/+3
* - Don't assume that SCSI ID numbers of HDD units are contiguous. Thatkato1999-08-051-10/+13
* Provides discontinuous unit number support to make external FDDkato1999-08-051-2/+3
* More committage for the arla pioctl syscall.jkh1999-08-052-1/+2
* Fix typo which would have caused MTRR support on non-SMP systems tomsmith1999-08-042-4/+4
* Reserve a syscall for the arla folks. I'm assuming that since syscalls.cjkh1999-08-043-2/+5
* The ARLA folks don't need a bdev after all - remove it.jkh1999-08-042-4/+2
* "Linux emulator" -> "Linux image activator"nik1999-08-041-4/+4
* Fix fd race conditions (during shared fd table usage.) Badfileops isgreen1999-08-049-38/+98
* Add various network cards that have been new-busified and made into KLDsgreen1999-08-041-2/+9
* Correction: "ans" -> "and."green1999-08-043-6/+6
* Don't over-allocate and over-copy shorter NFSv2 filehandles and thenpeter1999-08-044-40/+44
* Don't probe if pci_cfgopen() fails to find pci hardware, like we used topeter1999-08-046-30/+24
* o Typo in prior version kept it from compiling (blush).imp1999-08-042-12/+18
* brucify:imp1999-08-032-12/+12
* Minor tweak for last commit: insert extra delay between issuing masterwpaul1999-08-021-2/+4
* Only allow root to set file flags on devices.imp1999-08-022-2/+16
* Perform an RX reset and TX reset in xl_reset() along with the masterwpaul1999-08-021-6/+23
* The dev returned here is what is found in the st_dev field.rvb1999-08-022-4/+6
* I'm not sure how this wasn't in the last commit but anyhow...mdodd1999-08-022-4/+4
* Make this build if there is an obj directory.dfr1999-08-021-3/+3
* Don't trust the segment limits that the BIOS reports; instead give itmsmith1999-08-022-20/+10
* Add missing "path mnemonics" as given in Table 4-3 of rev. 1.2 of these1999-08-021-19/+19
* Move the specification of EDGE/LEVEL triggered interrupts tomdodd1999-08-0122-104/+160
* o Add additional printfs for error cases when we can't attach the device.imp1999-08-013-9/+29
* Make ipfw's logging more dynamic. Now, log will use the default limitgreen1999-08-014-12/+87
* Sync with sys/i386/conf/majors.i386 revision 1.80.kato1999-08-011-1/+3
* Cleanup - diked out a heap of old KLM stuff that isn't needed anymore.newton1999-08-011-65/+3
* Move the memory access behavior information provided by madvisealc1999-08-016-24/+38
* pmap_object_init_pt:alc1999-07-313-6/+6
* Add variable INSTALLFLAGS_EDIT used to remove arbitrary INSTALLFLAGS.hoek1999-07-311-2/+7
* Change the type of vpgqueues::lcnt from "int *" to "int". The indirectionalc1999-07-314-26/+24
* Reserve majors for arla.jkh1999-07-312-2/+6
* vm_page_queue_init:alc1999-07-311-9/+4
* Add parentheses for clarity.alc1999-07-312-4/+4
* As described by the submitter:msmith1999-07-312-68/+110
* Don't use at_shutdown() now that we have new_bus which lets usmdodd1999-07-312-16/+22
* Reenable the APMIO_BIOS ioctl and translate arguments into the new formatmsmith1999-07-303-3/+51
* Restore the pre-new_bus behavior of printing out the reserved resourcesmdodd1999-07-302-10/+190
* Previous commit also removed some 'const' qualifiers on args fornewton1999-07-302-2/+2
* Previous commit also finished cleaning up some dev_t -> udev_t transformationsnewton1999-07-3010-10/+10
* Fix svr4_sys_poll(); SysV STREAMS produce return values from poll() whichnewton1999-07-302-12/+4
* Initial checkinnewton1999-07-301-0/+15
* Add $Id$ tags.newton1999-07-303-12/+10
* Clarify use of the 'streams' pseudo-device (i.e.: static or kld).newton1999-07-301-7/+12
* Add $Id$ tagsnewton1999-07-3096-46/+280
* Hmm - How did *that* get in there?newton1999-07-301-0/+0
* Fix panic caused when *stat64() family of syscalls try to fill-innewton1999-07-306-92/+56
OpenPOWER on IntegriCloud