summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2005-03-28p_fstype FS_UDF or #21Theo de Raadt
2005-03-28Relax dependencies.Miod Vallat
2005-03-28add some const to ether_*. remove bonus prototypes this brought out.Ted Unangst
2005-03-28Use USBD_DEFAULT_TIMEOUT on control transfers, rather than the SCSI requestChristopher Pascoe
2005-03-28minor spelling corrections.Christopher Pascoe
2005-03-28Use mii_phy_tick() instead of duplicating code.Kenneth R Westerback
2005-03-28shorten dmesgDavid Gwynne
2005-03-27EB -> GBBrad Smith
2005-03-27regenBrad Smith
2005-03-27EB -> GBBrad Smith
2005-03-27remove FreeBSD ifdef bloat.Brad Smith
2005-03-27Fix possible double alignment, and a memory leak in error path. MostlyKenneth R Westerback
2005-03-27another fxp PCI idBrad Smith
2005-03-27regenBrad Smith
2005-03-27ICH-6M fxp PCI idBrad Smith
2005-03-26Use "struct em_softc *sc" consistently all over and uncover theBrad Smith
2005-03-26enable compat_hpux and a commented out compat_linuxMichael Shalayeff
2005-03-26oops. it's 2005 now!Michael Shalayeff
2005-03-26md parts for hpux_compa code; some problems w/ signals delivery still existMichael Shalayeff
2005-03-26- Parse boot arguments like on other platforms and handle common flags.Uwe Stuehler
2005-03-26enable reception of multicast frames; from NetBSDChristian Weisgerber
2005-03-26encrypt swap by default. cheap, and why not. can be disabled by peopleTheo de Raadt
2005-03-26simplify man! no need to outline pci_mapreg_map() anymore just use itMichael Shalayeff
2005-03-26Use the PROM font whenever possible, rather than switching to theMiod Vallat
2005-03-26Enable wsfont_add(), it will be necessary on sparc.Miod Vallat
2005-03-26Cleanup. Use defines, standard names, consistant comparison operators, etc.Kenneth R Westerback
2005-03-25regenMichael Shalayeff
2005-03-25belkin bt and the unsupported netgear ma111v2Michael Shalayeff
2005-03-25regenMichael Shalayeff
2005-03-25a bunch of ati ixp* idsMichael Shalayeff
2005-03-25calculate the rpm for a disklabel; implement new io discipline for mirror; th...Michael Shalayeff
2005-03-25during probe test for a mem window reduction in case there is not enough spac...Michael Shalayeff
2005-03-25Since START_STOP is an optional command that a device need notKenneth R Westerback
2005-03-25increment the right counter on error.Brad Smith
2005-03-24enable memory-mapped i/o everywhere but on i386Martin Reindl
2005-03-24Unbreak tree, mono_time may no longer be used because of timecounters.Claudio Jeker
2005-03-24If READ CAPACITY(10) says there are more than 0xffffffff sectors,Kenneth R Westerback
2005-03-24major knfHans-Joerg Hoexer
2005-03-24ansi and tiny knfHans-Joerg Hoexer
2005-03-24always good to check for invalid values. ok marius pedroTed Unangst
2005-03-24another D-Link DFE-670TXD PCMCIA card, next MAC 3-byte seq; fromTheo de Raadt
2005-03-23typo corrections; ok krw a long time agoTheo de Raadt
2005-03-23Set up a shutdown hook to put the display back to a PROM-compatible modeMiod Vallat
2005-03-23Do not bzero() too far when setting up 32-bit mode.Miod Vallat
2005-03-23Move the alloc_screen, free_screen and show_screen wsdisplay accessops toMiod Vallat
2005-03-23Do not set up accelerated operations if we fail to unbusy the blitter inMiod Vallat
2005-03-23Move wzero() and wcopy() from machdep.c to where they are really used.Miod Vallat
2005-03-23Match power on the SPARCbook's auxio2, but prefer tctrl poweroff ifMiod Vallat
2005-03-23Kill the sparc-specific mountroot hooks (which are run before the rootMiod Vallat
2005-03-23fix a possible kernel panic in the ar5211 and ar5212 detach functions.Reyk Floeter