Searched hist:1.515 (Results 1 - 25 of 31) sorted by relevance
| /src/sys/dev/usb/ | ||
| H A D | usbdevs.h | 1.515 Sat Oct 25 17:37:31 GMT 2008 christos branches: 1.515.2; 1.515.4; regen. 1.515 Sat Oct 25 17:37:31 GMT 2008 christos branches: 1.515.2; 1.515.4; regen. 1.515 Sat Oct 25 17:37:31 GMT 2008 christos branches: 1.515.2; 1.515.4; regen. |
| H A D | usbdevs | 1.515 Fri Oct 10 23:50:39 GMT 2008 jakllsch add Pinnacle Systems, Inc. and their PCTV HD Pro Stick (800e) ok jmcneill |
| H A D | usbdevs_data.h | 1.515 Wed Oct 22 00:10:48 GMT 2008 cegger regen. (how is it possible to have conflicts in the repo in a generated file?) |
| /src/sys/arch/i386/conf/ | ||
| H A D | ALL | 1.515 Mon Jan 29 18:27:13 GMT 2024 christos PR/57889: Ricardo Branco: ext2fs does not have user immutable and append file flags, only system ones. Restrict those to the superuser. Before the behavior was controlled by EXT2FS_SYSTEM_FLAGS. Make that behavior the default. |
| H A D | GENERIC | 1.515 Fri Oct 04 16:24:47 GMT 2002 tsutsui Add le* at isapnp? |
| /src/distrib/notes/common/ | ||
| H A D | main | 1.515 Sun Jan 11 04:03:47 GMT 2015 snj Nuke the five(!) install floppies. Welcome to 2015. Approved by dsl@, Master of Port. |
| /src/share/man/man4/ | ||
| H A D | options.4 | 1.515 Mon Aug 24 19:30:00 GMT 2020 ryoon Add COMPAT_90 And bump date. |
| H A D | Makefile | 1.515 Thu Apr 08 18:20:46 GMT 2010 jruoho Fix build failure noted by tnn@. |
| /src/usr.bin/xlint/lint1/ | ||
| H A D | cgram.y | 1.515 Wed Nov 13 04:32:49 GMT 2024 rillig lint: add more details to 'statement not reached' message In lib/libcompat/regexp/regexp.c, the FAIL macro expands to a compound statement containing a function call statement and a return statement, and the macro invocation is followed by a semicolon, forming an extra empty statement. Which of these statements is unreachable now becomes clear from the diagnostic, without having to inspect the preprocessed source code. |
| H A D | tree.c | 1.515 Sat Apr 22 15:14:37 GMT 2023 rillig lint: do not warn about parenthesized assignment in controlling expr Same as for GCC and Clang. |
| /src/sys/kern/ | ||
| H A D | init_main.c | 1.515 Wed Jan 01 21:09:11 GMT 2020 thorpej First steps towards properly serializing access to the TOD clock. - Add a mutex around the TODR, and provide lock/unlock/lock-owned functions to manipulate it. - Rename inittodr() to todr_set_systime() and resettodr() to todr_save_systime() to better reflect what they do. These functions are intended to be called with the TODR lock held, which will allow for a pattern like: -> todr_lock() -> todr_save_systime() -> [do machine-dependent stuff to sleep/suspend] -> [magically awaken] -> todr_set_systime(...) -> todr_unlock() - Provide historically-named wrappers inittodr() and resettodr() that do the dance of acquiring / releasing the lock around the actual substance. NOTE: resettodr()'s use of the TODR lock is currently disabled (and todr_save_systime() does not assert it's held) until such time as issues around shutdown / reboot under duress can be addressed. |
| H A D | kern_exec.c | 1.515 Sat Feb 05 23:10:20 GMT 2022 christos Prevent escallation of privilege due to poor handling of argc == 0 in set*id binaries by refusing to execute them. |
| /src/sys/net/ | ||
| H A D | if.c | 1.515 Sat Aug 20 00:42:51 GMT 2022 riastradh ifnet(9): Kernel lock for struct ifnet::if_timer. |
| /src/sys/arch/amd64/conf/ | ||
| H A D | GENERIC | 1.515 Tue Jan 01 08:09:30 GMT 2019 maya Add commented out amdgpu. (Builds, untested on hardware) |
| /src/sys/dev/pci/ | ||
| H A D | pcidevs.h | 1.515 Thu Mar 06 22:25:43 GMT 2003 bouyer Regen: Remove duplicate in previous. |
| H A D | pcidevs_data.h | 1.515 Tue Mar 18 00:53:04 GMT 2003 thorpej Regen; added Silicon Image SATALink 3112. |
| /src/usr.bin/make/ | ||
| H A D | job.c | 1.515 Fri Jun 13 05:04:52 GMT 2025 rillig make: add job prefix if necessary in non-default filtered mode |
| H A D | main.c | 1.515 Sat Jan 23 10:48:49 GMT 2021 rillig make(1): rename Dir_Expand to SearchPath_Expand The main subject of this function is the search path. In this search path the pattern is expanded. |
| H A D | parse.c | 1.515 Wed Dec 23 13:50:54 GMT 2020 rillig make(1): rename CmdOpts.lint to strict When running lint(1) on the code, it defines the preprocessor macro "lint" to 1, which generated a syntax error in the declaration "Boolean lint", as that became "Boolean 1". |
| /src/sys/arch/i386/i386/ | ||
| H A D | machdep.c | 1.515 Sat Mar 01 16:37:53 GMT 2003 fvdl Move the CPU identification out of machdep.c into a seperate file. |
| /src/distrib/sets/lists/base/ | ||
| H A D | shl.mi | 1.515 Thu Jan 14 10:04:19 GMT 2010 wiz Consistency: set for obsolete files should be "foo-obsolete", tags only "obsolete". |
| H A D | mi | 1.515 Mon Jan 10 00:14:40 GMT 2005 christos add pam.d |
| /src/doc/ | ||
| H A D | 3RDPARTY | 1.515 Wed Mar 07 20:43:10 GMT 2007 mjf - Fix man pages for openssl upgrade - Add myself to list of maintainers for openssl - Note the openssl upgrade in CHANGES |
| /src/sys/sys/ | ||
| H A D | param.h | 1.515 Wed Dec 14 15:48:55 GMT 2016 hannken Move vnode members "v_freelisthd" and "v_freelist" from "struct vnode" to "struct vnode_impl" and rename to "vi_lrulisthd" and "vi_lrulist". No functional change intended. Welcome to 7.99.48 |
| /src/distrib/sets/lists/man/ | ||
| H A D | mi | 1.515 Tue Sep 24 22:20:17 GMT 2002 pooka add iwic man page |
Completed in 1120 milliseconds