summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* Install the system call trap handler.benno2002-05-102-0/+2
* Fix a misplaced break statement within a switch that accidentally madejoerg2002-05-101-1/+1
* Fix a problem which could cause some machines to hang after a warm boot.gj2002-05-101-2/+2
* -ffreestanding is the word.obrien2002-05-1022-21/+29
* Add missing #endifmarcel2002-05-102-4/+20
* Improve our detection of an attempted duplicate entry. We may be trying tobenno2002-05-103-3/+12
* Remove a debugging printf that escaped.benno2002-05-102-2/+0
* Increase the size of the kstack.benno2002-05-101-1/+1
* - Axe -mpreferred-stack-boundary=2 as -Os turns this on by default.jhb2002-05-102-4/+4
* I reorganized a little bit too much in the backwards case.obrien2002-05-101-2/+4
* Opps, remove added bogon.obrien2002-05-101-1/+1
* Sync with the other platforms.obrien2002-05-101-1/+1
* Gcc 3.1 varargs support.obrien2002-05-105-16/+56
* Gcc 3.1 varargs support.obrien2002-05-1010-22/+133
* Use only bits w/in /sys if at all possible.obrien2002-05-101-1/+1
* We don't need bootinfo any more, and sparc64 doesn't have it anyways.obrien2002-05-101-1/+0
* Don't be redundant.obrien2002-05-101-1/+1
* -ffreestanding is the word for /sys.obrien2002-05-106-17/+18
* Turn off boot2 -- it gained over 96 bytes dieting on the in-tree Gcc 3.1.obrien2002-05-101-1/+1
* MFNetBSD: Bring in the most recent NetBSD and OpenBSD parts.joe2002-05-091-14/+107
* Fix acpi_avoid() to call freeenv() on the original char * returned fromjhb2002-05-091-4/+5
* Use usb_callout_init() instead of directly calling callout_init() withpeter2002-05-091-1/+1
* Ficl doesn't build on sparc64.obrien2002-05-091-0/+2
* Add a hack (ported from NetBSD) to support Sun disk labels.obrien2002-05-091-0/+101
* Change the mbuf exhaustion warning message to match the messagesilby2002-05-091-1/+2
* Don't send packets out an interface unless it is IFF_UP|IFF_RUNNING.archie2002-05-091-2/+10
* Directives may not be used inside a macro argument, so don't.obrien2002-05-091-3/+3
* Partical style cleanup.obrien2002-05-091-19/+17
* Update to newer trap code from NetBSD.benno2002-05-093-887/+897
* Add an assertion that we have a current pmap set before we try and return.benno2002-05-092-2/+16
* The per-cpu curpmap is now set by pmap_activate. We don't need to do it herebenno2002-05-093-36/+6
* - Add a prototype for the setfault() function.benno2002-05-092-12/+4
* 1. Better track the executable status of mappings.benno2002-05-094-39/+170
* Rename the constants for the contents of the PVR register so as not tobenno2002-05-091-17/+17
* MFNetBSD:joe2002-05-091-1/+3
* Replace /kernel with /boot/kernel/kernel.joe2002-05-092-2/+2
* Cleanup the interface to ip_fw_chk, two of the input argumentsluigi2002-05-095-140/+142
* Remove trace_req().mini2002-05-093-22/+10
* o Correct an error made in revision 1.65: In readv(), if uap->iovcnt isalc2002-05-091-9/+6
* Comment two values I was looking at for GDB.obrien2002-05-091-2/+2
* Only saying you're launching other CPUs if there are more than one to launch.mjacob2002-05-081-1/+1
* expand_name fixes:alfred2002-05-081-38/+32
* zapnot the signed bits in atomic_cmpset_32. Previously this did not work withjeff2002-05-081-0/+1
* Remove runq_findproc. This never worked right in the first place and canjake2002-05-081-23/+0
* Remove unneeded include.jake2002-05-081-1/+0
* Make a macro for the guts of tl0_immu_miss, like dmmu_miss and prot.jake2002-05-082-102/+152
* Roll my own min() (named ISO88025_MIN() so as to not cause conflicts) sokbyanc2002-05-081-2/+4
* Detect and attach to the ICH3 SMBus controller.jhb2002-05-081-0/+4
* M_ZERO the temp buffer in expand_name() otherwise if an error occursalfred2002-05-071-1/+1
* Move ISO88025 source routing information into sockaddr_dl's sdl_datakbyanc2002-05-074-15/+22
OpenPOWER on IntegriCloud