summaryrefslogtreecommitdiff
path: root/lib/libpcap/gencode.c
diff options
context:
space:
mode:
authorcgd <cgd@NetBSD.org>1995-06-18 22:44:10 +0000
committercgd <cgd@NetBSD.org>1995-06-18 22:44:10 +0000
commit2db81cafc5f3312fbab1f3cf3e4e9b94de4111ff (patch)
tree929f490f26c6901591cd758c0c69adc259d5b70e /lib/libpcap/gencode.c
parent93a2f4ea604d084cb0d8f9abaa974da73bbf2d6e (diff)
update for new networking queue structures
Diffstat (limited to 'lib/libpcap/gencode.c')
0 files changed, 0 insertions, 0 deletions
'>Add a new clock_gettime1() function that holds most of thenjoly 2010-04-03Move most clock_getres syscall code, except for coypout call, to a newnjoly 2010-03-29Convert linux/linux32/netbsd32 clock_settime syscalls, to use thenjoly 2009-07-21Do reject unknown/invalid linux clockid.njoly 2009-01-11merge christos-time_tchristos 2008-11-19futex(2) timeout argument cleanup/fix.njoly 2008-11-12Fix nanosleep(2) on 64-bit archs. Do not call native nanosleepnjoly 2008-06-18Include <sys/sched.h> before <sys/syscallargs.h> for cpuset_t.tsutsui 2008-04-28Remove clause 3 and 4 from TNF licensesmartin 2008-04-17Add compat linux32 sys_clock_{getres,gettime,settime} syscalls.njoly 2007-12-20Convert all the system call entry points from:dsl 2007-12-08ANSIfy most of the function definitions in sys/compat (but not ndis).dsl 2007-11-25Refactor time modification checks and place them in the secmodel code.elad 2007-10-19Add compat_linux and exec_linux_elf lkm support for amd64:njoly 2007-05-13Stop using the stackgap for time functions.dsl 2007-05-12Fix comment and indent.dsl 2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos 2007-02-09Merge newlock2 to head.ad 2006-05-14XXX: GCC uninitializedchristos 2005-12-11merge ktrace-lwp.christos 2005-11-05Instead of ifdef'ing __amd64__ all the Linux NPTL stuff, introduce anmanu 2005-05-16Implement clock_* POSIX functions.fvdl 2005-05-03First work on COMPAT_LINUX/amd64manu 2005-02-26nuke trailing whitespaceperry 2003-01-18Merge the nathanw_sa branch.thorpej 2002-01-17Add arm to #endif comment.rjs 2002-01-14Crude first cut at ARMLinux binary compatibility. Successfully runsbjh21 2001-11-15don't need <sys/types.h> when including <sys/param.h>lukem 2001-11-13add RCSIDs (including regeneration of files as appropriate)lukem 2001-09-22Fixes for mips supportmanu 2001-05-15This file is not used on alpha, and it causes some warning that break themanu 2001-05-13Improved the accuracy of gettimeofday/settimeofday: Linux stores a srtuctmanu