Searched hist:1.639 (Results 1 - 23 of 23) sorted by relevance
| /src/sys/dev/usb/ | ||
| H A D | usbdevs | 1.639 Wed Mar 20 15:33:24 GMT 2013 garbled Add my tripplite UPS |
| H A D | usbdevs.h | 1.639 Fri May 03 15:38:04 GMT 2013 jakllsch regen. |
| H A D | usbdevs_data.h | 1.639 Sat Mar 30 03:04:01 GMT 2013 christos regen |
| /src/share/man/man4/ | ||
| H A D | Makefile | 1.639 Fri Jun 16 22:10:54 GMT 2017 pgoyette Split a couple of over-long lines. NFC |
| /src/sys/dev/pci/ | ||
| H A D | pcidevs.h | 1.639 Mon Aug 02 17:58:51 GMT 2004 mycroft Regen. |
| H A D | pcidevs_data.h | 1.639 Mon Aug 02 19:10:48 GMT 2004 mycroft Regen. |
| H A D | pcidevs | 1.639 Mon Aug 02 19:10:35 GMT 2004 mycroft Merge in data from cardbusdevs. |
| /src/usr.bin/xlint/lint1/ | ||
| H A D | tree.c | 1.639 Wed May 01 17:42:57 GMT 2024 rillig lint: make 'offsetof(t, array-member)' a constant expression The macro 'offsetof(t, m)' already expanded to a constant expression for scalar members but not for arrays. This was because the macro expanded to '(size_t)(((t *)0)->m)', which lint internally represents as 'addr(indir(ptr(0) + offset(m)))', and build_address simplifies 'addr(indir(x))' to 'x' if the types match. The types only match for scalar types though, but not for arrays. When build_address happens, the type information is incomplete, therefore 'offsetof(t, array)' has to be simplified at a later point. |
| /src/sys/arch/i386/i386/ | ||
| H A D | machdep.c | 1.639 Fri Aug 15 03:14:54 GMT 2008 simonb Wrap long line. |
| /src/distrib/sets/lists/base/ | ||
| H A D | shl.mi | 1.639 Thu Nov 15 18:51:55 GMT 2012 christos bump resolver library. |
| H A D | mi | 1.639 Sun Jul 16 06:13:29 GMT 2006 tnozaki 1. added CNS11643 plane 3 <-> UCS iconv data. 2. zh_TW.eucTW locale now supports CNS11643 plane 3 ~ 7 |
| /src/doc/ | ||
| H A D | 3RDPARTY | 1.639 Mon Sep 15 22:01:03 GMT 2008 kleink tzdata2008f out, imported. |
| H A D | CHANGES | 1.639 Sat Jun 24 09:52:06 GMT 2006 mrg add powerpc -> GCC4. and fix previous a little. |
| /src/usr.bin/make/ | ||
| H A D | main.c | 1.639 Fri Mar 07 06:50:34 GMT 2025 rillig make: clean up comments and code for parallel mode Most of the comments didn't help understand the code. The Finish function was named way too soft for what it does, which is to exit without cleaning up properly. Since it was used only once, inline it. The code from that function causes jobs to be terminated early when an unrelated target has failed, resulting in partially written files, due to SIGPIPE. |
| H A D | parse.c | 1.639 Sat Jan 08 20:21:34 GMT 2022 rillig make: fix reported line numbers of continuation lines (since 2002) Previously, multi-line directives like '.info' or '.error' reported the line number of their last line instead of their first line, which is more usual. This also affected the debug log from '-dp'. |
| H A D | var.c | 1.639 Sun Nov 01 22:12:54 GMT 2020 rillig make(1): rename local variables in ApplyModifier_SysV |
| /src/sys/sys/ | ||
| H A D | param.h | 1.639 Sun Jan 12 13:37:26 GMT 2020 ad Redo previous using COHERENCY_UNIT. |
| /src/sys/arch/i386/conf/ | ||
| H A D | GENERIC | 1.639 Wed Nov 10 17:25:21 GMT 2004 christos Add COMPAT_BSDPTY on all the kernels that have COMPAT options. |
| /src/distrib/sets/lists/man/ | ||
| H A D | mi | 1.639 Wed Dec 31 15:09:39 GMT 2003 bjh21 Add vidcaudio(4). |
| /src/distrib/sets/lists/tests/ | ||
| H A D | mi | 1.639 Thu Aug 06 08:23:14 GMT 2015 ozaki-r Add basic tests for IPv6 Address Lifetime Expiry |
| /src/share/mk/ | ||
| H A D | bsd.own.mk | 1.639 Sun Aug 15 07:27:34 GMT 2010 mrg add new option to build/use tools/pigz for compressing sets. for now USE_PIGZGZIP defaults to "no". (it depends upon local <pthread.h> and -lz.) you can set it to "yes" on most modern platforms just fine. |
| /src/sys/conf/ | ||
| H A D | files | 1.639 Fri Oct 10 06:13:02 GMT 2003 grog Include Vinum. |
| /src/distrib/sets/lists/comp/ | ||
| H A D | mi | 1.639 Fri Nov 14 17:45:06 GMT 2003 christos no more frame.h |
Completed in 1832 milliseconds