summaryrefslogtreecommitdiff
path: root/usr.bin/error/input.c
diff options
context:
space:
mode:
authoryamaguchi <yamaguchi@NetBSD.org>2022-06-20 08:20:09 +0000
committeryamaguchi <yamaguchi@NetBSD.org>2022-06-20 08:20:09 +0000
commit5bc4e2d498bd4920634dbf43cc15ea46ffebefcf (patch)
tree24a4bc313407f743503799295ee6f9fd3988d878 /usr.bin/error/input.c
parent60b4fee954e46bea638258bd4bd2649f32f8ce4b (diff)
bpf(4): added support for VLAN hardware offloading of ethernet devices
Diffstat (limited to 'usr.bin/error/input.c')
0 files changed, 0 insertions, 0 deletions
f='/netbsd/commit/sys/compat/linux/common/linux_oldmmap.c?id=c341a3a03a7e5a31b97a18a49aa05f3e93d94da3'>make struct linux_oldmmap members explicitly unsigned (with exceptionjdolecek 2003-01-18Merge the nathanw_sa branch.thorpej 2002-12-17Include "uvm/uvm_param.h" to get definition of PAGE_MASK required fortron 2002-12-16Don't allow non-page-aligned offsets! So dumb. From Jason Ish, thanks.christos 2002-03-29- #undef DPRINTF for files that are included from other files.christos 2002-03-22gc debugging printfs.christos 2002-02-15s/printf/uprintf/christos 2002-02-15- add a real linux_sys___sysctl because the mib numbers are different.christos 2001-11-13add RCSIDs (including regeneration of files as appropriate)lukem 2000-12-29Avoid sign extension problem in offset.fvdl 2000-06-29remove include of <vm/vm.h>mrg 2000-06-26remove redundant vm includes.mrg 1998-10-07Move linux_sys_mmap declarations to linux_mmap.h Make sure oldmmap.c include...erh 1998-10-04Assign my copyright to TNF. Merge with others were appropriate.fvdl 1998-10-03Attempt to fix the mess.christos 1998-10-01Wheeee!: 8-way split of compat/linux/linux_misc.c into common code and multi-...erh 1998-09-11Substantial signal handling changes:mycroft 1998-09-08ufs_readdir no longer checks if vp->v_type != VDIR sorvb 1998-08-18Add some braces to make egcs happy.thorpej 1998-07-07Oops, fix typo, pointed out by Urban Boquist <boquist@cs.chalmers.se>.thorpej 1998-07-02Implement the shrinking and no-change bits of the Linux mremap(2) systemthorpej