summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* indicate PFIL_HOOKS is now required by IPFILTER; it used to automagicallysam2003-09-251-2/+2
* add /*CONSTCOND*/ to reduce diffs against latest KAME.ume2003-09-254-14/+14
* panic() doesn't need `\n'.ume2003-09-253-72/+72
* Phy register map.simokawa2003-09-251-0/+168
* MFi386alc2003-09-251-14/+7
* Detach black hole device on AC_PATH_DEREGISTERED.simokawa2003-09-251-19/+20
* - Eliminate the pte object.alc2003-09-253-28/+18
* Re-raise the default datasize and stacksize now that the 32 bit execpeter2003-09-251-2/+2
* Add sysentvec->sv_fixlimits() hook so that we can catch cases on 64 bitpeter2003-09-2529-104/+123
* CARDMEM is the offset of the address ON THE CARD (eg which page).imp2003-09-241-1/+1
* Fix a logic error in the check to see if arplookup() should free the route.bms2003-09-241-2/+1
* Enable DMA for ATAPI/CAM input/output operations.thomas2003-09-241-3/+10
* Per TRB vote: restore the aquire_timer0 and associated goo. This willimp2003-09-243-4/+296
* o remove extraneous include of <net/pfil.h>sam2003-09-241-2/+1
* 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
* 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
* Fix a bug in arplookup(), whereby a hostile party on a locallybms2003-09-231-6/+14
* 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-231-0/+338
* Add Cisco Skinny Station protocol support to libalias, natd, and ppp.marcus2003-09-236-1/+30
* Change the handling of the kernel and kmem objects in vm_map_delete(): Inalc2003-09-231-23/+18
* 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
* 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
* MFi386 rev 1.105 by jhb: fix comment typopeter2003-09-221-1/+1
* MFi386 rev 1.256 by jhb: remove redundant #include <sys/sysctl.h>peter2003-09-221-2/+0
* MFi386 rev 1.25 by jhb: add new MSR's and some missing older ones andpeter2003-09-221-3/+25
* MFi386 rev 1.55 by sam: remove unused #define BUS_DMAMAP_NSEGSpeter2003-09-221-2/+0
OpenPOWER on IntegriCloud