This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-skq
Watch
1
Star
0
Fork
0
You've already forked freebsd-skq
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
freebsd-skq
/
sys
/
netatm
/
ipatm
History
Hartmut Brandt
06055f52f3
Convert a lot of uma_zalloc() calls to be NOWAIT instead of WAITOK. All
...
these may be called from contexts where we cannot sleep (callout handlers for example).
2003-07-23 14:28:57 +00:00
..
ipatm_event.c
Use __FBSDID().
2003-06-11 07:00:30 +00:00
ipatm_if.c
Allocate network interfaces from malloc() instead of using a zone.
2003-07-22 15:11:08 +00:00
ipatm_input.c
Use __FBSDID().
2003-06-11 07:00:30 +00:00
ipatm_load.c
Get rid of the zone for network interfaces. We have converted this to
2003-07-23 14:25:53 +00:00
ipatm_output.c
Use __FBSDID().
2003-06-11 07:00:30 +00:00
ipatm_serv.h
…
ipatm_usrreq.c
Use __FBSDID().
2003-06-11 07:00:30 +00:00
ipatm_var.h
- Change the ATM stack functions to use intptr_t instead of int for opaque
2002-11-08 18:27:30 +00:00
ipatm_vcm.c
Convert a lot of uma_zalloc() calls to be NOWAIT instead of WAITOK. All
2003-07-23 14:28:57 +00:00
ipatm.h
…