summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* A last minute brucification resulted in syntax errors in the previous commit.phk2000-12-201-4/+4
* Replace logwakeup() with "int msgbuftrigger". There is littlephk2000-12-205-66/+115
* Disable my previous committed code for a moment.iwasaki2000-12-201-0/+2
* Add task priority definition for OSD_PRIORITY_GPE in AcpiOsQueueForExecution().iwasaki2000-12-201-0/+3
* Fix my previous commit. Remove ed_get_Linksys() function prototypes.toshi2000-12-201-2/+0
* Change priority of procedure queueing.takawata2000-12-201-2/+2
* Add PCIR_CAP_PTR as a define for the location of the capabilitygibbs2000-12-201-0/+1
* Add PECOFF (WIN32 Execution file format) support.takawata2000-12-208-3/+868
* Re-enable the lnc driver in GENERIC.paul2000-12-202-4/+4
* Re-commit revision 1.32, which grog incorrectly backed out in revision 1.33.des2000-12-201-4/+6
* Initialise rcmdlen.n_hibma2000-12-201-0/+1
* fix a debugging leftover (min speed=48khz)cg2000-12-201-1/+1
* revive_block: Don't go beyond the end of the stripe when revivinggrog2000-12-201-24/+8
* build_rq_buffer: Note which buffer headers we lock.grog2000-12-201-0/+9
* Rearrange #includes to make more sense. This is still not the reformgrog2000-12-201-8/+10
* Rename detached plexes and subdisks correctly (off by one error)grog2000-12-201-6/+16
* open_drive: Add support for more than 32 devices of a particular kind.grog2000-12-201-6/+11
* give_plex_to_volume: Recalculate volume size after attaching.grog2000-12-202-5/+14
* Resolve RAW dependency violation between tbit and adds.marcel2000-12-202-0/+2
* Add flag XFR_BUFLOCKED to identify buffers which have been locked.grog2000-12-201-1/+2
* ahc_eisa.c:gibbs2000-12-2013-222/+710
* Fix the PR. Getting a dma channel equal to 0 remains a problem though.nsouch2000-12-192-2/+2
* Various fixes to make leased line operation more robust. On lcp_up, startjhay2000-12-191-49/+100
* Fix testing reboot howto flags in acpi_shutdown_final().iwasaki2000-12-191-1/+1
* Enable the sym module.alex2000-12-191-1/+1
* Use the default value for MFILESalex2000-12-191-1/+0
* Proberly back down DMA modes on the Acer Aladdin.sos2000-12-192-5/+13
* un-staticize M_AGP so that it can be used in agp*.cassar2000-12-192-2/+2
* remove pfctlinputassar2000-12-191-2/+0
* Several small but important fixes for snapshots:mckusick2000-12-194-17/+40
* Get rid of spurious check in ffs_truncate for i_size == lengthmckusick2000-12-191-2/+0
* translate the flags in recvfrom and recvmsg from linux to bsd onesassar2000-12-192-2/+121
* Fix column alignment (whitespace-only change).rnordier2000-12-191-1/+1
* Fix another sched_sihand -> sched_swi in a KTR trace message.jhb2000-12-181-1/+1
* Convert the sio driver to use a spin mutex instead of a s_lock. This isjhb2000-12-182-246/+116
* Attempt to read and verify the card's status in wi_stop() before sending itjhb2000-12-182-4/+18
* Add power state manipulation to the fxp driver. Some people havewpaul2000-12-182-0/+40
* Use pci_get_powerstate()/pci_set_powerstate() which now exists in thewpaul2000-12-184-94/+70
* Remove the "wd" driver.phk2000-12-181-1/+0
* Fix floppy drives on machines with lots of RAM.phk2000-12-181-1/+1
* Divorce the kernel binary ABI version number from the messagejulian2000-12-1837-278/+314
* Use "node->ID" for the node's ID, instead of "(long)node".archie2000-12-181-5/+1
* Linksys Fast Ethernet PCCARD cards supported by the ed driver nowtoshi2000-12-183-39/+44
* Impossible to see typo.. |= instead of !=julian2000-12-181-1/+1
* revert addition of strlcpy/strlcatassar2000-12-182-4/+0
* Whitespace. Fix a comment block and an if statement that were widerjake2000-12-181-7/+9
* Unbreak the modules after the last commit (newpcm kobjification).green2000-12-182-2/+4
* Add an assertion macro for lockmgr locks, LOCKMGR_ASSERT(lkp, what, p).jake2000-12-182-0/+44
* add strlcpy and strlcat to kernelassar2000-12-182-0/+4
* kobjify.cg2000-12-1840-2832/+2802
OpenPOWER on IntegriCloud