summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Upgrade to driver 2.18roger2000-10-315-15/+140
* If acpica driver is loaded using kldload(8), warn and just ignore.takawata2000-10-312-0/+10
* Deprecate devsw->d_bmaj entirely.phk2000-10-315-215/+5
* Do not waste a time saving a copy of IP header if we are certainlyru2000-10-311-1/+2
* Remove unused #includes.phk2000-10-315-35/+0
* Disabled EGA/VGA 1bpp/4bpp modes support. This is not real fix, but this comesnyan2000-10-312-0/+4
* Add a new ioctl for doing virgin disklabels.jkh2000-10-314-0/+37
* I'm dropping the MAINTAINER request and see what happens. If it becomesmjacob2000-10-311-2/+0
* Makefile for ACPI CA base acpi driver kernel module.takawata2000-10-312-0/+102
* Oops, in previous commit(rev.1.4), I replacedsanpei2000-10-311-6/+6
* fix the sigaltstack hack by lowering the stack size to the original valuegallatin2000-10-311-0/+2
* Change the format of ngpppoe_init_data so that the provider is NULbrian2000-10-312-30/+148
* Add pcib_if location to list of *.m files.takawata2000-10-311-1/+1
* o Deny access to System V IPC from within jail by default, as in therwatson2000-10-315-0/+54
* Convert the de driver into a loadable module. Still missing is anmarkm2000-10-314-145/+36
* Call dc_apply_fixup() in dc_setcfg() for the MII case.wpaul2000-10-312-0/+8
* Grrr. The 'reg' variable in dc_apply_fixup() needs to be a u_int32_t, notwpaul2000-10-302-2/+2
* Allow XPT_PATH_INQ to be performed on the XPT device, as per the CAM spec.scottl2000-10-301-1/+7
* Try a bit harder to test for ATA/ATAPI HW to probe, this is to avoidsos2000-10-301-3/+15
* Remove an evil conditional nested include of <sys/systm.h>phk2000-10-301-1/+0
* Add a missing <sys/systm.h>phk2000-10-301-0/+1
* Add back some #include <sys/systm.h> which were needed when <sys/ktr.h>phk2000-10-3022-0/+22
* Comment out the (old) acpi stuff, it breaks LINT.phk2000-10-302-6/+6
* o Tighten up rules for which processes can't debug which other processesrwatson2000-10-301-2/+4
* Added boolean argument to link searching functions, indicatingru2000-10-307-107/+42
* Update the Promise RAID code, there are differences between BIOSsos2000-10-301-6/+6
* Remove unused #include statementshm2000-10-3044-84/+0
* A significant rewrite of PPTP aliasing code.ru2000-10-304-151/+265
* Remove unused #includes.non2000-10-302-16/+6
* This commit was generated by cvs2svn to compensate for changes in r67957,kris2000-10-307-0/+2024
|\
| * Initial import of AES algorithm code (aka Rijndael) from KAME.kris2000-10-307-0/+2024
* remove an unused function (and a warning)n_hibma2000-10-301-6/+1
* Add entry for umodemn_hibma2000-10-301-0/+1
* 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
OpenPOWER on IntegriCloud