summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add ZTIA001 - Zoom Internal V90 Faxmodem.sheldonh2000-09-052-0/+2
* Various cleanups towards make nullfs functional (it is still brokenbp2000-09-058-76/+260
* Get rid from the __P() macros.bp2000-09-058-74/+72
* o vn_extattr_set() will now call appropriate vn_start_write() andrwatson2000-09-051-2/+8
* o Remove commented out code which modified return values fromrwatson2000-09-052-20/+0
* Regeneratepeter2000-09-052-2/+18
* Catch a few more bogosities in certain chipsets before they mess us up.peter2000-09-056-114/+534
* Add compaq hotplug PCI device id.peter2000-09-051-9/+27
* When dumping the 'found devices' list in verbose mode, actually show thepeter2000-09-052-0/+4
* When we are picking the next available unit number, specifically saypeter2000-09-051-3/+3
* o Add missing "\n" to warning output in netinet/if_loop.c, when anrwatson2000-09-041-1/+1
* Add AS1200 (Tincup) to descriptionwilko2000-09-042-2/+2
* LINT -> NOTESwilko2000-09-042-6/+6
* Off by one error.phk2000-09-041-1/+1
* Remove obsolete comment (see rev 1.84 of procfs_vnops.c)des2000-09-042-16/+0
* Remove a comment that has been not only obsolete but patently wrong for thedes2000-09-042-16/+0
* Support for RBC devices, like Sony Memory Sticks.n_hibma2000-09-041-3/+65
* Add the id for the Sony memory sticks.n_hibma2000-09-041-0/+4
* Add Boca K56Flex PnP modem.sheldonh2000-09-042-0/+2
* Update the NTP kernel PLL code to the 2000-08-29 version of Dave Millsphk2000-09-042-89/+88
* Make filt_aio() check the jobstate for JOBST_JOBBFINISHED (in additionalc2000-09-041-1/+2
* Fix typogshapiro2000-09-041-1/+1
* Merged from sys/i386/i386/machdep.c revision 1.405.kato2000-09-032-0/+4
* Merged from sys/conf/files.i386 revisions 1.325 and 1.326.kato2000-09-031-17/+18
* Merged from sys/i386/i386/machdep.c rev. 1.404 just for keepingkato2000-09-032-2/+30
* repair type 0 routing header support. it was caused by RFC2292/2292bisitojun2000-09-031-1/+2
* PR: kern/20895groudier2000-09-032-26/+46
* Add device list supported by `sym'groudier2000-09-032-0/+8
* sys/systm.h is incompatable with sys/types.h in userland.peter2000-09-031-0/+2
* Fix pci-pci bridges (I hope).peter2000-09-031-9/+4
* Merged from sys/dev/syscons/syscons.c revision 1.346.kato2000-09-031-1/+1
* kern_shutdown.c was more ANSI-C than K&R - remove the remnants of K&Rpeter2000-09-031-21/+12
* gcc knows that savectx() is potentially a setjmp style dual-returnpeter2000-09-031-6/+5
* libkern.h now internally uses the bzero() definition from sys/systm.h.peter2000-09-031-0/+1
* Replace previous change by a move of a #include since something elsepeter2000-09-031-5/+3
* If we are going to test NSMBUS, we had better #include the file thatpeter2000-09-031-0/+1
* Fix warnings by moving static functions before they are used.peter2000-09-031-39/+39
* Complain if we cannot find loader(8) metadata.peter2000-09-033-0/+6
* Find the module metadata before the console init rather than after.peter2000-09-031-2/+4
* This is real released software, let people think that.obrien2000-09-031-0/+1
* remove opt_devfs.hcg2000-09-022-2/+2
* update for phk's last devfs commitcg2000-09-021-10/+1
* Modify extended attribute protection model to authorize based onrwatson2000-09-022-43/+60
* Avoid the modules madness I inadvertently introduced by making thephk2000-09-0245-417/+104
* add a missing return statement, doh.cg2000-09-021-0/+1
* Add ACPI_BUS_SPACE stuff definitions in acpi_machdep.h.iwasaki2000-09-024-3/+39
* Bite the bullet and provde memcmp() and memset(), this will be cheaperphk2000-09-023-25/+20
* Oops, only memset() is unsupported.phk2000-09-021-1/+0
* Purposely break kernel code which uses memset and memcpy to prevent peoplephk2000-09-021-0/+9
* Move svr4 here as well...phk2000-09-021-17/+17
OpenPOWER on IntegriCloud