summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add MD definitions for sparc64. This is based on work by des.tmm2003-01-051-0/+29
* Add an implementation of _atomic_lock for sparc64. This was submitted bytmm2003-01-051-0/+45
* Rewrite longjmp() and _longjmp() to directly restore the saved frame,tmm2003-01-052-55/+19
* Don't hardcode the address of the local (S)APIC (aka processormarcel2003-01-054-2/+33
* Rename siglongjmp() to __siglongjmp(), with a weak alias to siglongjmp(),tmm2003-01-051-2/+4
* Fix cut&paste bug which would result in a panic because buffer wasphk2003-01-051-2/+2
* Bump the number of interrupts from 65 to 257. This is a waste ofmarcel2003-01-051-1/+1
* Handle 3-digit interrupt numbers (vectors). While here, change themarcel2003-01-052-6/+10
* - Merge the following from the English version:hrs2003-01-055-2/+65
* rl(4) works on sparc64 now.jake2003-01-052-24/+24
* Make all memory I/O addresses (explicitly) 64-bit. Memory mappedmarcel2003-01-051-11/+11
* Tweaks to make if_rl work on sparc64.jake2003-01-051-4/+10
* Provide a null-implementation for bus_space_unmap, like i386.marcel2003-01-051-2/+5
* Add support for bzip2ed log files.se2003-01-053-3/+21
* Add common/dev.sgml as a source forgotten in the previous commit.hrs2003-01-051-0/+1
* - Merge the following from the English version:hrs2003-01-056-23/+155
* - Catch up with the English version:hrs2003-01-054-3/+54
* Convert VOP_STRATEGY to VOP_SPECSTRATEGY in the generic getpages andphk2003-01-051-2/+2
* Merge the following from the English version:hrs2003-01-051-5/+28
* Don't override the vop_lock, vop_unlock and vop_isunlocked methods.phk2003-01-051-3/+0
* Allocate bogus_page with VM_ALLOC_WIRED. (Previously, bogus_page'salc2003-01-051-2/+1
* Avoid casting pointers to int and using %x to print them.mike2003-01-051-4/+3
* Reduce diff to RELENG_4.simokawa2003-01-054-3/+65
* Use in_addr_t for the right size of an IPv4 address, and copy intofenner2003-01-051-1/+3
* Fix alignment problems -- the embedded v4 address is guaranteed tofenner2003-01-051-15/+17
* In sodealloc(), if there is an accept filter present on the socketalfred2003-01-051-9/+3
* Don't take the detour over VOP_STRATEGY from spec_getpages, call ourphk2003-01-051-1/+1
* Split out the vnode and buf arguments to the internal strategy workerphk2003-01-051-13/+3
* Syntax fix in fwohci_pci_suspend().simokawa2003-01-051-1/+2
* Validate inp before de-referencing it.hsu2003-01-051-1/+1
* Fix the duplicate unlock of the pcm read channel in certain cases.green2003-01-051-1/+0
* - Change definition of fc->maxrec same as fwdev->maxrec.simokawa2003-01-054-34/+49
* - Reorganize PMAP_STATS to scale a little better.jake2003-01-056-124/+167
* Add a manpage for the LAN Media Corp PCI WAN adapter driver.obrien2003-01-052-0/+92
* Sync with zs.jake2003-01-051-239/+179
* Make imgact_elf32.c compile on sparc64.jake2003-01-051-0/+10
* - Provide backwards compatibility for kern.fallback_elf_brand.jake2003-01-053-64/+30
* No need to include <assert.h> here.tjr2003-01-054-4/+0
* Use atomic add and subtract to update the global wired page count,alc2003-01-051-3/+3
* Repair vnode locking in portal_lookup(). Specifically, lock the filetjr2003-01-051-2/+10
* Fix a reference to the order of SYNOPSIS lines.keramida2003-01-051-1/+1
* Adopt, adapt and improve:marcel2003-01-051-31/+33
* Temporarily introduce a new VOP_SPECSTRATEGY operation while I tryphk2003-01-0411-12/+92
* Improve the way that an elf image activator for an alternate word size isjake2003-01-048-102/+29
* Add "ifstat" display:phk2003-01-048-2/+785
* When we close a display, mark it as not-initialized so that we willphk2003-01-041-0/+1
* Introduce thephk2003-01-042-0/+15
* resort vnode ops listphk2003-01-041-3/+3
* resort the vnode ops list.phk2003-01-041-1/+1
* Unifdef has got some crack-smoking exit values:peter2003-01-041-10/+1
OpenPOWER on IntegriCloud