summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Remove sio(4) and related options from MI files to amd64, i386marcel2006-07-2915-44/+141
* Allow to configure a kernel with envy24 support as documented in thenetchild2006-07-282-0/+6
* Retire SYF_ARGMASK and remove both SYF_MPSAFE and SYF_ARGMASK. sy_narg isjhb2006-07-2810-14/+11
* Regen for MPSAFE flag removal.jhb2006-07-2827-1479/+1489
* Now that all system calls are MPSAFE, retire the SYF_MPSAFE flag used tojhb2006-07-2821-1605/+1465
* Various fixes to comments in the syscall master files including removingjhb2006-07-284-19/+10
* - fix memory leak after "kldunload snd_ak452x.ko"netchild2006-07-282-10/+26
* Regen.jhb2006-07-284-7/+7
* - Explicitly lock Giant to protect the fields in the svr4_strm structurejhb2006-07-283-12/+44
* Remove trailing spaces.pjd2006-07-281-1/+1
* Use existing roundup2() macro.pjd2006-07-281-1/+1
* Unify the checking for lock misbehavior in the various syscall()jhb2006-07-2710-53/+117
* Argh, fix compile with XBOX enabled. Somehow I missed a LINT compile. :(jhb2006-07-271-1/+1
* Adjust td_locks for non-spin mutexes, rwlocks, and sx locks so that it isjhb2006-07-273-1/+17
* Add KTR_SYSC tracing to the syscall() implementations that didn't have itjhb2006-07-273-0/+20
* Remove the dependency of bridgestp.h on if_bridgevar.h by moving a couple ofthompsa2006-07-275-53/+50
* Add extra code into kbdmux(4)s read_char() method toemax2006-07-271-0/+21
* Hold the reference on the mountpoint slightly longer in kern_statfs() andjhb2006-07-272-4/+4
* Write a magic value into mtx_lock when destroying a mutex that will forcejhb2006-07-272-0/+16
* Fix a file descriptor race I reintroduced when I split accept1() up intojhb2006-07-273-16/+41
* Add missing ptrace(2) system-call stops to various syscall()jhb2006-07-274-0/+20
* Don't allow MAXMEM or hw.physmem to extend the top of memory if our memoryjhb2006-07-272-8/+17
* Remove Alpha remnants.marcel2006-07-275-37/+0
* Fix what looks like a typo: MODULE_DEPEND() takes module names,yar2006-07-271-1/+1
* Define BYTE_MSF if we're compiling a big endian kernel, so that DDB cancognet2006-07-271-0/+3
* Fixing compilation bustage: net/if_bridgevar.h depends on net/bridgestp.h.avatar2006-07-271-0/+1
* Add device ID for second generation D-Link DGE-530T.yongari2006-07-272-3/+10
* Fixing compilation bustage: net/if_bridgevar.h depends on net/bridgestp.h.avatar2006-07-272-0/+2
* Prepending an mbuf after loading a DMA map results in unexpectedyongari2006-07-271-31/+28
* Nuke invalid use of BUS_DMA_ALLOCNOW.yongari2006-07-271-1/+1
* Make sure to use the same DMA map in DMA map load/unload operationsyongari2006-07-271-5/+8
* Properly propagate overrun conditions to the TTY layer.marcel2006-07-271-0/+2
* bridgestp is now a seperate module.thompsa2006-07-262-1/+2
* Hook bridgestp up to the build.thompsa2006-07-261-0/+1
* Add bridgestp as a seperate module.thompsa2006-07-261-0/+8
* Remove stp variables that are already initialised in bstp_attach().thompsa2006-07-261-5/+0
* Remove zs(4). It has been replaced by scc(4) & uart(4).marcel2006-07-261-2/+0
* Replace sio_iobus.c with uart_iobus.c.marcel2006-07-261-1/+1
* Turn this into an uart(4) bus attachment.marcel2006-07-261-40/+19
* Repocopy from: src/sys/powerpc/psim/sio_iobus.cmarcel2006-07-261-108/+0
* Remove call to soisdisconnected() in uipc_detach(), since it will alreadyrwatson2006-07-261-1/+0
* o Remove device zsmarcel2006-07-261-5/+1
* o Enable -Werrormarcel2006-07-261-3/+2
* On PowerPC the clock for the BRG comes from RTxC, not PCLK. Add amarcel2006-07-261-3/+10
* Implement UART_IOCTL_BAUD for the Z8530. This allows a serial consolemarcel2006-07-261-1/+7
* Implement uart_cpu_eqres() and uart_cpu_getdev(). This allowsmarcel2006-07-261-3/+56
* o Move the prototype of mem_valid() from ofw_machdep.h to md_var.h.marcel2006-07-265-2/+38
* Include needed clock.h.marcel2006-07-262-0/+2
* Forward declare struct trapframe.marcel2006-07-261-0/+2
* Add snd_emu10kx_loadache2006-07-261-0/+1
OpenPOWER on IntegriCloud