| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Move the isa, npx, mem and io devices and the PC98 option from GENERIC | nyan | 2005-10-28 | 2 | -7/+19 |
* | Use variable-sized arrays where appropriate. | ru | 2005-10-28 | 5 | -7/+7 |
* | Belatedly document the NGM_KSOCKET_ACCEPT ("accept") control message. | ru | 2005-10-28 | 1 | -2/+16 |
* | Add test cases for the command built-in, including its -v and -V options which | stefanf | 2005-10-28 | 10 | -3/+58 |
* | Use fairly optimal minimax polynomials for __kernel_cosf() and | bde | 2005-10-28 | 2 | -16/+15 |
* | Protect malloc, realloc and free calls with INT{ON,OFF} directly in chkalloc, | stefanf | 2005-10-28 | 3 | -4/+19 |
* | In uart_bus_probe() return BUS_PROBE_DEFAULT when the probe is | marcel | 2005-10-28 | 1 | -1/+1 |
* | o Style(9) nits | marcel | 2005-10-28 | 1 | -10/+9 |
* | Allow uart_bus_probe() to return the predefined BUS_PROBE_* | marcel | 2005-10-28 | 1 | -3/+1 |
* | Cardbus has only 1 slot, so simplify a little. | imp | 2005-10-28 | 2 | -44/+37 |
* | Add PCIM_BIOS_ADDR_MASK too | imp | 2005-10-28 | 1 | -0/+1 |
* | Some cardbus CIS definitions moved here since they are PCI registers. | imp | 2005-10-28 | 1 | -1/+12 |
* | Minor style(9) nitage. | imp | 2005-10-28 | 1 | -4/+2 |
* | Eliminate even more duplication, and move some definitions into pcireg.h | imp | 2005-10-28 | 2 | -45/+19 |
* | Remove now redundant defines. | imp | 2005-10-28 | 1 | -6/+0 |
* | Simplify code a little, prefer PCI?_FOO registers where possible. | imp | 2005-10-28 | 1 | -15/+9 |
* | Use PCIR_BARS rather than CARDBUS_BASE0_REG | imp | 2005-10-28 | 1 | -2/+3 |
* | Remove forgotten, no longer needed WB_UNLOCK() from the end wb_ioctl(). | wpaul | 2005-10-28 | 1 | -2/+0 |
* | Submitted following patch to FSF GCC: | rodrigc | 2005-10-27 | 1 | -10/+1 |
* | Fixup locking and mark MPSAFE. | jhb | 2005-10-27 | 2 | -44/+61 |
* | - Use if_printf() and device_printf() and remove vr_unit from the softc. | jhb | 2005-10-27 | 4 | -106/+88 |
* | - Add locking and mark MPSAFE. The driver had a mutex in the softc and | jhb | 2005-10-27 | 2 | -62/+86 |
* | Drop the driver lock around atm_input() analogous to all the ethernet | jhb | 2005-10-27 | 1 | -0/+2 |
* | Bump config(8) version for the DEFAULTS change. | jhb | 2005-10-27 | 9 | -9/+9 |
* | Remove information on nVidia nForce3 Pro-150 chipset to match GENERIC change. | obrien | 2005-10-27 | 1 | -16/+1 |
* | Keep locks consistent before goto. | glebius | 2005-10-27 | 1 | -0/+4 |
* | MFi386: bring over DEFAULTS (repocopy) and adapt. While there isn't a | peter | 2005-10-27 | 2 | -9/+3 |
* | Remove atpic as we've changed to using the lapic timer vs. using irq0 | obrien | 2005-10-27 | 1 | -3/+0 |
* | Look for packages in packages-6.0-release or packages-6-stable, as | murray | 2005-10-27 | 1 | -1/+2 |
* | Rename the .dbg extension to .symbols, which matches "symbol-file" | ru | 2005-10-27 | 2 | -11/+11 |
* | MFen: 1.883.2.7 -> 1.883.2.8 | delphij | 2005-10-27 | 1 | -1/+9 |
* | Create a default kernel config for i386 and move 'device isa' and | jhb | 2005-10-27 | 3 | -7/+35 |
* | In watchdog_config enable the software watchdog iff the WD_ACTIVE flag is | emaste | 2005-10-27 | 1 | -2/+1 |
* | Optionally include a DEFAULTS config file if it is present in the current | jhb | 2005-10-27 | 3 | -3/+27 |
* | Update example libmap.conf file: | jhb | 2005-10-27 | 1 | -10/+3 |
* | Revert most of revision 1.235 and fix the problem a different way. We | jhb | 2005-10-27 | 1 | -7/+12 |
* | Enclose the delayed attach in Giant so we dont loose the race with other | sos | 2005-10-27 | 1 | -6/+10 |
* | Clear pending_txs when not "RUNNING". | obrien | 2005-10-27 | 1 | -0/+1 |
* | Use ${S} to pass ${SYSDIR} to ports. This makes PORTS_MODULES | ru | 2005-10-27 | 1 | -5/+1 |
* | Installing debug modules was a bad idea -- I bogusly assumed that | ru | 2005-10-27 | 2 | -17/+21 |
* | Link libthr to libpthread on Alpha and Sparc. | davidxu | 2005-10-27 | 1 | -0/+10 |
* | Allow 32bit get/setsockopt with SO_SNDTIMEO or SO_RECVTIMEO to work. | ps | 2005-10-27 | 1 | -3/+29 |
* | Disconnect libc_r from buildworld, it is still kept in the tree to | davidxu | 2005-10-27 | 1 | -1/+1 |
* | Do not manually allocate/free device's softc structure. | emax | 2005-10-26 | 1 | -14/+2 |
* | Commit something we found useful at work at one point. Add sysctls for | peter | 2005-10-26 | 1 | -0/+40 |
* | MFi386: Various apic fixes and tweaks | peter | 2005-10-26 | 2 | -6/+20 |
* | fdread cannot work without opening the /dev/fd node in O_RDWR mode now, | peter | 2005-10-26 | 1 | -1/+1 |
* | Make fdcontrol work again. It has been broken for a while. It tries | peter | 2005-10-26 | 1 | -1/+0 |
* | Regenerate (with the correct #ifdef COMPAT_43 tests now) | peter | 2005-10-26 | 4 | -64/+70 |
* | There is no 'freebsd3_' prefix for COMPAT_43 syscalls. Those are all | peter | 2005-10-26 | 2 | -31/+28 |