summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* fix a typo introduced by Doug's busspace changes that causes UP1000s togallatin2000-08-311-1/+1
* o p_cansee() wasn't setting privused when suser() was required to overriderwatson2000-08-311-2/+7
* Merge rest piece of ACPI driver.To activate acpi driver ,addtakawata2000-08-319-6/+110
* Grab ADJUST_CHECKSUM() macro from alias_local.h.ru2000-08-311-17/+0
* Create aliasing links for incoming ICMP echo/timestamp requests.ru2000-08-312-47/+24
* Fix hangs caused by overzealous code removal.green2000-08-312-4/+4
* Modified PCI config space access code via pcib_if rather than usingiwasaki2000-08-311-27/+36
* Cleanup on power off code under ACPI.iwasaki2000-08-311-15/+21
* Improved Cyrix 486DX supports for NEC PC-98.kato2000-08-312-0/+30
* The INT 1B BIOS call is used to obtain geometries of SASI/IDE hardkato2000-08-311-2/+16
* Make it possible to pass boot()'s flags to shutdown_nice() so that themsmith2000-08-314-4/+11
* Only build 'mly' on i386, as it doesn't build and hasn't been tested onmsmith2000-08-301-2/+2
* Export ng_ether_enaddr_type for other nodes that want to use it.archie2000-08-301-0/+5
* Fixed the bug that div_bind() always returned zeroru2000-08-301-1/+1
* o Update linprocfs to include similar changes as those in procfs, fixingrwatson2000-08-302-16/+18
* Backout the hack in rev 1.71, I am working on a better patchru2000-08-301-1/+0
* Major update to the AMI MegaRAID driver.msmith2000-08-3010-1133/+2514
* Resplit pcic back into two pcic and pccard.imp2000-08-302-4/+5
* Remove pcic and oldcard from files built. Oldcard desn't work, soimp2000-08-301-1/+1
* Add a detach method to allow this device to be unloaded.imp2000-08-302-0/+14
* Add comment about why the deletion of children is necessary in detach.imp2000-08-301-0/+8
* fix ccd module.phk2000-08-301-1/+1
* o Centralize inter-process access control, introducing:rwatson2000-08-3020-83/+255
* o Disable flagging of ASU in suser_xxx() authorization check. For therwatson2000-08-301-2/+0
* Remove an extraneous setting of sb_hiwat.green2000-08-302-2/+0
* Change the "Duplicate Wired Device entry" printout in camperiphnextunit token2000-08-291-7/+13
* Add quirk entries from Andre Albsmeier to disable the sync cache commandken2000-08-292-12/+21
* sigh, add opt_devfs.hcg2000-08-292-2/+2
* strtok -> strsep (no strtok allowed in libraries)ache2000-08-291-3/+6
* remove stuff accidentally left in last commitcg2000-08-291-16/+0
* suspend/resume for ds1 drivercg2000-08-291-9/+51
* Refine implementation of PowerResource manipulation sub-routines.iwasaki2000-08-293-120/+266
* A lot of changes on acpi driver code.iwasaki2000-08-294-72/+92
* make the test for hwptr going backwards more picky- now it only triggers ifcg2000-08-291-1/+1
* Give ccd a cloning function.phk2000-08-292-16/+64
* add devfs support. when devfs is enabled, sysctl hw.sndunit is used to setcg2000-08-291-1/+65
* activate fm801cg2000-08-292-1/+2
* add driver for forte-media fm801cg2000-08-292-0/+751
* o Restructure vaccess() so as to check for DAC permission to modify therwatson2000-08-2913-91/+195
* Many and sundry changes. Still alpha quality.phk2000-08-291-136/+360
* Remove any possibility of hiwat-related race conditions by changinggreen2000-08-296-24/+31
* Apply appropriate patch.darrenr2000-08-291-0/+1
* Remove a vestige of an older attempt at implementing this.dfr2000-08-291-1/+0
* Add TI-1031 id. It doesn't work yet, but it is nice to have it.imp2000-08-294-0/+12
* * Completely rewrite the alpha busspace to hide the implementation fromdfr2000-08-2872-4802/+3696
* Add kobj_class_compile_static() to allow classes to be initialiseddfr2000-08-282-7/+33
* * Remove a bogus call to kobj_init() from make_device().dfr2000-08-281-3/+6
* Fix disordered arguments to bus_space_barrier().dfr2000-08-281-1/+1
* Add support for the 3Com 556 and 556B mini-pci adapters used on somewpaul2000-08-282-9/+89
* make sure we have IV that is random enough. memory allocator onume2000-08-281-5/+9
OpenPOWER on IntegriCloud