Searched hist:1.698 (Results 1 - 21 of 21) sorted by relevance
| /src/sys/dev/usb/ | ||
| H A D | usbdevs | 1.698 Fri Jul 03 13:15:54 GMT 2015 skrll Lumix Camera DMC-FS45 from kern/49809 |
| H A D | usbdevs.h | 1.698 Thu Dec 10 14:26:40 GMT 2015 leot regen (+REALTEK RTL8188CU_3) |
| H A D | usbdevs_data.h | 1.698 Mon Dec 07 14:40:23 GMT 2015 christos regen |
| /src/share/man/man4/ | ||
| H A D | Makefile | 1.698 Sun Jan 19 20:41:18 GMT 2020 riastradh Remove filemon(4). Discussed on tech-kern: https://mail-index.NetBSD.org/tech-kern/2020/01/13/msg025938.html This was never (intentionally) enabled by default, and the design has some shortcomings. You can get mostly the same results with ktrace, as in usr.bin/make/filemon/filemon_ktrace.c which is now used instead of filemon for make's meta mode. If applications require higher performance than ktrace, or nesting that ktrace doesn't support, we might consider adding something back into the vfs system calls themselves, without hijacking the syscall table. (Might want a more reliable output format too, e.g. one that can handle newlines in file names.) |
| /src/sys/dev/pci/ | ||
| H A D | pcidevs.h | 1.698 Tue Mar 15 00:14:13 GMT 2005 uwe Regen for ENE CB710, CB720 CardBus controllers. |
| H A D | pcidevs_data.h | 1.698 Tue Mar 15 16:18:34 GMT 2005 xtraeme regen |
| H A D | pcidevs | 1.698 Tue Mar 15 16:06:38 GMT 2005 xtraeme Add entry for "S3 Prosavage KM133", provided by Nicolas Joly in PR kern/20572. |
| /src/sys/arch/i386/i386/ | ||
| H A D | machdep.c | 1.698 Fri Nov 12 13:18:57 GMT 2010 uebayasi Pull in uvm/uvm.h where UVM's page level interface is used. |
| /src/distrib/sets/lists/base/ | ||
| H A D | shl.mi | 1.698 Thu Apr 10 00:09:08 GMT 2014 pooka add aio driver as rump kernel component |
| H A D | mi | 1.698 Sun Apr 01 18:52:28 GMT 2007 tnozaki add new encoding support to iconv(3): - RISCOS-LATIN1 - DEC-MCS - DEC-HANYU(libDECHanyu) |
| /src/doc/ | ||
| H A D | 3RDPARTY | 1.698 Tue May 26 13:53:07 GMT 2009 dent Update bozohttpd entry. |
| H A D | CHANGES | 1.698 Fri Sep 15 16:40:46 GMT 2006 gdamore Note mipsco is time-countered. |
| /src/usr.bin/make/ | ||
| H A D | parse.c | 1.698 Wed May 10 16:10:02 GMT 2023 rillig make: don't print null filename in stack traces ~~~makefile != printf '%s\n' '.include "2.mk"' > 1.mk != printf '%s\n' '!= rm 1.mk' '.info message' > 2.mk .MAKEFLAGS: -dp .include "1.mk" .MAKEFLAGS: -d0 all: ~~~ |
| H A D | var.c | 1.698 Sat Nov 28 10:09:28 GMT 2020 rillig make(1): rename local variable in ModifyWord_Root The name 'dot' conflicted with the global variable from dir.c when make was compiled in all-in-one mode. |
| /src/sys/sys/ | ||
| H A D | param.h | 1.698 Mon Jul 19 19:13:33 GMT 2021 christos Mention caution changing the defaults. |
| /src/sys/arch/i386/conf/ | ||
| H A D | GENERIC | 1.698 Fri Sep 09 16:26:19 GMT 2005 drochner remove "dev" locators from cardbus device definitions, it doesn't make sense technically and might be removed |
| /src/distrib/sets/lists/man/ | ||
| H A D | mi | 1.698 Tue May 25 10:31:46 GMT 2004 lha Add kgetcred, a tool that fetches a credential from the KDC Useful when debugging service and cross-realm problems. |
| /src/distrib/sets/lists/tests/ | ||
| H A D | mi | 1.698 Fri Nov 11 07:39:58 GMT 2016 alnsn Add 3des-cbc tests with 192 bits key. |
| /src/share/mk/ | ||
| H A D | bsd.own.mk | 1.698 Sun Jun 17 22:59:48 GMT 2012 uwe Switch sh3 ports to our own csu (USE_COMPILERCRTSTUFF?= no). |
| /src/sys/conf/ | ||
| H A D | files | 1.698 Thu Nov 25 04:52:23 GMT 2004 yamt lookup bufq using link_set rather than a switch statement. |
| /src/distrib/sets/lists/comp/ | ||
| H A D | mi | 1.698 Fri May 07 00:55:15 GMT 2004 jonathan Redo net.inet.* sysctl subtree for fast-ipsec from scratch. Attach FAST-IPSEC statistics with 64-bit counters to new sysctl MIB. Rework netstat to show FAST_IPSEC statistics, via sysctl, for netstat -p ipsec. New kernel files: sys/netipsec/Makefile (new file; install *_var.h includes) sys/netipsec/ipsec_var.h (new 64-bit mib counter struct) Changed kernel files: sys/Makefile (recurse into sys/netipsec/) sys/netinet/in.h (fake IP_PROTO name for fast_ipsec sysctl subtree.) sys/netipsec/ipsec.h (minimal userspace inclusion) sys/netipsec/ipsec_osdep.h (minimal userspace inclusion) sys/netipsec/ipsec_netbsd.c (redo sysctl subtree from scratch) sys/netipsec/key*.c (fix broken net.key subtree) sys/netipsec/ah_var.h (increase all counters to 64 bits) sys/netipsec/esp_var.h (increase all counters to 64 bits) sys/netipsec/ipip_var.h (increase all counters to 64 bits) sys/netipsec/ipcomp_var.h (increase all counters to 64 bits) sys/netipsec/ipsec.c (add #include netipsec/ipsec_var.h) sys/netipsec/ipsec_mbuf.c (add #include netipsec/ipsec_var.h) sys/netipsec/ipsec_output.c (add #include netipsec/ipsec_var.h) sys/netinet/raw_ip.c (add #include netipsec/ipsec_var.h) sys/netinet/tcp_input.c (add #include netipsec/ipsec_var.h) sys/netinet/udp_usrreq.c (add #include netipsec/ipsec_var.h) Changes to usr.bin/netstat to print the new fast-ipsec sysctl tree for "netstat -s -p ipsec": New file: usr.bin/netstat/fast_ipsec.c (print fast-ipsec counters) Changed files: usr.bin/netstat/Makefile (add fast_ipsec.c) usr.bin/netstat/netstat.h (declarations for fast_ipsec.c) usr.bin/netstat/main.c (call KAME-vs-fast-ipsec dispatcher) |
Completed in 1602 milliseconds