aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* rework feeder sytem to allow feeders in kldsCameron Grant2000-08-2023-297/+698
* Remove all traces of Julians DEVFS (incl from kern/subr_diskslice.c)Poul-Henning Kamp2000-08-2035-4350/+1643
* Add UNIX domain socket feature to pccardd. This makes pccardHajimu UMEMOTO2000-08-207-15/+271
* Unbreak LINT.Nick Hibma2000-08-201-1/+1
* Fix typo in last commit.Poul-Henning Kamp2000-08-202-4/+2
* Add missing perl directories.Mark Murray2000-08-201-0/+10
* Fixes and cleanups to the perl build; don't error out when NOCLEAN isMark Murray2000-08-207-10/+20
* Resolve conflicts.Mark Murray2000-08-201-0/+4
* This commit was generated by cvs2svn to compensate for changes in r64866,Mark Murray2000-08-204-1/+54
|\
| * Vendor supplied patches to fix procname ($0)Mark Murray2000-08-205-1/+67
* | Centralize the canonical vop_access user/group/other check in vaccess().Poul-Henning Kamp2000-08-2012-360/+137
* | A slight restyling of the previous fix and make the way theDavid Malone2000-08-201-8/+4
* | Fix logic error which caused a page fault in kernel mode immediatelyJohn Polstra2000-08-191-2/+6
* | Fixed a missing splx() in if_addmulti(). Was broken in rev.1.28.Bruce Evans2000-08-191-1/+3
* | Don't build pccard for now until I can resolve the linker interactionWarner Losh2000-08-191-1/+1
* | Work around a possible kernel linker bug. It appears that the dataWarner Losh2000-08-191-0/+1
* | o Move to using PCCARD_SOFTC(dev)Warner Losh2000-08-194-20/+16
* | o move to using PCIC_SOFTC(dev) to get the softcWarner Losh2000-08-193-15/+13
* | Remove obsolete entry about wdc hangsJordan K. Hubbard2000-08-191-10/+0
* | fix SNDCTL_DSP_GETODELAYCameron Grant2000-08-191-1/+2
* | don't complain about bad irqs if using a shared irqCameron Grant2000-08-191-0/+3
* | Recognize ESS 1888 in Dell Latitude XPiCameron Grant2000-08-191-0/+1
* | Fix the arguments to [(1) (AKA test(1)). If the string being testedMark Murray2000-08-191-1/+1
* | Silence -Wall; main()'s second argument was "unsigned char **",Mark Murray2000-08-191-6/+8
* | Disabled serial console.Yoshihiro Takahashi2000-08-191-1/+1
* | Replace the mbuf external reference counting code with somethingDavid Malone2000-08-1923-468/+292
* | Call bus_generic_detach on pcic before deleting the children. ThisWarner Losh2000-08-191-1/+4
* | Remove pcic_isa_identify. I don't think it is needed.Warner Losh2000-08-193-26/+21
* | Increase the default NAPIC from 1 to 2 as a bandaid until we allocateMike Smith2000-08-183-3/+3
* | Remove gratuitous free() call when we use special .SHELL target.Ruslan Ermilov2000-08-181-5/+0
* | Remove an unwanted space from the "Shutting down daemon processes"Sheldon Hearn2000-08-181-1/+1
* | Introduce vop_stdinactive() and make it the default if no vop_inactivePoul-Henning Kamp2000-08-1811-159/+18
* | Fix bug in rev 1.54; the terminating `;;' for the ibcs2_enable=YESSheldon Hearn2000-08-182-0/+2
* | Document ibcs2_loaders and provide a default for it inSheldon Hearn2000-08-182-0/+9
* | Merged from sys/i386/i386/machdep.c revision 1.402.KATO Takenori2000-08-182-0/+36
* | (forced commit)Sheldon Hearn2000-08-180-0/+0
* | The output of this script got a little broken in rev 1.225, withSheldon Hearn2000-08-181-0/+3
* | Don't rely on a shell scripts to do the simple job of loadingSheldon Hearn2000-08-183-6/+30
* | The slip driver used to allocate a mbuf cluster without attachingDavid Malone2000-08-182-9/+22
* | Fix the urio and ugen devices (I meant unit2minor, not minor2unit)Brian Somers2000-08-181-2/+2
* | Add a PPP_NOSUID hookBrian Somers2000-08-182-0/+6
* | Make -DNOSUID (or -DPPP_NOSUID) possible to build ppp without SUIDBrian Somers2000-08-188-4/+70
* | Warn that the ``alias'' command is depricated.Brian Somers2000-08-181-0/+10
* | (forced commit: previous commit message was truncated)Archie Cobbs2000-08-170-0/+0
* | Fix two bugs:Archie Cobbs2000-08-172-30/+12
* | Allow people to set the default boot slice with boot0cfg.David Malone2000-08-172-4/+28
* | Remove the warning about recording on the Solo. The workarounds appearNick Sayer2000-08-171-6/+0
* | Remove extraneous arguments to the Os (operating system) and NmSheldon Hearn2000-08-171-4/+4
* | Implement the GDB counterpart to use hardware watchpoints in connectionJoerg Wunsch2000-08-172-0/+256
* | Fix style bugs and poor wording introduced in rev 1.12.Sheldon Hearn2000-08-171-8/+17