summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
OpenPOWER on IntegriCloud