summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Implement the internal locks of an ACPI semaphore with splhigh() onjhb2002-10-161-8/+31
* - curproc may be NULL in 4-stable. In that case use the vmspace fromjhb2002-10-162-4/+8
* Include <sys/select.h> on -stable instead of <sys/selinfo.h> to get thejhb2002-10-162-0/+8
* whitespace/indentation fix from phksam2002-10-161-10/+10
* Use a linked list to keep the psycho softcs instead of a staticallytmm2002-10-162-22/+12
* Add a missing PROC_UNLOCK in ptrace() for the PT_IO case.jhb2002-10-161-0/+1
* Updated the CPU_DISABLE_CMPXCHG notes to warn users not to also enablepirzyk2002-10-161-1/+2
* MFi386: revision 1.54.nyan2002-10-161-4/+4
* Many style and whitespace fixes.jhb2002-10-161-84/+83
* MFi386: revision 1.130.nyan2002-10-161-1/+1
* Fix a possible bug about freeing non-malloc'ed pointer.iwasaki2002-10-161-2/+3
* MFi386: revision 1.181.nyan2002-10-161-0/+1
* Sort includes a bit.jhb2002-10-161-3/+3
* Module-ize the 'core' crypto stuff. This may still need to be compiledmarkm2002-10-166-4/+59
* Unbreak the PC98/wd(4) driver which I accidentally broke with a previousphk2002-10-161-3/+3
* Cast the first argument to bzero() to `void *' after casting it torobert2002-10-162-2/+2
* Properly put macro args in ().phk2002-10-161-2/+2
* Be consistent about functions being static.phk2002-10-167-12/+12
* Be consistent about funtions being static.phk2002-10-161-11/+11
* Put an XXX: comment here to point out a couple of free() issues onphk2002-10-161-0/+4
* No need to declare M_ISADEV here.phk2002-10-161-2/+0
OpenPOWER on IntegriCloud