Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 most recent timeline items
2021-03-09
| ||
00:08 | [c187cfe1d2] Leaf: We don't need libwrap anymore; libhack replaces it. (user: christos, tags: trunk) | |
00:06 | [86250f13b4] Add a stubbed version of libwrap (tcpwrappers) (user: christos, tags: trunk) | |
2021-03-08
| ||
23:34 | [32a8cd3e5f] Adjust for fewer args in calling functions (user: christos, tags: trunk) | |
22:28 | [6e2c6dd636] indent: remove redundant initializer in dump_line No functional change. (user: rillig, tags: trunk) | |
22:26 | [76f95e9b9a] indent: move comment about dump_line to column 1 It looked misplaced on the right side since that area is usually reser... (user: rillig, tags: trunk) | |
22:23 | [f97d79c965] indent: always use braces in do-while loops Having a 'while' at the beginning of a line looks as if it would start a lo... (user: rillig, tags: trunk) | |
22:13 | [21a7bd759e] tests/indent: demonstrate wrong removed empty line before '//' (user: rillig, tags: trunk) | |
22:01 | [81a9944534] mv <sys/cprng.h> include to the kernel portion (user: christos, tags: trunk) | |
21:48 | [333008cd85] remove extra line (user: christos, tags: trunk) | |
21:13 | [5783c1c4e5] indent: split bsearch comparison function It may have been a clever trick to use the same memory layout for struct temp... (user: rillig, tags: trunk) | |
20:55 | [329552b279] tests/indent: demonstrate another bug in nested blocks (user: rillig, tags: trunk) | |
20:55 | [12eb3c8af9] Update libelf's manual pages to upstream revision [r3928]. (user: jkoshy, tags: trunk) | |
20:43 | [a7f9d14413] remove ip{,6}_id.c (user: christos, tags: trunk) | |
20:20 | [f6e7d72abd] indent: inline macro for backslash No functional change. (user: rillig, tags: trunk) | |
20:15 | [baf96995a1] indent: convert big macros to functions Each of these buffers is only modified in a single file. This makes it unneces... (user: rillig, tags: trunk) | |
20:12 | [e4aabba98c] tests/indent: add test for output line counting (user: rillig, tags: trunk) | |
20:02 | [5691aac9f8] welcome to 9.99.81, ip_randomid() signature change. (user: christos, tags: trunk) | |
20:01 | [272452ba4b] reinstate a simple version of ip_randomid() (user: christos, tags: trunk) | |
20:01 | [24d02b9037] tests/indent: allow golden stderr file, improve filenames, clean up code When indent runs in filter mode, it may output... (user: rillig, tags: trunk) | |
19:38 | [f311efbfa1] Appease new lint enum errors (user: christos, tags: trunk) | |
19:21 | [7cd515e0ed] indent: make it easy to compile indent in debug mode (user: rillig, tags: trunk) | |
19:06 | [c284ce4d5a] indent: fix printing of uninitialized 'token' in debug output (user: rillig, tags: trunk) | |
18:22 | [aceaf746b9] no need for ip6_id.c... (user: christos, tags: trunk) | |
18:17 | [9aa7319e95] Remove the unused "addin" argument (it was always 0) and go back using a random iss by default (instead of rfc1948) (user: christos, tags: trunk) | |
18:03 | [e4b1b65973] remove now unused pseudo-random ip id code. (user: christos, tags: trunk) | |
17:54 | [6a4a46471b] Add some randomness to the iss offset (user: christos, tags: trunk) | |
17:54 | [2cecd64cce] Use a random IPv4 ID because the shuffling algorithm used before could expose information (Amit Klein) (user: christos, tags: trunk) | |
17:53 | [99f7367286] Don't increment the iss sequence on each connection because it exposes information (Amit Klein) (user: christos, tags: trunk) | |
17:34 | [115afa3b2c] give names to the enums so we can cast by name for lint (user: christos, tags: trunk) | |
17:34 | [281b9a30f6] cast to the proper enums for lint (user: christos, tags: trunk) | |
14:37 | [1ec7bc19fb] Remove incorrect byte and word conversions from fpu_explode. The correct operation here is arithmetic right shift, but n... (user: isaki, tags: trunk) | |
14:27 | [abdc08995d] Add comments for 2711 local peripherals (user: mlelstv, tags: trunk) | |
14:22 | [9d6d84f63c] Move interrupt register definitions to driver. (user: mlelstv, tags: trunk) | |
13:59 | [2eb7d8d873] Undocumented register to multiplex emmc2 pins to legacy sdhc (user: mlelstv, tags: trunk) | |
13:53 | [47dca61b73] Add some firmware support functions and define more properties - framebuffer - power management - vchiq init - RPI4 USB ... (user: mlelstv, tags: trunk) | |
13:49 | [05200da2a6] RPI4 PCIe driver, based on pcihost_fdt.c (user: mlelstv, tags: trunk) | |
13:15 | [b56f478499] Interrupt no longer needs kernel lock. (user: mlelstv, tags: trunk) | |
13:14 | [c27a558aba] Compute CRC for all segments of a multi-buffer packet. Add interrupt mitigation for transmit and receive. Use separate t... (user: mlelstv, tags: trunk) | |
07:10 | [4faf8d4441] Use no_jmbuf evcnt for the failure case of ixgbe_getjcl(). (user: msaitoh, tags: trunk) | |
06:31 | [64920eb49a] Add bluetooth also to 32bit kernel. (user: mlelstv, tags: trunk) | |
06:27 | [ee1106467f] early console for pico-pi-imx7 (user: mlelstv, tags: trunk) | |
06:23 | [7c83b6e112] always re-read status register in the loop. (user: mlelstv, tags: trunk) | |
2021-03-07
| ||
22:11 | [4d882c4f33] indent: fix handling of '//' end-of-line comments (user: rillig, tags: trunk) | |
20:54 | [00317b012a] fix missing chars (user: christos, tags: trunk) | |
20:52 | [68ca5fa13b] indent: sprinkle a few const No functional change. (user: rillig, tags: trunk) | |
20:47 | [cc79c7681b] indent: remove redundant parentheses around return value No functional change. (user: rillig, tags: trunk) | |
20:40 | [037e4cccf9] lint: move keyword 'continue' over to the other control flow keywords No functional change since neither rw_jump nor rw... (user: rillig, tags: trunk) | |
20:30 | [7f7c9626dc] indent: use named constants for the different types of keywords This reduces the magic numbers in the code. Most of th... (user: rillig, tags: trunk) | |
20:06 | [e08c93b120] lint: do not allow assignment-expression for constant-expression It's a funny idea to do something like 'case a = 13:',... (user: rillig, tags: trunk) | |
19:57 | [d9393fe166] lint: rename grammar rule 'constant' C99 6.4.4 already defines a grammar rule named 'constant' for an number literal or... (user: rillig, tags: trunk) | |