summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Switch from legacy to native mode for ICH4 and ICH5.orion2003-08-102-21/+22
* | Don't hardcode unit numer '0'.ticso2003-08-103-3/+3
* | Now that we can ignore up to 8KB of dirty registers, remove the RSEmarcel2003-08-101-45/+30
* | MF p4:imp2003-08-101-1/+1
* | Grrr. There is a gratuitous difference in the RX descriptor statuswpaul2003-08-101-0/+18
* | Some bridges, like o2 micro and maybe ricoh, have some issues betweenimp2003-08-101-10/+47
* | - Update some comments regarding hardware details of the 8169 andwpaul2003-08-102-40/+60
* | Re-enable pcfclock in the build.obrien2003-08-101-0/+1
* | Silence unwanted 'gigabit link up' messages: do not treat thewpaul2003-08-101-1/+2
* | Use get_mcontext in sendsig and set_mcontext in sigreturn instead ofjake2003-08-091-9/+5
* | Don't provide a mutex in the S/G list dma tag since it will never be defered.scottl2003-08-091-7/+9
* | Add code to cope more with strange conditions after careful study ofimp2003-08-091-14/+42
* | CBB_SOCKET_STAT_ is too long. Change it to CBB_STATE_. Also, makeimp2003-08-092-31/+44
* | When allocating memory, align it to the minimum alignment required forimp2003-08-092-0/+5
* | Add comments about some alignment that looks a little strange.imp2003-08-091-2/+9
* | Minor fixes to a couple of comments.imp2003-08-091-2/+2
* | Background: When proc_rwmem() wired and mapped a page, it also addedalc2003-08-091-30/+5
* | Call bus_dmamap_create() to create the per-SRB buffer maps. Note that nonescottl2003-08-091-0/+12
* | Also ifdef the variable which becomes unused w/o INET6, fixing the buildsilby2003-08-091-0/+2
* | Add the POSIX 1003.1-2001 posix_madvise() interface.bms2003-08-091-2/+12
* | #ifdef INET6 the if_loop packet defrag; since only the ipv6 stack (might)silby2003-08-091-0/+2
OpenPOWER on IntegriCloud