index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
compat
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove another case of grabbing Giant before doing a kthread_exit()
wpaul
2004-03-22
1
-1
/
+0
*
I'm a dumbass: the test in the MOD_SHUTDOWN case in ndis_modevent()
wpaul
2004-03-22
1
-1
/
+1
*
The Intel 2200BG NDIS driver does an alloca() of about 5000 bytes
wpaul
2004-03-22
3
-8
/
+32
*
Change (yet again, sorry!) the path of the 32 bit ld-elf.so.1.
peter
2004-03-21
1
-2
/
+2
*
- Rewrite the timer and event API routines in subr_ndis.c so that they
wpaul
2004-03-20
5
-216
/
+101
*
- Replace wait1() with a kern_wait() function that accepts the pid,
jhb
2004-03-17
3
-70
/
+31
*
Use vfs_nmount() to mount linprocfs filesystems in linux_mount();
tjr
2004-03-16
1
-4
/
+21
*
Correct size argument passed to copyinstr() in linux_mount(): mntfromname
tjr
2004-03-16
1
-2
/
+2
*
Add vectors for _snprintf() and _vsnprintf() (redirected straight to
wpaul
2004-03-15
1
-0
/
+2
*
Move the non-MD machine/dvcfg.h and machine/physio_proc.h to a common
peter
2004-03-13
2
-6
/
+6
*
Remove unused second arg to vfinddev().
phk
2004-03-11
1
-1
/
+1
*
Fix mind-o: sanity check in ndis_disable_ndis() is not sane.
wpaul
2004-03-11
1
-1
/
+1
*
Fix the problem with the Cisco Aironet 340 PCMCIA card. Most newer drivers
wpaul
2004-03-11
1
-0
/
+1
*
Fix several issues related to the KeInitializeTimer() etc... API stuff
wpaul
2004-03-10
2
-39
/
+56
*
Add preliminary support for PCMCIA devices in addition to PCI/cardbus.
wpaul
2004-03-07
1
-47
/
+0
*
kthread_exit() no longer requires Giant, so don't force callers to acquire
jhb
2004-03-05
1
-1
/
+0
*
- Some older Atheros drivers want KeInitializeTimer(), so implement it,
wpaul
2004-03-04
2
-19
/
+215
*
Add sanity checks to the ndis_packet and ndis_buffer pool handling
wpaul
2004-03-04
2
-2
/
+88
*
Add proper support for DbgPrint(): only print messages if bootverbose
wpaul
2004-03-03
1
-1
/
+30
*
Regen (FWIW)
peter
2004-02-21
4
-5
/
+5
*
Try and make the compat sigreturn prototypes closer to reality.
peter
2004-02-21
1
-1
/
+1
*
Add a note about the landmine in the middle of struct ia32_sigframe.
peter
2004-02-21
1
-0
/
+1
*
DOH!!! Fix signals for freebsd-4.x/i386 binaries. The ucontext has
peter
2004-02-21
1
-1
/
+1
*
Device megapatch 5/6:
phk
2004-02-21
1
-4
/
+4
*
Add BSD compatibility tty ioctls LINUX_TIOCSBRK and LINUX_TIOCCBRK. This
bms
2004-02-19
2
-0
/
+13
*
Add vector for memmove() (currently aliased to memcpy()) a implement
wpaul
2004-02-17
1
-0
/
+20
*
More cleanups/fixes for the AMD Am1771 driver:
wpaul
2004-02-16
3
-22
/
+80
*
Fix a problem with the way we schedule work on the NDIS worker threads.
wpaul
2004-02-14
2
-2
/
+22
*
Correct instance of *timeout that should have been timeout.
wpaul
2004-02-11
1
-1
/
+1
*
Add yet more bulletproofing. This is to guard against the case that
wpaul
2004-02-11
1
-31
/
+52
*
Add some bulletproofing: don't allow the ndis_get_info() or ndis_set_info()
wpaul
2004-02-10
1
-0
/
+7
*
Remove VFS_STATFS() call which violated the lock order and wasn't
des
2004-02-09
1
-4
/
+0
*
Add stub implementations of KfLowerIrql() and KfRaiseIrql() (both of
wpaul
2004-02-09
1
-16
/
+40
*
Make NdisMMapIoSpace() guard against NULL/uninitialized resource pointers too.
wpaul
2004-02-08
1
-2
/
+4
*
Make NdisMMapIoSpace() handle the case where a device has both mem
wpaul
2004-02-08
1
-3
/
+5
*
Argh. kthread_suspend() when in P_KTHREAD context, tsleep() when not,
wpaul
2004-02-07
1
-2
/
+2
*
Correct an intance of mtx_pool_lock() that should have been mtx_pool_unlock().
wpaul
2004-02-07
1
-1
/
+1
*
I guess nobody has needed to use the SVR4olator to create device
phk
2004-02-07
1
-2
/
+2
*
Add a whole bunch of new stuff to make the driver for the AMD Am1771/Am1772
wpaul
2004-02-07
6
-101
/
+1212
*
Regen.
jhb
2004-02-06
4
-33
/
+33
*
Sync up MP safe flags with global syscalls.master. This includes read(),
jhb
2004-02-06
1
-29
/
+29
*
Regen.
jhb
2004-02-04
4
-9
/
+9
*
The following compat syscalls are now mpsafe: linux_getrlimit(),
jhb
2004-02-04
1
-5
/
+5
*
Locking for the per-process resource limits structure.
jhb
2004-02-04
6
-119
/
+111
*
Correct/improve the implementation of NdisMAllocateSharedMemoryAsync().
wpaul
2004-02-04
1
-13
/
+50
*
Implement support for single packet sends. The Intel Centrino driver
wpaul
2004-02-03
2
-0
/
+36
*
Regen.
deischen
2004-02-03
4
-5
/
+7
*
Sync with kern/syscalls.master.
deischen
2004-02-03
1
-0
/
+1
*
Regen
peter
2004-01-28
5
-7
/
+40
*
Add getitimer swab stub
peter
2004-01-28
1
-2
/
+2
[next]