summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Build openfirmio on sparc64.tmm2002-10-181-0/+1
* Add a pseudo device which allows to access the OpenFirmware device treetmm2002-10-182-0/+389
* Add an #ifdef _KERNEL to make it possible to include this file fromtmm2002-10-181-5/+7
* typo.nyan2002-10-181-4/+4
* Backout my previous "brain cramp" commit.pirzyk2002-10-181-11/+9
* Cover the ELF headers with the text segment so that they get loadedmarcel2002-10-181-1/+1
* Have lockinit() initialize the debugging fields of a lockmckusick2002-10-181-0/+9
* When the number of dirty buffers rises too high, the buf_daemon runsmckusick2002-10-181-3/+17
* With the revised single-lock method used in snapshots, themckusick2002-10-181-1/+0
* Separate fiels reported by disk_err() with spaces, so that output doesn'tsobomax2002-10-171-7/+7
* Changed the scsi mode command to use 10 bytes scsi commands insteadpirzyk2002-10-171-9/+11
* Replace the conventional usage of strncpy() by using strlcpy().robert2002-10-172-13/+5
* - Use strlcpy() rather than strncpy() to copy NUL terminatedrobert2002-10-171-6/+6
* Be consistent and return the NUL at the end of kern.geom.conf{xml,dot}.phk2002-10-171-2/+2
* Instead of (sizeof(source_buffer) - 1) bytes, copy at mostrobert2002-10-171-1/+1
* Use strlcpy() instead of strncpy() to copy NUL terminated stringsrobert2002-10-1711-28/+27
* NUL terminate sysctl kern.disksphk2002-10-171-1/+1
* Add the !define(COMPILING_LINT)pirzyk2002-10-172-2/+2
* When entering the firmware mappings into the kernel tlb, clear all 'soft'tmm2002-10-171-1/+4
* Allocate major 177 for the OpenFirmware control device, which I havetmm2002-10-171-0/+1
* Quirk for HP 315 USB Digital Cameranjl2002-10-171-0/+8
* last arg of in6?_gif_output() is not used any more.ume2002-10-175-8/+6
* - drop too short IPv6 frameume2002-10-171-10/+15
* s/gifp/ifp/ume2002-10-171-11/+11
* fix kldload error return when a module is rejected because it's staticallysam2002-10-171-4/+12
* Fix compile with options SC_NO_SUSPEND_VTYSWITCH.jhb2002-10-171-0/+2
* - Allocate only enough space for a temporary buffer to holdrobert2002-10-171-5/+6
* my(4) requires miibus, so that move it into proper section and also add asobomax2002-10-171-1/+2
* Switch from the bs driver to the ct driver.nyan2002-10-171-3/+3
* 1. Fix a comment. Locking _is_ needed (but not done).iwasaki2002-10-175-60/+40
* Fixed the quoting of the value of SC_CUT_SEPCHARS. The double quotesbde2002-10-172-23/+23
* Merged from sys/isa/syscons_isa.c revision 1.19.nyan2002-10-172-0/+8
* Merged from sys/dev/syscons/syscons.c revision 1.390.nyan2002-10-171-1/+2
* Add new syscons option SC_NO_SUSPEND_VTYSWITCH.iwasaki2002-10-177-0/+10
* put an #error directive when SMP and CPU_DISABLE_CMPXCHG are setpirzyk2002-10-172-0/+6
* Make kqueue(2) work for virtual terminals.kbyanc2002-10-171-1/+2
* Suppress the uninitialized variable warning on ia64 introduced bymarcel2002-10-171-0/+4
* de-__P().alfred2002-10-162-4/+4
* de-__P()alfred2002-10-161-3/+3
* use encapcheck.ume2002-10-162-30/+0
* Fix a fairly subtle bug in mbuf_init() where the reference counterbmilekic2002-10-161-1/+1
* - after gif_set_tunnel(), psrc/pdst may be null. set IFF_RUNNING accordingly.ume2002-10-166-190/+356
* Fix oops in my last commit, I was calculating a new length but then notdillon2002-10-161-1/+1
* Whitespace.jhb2002-10-161-2/+2
* Use the global pcib devclass instead of our own static copy.jhb2002-10-162-4/+0
* Add "pci108e,8000" (psycho) and "pci108e,a000" (US-IIi sabre) to the list oftmm2002-10-161-37/+54
* Catch up to changes in acpivar.h to add support for using ACPI onjhb2002-10-168-12/+23
* struct timecounter is defined in sys/time.h on 4-stable.jhb2002-10-161-0/+4
* - Include lock headers on current in this header instead of puttingjhb2002-10-161-3/+18
* - In AcpiOsGetThreadId(), allow for curproc to be NULL on 4-stable systems.jhb2002-10-161-4/+14
OpenPOWER on IntegriCloud