summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* o move to using PCIC_SOFTC(dev) to get the softcimp2000-08-193-15/+13
* fix SNDCTL_DSP_GETODELAYcg2000-08-191-1/+2
* don't complain about bad irqs if using a shared irqcg2000-08-191-0/+3
* Recognize ESS 1888 in Dell Latitude XPicg2000-08-191-0/+1
* Disabled serial console.nyan2000-08-191-1/+1
* Replace the mbuf external reference counting code with somethingdwmalone2000-08-1922-466/+286
* Call bus_generic_detach on pcic before deleting the children. Thisimp2000-08-191-1/+4
* Remove pcic_isa_identify. I don't think it is needed.imp2000-08-193-26/+21
* Increase the default NAPIC from 1 to 2 as a bandaid until we allocatemsmith2000-08-183-3/+3
* Introduce vop_stdinactive() and make it the default if no vop_inactivephk2000-08-1811-159/+18
* Merged from sys/i386/i386/machdep.c revision 1.402.kato2000-08-182-0/+36
* The slip driver used to allocate a mbuf cluster without attachingdwmalone2000-08-182-9/+22
* Don't let an illegal value for dr7 get set, which can lead to anbsd2000-08-172-0/+36
* - Fixed the conversion to bus_space interface.nyan2000-08-1712-5430/+2580
* Add support for loading this as a module (before there were someimp2000-08-172-11/+16
* Add in a hack that installs 'src/sys/${MACHINE_ARCH}/GENERIC.hints' asjhb2000-08-171-0/+5
* Fix a couple cases where p_trespass wasn't transitioned into place.green2000-08-161-9/+3
* Prepare for a cleanup of pmap module API pollution introduced by thetegge2000-08-164-18/+28
* backout previous change for nowdarrenr2000-08-161-1/+0
* add extern for inetswdarrenr2000-08-161-0/+1
* add missing splx(), when outgoing interface queue is full on tunnelleditojun2000-08-162-0/+4
* Rearrange the probe a bit, hopefully this will help to eleminatesos2000-08-164-145/+145
* open_drive:grog2000-08-161-16/+21
* Add another USR modem.peter2000-08-152-0/+2
* Install mode 644, not mode 664 during kernel compile. Yes, Peter, I amkris2000-08-151-1/+2
OpenPOWER on IntegriCloud