summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Correct the termination condition of the DVMA pruning loop intmm2004-03-231-7/+7
* Intitialize the frame pointer and return pc of a new process createdtmm2004-03-231-0/+2
* Enable interrupt preemption on Alpha. Previously, flipping this switch onjhb2004-03-231-1/+10
* Recently I realized that the ADMtek 8211 driver wasn't working correctlywpaul2004-03-231-3/+4
* Add an implementation of uiomove_fromphys() for PowerPC. Thisalc2004-03-233-0/+263
* Do not copy vm_exitingcnt to the new vmspace in vmspace_exec(). Copyingtjr2004-03-231-1/+2
* Change the !MPSAFE boot string to something that doesn't potentiallyobrien2004-03-231-1/+1
* Emit a traceback when witness_trace is set and witness_warn() isalfred2004-03-231-0/+2
* Remove another case of grabbing Giant before doing a kthread_exit()wpaul2004-03-221-1/+0
* Rather than display which interrupts are MPSAFE, display those that aren't.obrien2004-03-221-1/+3
* Use the correct length for appending an extended irq resource. This maynjl2004-03-221-1/+1
* Shorten some printfs to fit better. No other functional changes.njl2004-03-221-6/+6
* Whitespace and comment changes. No MD5 change to the object file.njl2004-03-221-53/+62
* Revert 1.22. Go back to "FreeBSD" as our _OS value. Since we now supportnjl2004-03-221-9/+2
* Bump FreeBSD version to indicate new bus_alloc_resource_any API.njl2004-03-221-1/+1
* I'm a dumbass: the test in the MOD_SHUTDOWN case in ndis_modevent()wpaul2004-03-221-1/+1
* if_ndis.c no longer depends on either pci or pccard. Also, add anwpaul2004-03-221-1/+2
* Lock down global variables in if_gre:rwatson2004-03-223-9/+46
* Use ' rather than ".obrien2004-03-221-1/+1
* Lock down global variables in if_gif:rwatson2004-03-221-9/+50
* Move "called", a static function variable used to detect recursiverwatson2004-03-221-4/+11
* MFi386: revision 1.480.nyan2004-03-221-0/+1
* Remove some netbsd debug code that crept into rev 1.116ps2004-03-222-8/+0
* Add an implementation of uiomove_fromphys() to sparc64. Thisalc2004-03-222-0/+147
* Rename 'ddpcb' variable to 'ddpcb_list' to better distinguish it fromrwatson2004-03-223-8/+8
* Rename 'at_ifaddr' list to 'at_ifaddr_list' so that the variable isrwatson2004-03-226-23/+23
* Compare pointers with NULL rather than 0, or treating them as boolans inrwatson2004-03-226-13/+14
* MAC addresses are 8 bits in ARCNET. Adjust bcopy().mdodd2004-03-221-2/+2
* Also modify ddp_input.c with the following changes previously appliedrwatson2004-03-221-90/+90
* Since I have my hands all over netatalk adding locking and restructuringrwatson2004-03-225-582/+582
* Dont count bytes being sent to a disconnected hook.julian2004-03-221-4/+4
* The Intel 2200BG NDIS driver does an alloca() of about 5000 byteswpaul2004-03-223-8/+32
* The kthread_create() API is supposed to allow you to create threadswpaul2004-03-221-3/+4
* Add an implementation of uiomove_fromphys() for i386. This implementationalc2004-03-212-0/+133
* Make if_ndis_pci.c and if_ndis_pccard.c use bus_alloc_resource() againwpaul2004-03-212-12/+12
* Quote NM in case you need to force it to something with args.obrien2004-03-211-1/+1
* Give a more reasonable CPU time to the threads which are using schedulerobrien2004-03-211-6/+3
* - Fix indentation lost by 'diff -b'.mdodd2004-03-211-5/+4
* Fix $FreeBSD$.obrien2004-03-211-4/+4
* - Correct variable name.mdodd2004-03-211-2/+2
* Massively up the (artificial) limit on system scope threadsjulian2004-03-212-4/+4
* Remove interface type specific code from arprequest(), and in_arpinput().mdodd2004-03-211-111/+19
* Handle AF_ARP.mdodd2004-03-211-0/+27
* Compile the kernel with -O2 on ia64 by default.marcel2004-03-211-0/+2
* Spell "(struct foo *)0" as "NULL".rwatson2004-03-214-25/+23
* In breakpoint(), use a different immediate to make sure we canmarcel2004-03-211-2/+3
* Change (yet again, sorry!) the path of the 32 bit ld-elf.so.1.peter2004-03-211-2/+2
* Fix another Intel 2200BG bug: don't schedule ndis_ticktask() on mediawpaul2004-03-211-1/+2
* - Rewrite the timer and event API routines in subr_ndis.c so that theywpaul2004-03-206-217/+102
* Don't make having ${DESTDIR}/boot/device.hints a prerequisite tomarcel2004-03-201-1/+7
OpenPOWER on IntegriCloud