summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix the PCCARD ATA breakage..sos2000-10-302-4/+10
* Add pfil.9 manpage to build after a repository copy.ru2000-10-301-133/+0
* Revert previous commit after discussion with phk.kris2000-10-301-0/+1
* Remove unused #includesphk2000-10-304-7/+0
* Fix support for cardbus cards:wpaul2000-10-302-2/+9
* Remove more unused #includes.phk2000-10-3036-36/+0
* Write support for the cd(4) driver.ken2000-10-303-3/+26
* Add some additional message types for coming raylan driver from Duncanimp2000-10-301-0/+35
* Remember to decrement interrupt nesting level if leaving earlymjacob2000-10-301-0/+1
* _aio_aqueue(): Change kevent registration to use its own struct file pointer.alc2000-10-291-3/+4
* Allow all users to access the dev -> devname sysctl.phk2000-10-291-1/+1
* Remove unneeded <stddef.h> #includes.phk2000-10-2910-19/+0
* Make a few more mallocs use M_ZERO.dwmalone2000-10-294-12/+8
* Unmask cypress ata controllers. This bug was hidden beforegallatin2000-10-291-0/+1
* Make malloc use M_ZERO in some more locations.dwmalone2000-10-295-16/+7
* Move suser() and suser_xxx() prototypes and a related #define fromphk2000-10-2962-64/+15
* Add the use of M_ZERO to some malloc calls.dwmalone2000-10-297-29/+15
* Weaken a bogus dependency on <sys/proc.h> in <sys/buf.h> by #ifdef'ingphk2000-10-2922-21/+2
* Remove unneeded #include <sys/proc.h> lines.phk2000-10-2966-66/+0
* fix warning compile error about unused variabledarrenr2000-10-292-0/+4
* Fix params passed to pci_porten() and pci_memen().phk2000-10-292-4/+4
* Add a hook for doing #include magic (for src/tools/tools/kerninclude).phk2000-10-296-6/+6
* Fix conflicts creted by import.darrenr2000-10-2916-82/+102
* Change flags of ncv and nsp driver. Both were conflicted with the flagsnon2000-10-292-2/+2
* Changed not to use struct isa_device in the argument of scsi_low_activate().non2000-10-292-3/+4
* Remove unnecessary printf().non2000-10-292-2/+0
* Add hints for ISA cards (such as TMC1610M) which use stg driver.non2000-10-292-0/+6
* Reduce kernel stack usage by not having large packets on the stack.tegge2000-10-292-1032/+2048
* Count per-address statistics for IP fragments.joe2000-10-292-2/+12
* Nuke a bit of dead code.truckman2000-10-291-5/+0
* Unconditionally turning on the I/O and memory enable bits in the PCImsmith2000-10-282-2/+28
* Don't ignore VESA modes that have the NON-VGA bit set. All of the SVGAjhb2000-10-281-2/+1
* Add a brief comment telling people to retain 'device miibus' as necessary.nik2000-10-282-0/+2
* Add missing call to knote_fdclose() in setugidsafety() and fdcloseexec().alc2000-10-281-0/+4
* add commented-out dependancies on the new sb8 and sb16 driverscg2000-10-281-0/+2
* modules for the new sb8 and sb16 driverscg2000-10-282-0/+16
* add commented-out entries for the new sb8 and sb16 driverscg2000-10-281-0/+2
* split up sb16 and sb/sbpro driverscg2000-10-282-928/+690
* add PC-Card melody beep(PC Card bus, kludge version)sanpei2000-10-282-41/+92
* Restore GDC mode to initial mode instead of 24KHz.nyan2000-10-282-2/+2
* Fixed extention memory check routine.nyan2000-10-283-4/+5
* Removed extra calculation for X position (PC-98 only).nyan2000-10-282-2/+0
* Return -10 from the PCI probe to allow room for an updated driver tomsmith2000-10-283-3/+3
* Fix typo s/DE_DEVICEID_FE2500/DC_DEVICEID_FE2500/peter2000-10-282-2/+2
* Add PCI IDs for some additional cardbus cards. Yes, there really iswpaul2000-10-286-5/+39
* We should include <machine/stdarg.h> not <stdarg.h>msmith2000-10-282-2/+2
* Quick fix for namespace problems which broke many ports. Spellbde2000-10-281-6/+6
* Some AML code assumes that a function without an explicit ReturnOp willmsmith2000-10-282-0/+38
* FreeBSD-specific customisations:msmith2000-10-286-4/+138
* Add some extra fuctions:msmith2000-10-283-0/+244
OpenPOWER on IntegriCloud