summaryrefslogtreecommitdiff
path: root/sys/dev/microcode/isp
diff options
context:
space:
mode:
authornonaka <nonaka@NetBSD.org>2012-05-29 19:47:56 +0000
committernonaka <nonaka@NetBSD.org>2012-05-29 19:47:56 +0000
commit593142e57b834dc9b251a4f24742420f84db5421 (patch)
treea707e6c0126f0a58e97f4c5c8d6bbdbcb7764b7c /sys/dev/microcode/isp
parent3fa15b3011007571880567ff7d1c2cb525d94701 (diff)
Added some Ralink wlan adapters.
Diffstat (limited to 'sys/dev/microcode/isp')
0 files changed, 0 insertions, 0 deletions
linux/common/linux_exec_aout.c?id=95e1ffb15694e54f29f8baaa4232152b703c2a5a'>merge ktrace-lwp.christos 2005-02-26nuke trailing whitespaceperry 2005-01-30Don't try to map a 0 size bss.christos 2003-08-08- GC all the setup_stack functionschristos 2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl 2003-06-28Pass lwp pointers throughtout the kernel, as required, so that the lwpid candarrenr 2003-04-01Use PAGE_SIZE rather than NBPG.thorpej 2003-01-18Merge the nathanw_sa branch.thorpej 2002-10-05count executable image pages as executable for vm-usage purposes.chs 2002-09-27remove trailing \n in panic(). approved perry.provos 2002-08-26Implement passing AT_{E,R}{U,G}ID in the elf aux vector, like solaris.christos 2001-11-13add RCSIDs (including regeneration of files as appropriate)lukem 2001-10-30- Add a new vnode flag VEXECMAP, which indicates that a vnode hasthorpej 2001-07-29Adjust to the new copyargs() footprint.christos 2000-12-01put linux_sys_uselib() to separate file linux_uselib.cjdolecek 2000-12-01add e_path (emulation path) to struct emul, which replaces emulation-specificjdolecek 2000-11-21restructure struct emul and execsw, in preparation to make emulations LKMable:jdolecek 2000-11-13change the type of *syscallnames[] array to 'const char * const foo[]'jdolecek 2000-06-29remove include of <vm/vm.h>mrg 2000-06-26remove redundant vm includes.mrg 2000-04-11add a new function vn_marktext() for exec code to let others knowchs