aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* MFsio (sio.c 1.413: cleaned up and fixed setting of speeds in comparam()).Bruce Evans2003-09-273-69/+36
* forgot to remove static declaration of fdesc_poll()Poul-Henning Kamp2003-09-271-1/+0
* Return ENOIOCTL for unknown ioctls, don't use noioctl to return ENODEV.Poul-Henning Kamp2003-09-271-1/+1
* fdesc_poll() called seltrue() to do the default thing, this is pointlesslyPoul-Henning Kamp2003-09-271-13/+0
* noopen() and noclose() is now no longer used.Poul-Henning Kamp2003-09-272-4/+0
* nopsize is no longer used.Poul-Henning Kamp2003-09-272-10/+0
* The present defaults for the open and close for device drivers whichPoul-Henning Kamp2003-09-2714-27/+2
* Cleaned up and fixed setting of speeds in comparam():Bruce Evans2003-09-271-31/+20
* Quick fix for bitrot in locking in the SMP case. cd_getreg() andBruce Evans2003-09-273-12/+72
* Bump __FreeBSD_version for kiconv(3).Max Khon2003-09-271-1/+1
* Fix dev_t handling to avoid needless makedev() call.Poul-Henning Kamp2003-09-272-12/+6
* Addendum to the previous revision: If vm_page_alloc() for the pageAlan Cox2003-09-271-5/+10
* Fixed some style bugs in previous commit. Mainly, forward-declareBruce Evans2003-09-271-15/+21
* Fix compilation on alpha.Poul-Henning Kamp2003-09-261-1/+1
* Make debug.acpi.level and debug.acpi.layer sysctls that can be set withNate Lawson2003-09-262-15/+66
* Add more KASSERTS().Poul-Henning Kamp2003-09-261-0/+6
* - Support for multibyte charsets in LIBICONV.Max Khon2003-09-2648-533/+1606
* OK, I messed up /dev/console with what I had hoped would be compatPoul-Henning Kamp2003-09-268-47/+52
* Convert to cn_name rather than cn_dev.Poul-Henning Kamp2003-09-261-2/+2
* Catch up with the console interface change: the use of makedev() hasMarcel Moolenaar2003-09-261-3/+2
* Try yet again to deal with timing out nodes. We cannot hold theSam Leffler2003-09-263-6/+27
* Correct rate set negotiation when operating as a station: if theSam Leffler2003-09-261-2/+11
* allocate node table entries with a specific malloc typeSam Leffler2003-09-261-2/+4
* correct spelling of IEEE80211_IOC_RTSTHRESHOLDSam Leffler2003-09-262-3/+3
* Remove code previously under #ifdef ASR_VERY_BROKENPoul-Henning Kamp2003-09-261-42/+0
* Update email addresses, copyrights, and tweak the management interface.Scott Long2003-09-264-22/+47
* Move some tracing related code into its own function as it willRobert Drehmel2003-09-262-15/+25
* Typo in last commit: missing ')'Poul-Henning Kamp2003-09-262-2/+2
* Allow the [, ], and = characters in non-8.3 filenames since theyTim J. Robbins2003-09-261-2/+2
* Use the correct speed in the delay for the transmission of a characterBruce Evans2003-09-261-1/+4
* Initialize the cn_name instead of the cn_devPoul-Henning Kamp2003-09-261-1/+2
* Initialize cn_name instead of cn_devPoul-Henning Kamp2003-09-262-2/+2
* Change fb_attach() and fb_detach() to take a integer unit number ratherPoul-Henning Kamp2003-09-266-90/+9
* Set cn_name, not cn_devPoul-Henning Kamp2003-09-261-1/+1
* Update the list of CDROM device names to try for booting with RB_CDROMPoul-Henning Kamp2003-09-261-3/+2
* Eliminate bogus use of makedev(): rather than synthesize the dev_t, usePoul-Henning Kamp2003-09-261-2/+1
* DELAY must be a routine, not a macro definition.Peter Grehan2003-09-264-6/+4
* Initialize cn_name, ignore cn_dev.Poul-Henning Kamp2003-09-261-1/+1
* Adhere to the new console API:Poul-Henning Kamp2003-09-261-15/+21
* Remove wrongly sized cnd_name field, we now store the name in thePoul-Henning Kamp2003-09-261-15/+21
* Add a cn_unit and cn_name field to the consdev structure.Poul-Henning Kamp2003-09-261-0/+2
* Consistently print attach messages.Nate Lawson2003-09-265-6/+6
* Revert the introduction of iobase in struct uart_bas. Both the SAB82532Marcel Moolenaar2003-09-2617-61/+99
* Make the port number available to the sub-device with PUC_IVAR_PORT.Marcel Moolenaar2003-09-262-4/+10
* Sort debugging levels and update the man page to match reality. AlsoNate Lawson2003-09-261-3/+2
* MFi386Alan Cox2003-09-261-4/+4
* aic79xx_pci.c:Scott Long2003-09-252-4/+8
* indicate PFIL_HOOKS is now required by IPFILTER; it used to automagicallySam Leffler2003-09-251-2/+2
* add /*CONSTCOND*/ to reduce diffs against latest KAME.Hajimu UMEMOTO2003-09-254-14/+14
* panic() doesn't need `\n'.Hajimu UMEMOTO2003-09-253-72/+72