summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* The syncache has made use of TCPDEBUG problematic, because the SYNharti2003-08-131-0/+41
* The tcp_trace call needs the length of the header. Unfortunately theharti2003-08-131-1/+5
* A number of patches in the last years have created new return pathsharti2003-08-132-0/+42
* In case we encounter a zero sectorsize provider in g_io_check(), failphk2003-08-131-0/+6
* Don't use VM_MIN_KERNEL_ADDRESS to check if the faulting address ismarcel2003-08-131-2/+2
* Reduce the size of the vm map (and by inclusion the vm space) on 64-bitalc2003-08-131-1/+1
* Put an instruction group break between the move to ar.rnat and themarcel2003-08-131-0/+1
* Expand inline the relevant parts of src/COPYRIGHT for Matt Dillon'simp2003-08-1216-35/+387
* Oops.. Some debugging code snuck in here.ps2003-08-121-1/+1
* Remove extra space.mux2003-08-121-1/+1
* Fixup comment.jhb2003-08-121-1/+1
* Reduce the size of the vm object on 64-bit architectures by movingalc2003-08-121-1/+1
* Add a '-M mask' option so that users can have differenttrhodes2003-08-123-4/+10
* - Convert Alpha over to the new calling conventions for cpu_throw() andjhb2003-08-127-65/+50
* Support EINPROGRESS and properly deal with 64bit physical addressing.ps2003-08-121-24/+59
* Halted CPU's should not accumulate time.ps2003-08-126-36/+36
* - No need to bzero() the softc structure.mux2003-08-121-7/+3
* Remove two useless bzero() calls.mux2003-08-121-2/+0
* Change the code that enables/disables the ATM channel to use theharti2003-08-121-67/+48
* db_get_value uses a local buffer to first fetch all the bytes of aharti2003-08-121-1/+1
* Validate number of iso. DMA channels.simokawa2003-08-121-0/+2
* Add a overhaul of the soundchip initialization for the MSP34xx chipsetsalex2003-08-1210-2/+1346
* Extend identifycpu():marcel2003-08-121-17/+36
* Fix the busdma support in twe to support EINPROGRESS and enable it forps2003-08-125-112/+249
* Add support for the Broadcom BCM5901 and BCM5901 rev A2 chips.wpaul2003-08-123-5/+31
* This commit was generated by cvs2svn to compensate for changes in r118812,njl2003-08-121-2/+2
|\
| * Fix a few more s/UINT32/ACPI_SIZE issues. iasl and acpidb now build onnjl2003-08-121-2/+2
* | Cleanup prototypes in cpu.h, including fswintrberr and any referencesmarcel2003-08-124-47/+8
* | Pipespace() no longer requires Giant.alc2003-08-111-2/+2
* | Cleanup and style(9) fixes. No functional change.marcel2003-08-111-7/+4
* | - When deciding whether to init the zone with small_init or large_init,bmilekic2003-08-112-6/+25
* | Drop Giant in recvit before returning an error to the caller to avoidkan2003-08-111-1/+4
* | Style cleanups to match the rest of this directory. For acpi_battery.c,njl2003-08-114-878/+800
* | bus_dmamap_create() is no longer optional for non-static dma mappings. Thanksscottl2003-08-111-0/+14
* | Add ng_atmpif: a HARP physical interface emulation. This allows oneharti2003-08-119-2/+1980
* | Add the mlockall() and munlockall() system calls.bms2003-08-1110-29/+171
* | Fix sparc64 LINT build. <blush>jake2003-08-111-2/+4
* | This commit was generated by cvs2svn to compensate for changes in r118765,njl2003-08-111-2/+2
|\ \ | |/
| * Fix AcpiOsMapMemory to match the function definition. Don't use UINT32njl2003-08-111-2/+2
* | More pipe changes:silby2003-08-116-49/+39
* | Don't provide mutexes for static busdma allocations.scottl2003-08-111-19/+22
* | Implement cpu_set_upcall_kse(). Further tweaking may be needed aftermarcel2003-08-111-4/+25
* | Use vm_page_hold() instead of vm_page_wire(). Otherwise, a multithreadedalc2003-08-111-3/+3
* | The iBCS2 system call translator for statfs(2) did not check thenectar2003-08-101-0/+4
* | panic() if we try to handle an out-of-range signal number innectar2003-08-101-2/+5
* | Add or correct range checking of signal numbers in system calls andnectar2003-08-104-3/+7
* | Rename pmap_changebit() to pmap_clear_ptes() and remove the lastalc2003-08-102-50/+38
* | o move cpu_reset() from vm_machdep.c to machdep.c.marcel2003-08-102-79/+68
* | The BCM5704 ASIC has a smaller mbuf space than the 5700/1/2/3. Failurewpaul2003-08-101-2/+10
* | Lower initial drop value to 50, it is enough to hide linearityache2003-08-101-2/+2
OpenPOWER on IntegriCloud