| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a new sysctl, hw.acpi.handle_reboot. If set, acpi will attempt to | njl | 2006-07-29 | 2 | -2/+7 |
* | Bump __FreeBSD_version for OpenSSL 0.9.8b import. | simon | 2006-07-29 | 1 | -1/+1 |
* | Remove sio(4) and related options from MI files to amd64, i386 | marcel | 2006-07-29 | 15 | -44/+141 |
* | Allow to configure a kernel with envy24 support as documented in the | netchild | 2006-07-28 | 2 | -0/+6 |
* | Retire SYF_ARGMASK and remove both SYF_MPSAFE and SYF_ARGMASK. sy_narg is | jhb | 2006-07-28 | 10 | -14/+11 |
* | Regen for MPSAFE flag removal. | jhb | 2006-07-28 | 27 | -1479/+1489 |
* | Now that all system calls are MPSAFE, retire the SYF_MPSAFE flag used to | jhb | 2006-07-28 | 21 | -1605/+1465 |
* | Various fixes to comments in the syscall master files including removing | jhb | 2006-07-28 | 4 | -19/+10 |
* | - fix memory leak after "kldunload snd_ak452x.ko" | netchild | 2006-07-28 | 2 | -10/+26 |
* | Regen. | jhb | 2006-07-28 | 4 | -7/+7 |
* | - Explicitly lock Giant to protect the fields in the svr4_strm structure | jhb | 2006-07-28 | 3 | -12/+44 |
* | Remove trailing spaces. | pjd | 2006-07-28 | 1 | -1/+1 |
* | Use existing roundup2() macro. | pjd | 2006-07-28 | 1 | -1/+1 |
* | Unify the checking for lock misbehavior in the various syscall() | jhb | 2006-07-27 | 10 | -53/+117 |
* | Argh, fix compile with XBOX enabled. Somehow I missed a LINT compile. :( | jhb | 2006-07-27 | 1 | -1/+1 |
* | Adjust td_locks for non-spin mutexes, rwlocks, and sx locks so that it is | jhb | 2006-07-27 | 3 | -1/+17 |
* | Add KTR_SYSC tracing to the syscall() implementations that didn't have it | jhb | 2006-07-27 | 3 | -0/+20 |
* | Remove the dependency of bridgestp.h on if_bridgevar.h by moving a couple of | thompsa | 2006-07-27 | 5 | -53/+50 |
* | Add extra code into kbdmux(4)s read_char() method to | emax | 2006-07-27 | 1 | -0/+21 |
* | Hold the reference on the mountpoint slightly longer in kern_statfs() and | jhb | 2006-07-27 | 2 | -4/+4 |
* | Write a magic value into mtx_lock when destroying a mutex that will force | jhb | 2006-07-27 | 2 | -0/+16 |
* | Fix a file descriptor race I reintroduced when I split accept1() up into | jhb | 2006-07-27 | 3 | -16/+41 |
* | Add missing ptrace(2) system-call stops to various syscall() | jhb | 2006-07-27 | 4 | -0/+20 |
* | Don't allow MAXMEM or hw.physmem to extend the top of memory if our memory | jhb | 2006-07-27 | 2 | -8/+17 |
* | Remove Alpha remnants. | marcel | 2006-07-27 | 5 | -37/+0 |
* | Fix what looks like a typo: MODULE_DEPEND() takes module names, | yar | 2006-07-27 | 1 | -1/+1 |
* | Define BYTE_MSF if we're compiling a big endian kernel, so that DDB can | cognet | 2006-07-27 | 1 | -0/+3 |
* | Fixing compilation bustage: net/if_bridgevar.h depends on net/bridgestp.h. | avatar | 2006-07-27 | 1 | -0/+1 |
* | Add device ID for second generation D-Link DGE-530T. | yongari | 2006-07-27 | 2 | -3/+10 |
* | Fixing compilation bustage: net/if_bridgevar.h depends on net/bridgestp.h. | avatar | 2006-07-27 | 2 | -0/+2 |
* | Prepending an mbuf after loading a DMA map results in unexpected | yongari | 2006-07-27 | 1 | -31/+28 |
* | Nuke invalid use of BUS_DMA_ALLOCNOW. | yongari | 2006-07-27 | 1 | -1/+1 |
* | Make sure to use the same DMA map in DMA map load/unload operations | yongari | 2006-07-27 | 1 | -5/+8 |
* | Properly propagate overrun conditions to the TTY layer. | marcel | 2006-07-27 | 1 | -0/+2 |
* | bridgestp is now a seperate module. | thompsa | 2006-07-26 | 2 | -1/+2 |
* | Hook bridgestp up to the build. | thompsa | 2006-07-26 | 1 | -0/+1 |
* | Add bridgestp as a seperate module. | thompsa | 2006-07-26 | 1 | -0/+8 |
* | Remove stp variables that are already initialised in bstp_attach(). | thompsa | 2006-07-26 | 1 | -5/+0 |
* | Remove zs(4). It has been replaced by scc(4) & uart(4). | marcel | 2006-07-26 | 1 | -2/+0 |
* | Replace sio_iobus.c with uart_iobus.c. | marcel | 2006-07-26 | 1 | -1/+1 |
* | Turn this into an uart(4) bus attachment. | marcel | 2006-07-26 | 1 | -40/+19 |
* | Repocopy from: src/sys/powerpc/psim/sio_iobus.c | marcel | 2006-07-26 | 1 | -108/+0 |
* | Remove call to soisdisconnected() in uipc_detach(), since it will already | rwatson | 2006-07-26 | 1 | -1/+0 |
* | o Remove device zs | marcel | 2006-07-26 | 1 | -5/+1 |
* | o Enable -Werror | marcel | 2006-07-26 | 1 | -3/+2 |
* | On PowerPC the clock for the BRG comes from RTxC, not PCLK. Add a | marcel | 2006-07-26 | 1 | -3/+10 |
* | Implement UART_IOCTL_BAUD for the Z8530. This allows a serial console | marcel | 2006-07-26 | 1 | -1/+7 |
* | Implement uart_cpu_eqres() and uart_cpu_getdev(). This allows | marcel | 2006-07-26 | 1 | -3/+56 |
* | o Move the prototype of mem_valid() from ofw_machdep.h to md_var.h. | marcel | 2006-07-26 | 5 | -2/+38 |
* | Include needed clock.h. | marcel | 2006-07-26 | 2 | -0/+2 |