summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix logic inversion bug.kbyanc2002-05-111-2/+2
* sysctl -w -> sysctldd2002-05-113-4/+4
* Temporarily disable Jeff's fix for atomic_cmpset_32() to zero-extend thejhb2002-05-111-0/+2
* As a temporary bandaid disable '__printf0like' unconditionally, italfred2002-05-111-1/+1
* Add a dummy cleandir target to the kernel section so that make buildkerneljhb2002-05-111-0/+1
* Change the PIO loops from a hard counter into a loop that calls DELAY()joerg2002-05-104-16/+52
* Remove ## concatination in the CFGREAD and CFGWRITE macros, as gcc3 complainsgallatin2002-05-101-2/+2
* Fix several bugs in devfs_lookupx(). When we check the nameiop tomux2002-05-101-3/+3
* p_leader is only set at fork1() time, so update its locking notejhb2002-05-101-1/+1
* Implement the following functions:benno2002-05-103-24/+96
* 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
OpenPOWER on IntegriCloud