summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* access() shouldn't diddle with the contents of a potentially sharedtruckman2000-09-022-16/+36
* Don't check for ohci/uhci to be loaded, check for the usb module.n_hibma2000-09-021-3/+2
* Move setproctitle() from libutil to libc (after a repo-copy)brian2000-09-021-1/+1
* A quick fix to get around a problem (described below) with cia basedgallatin2000-09-022-3/+5
* Define some more bits in CSR15 needed for previous change.wpaul2000-09-022-0/+8
* Make the blinkylights on non-MII 21143 cards work. We need to enablewpaul2000-09-012-0/+22
* If a base address register has been set up by the BIOS, but the relevantmsmith2000-09-012-12/+26
* List opt_asr.h for creation, as it's expected by the 'asr' driver in amsmith2000-09-011-0/+3
* Document the tap drivernsayer2000-09-012-0/+4
* Move the 'asr' driver to cdev major 154, since 97 is already taken.msmith2000-09-012-1/+2
* Change the probing order priority of acpi so that acpi is probed afteriwasaki2000-09-011-1/+1
* change mixer api slightlycg2000-09-0125-249/+627
* o Simplify if/then clause equating ESRCH with ENOENT when hiding a processrwatson2000-09-012-10/+4
* o Synchronize linprocfs authorization with procfs authorization improvementsrwatson2000-09-012-76/+58
OpenPOWER on IntegriCloud