summaryrefslogtreecommitdiffstats
path: root/sys/compat
Commit message (Expand)AuthorAgeFilesLines
* Apparently, some atheros drivers want rand(), so implement it (in termswpaul2004-03-271-0/+12
* Regen for libthr thread synchronization syscalls.mtm2004-03-274-5/+11
* Separate thread synchronization from signals in libthr. Insteadmtm2004-03-271-0/+2
* - In subr_ndis.c:ndis_init_event(), initialize events as notificationwpaul2004-03-252-4/+41
* - In kern_ndis.c, implement ndis_unsched(), the complement to ndis_sched(),wpaul2004-03-252-28/+86
* Remove another case of grabbing Giant before doing a kthread_exit()wpaul2004-03-221-1/+0
* I'm a dumbass: the test in the MOD_SHUTDOWN case in ndis_modevent()wpaul2004-03-221-1/+1
* The Intel 2200BG NDIS driver does an alloca() of about 5000 byteswpaul2004-03-223-8/+32
* Change (yet again, sorry!) the path of the 32 bit ld-elf.so.1.peter2004-03-211-2/+2
* - Rewrite the timer and event API routines in subr_ndis.c so that theywpaul2004-03-205-216/+101
* - Replace wait1() with a kern_wait() function that accepts the pid,jhb2004-03-173-70/+31
* Use vfs_nmount() to mount linprocfs filesystems in linux_mount();tjr2004-03-161-4/+21
* Correct size argument passed to copyinstr() in linux_mount(): mntfromnametjr2004-03-161-2/+2
* Add vectors for _snprintf() and _vsnprintf() (redirected straight towpaul2004-03-151-0/+2
* Move the non-MD machine/dvcfg.h and machine/physio_proc.h to a commonpeter2004-03-132-6/+6
* Remove unused second arg to vfinddev().phk2004-03-111-1/+1
* Fix mind-o: sanity check in ndis_disable_ndis() is not sane.wpaul2004-03-111-1/+1
* Fix the problem with the Cisco Aironet 340 PCMCIA card. Most newer driverswpaul2004-03-111-0/+1
* Fix several issues related to the KeInitializeTimer() etc... API stuffwpaul2004-03-102-39/+56
* Add preliminary support for PCMCIA devices in addition to PCI/cardbus.wpaul2004-03-071-47/+0
* kthread_exit() no longer requires Giant, so don't force callers to acquirejhb2004-03-051-1/+0
* - Some older Atheros drivers want KeInitializeTimer(), so implement it,wpaul2004-03-042-19/+215
* Add sanity checks to the ndis_packet and ndis_buffer pool handlingwpaul2004-03-042-2/+88
* Add proper support for DbgPrint(): only print messages if bootverbosewpaul2004-03-031-1/+30
* Regen (FWIW)peter2004-02-214-5/+5
* Try and make the compat sigreturn prototypes closer to reality.peter2004-02-211-1/+1
* Add a note about the landmine in the middle of struct ia32_sigframe.peter2004-02-211-0/+1
* DOH!!! Fix signals for freebsd-4.x/i386 binaries. The ucontext haspeter2004-02-211-1/+1
* Device megapatch 5/6:phk2004-02-211-4/+4
* Add BSD compatibility tty ioctls LINUX_TIOCSBRK and LINUX_TIOCCBRK. Thisbms2004-02-192-0/+13
* Add vector for memmove() (currently aliased to memcpy()) a implementwpaul2004-02-171-0/+20
* More cleanups/fixes for the AMD Am1771 driver:wpaul2004-02-163-22/+80
* Fix a problem with the way we schedule work on the NDIS worker threads.wpaul2004-02-142-2/+22
* Correct instance of *timeout that should have been timeout.wpaul2004-02-111-1/+1
* Add yet more bulletproofing. This is to guard against the case thatwpaul2004-02-111-31/+52
* Add some bulletproofing: don't allow the ndis_get_info() or ndis_set_info()wpaul2004-02-101-0/+7
* Remove VFS_STATFS() call which violated the lock order and wasn'tdes2004-02-091-4/+0
* Add stub implementations of KfLowerIrql() and KfRaiseIrql() (both ofwpaul2004-02-091-16/+40
* Make NdisMMapIoSpace() guard against NULL/uninitialized resource pointers too.wpaul2004-02-081-2/+4
* Make NdisMMapIoSpace() handle the case where a device has both memwpaul2004-02-081-3/+5
* Argh. kthread_suspend() when in P_KTHREAD context, tsleep() when not,wpaul2004-02-071-2/+2
* Correct an intance of mtx_pool_lock() that should have been mtx_pool_unlock().wpaul2004-02-071-1/+1
* I guess nobody has needed to use the SVR4olator to create devicephk2004-02-071-2/+2
* Add a whole bunch of new stuff to make the driver for the AMD Am1771/Am1772wpaul2004-02-076-101/+1212
* Regen.jhb2004-02-064-33/+33
* Sync up MP safe flags with global syscalls.master. This includes read(),jhb2004-02-061-29/+29
* Regen.jhb2004-02-044-9/+9
* The following compat syscalls are now mpsafe: linux_getrlimit(),jhb2004-02-041-5/+5
* Locking for the per-process resource limits structure.jhb2004-02-046-119/+111
* Correct/improve the implementation of NdisMAllocateSharedMemoryAsync().wpaul2004-02-041-13/+50
OpenPOWER on IntegriCloud