Searched hist:1.767 (Results 1 - 19 of 19) sorted by relevance
| /src/sys/dev/pci/ | ||
| H A D | if_wm.c | 1.767 Thu Dec 08 08:14:28 GMT 2022 knakahara branches: 1.767.2; Workaround for some hypervisor environments. The environments cannot stop e1000 interrupt immediately. 1.767 Thu Dec 08 08:14:28 GMT 2022 knakahara branches: 1.767.2; Workaround for some hypervisor environments. The environments cannot stop e1000 interrupt immediately. |
| H A D | pcidevs.h | 1.767 Thu Feb 16 08:39:27 GMT 2006 kochi regen. |
| H A D | pcidevs_data.h | 1.767 Tue Feb 21 03:11:12 GMT 2006 chuck regen. |
| H A D | pcidevs | 1.767 Tue Feb 21 03:09:54 GMT 2006 chuck add entry for LINKSYS PCM200 10/100 ethernet card |
| /src/sys/dev/usb/ | ||
| H A D | usbdevs | 1.767 Sat Dec 29 06:29:29 GMT 2018 maya Fix typo in previous :) |
| H A D | usbdevs.h | 1.767 Fri Mar 13 07:43:14 GMT 2020 nisimura regen. |
| H A D | usbdevs_data.h | 1.767 Fri Mar 13 07:43:14 GMT 2020 nisimura regen. |
| /src/sys/arch/i386/i386/ | ||
| H A D | machdep.c | 1.767 Thu Dec 15 00:04:18 GMT 2016 kamil Add support for hardware assisted watchpoints/breakpoints API in ptrace(2) Add new ptrace(2) calls: - PT_COUNT_WATCHPOINTS - count the number of available hardware watchpoints - PT_READ_WATCHPOINT - read struct ptrace_watchpoint from the kernel state - PT_WRITE_WATCHPOINT - write new struct ptrace_watchpoint state, this includes enabling and disabling watchpoints The ptrace_watchpoint structure contains MI and MD parts: typedef struct ptrace_watchpoint { int pw_index; /* HW Watchpoint ID (count from 0) */ lwpid_t pw_lwpid; /* LWP described */ struct mdpw pw_md; /* MD fields */ } ptrace_watchpoint_t; For example amd64 defines MD as follows: struct mdpw { void *md_address; int md_condition; int md_length; }; These calls are protected with the __HAVE_PTRACE_WATCHPOINTS guard. Tested on amd64, initial support added for i386 and XEN. Sponsored by <The NetBSD Foundation> |
| /src/distrib/sets/lists/base/ | ||
| H A D | shl.mi | 1.767 Sun Apr 03 00:20:22 GMT 2016 christos update sets for waitid/wait6. |
| H A D | mi | 1.767 Sat Aug 30 00:25:41 GMT 2008 christos no more magic.mime |
| /src/doc/ | ||
| H A D | 3RDPARTY | 1.767 Thu Jun 17 19:49:38 GMT 2010 mrg note bozohttpd update |
| H A D | CHANGES | 1.767 Wed Dec 06 21:25:20 GMT 2006 hauke Mention support for four mac68k Nubus video cards: Formac ProNitron 80.IVb (1024x768/8) Relax 19" Model 200 (1024x768/8) Apple Monochrome Video Card (640x480/1) VillageTronic Mac Picasso 320 (up to 1920x1080/up to 24) |
| /src/sys/arch/i386/conf/ | ||
| H A D | GENERIC | 1.767 Sun Jul 30 17:53:50 GMT 2006 bouyer Add twa(4) and ld at twa where it makes sense. |
| /src/distrib/sets/lists/man/ | ||
| H A D | mi | 1.767 Wed Mar 09 05:24:38 GMT 2005 atatat Add sockstat references to sets lists. |
| /src/distrib/sets/lists/tests/ | ||
| H A D | mi | 1.767 Sun Nov 19 21:05:26 GMT 2017 martin ATF test program for PR kern/52738: check for mtime updates after rewriting a file. |
| /src/share/mk/ | ||
| H A D | bsd.own.mk | 1.767 Mon Feb 24 07:23:41 GMT 2014 skrll Rename NetBSD/hp700 to NetBSD/hppa. Unfortunately our VCS isn't very helpful here. |
| /src/usr.bin/make/ | ||
| H A D | var.c | 1.767 Sun Dec 27 10:53:23 GMT 2020 rillig make(1): clean up VarParseResult constants The many constants were invented because at that time I didn't quite understand the actual outcomes of Var_Parse that need to be distinguished. There are only a few: (1) Errors, whether they are parse errors, or evaluation errors or undefined variables. The old constants VPR_PARSE_MSG and VPR_UNDEF_MSG are merged into VPR_ERR. (2) Undefined expressions in a situation in which they are allowed. Previously the documentation for VPR_UNDEF_SILENT talked about undefined expressions in situations where they were not allowed. That case is fully covered by VPR_ERR instead. (3) Errors that are silently ignored. These are probably bugs. (4) Everything went fine, the expression has a defined value. |
| /src/sys/conf/ | ||
| H A D | files | 1.767 Wed Apr 05 06:54:26 GMT 2006 gdamore Rename AH_DEBUG, AH_ASSERT, and AH_DEBUG_ALQ to ATH_XXX. Use the opt_ah.h for the provided HAL to get options like AH_REGOPS_FUNC. Add AH_REGOPS_FUNC to a few opt_ah.h that don't have it in this version of the HAL but need it. (The next version from Sam should have this fixed in it. If it doesn't, then we'll have to take care at import time.) Ultimately, this should make future imports even easier, and individual ports should not have to worry about whether AH_REGOPS_FUNC is properly defined or not, since the opt_ah.h will just take care of it automatically. Ok'd by dyoung@. |
| /src/distrib/sets/lists/comp/ | ||
| H A D | mi | 1.767 Sat Feb 26 18:06:27 GMT 2005 matt Add entires for pollts and pselect manpages. |
Completed in 1422 milliseconds