summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Move the isa, npx, mem and io devices and the PC98 option from GENERICnyan2005-10-282-7/+19
* Use variable-sized arrays where appropriate.ru2005-10-285-7/+7
* Belatedly document the NGM_KSOCKET_ACCEPT ("accept") control message.ru2005-10-281-2/+16
* Add test cases for the command built-in, including its -v and -V options whichstefanf2005-10-2810-3/+58
* Use fairly optimal minimax polynomials for __kernel_cosf() andbde2005-10-282-16/+15
* Protect malloc, realloc and free calls with INT{ON,OFF} directly in chkalloc,stefanf2005-10-283-4/+19
* In uart_bus_probe() return BUS_PROBE_DEFAULT when the probe ismarcel2005-10-281-1/+1
* o Style(9) nitsmarcel2005-10-281-10/+9
* Allow uart_bus_probe() to return the predefined BUS_PROBE_*marcel2005-10-281-3/+1
* Cardbus has only 1 slot, so simplify a little.imp2005-10-282-44/+37
* Add PCIM_BIOS_ADDR_MASK tooimp2005-10-281-0/+1
* Some cardbus CIS definitions moved here since they are PCI registers.imp2005-10-281-1/+12
* Minor style(9) nitage.imp2005-10-281-4/+2
* Eliminate even more duplication, and move some definitions into pcireg.himp2005-10-282-45/+19
* Remove now redundant defines.imp2005-10-281-6/+0
* Simplify code a little, prefer PCI?_FOO registers where possible.imp2005-10-281-15/+9
* Use PCIR_BARS rather than CARDBUS_BASE0_REGimp2005-10-281-2/+3
* Remove forgotten, no longer needed WB_UNLOCK() from the end wb_ioctl().wpaul2005-10-281-2/+0
* Submitted following patch to FSF GCC:rodrigc2005-10-271-10/+1
* Fixup locking and mark MPSAFE.jhb2005-10-272-44/+61
* - Use if_printf() and device_printf() and remove vr_unit from the softc.jhb2005-10-274-106/+88
* - Add locking and mark MPSAFE. The driver had a mutex in the softc andjhb2005-10-272-62/+86
* Drop the driver lock around atm_input() analogous to all the ethernetjhb2005-10-271-0/+2
* Bump config(8) version for the DEFAULTS change.jhb2005-10-279-9/+9
* Remove information on nVidia nForce3 Pro-150 chipset to match GENERIC change.obrien2005-10-271-16/+1
* Keep locks consistent before goto.glebius2005-10-271-0/+4
* MFi386: bring over DEFAULTS (repocopy) and adapt. While there isn't apeter2005-10-272-9/+3
* Remove atpic as we've changed to using the lapic timer vs. using irq0obrien2005-10-271-3/+0
* Look for packages in packages-6.0-release or packages-6-stable, asmurray2005-10-271-1/+2
* Rename the .dbg extension to .symbols, which matches "symbol-file"ru2005-10-272-11/+11
* MFen: 1.883.2.7 -> 1.883.2.8delphij2005-10-271-1/+9
* Create a default kernel config for i386 and move 'device isa' andjhb2005-10-273-7/+35
* In watchdog_config enable the software watchdog iff the WD_ACTIVE flag isemaste2005-10-271-2/+1
* Optionally include a DEFAULTS config file if it is present in the currentjhb2005-10-273-3/+27
* Update example libmap.conf file:jhb2005-10-271-10/+3
* Revert most of revision 1.235 and fix the problem a different way. Wejhb2005-10-271-7/+12
* Enclose the delayed attach in Giant so we dont loose the race with othersos2005-10-271-6/+10
* Clear pending_txs when not "RUNNING".obrien2005-10-271-0/+1
* Use ${S} to pass ${SYSDIR} to ports. This makes PORTS_MODULESru2005-10-271-5/+1
* Installing debug modules was a bad idea -- I bogusly assumed thatru2005-10-272-17/+21
* Link libthr to libpthread on Alpha and Sparc.davidxu2005-10-271-0/+10
* Allow 32bit get/setsockopt with SO_SNDTIMEO or SO_RECVTIMEO to work.ps2005-10-271-3/+29
* Disconnect libc_r from buildworld, it is still kept in the tree todavidxu2005-10-271-1/+1
* Do not manually allocate/free device's softc structure.emax2005-10-261-14/+2
* Commit something we found useful at work at one point. Add sysctls forpeter2005-10-261-0/+40
* MFi386: Various apic fixes and tweakspeter2005-10-262-6/+20
* fdread cannot work without opening the /dev/fd node in O_RDWR mode now,peter2005-10-261-1/+1
* Make fdcontrol work again. It has been broken for a while. It triespeter2005-10-261-1/+0
* Regenerate (with the correct #ifdef COMPAT_43 tests now)peter2005-10-264-64/+70
* There is no 'freebsd3_' prefix for COMPAT_43 syscalls. Those are allpeter2005-10-262-31/+28
OpenPOWER on IntegriCloud