summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Be consistent about funtions being static.phk2002-10-168-25/+39
* Be consistent about functions being static.phk2002-10-162-32/+32
* Be consistent about functions being static.phk2002-10-161-1/+1
* Be consistent about functions being static.phk2002-10-167-31/+31
* Properly put macro args in ().phk2002-10-161-1/+1
* Be consistent about functions being static.phk2002-10-168-29/+33
* Get rid of checking for ip sec history. It is true that packets are notguido2002-10-161-5/+0
* FIx misindentation.phk2002-10-162-22/+25
* Be consistent about functions being static.phk2002-10-1610-10/+10
* Be consistent about functions being static.phk2002-10-1611-26/+26
* Fix misindentation.phk2002-10-161-2/+2
* Rename struct softc to struct mn_softc.phk2002-10-161-27/+31
* Fix comments and one resulting code confusion about the type of thephk2002-10-169-9/+10
* Be consistent about functions being static.phk2002-10-162-2/+2
* A better solution to avoiding variable sized structs in DEVFS.phk2002-10-162-3/+5
OpenPOWER on IntegriCloud