summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update version string.des2003-09-245-5/+5
* Remove bogus calls to xfree().des2003-09-241-4/+0
* Enable DMA for ATAPI/CAM input/output operations.thomas2003-09-241-3/+10
* Update list of FTP sites.kensmith2003-09-242-248/+234
* resp is a pointer to an array of structs, not an array of pointers to structs.des2003-09-241-9/+9
* Return the correct error value when a null query fails.des2003-09-241-1/+1
* Per TRB vote: restore the aquire_timer0 and associated goo. This willimp2003-09-243-4/+296
* As comments in _mutex_lock_backout state, only current threaddavidxu2003-09-242-12/+8
* Make the fields in the text match dev/usb/usb.h too.jb2003-09-241-10/+10
* Hook up BUS_CONFIG_INTR.9marcel2003-09-241-2/+2
* Add a manpage for BUS_CONFIG_INTR.marcel2003-09-241-0/+104
* o remove extraneous include of <net/pfil.h>sam2003-09-241-2/+1
* Make the field names in the documented structures match dev/usb/usb.h.jb2003-09-241-25/+25
* Turn SENDMAIL_CF_DIR into an officially supported make.conf variablegshapiro2003-09-243-8/+21
* Add VidzMedia MonsterTV (MPEG video/TV capture box).jb2003-09-243-2/+22
* _MACHINE/_MACHINE_ARCH shouldn't be quoted. Found by trying togrehan2003-09-241-2/+2
* Fix bug introduced in version 1.246 with the addition of NO_TOOLCHAIN.marcel2003-09-241-4/+7
* By not setting No_CRC in the Mode Control Register, we must alsops2003-09-231-1/+1
* Adjust the kmapentzone limit so that it takes into account the size ofsilby2003-09-231-1/+3
* update to reflect PFIL_HOOKS api changessam2003-09-232-7/+32
* o update PFIL_HOOKS support to current API used by netbsdsam2003-09-2314-234/+425
* Do not cache and correctly free() dosmount entry in case of errors.fjoe2003-09-231-3/+4
* Fix a bug in arplookup(), whereby a hostile party on a locallybms2003-09-232-6/+20
* Avoid NULL pointer dereferencing in modlist_lookup2().fjoe2003-09-231-1/+1
* Don't return to search another ports even if bus_space_map() fails.nyan2003-09-235-6/+6
* Initialize iobase, bsh and bst.nyan2003-09-231-0/+4
* Compare base address instead of bus_handle.nyan2003-09-231-1/+1
* - Keep the base address in struct uart_bas for sab82532 and z8530 modules.nyan2003-09-2311-51/+17
* Remove unneeded includes.nyan2003-09-231-5/+0
* Use bus_space_map() to initialize a bus_handle.nyan2003-09-235-9/+17
* Implement the bus_space_map() function to allocate resources and initializenyan2003-09-238-13/+102
* Be more careful in dumpconf: softc may be NULL for departing devices.phk2003-09-231-3/+6
* Grrr...add the Skinny alias code forgotten in the last commit.marcus2003-09-232-0/+676
* Add Cisco Skinny Station protocol support to libalias, natd, and ppp.marcus2003-09-2318-2/+127
* Change the handling of the kernel and kmem objects in vm_map_delete(): Inalc2003-09-231-23/+18
* Free thread name memory if there is.davidxu2003-09-232-0/+8
* Oops. back out last commit. The data and stack limits are used by thepeter2003-09-231-2/+2
* Fix patch transcription typo. s/IDT_BPT/IDT_BP/peter2003-09-231-1/+1
* From the Broadcom Eratta:ps2003-09-231-2/+1
* Sync with i386 version. The quality initialization was missing and somepeter2003-09-232-5/+2
* add lockingsam2003-09-232-65/+104
* GC unused child variablepeter2003-09-231-2/+1
* MFi386 pci_bus.c 1.102 legacyvar.h 1.4: rename nexus_pcib to legacy_pcibpeter2003-09-232-51/+64
* Restructure the time processing routines, mainly to fix up thegad2003-09-233-85/+480
* Move basemem variable into global scope so that the MP startup code canpeter2003-09-222-1/+4
* While cleaning out my tree, fix another strict alias warning that wouldpeter2003-09-221-1/+1
* Increase the default data size limit from 512MB to 8GB. Increase defaultpeter2003-09-221-2/+2
* MFi386 rev 1.51 by scottl: make dflt_lock() always panic.peter2003-09-221-4/+0
* MFi386 rev 1.53 by scottl: Allocate the S/G list in the tag, not onpeter2003-09-221-27/+32
* MFi386 machdep.c rev 1.201, clock.c 1.201, clock.h 1.45 by phk: Dontpeter2003-09-223-0/+10
OpenPOWER on IntegriCloud