Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 most recent timeline items
2021-01-27
| ||
00:02 | [d65b5a9e6b] Leaf: make(1): fix irrelevant message in -W mode (user: rillig, tags: trunk) | |
2021-01-26
| ||
23:51 | [04f64b7c86] make(1): demonstrate irrelevant message about warnings as errors (user: rillig, tags: trunk) | |
23:44 | [29bb16c08d] make(1): in -dp mode, print stack trace with each diagnostic This makes it easier to track down where a warning or an e... (user: rillig, tags: trunk) | |
21:25 | [95051a0ce6] Fix potential off-by-one error when using hash fudging. It needs to round up to 2/4 and not one less to guarantee that t... (user: joerg, tags: trunk) | |
19:09 | [91aedb9d9e] call f_touch with kq_lock held, and without KERNEL_LOCK() - for this adjust EVFILT_USER, which is the only filter actual... (user: jdolecek, tags: trunk) | |
18:38 | [57d69936da] lint: remove __noinline attribute from string interning function I had committed this accidentally while ensuring that ... (user: rillig, tags: trunk) | |
18:08 | [812c226e5b] remove outdated comment (user: macallan, tags: trunk) | |
16:40 | [fa7f6a4873] Fix indexing bug in clean up code on error in virtio PCI v1.0 attach code. Thanks go to Rin Okuyama for spotting it. (user: reinoud, tags: trunk) | |
16:24 | [eb2c82ff64] - refactor vcons_cursor_noread() a bit so it works the same way as the other _noread() methods instead of duplicating ... (user: macallan, tags: trunk) | |
15:30 | [b7d032c746] Trailing whitespace (user: skrll, tags: trunk) | |
15:29 | [67b610ddb4] KNF (user: skrll, tags: trunk) | |
15:08 | [2adaf5cdc3] llvmlockdir -> lvmlockdir (user: martin, tags: trunk) | |
14:55 | [7229ed0072] Replace use of of_match_compatible(). (user: thorpej, tags: trunk) | |
14:55 | [b61ab6e3f1] Replace 2 uses of of_match_compatible(). (user: thorpej, tags: trunk) | |
14:49 | [9a95a55e5b] There is not much point in of_compatible() returning -1 for "no match" and >= 0 for "match". Just make it return 0 for ... (user: thorpej, tags: trunk) | |
14:09 | [c879a4b344] Minor comment changes. (user: thorpej, tags: trunk) | |
13:31 | [ddc3e17ae0] Rename etc/rc.d/llvmlockdir to lvmlockdir - it has nothing to do with LLVM, the name probably was a freudian slip of my ... (user: martin, tags: trunk) | |
10:50 | [f525e9f252] Regen for previous commit to GENERIC.in. (user: rin, tags: trunk) | |
02:33 | [e5dd505f02] Now that the ACPI layer no longer does this for us, evaluate the _DSM that returns the HID descriptor address at attach ... (user: thorpej, tags: trunk) | |
01:23 | [cf99a8fe7e] Don't map ACPI _HID / _CID strings to "compatible" strings from the Device Tree bindings. Just pass those strings in th... (user: thorpej, tags: trunk) | |
01:15 | [d255193cd2] Back out unintended change in previous. (user: thorpej, tags: trunk) | |
00:29 | [5c55524880] acpipchb is a bus, so claim all child ACPI device nodes (user: jmcneill, tags: trunk) | |
00:23 | [c01926a7fd] build fix (user: jmcneill, tags: trunk) | |
00:19 | [a1daae94fc] Add a device_t parameter to acpi_enter_i2c_devs. If non-NULL, all child acpi_devnodes will be claimed by that device so ... (user: jmcneill, tags: trunk) | |
2021-01-25
| ||
20:07 | [9431e7abcc] In the lam(1) example with a literal newline, use newish sh syntax. Bump date (as of when I wrote the change and discus... (user: dholland, tags: trunk) | |
20:05 | [2f04a4e1ae] avoid needing <machine/promlib.h>. fixes sparc64 build. (user: mrg, tags: trunk) | |
19:59 | [8c305192d3] s/boolean_t/bool/. boolean_t is obsolete (from Mach), and this also fixes a new build issue in libkvm on sparc*. (user: mrg, tags: trunk) | |
19:57 | [8d6aa1dcf9] put back clearing of KN_QUEUED and check for re-queue - as rev. 1.53 notes, it's necessary for correct function fixes P... (user: jdolecek, tags: trunk) | |
19:39 | [bb4171ae01] make(1): split For_Eval into separate functions (user: rillig, tags: trunk) | |
19:21 | [5b3b9d0d4a] Fix a thundering herd problem in pipes. Wake only one waiter when data becomes available, not all of them. Waking them ... (user: dholland, tags: trunk) | |
19:10 | [9f9cbb8c3c] make(1): extract ForLoop_New to separate function (user: rillig, tags: trunk) | |
19:05 | [e3c360b14f] make(1): rename struct For to struct ForLoop This removes the ambiguity whether For_Free is meant to be a module-export... (user: rillig, tags: trunk) | |
17:18 | [b023f26c35] s/npf_config_lock/npf->config_lock/ in the comments (user: christos, tags: trunk) | |
17:17 | [891c44d7c2] Fix locking issue: npf_default_pass needs to be called with the config lock held. (user: christos, tags: trunk) | |
16:21 | [107a23fe04] Since we're using designated initialisers for compat data, we should use a completely empty initializer for the sentinel... (user: thorpej, tags: trunk) | |
14:20 | [4cfd3c3462] Since we're using designated initialisers for compat data, we should use a completely empty initializer for the sentinel... (user: thorpej, tags: trunk) | |
14:16 | [50fbcfaa9e] Leaf: Tickets #1187 and #1188 (user: martin, tags: netbsd-9) | |
14:14 | [63269e7aea] Pull up following revision(s) (requested by nia in ticket #1188): sys/arch/arm/broadcom/bcm2835_vcaudio.c: revision 1.... (user: martin, tags: netbsd-9) | |
14:12 | [2a36916d4e] Pull up following revision(s) (requested by riastradh in ticket #1187): sys/kern/kern_threadpool.c: revision 1.23 thr... (user: martin, tags: netbsd-9) | |
13:30 | [846ab7058b] Since we're using designated initialisers for compat data, we should use a completely empty initializer for the sentinel... (user: thorpej, tags: trunk) | |
13:08 | [1b8bfc77d9] Remove #undefs against INTERRUPT_SAVEREG and INTERRUPT_RESTOREREG. They have been defined in <m68k/asm.h> for years. (user: tsutsui, tags: trunk) | |
12:45 | [8ab1974d5f] Build strlist.c. (Sigh, missed in original commit.) (user: thorpej, tags: trunk) | |
12:18 | [f8d887c3f8] Add support for ACPI-based I2C mux attachment. (user: jmcneill, tags: trunk) | |
12:17 | [fac0a925ae] NetBSD 9.99.79 - struct i2c_attach_args adds 'ia_cookietype' field (user: jmcneill, tags: trunk) | |
12:15 | [abb4e53ae5] Add "cookietype" to i2c attach args, so the consumer knows if ia_cookie is either an OF phandle or an ACPI_HANDLE. Add N... (user: jmcneill, tags: trunk) | |
12:09 | [3bcbb0ff4e] Configure clocks and enable NXP Layerscape quirks in motoi2c (user: jmcneill, tags: trunk) | |
12:08 | [021a693145] NXP Layerscape LX2160A has an almost compatible controller, with a few quirks: - IBCR bit 7 is "module disable" instead... (user: jmcneill, tags: trunk) | |
02:11 | [c846d52452] clear the RI_CURSOR flag when we overwrite the cursor so we can skip clearing it when asked to do it later on saves a bu... (user: macallan, tags: trunk) | |
2021-01-24
| ||
22:08 | [1a3f184b42] Correct date for previous (tzdata 2021a update) - seems I cannot read the output of the date(1) command any more... (user: kre, tags: trunk) | |
22:02 | [22314207fe] Note update of tzdata to 2021a (user: kre, tags: trunk) | |