summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* MFp4: portability work, general cleanup, locking fixessam2003-09-2913-1136/+1149
* os dependency glue file for improving portabilitysam2003-09-291-0/+307
* Add a new column to the procfs map to hold the name of the mappedrwatson2003-09-291-2/+16
* If the struct mac copied into the kernel has a negative length, returnrwatson2003-09-299-9/+18
* Remove the static reservations for the raid and raidctl devices.scottl2003-09-291-2/+0
* Use a dynamic major assignment for the raidctl device.scottl2003-09-292-2/+1
* aac no longer uses a static major number.scottl2003-09-291-1/+0
* Eliminate the use of a statically assign major number for the aac device.scottl2003-09-291-3/+0
* If we fail to complete configuring a subdisk because of some error,grog2003-09-291-9/+15
* Revert last commit. It built the kernel module just fine, but brokegrog2003-09-291-0/+10
* Return ENODEV in case the driver has no dump routine.phk2003-09-291-0/+4
* If asked to stall for more than 100 us (which is specified as the max innjl2003-09-291-1/+9
* Remove calls to makedev. They were never needed.grog2003-09-292-22/+12
* Add a tiny bit more delay in the xl_mii_sync function; this is necessarysilby2003-09-291-0/+2
* Retire revoke_and_destroy_dev() with extreme prejudice.phk2003-09-283-15/+0
* I don't know from where the notion that device driver should orphk2003-09-289-65/+5
* Don't explicitly initialize d_maj in the cdevsw with MAJOR_AUTO, asmarcel2003-09-281-1/+0
* Note change to cdevsw open/close default change.phk2003-09-281-1/+1
* Removed some nearly dead code in comparam(). We don't need to recoverbde2003-09-281-9/+0
* Set the baud rate to 1200 if the device is a keyboard.jake2003-09-281-1/+4
* Only create the ofwcons device nodes if it has been initialized, notjake2003-09-281-1/+2
* Reworked rev.1.14. Use the ELF symbol type again to summarily rejectbde2003-09-281-0/+5
* Make ofw_console a low priority console device, so that uart will bejake2003-09-281-1/+1
* Add a "low" console priority. This specifies that the console devicejake2003-09-281-3/+4
* Drop any and all support for varargs. There's no history to worrymarcel2003-09-281-14/+1
* In vm_page_remove(), assert that the vm object is locked, unless an Alpha.alc2003-09-281-2/+3
* Typo when setting wirespeed. || != |ps2003-09-281-1/+1
* Add vm object locking to pmap_release().alc2003-09-281-2/+4
* Remove the regstkpages sysctl variable. We have a growable registermarcel2003-09-271-6/+0
* Part 2 of implementing rstacks: add the ability to create rstacks andmarcel2003-09-274-56/+68
* Make life a little bit easier for cloning device drivers.phk2003-09-271-0/+9
* Add an explanation why MAJOR_AUTO should not be specified explicitly.phk2003-09-272-0/+8
* Correctly name r_unit member tun_unit.phk2003-09-272-5/+4
* Provide a bit more help with "memory overwritten after free" style bugs.phk2003-09-271-4/+4
* Eliminate the pte object.alc2003-09-272-27/+49
* Introduce no_poll() default method for device drivers. Have itphk2003-09-278-236/+76
* Don't use seltrue when that is not really what we mean.phk2003-09-271-1/+2
* MFsio (sio.c 1.413: cleaned up and fixed setting of speeds in comparam()).bde2003-09-273-69/+36
* forgot to remove static declaration of fdesc_poll()phk2003-09-271-1/+0
* Return ENOIOCTL for unknown ioctls, don't use noioctl to return ENODEV.phk2003-09-271-1/+1
* fdesc_poll() called seltrue() to do the default thing, this is pointlesslyphk2003-09-271-13/+0
* noopen() and noclose() is now no longer used.phk2003-09-272-4/+0
* nopsize is no longer used.phk2003-09-272-10/+0
* The present defaults for the open and close for device drivers whichphk2003-09-2714-27/+2
* Cleaned up and fixed setting of speeds in comparam():bde2003-09-271-31/+20
* Quick fix for bitrot in locking in the SMP case. cd_getreg() andbde2003-09-273-12/+72
* Bump __FreeBSD_version for kiconv(3).fjoe2003-09-271-1/+1
* Fix dev_t handling to avoid needless makedev() call.phk2003-09-272-12/+6
* Addendum to the previous revision: If vm_page_alloc() for the pagealc2003-09-271-5/+10
* Fixed some style bugs in previous commit. Mainly, forward-declarebde2003-09-271-15/+21
OpenPOWER on IntegriCloud