summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add a new compile-time tweak to BTX. If you set the make(1) variablejhb2000-08-243-2/+10
* Quick fix. <sys/conf.h> now depends on <sys/time.h>, which is not presentpeter2000-08-241-0/+2
* Comment out the static wiring of hints for GENERIC - the release processpeter2000-08-245-5/+10
* I should know better than to touch this without testing a 'make release'peter2000-08-241-1/+1
* Dang, a _clone routine escaped #ifdef DEVFS containment.phk2000-08-241-0/+2
* Fix panic when removing open device (found by bp@)phk2000-08-2411-140/+299
* Fix newbus resource allocationsroger2000-08-242-10/+16
* Add orthogonal part of ACPI support code.takawata2000-08-2423-0/+7554
* Add spltty()/splx() in the watchdog timer routine.yokota2000-08-242-0/+6
* Fixed freeing wrong address.kato2000-08-241-1/+1
* List loader.conf and friends in the FILES section.sheldonh2000-08-241-0/+6
* Sync to pccarddevs 1.5imp2000-08-242-107/+286
* o Fix unterminated commentimp2000-08-241-28/+53
* Revert the suser -> suser_xxx change made previously. It was rightgreen2000-08-241-1/+1
* Add a sysctl which hides all process except those that belong tops2000-08-231-0/+9
* Fix the matcd driver for the new world order. This basically justsheldonh2000-08-231-9/+9
* Add entries for the 'mly' driver. Re-group 'mly' and 'dpt' into a newmsmith2000-08-234-72/+92
* This is the initial import of a new driver for the current family ofmsmith2000-08-239-1/+4857
* Fix up the sis driver, largely to improve the NatSemi DP83815 support:wpaul2000-08-222-19/+85
* Finish the Linuxulator MD/MI split.marcel2000-08-2213-7605/+0
* Connect the new sources in /sys/compat/linux and the new filemarcel2000-08-223-22/+23
* Update include directives for Linuxulator headers after themarcel2000-08-223-5/+5
* Style fixes:marcel2000-08-223-119/+120
* Save a pointer to the dev, if any, that each function attach.imp2000-08-222-2/+7
* Collect the MD syscalls from /sys/compat/linux here. Since thismarcel2000-08-222-0/+1268
* Update include directives.marcel2000-08-223-9/+7
* Update include directives.marcel2000-08-221-158/+6
* Update include directives.marcel2000-08-221-381/+5
* Update include directives.marcel2000-08-222-7/+7
* Update include directives.marcel2000-08-221-58/+15
* Update include directives and remove linux_execve.marcel2000-08-221-23/+3
* Provide prototypes for functions used by MD code.marcel2000-08-222-0/+87
* Remove obsolete comment.archie2000-08-221-1/+0
* Fix devfs_access() bug on directories.phk2000-08-213-13/+8
* Fix a bug upon initialization. (_INDX_ADDR -> _INDX_DATA)tanimura2000-08-211-5/+6
* Synchronize the poll() prototype with the one provided in thesheldonh2000-08-211-1/+1
* Fix up the command in the destination buffer, not the source.n_hibma2000-08-211-2/+2
* Add dummy opt_devfs.h file.phk2000-08-212-1/+3
* rework feeder sytem to allow feeders in kldscg2000-08-2023-304/+705
* Remove all traces of Julians DEVFS (incl from kern/subr_diskslice.c)phk2000-08-2035-4350/+1643
* Add UNIX domain socket feature to pccardd. This makes pccardume2000-08-202-4/+6
* Unbreak LINT.n_hibma2000-08-201-1/+1
* Fix typo in last commit.phk2000-08-202-4/+2
* Centralize the canonical vop_access user/group/other check in vaccess().phk2000-08-2012-360/+137
* A slight restyling of the previous fix and make the way thedwmalone2000-08-201-8/+4
* Fix logic error which caused a page fault in kernel mode immediatelyjdp2000-08-191-2/+6
* Fixed a missing splx() in if_addmulti(). Was broken in rev.1.28.bde2000-08-191-1/+3
* Don't build pccard for now until I can resolve the linker interactionimp2000-08-191-1/+1
* Work around a possible kernel linker bug. It appears that the dataimp2000-08-191-0/+1
* o Move to using PCCARD_SOFTC(dev)imp2000-08-194-20/+16
OpenPOWER on IntegriCloud