Searched hist:1.478 (Results 1 - 25 of 33) sorted by relevance
| /src/sys/dev/usb/ | ||
| H A D | usbdevs_data.h | 1.478 Thu Jun 28 03:13:43 GMT 2007 itohy branches: 1.478.2; Regen from usbdevs rev 1.477. 1.478 Thu Jun 28 03:13:43 GMT 2007 itohy branches: 1.478.2; Regen from usbdevs rev 1.477. |
| H A D | usbdevs | 1.478 Thu Jul 12 21:24:02 GMT 2007 xtraeme SB-NIC Shantou ST268 for udav(4), patch from Julian Suschlik via current-users@... thanks. |
| H A D | usbdevs.h | 1.478 Thu Jul 12 21:24:35 GMT 2007 xtraeme regen |
| /src/sys/kern/ | ||
| H A D | kern_exec.c | 1.478 Fri Jul 05 17:14:48 GMT 2019 maxv branches: 1.478.2; Fix info leak. The padding of 'sigact' is not initialized, it gets copied in the proc, and can later be obtained by userland. 1.478 Fri Jul 05 17:14:48 GMT 2019 maxv branches: 1.478.2; Fix info leak. The padding of 'sigact' is not initialized, it gets copied in the proc, and can later be obtained by userland. |
| H A D | vfs_subr.c | 1.478 Sun Dec 22 19:47:34 GMT 2019 ad branches: 1.478.2; Make mntvnode_lock per-mount, and address false sharing of struct mount. 1.478 Sun Dec 22 19:47:34 GMT 2019 ad branches: 1.478.2; Make mntvnode_lock per-mount, and address false sharing of struct mount. |
| H A D | init_main.c | 1.478 Mon Mar 28 15:45:18 GMT 2016 macallan do not assume that syscallarg(const char *) and (char *) are the same size first step to make n32 kernels run binaries again |
| /src/usr.bin/make/ | ||
| H A D | job.c | 1.478 Fri Jun 28 15:20:57 GMT 2024 rillig branches: 1.478.2; make: reduce usage of the UNCONST hack 1.478 Fri Jun 28 15:20:57 GMT 2024 rillig branches: 1.478.2; make: reduce usage of the UNCONST hack |
| H A D | main.c | 1.478 Mon Nov 23 23:41:11 GMT 2020 rillig make(1): use comparisons in boolean expressions The generated code stays exactly the same. |
| H A D | parse.c | 1.478 Sun Dec 13 02:01:43 GMT 2020 rillig make(1): replace *line with line[0] Since a line is not an iterator and since the expression *line typically means "the current element", not "the first character", replacing *line with line[0] more directly expresses the idea of accessing the first character of a string. |
| /src/sys/arch/i386/conf/ | ||
| H A D | ALL | 1.478 Mon Dec 23 06:45:37 GMT 2019 maxv Revert the removal of filemon. |
| /src/distrib/notes/common/ | ||
| H A D | main | 1.478 Fri May 27 15:43:00 GMT 2011 tsutsui Remove sizes of set files. They were too hard to maintain, while nowadays few users care about bandwidth or storage in modern Internet environment. Ok'ed by snj@ a while ago. |
| /src/distrib/sets/lists/debug/ | ||
| H A D | mi | 1.478 Tue Apr 22 13:48:24 GMT 2025 nia Add basic tests for timespec_get(3), timespec_getres(3) PR standards/58608 |
| /src/share/man/man4/ | ||
| H A D | options.4 | 1.478 Thu Dec 28 23:16:15 GMT 2017 wiz Fix word. |
| H A D | Makefile | 1.478 Wed Oct 08 01:15:11 GMT 2008 pgoyette Since I nuked the old adt7467c driver, I might as well nuke the man page. |
| /src/usr.bin/xlint/lint1/ | ||
| H A D | cgram.y | 1.478 Tue Jan 09 23:46:54 GMT 2024 rillig lint: allow complex offsetof(type, member-designator) Both GCC 11 and Clang 8 accept member-designators that are not identifiers but designator sequences, such as in 'offsetof(struct stat, st_atim.tv_sec)', so make lint accept them as well. |
| H A D | tree.c | 1.478 Sun Aug 28 10:43:18 GMT 2022 rillig lint: rename functions to be clearer No need anymore to keep external identifiers at the "6 significant initial characters" mandated by C90. |
| /src/distrib/sets/lists/man/ | ||
| H A D | mi | 1.478 Tue May 21 00:49:54 GMT 2002 wiz branches: 1.478.2; Add man pages for bm(4), gm(4), and mc(4). Some helpful information provided by Michael Wolfson and various people on port-macppc. 1.478 Tue May 21 00:49:54 GMT 2002 wiz branches: 1.478.2; Add man pages for bm(4), gm(4), and mc(4). Some helpful information provided by Michael Wolfson and various people on port-macppc. |
| /src/sys/net/ | ||
| H A D | if.c | 1.478 Fri Jun 12 11:04:45 GMT 2020 roy Remove in-kernel handling of Router Advertisements This is much better handled by a user-land tool. Proposed on tech-net here: https://mail-index.netbsd.org/tech-net/2020/04/22/msg007766.html Note that the ioctl SIOCGIFINFO_IN6 no longer sets flags. That now needs to be done using the pre-existing SIOCSIFINFO_FLAGS ioctl. Compat is fully provided where it makes sense, but trying to turn on RA handling will obviously throw an error as it no longer exists. Note that if you use IPv6 temporary addresses, this now needs to be turned on in dhcpcd.conf(5) rather than in sysctl.conf(5). |
| /src/sys/arch/amd64/conf/ | ||
| H A D | GENERIC | 1.478 Sun Jan 07 16:10:52 GMT 2018 maxv Don't enable SVS yet. |
| /src/sys/dev/pci/ | ||
| H A D | pcidevs.h | 1.478 Fri Oct 18 00:59:11 GMT 2002 yamt regen; fix simple typos |
| H A D | pcidevs_data.h | 1.478 Mon Oct 21 14:45:20 GMT 2002 soren Regen. |
| /src/sys/arch/i386/i386/ | ||
| H A D | machdep.c | 1.478 Wed Jul 17 14:55:42 GMT 2002 kanaoka - Enable to enter sleep state S5 with ACPI. |
| /src/distrib/sets/lists/base/ | ||
| H A D | shl.mi | 1.478 Wed Jul 08 21:23:52 GMT 2009 tls Update to libevent-1.4.11-stable. This has been a long time coming and fixes many bugs, particularly with signal handling. The regression tests have also been updated and complete successfully on amd64. |
| /src/doc/ | ||
| H A D | 3RDPARTY | 1.478 Wed Nov 01 13:40:40 GMT 2006 apb Mention gkermit |
| /src/sys/sys/ | ||
| H A D | param.h | 1.478 Sat May 09 15:22:47 GMT 2015 rtr change sosend() to accept sockaddr * instead of mbuf * for nam. bump to 7.99.16 |
Completed in 994 milliseconds