Searched hist:1.481 (Results 1 - 25 of 33) sorted by relevance
| /src/sys/dev/usb/ | ||
| H A D | usbdevs | 1.481 Sat Aug 18 20:23:04 GMT 2007 sborrill branches: 1.481.2; Add support for SMART Technologies-badged Prolific USB-Serial converter 1.481 Sat Aug 18 20:23:04 GMT 2007 sborrill branches: 1.481.2; Add support for SMART Technologies-badged Prolific USB-Serial converter |
| H A D | usbdevs_data.h | 1.481 Sat Aug 18 20:24:33 GMT 2007 sborrill branches: 1.481.2; Regen 1.481 Sat Aug 18 20:24:33 GMT 2007 sborrill branches: 1.481.2; Regen |
| H A D | usbdevs.h | 1.481 Mon Sep 03 17:43:20 GMT 2007 tshiozak sync with the last change of usbdevs. |
| /src/sys/arch/i386/conf/ | ||
| H A D | ALL | 1.481 Sun Jan 19 01:25:05 GMT 2020 thorpej Remove the strip(4) - Starmode Radio IP - pseudo-device driver. It is long since obsolete. |
| H A D | GENERIC | 1.481 Fri Apr 12 17:58:17 GMT 2002 mycroft Enable AGP GART support by default. |
| /src/distrib/notes/common/ | ||
| H A D | main | 1.481 Sat Sep 10 19:07:57 GMT 2011 marino Add John Marino to the list of developers. |
| /src/distrib/sets/lists/debug/ | ||
| H A D | mi | 1.481 Fri May 02 03:26:26 GMT 2025 riastradh ld.elf_so: Add a trivial test for R_*_RELATIVE relocations. PR bin/59360: ld.elf_so(8): missing RELR support |
| /src/share/man/man4/ | ||
| H A D | options.4 | 1.481 Tue Jan 23 17:24:31 GMT 2018 sevan The EON option was removed along with the other OSI options long ago |
| H A D | Makefile | 1.481 Sat Oct 18 20:44:53 GMT 2008 jmcneill Add thinkpad(4) man page. |
| /src/usr.bin/xlint/lint1/ | ||
| H A D | cgram.y | 1.481 Fri Jan 12 08:33:39 GMT 2024 rillig lint: clean up grammar for array size |
| H A D | tree.c | 1.481 Sat Oct 01 09:42:40 GMT 2022 rillig lint: add hyphen to adjective 'old-style' |
| /src/sys/kern/ | ||
| H A D | init_main.c | 1.481 Sat Jun 04 21:10:56 GMT 2016 palle Added missing "it" to comment in start_init() |
| H A D | kern_exec.c | 1.481 Tue Sep 17 15:19:27 GMT 2019 christos Add a boolean argument to indicate if we have a path/true (execve) or an fd/false (fexecve). This is needed to differentiate between them because NULL/-1 can be readily passed from userland. |
| H A D | vfs_subr.c | 1.481 Sun Feb 23 22:14:03 GMT 2020 ad Merge from ad-namecache: - Have a stab at clustering the members of vnode_t and vnode_impl_t in a more cache-conscious way. With that done, go back to adjusting v_usecount with atomics and keep vi_lock directly in vnode_impl_t (saves KVA). - Allow VOP_LOCK(LK_NONE) for the benefit of VFS_VGET() and VFS_ROOT(). Make sure LK_UPGRADE always comes with LK_NOWAIT. - Make cwdinfo use mostly lockless. |
| /src/sys/net/ | ||
| H A D | if.c | 1.481 Sat Sep 26 18:35:12 GMT 2020 roy net: Add a callback to ifnet to notify of link state changes |
| /src/sys/arch/amd64/conf/ | ||
| H A D | GENERIC | 1.481 Sat Jan 13 00:38:16 GMT 2018 christos added commented out AUTOFS pseudo-device entries |
| /src/sys/dev/pci/ | ||
| H A D | pcidevs.h | 1.481 Thu Oct 24 06:40:56 GMT 2002 grant regen |
| H A D | pcidevs_data.h | 1.481 Mon Nov 04 00:36:25 GMT 2002 wiz regen (typo fix from PR 18921) |
| /src/usr.bin/make/ | ||
| H A D | job.c | 1.481 Sat Jul 20 14:09:27 GMT 2024 rillig make: don't run erroneous commands in parallel mode |
| H A D | main.c | 1.481 Sat Nov 28 08:40:05 GMT 2020 rillig make(1): rename conflicting global variables called 'error' When compiling make in all-in-one mode, these variable names conflict. They could have been merged into a single variable, but that would have required to make it a global variable for the other modules as well. The parse module has a similar variable called 'fatals'. All these can possibly be merged into a single variable, but not now. |
| H A D | parse.c | 1.481 Sun Dec 13 21:27:45 GMT 2020 rillig make(1): replace %zu with %u in printf calls This is needed to compile bmake with GCC 2.8.1 on SunOS 5.9. To support ancient systems like this, the whole code of usr.bin/make is supposed to use only ISO C90 features, except for filemon, which is not used on these systems. |
| /src/sys/arch/i386/i386/ | ||
| H A D | machdep.c | 1.481 Fri Sep 06 13:18:43 GMT 2002 gehenna Merge the gehenna-devsw branch into the trunk. This merge changes the device switch tables from static array to dynamically generated by config(8). - All device switches is defined as a constant structure in device drivers. - The new grammer ``device-major'' is introduced to ``files''. device-major <prefix> char <num> [block <num>] [<rules>] - All device major numbers must be listed up in port dependent majors.<arch> by using this grammer. - Added the new naming convention. The name of the device switch must be <prefix>_[bc]devsw for auto-generation of device switch tables. - The backward compatibility of loading block/character device switch by LKM framework is broken. This is necessary to convert from block/character device major to device name in runtime and vice versa. - The restriction to assign device major by LKM is completely removed. We don't need to reserve LKM entries for dynamic loading of device switch. - In compile time, device major numbers list is packed into the kernel and the LKM framework will refer it to assign device major number dynamically. |
| /src/distrib/sets/lists/base/ | ||
| H A D | shl.mi | 1.481 Mon Jul 20 17:03:36 GMT 2009 joerg Add a fast, platform independent hash function to libc. The algorithm used is the Jenkins hash. The name (mi_vector_hash) reflects the nature of the hash function. Add glue for libc ATF tests and include a test case to make sure that (mis)alignment and endianess are handled correctly. Bump libc minor to 169. |
| /src/doc/ | ||
| H A D | 3RDPARTY | 1.481 Wed Nov 08 01:54:57 GMT 2006 taca OpenSSH 4.5/4.5p1 released. |
| /src/sys/sys/ | ||
| H A D | param.h | 1.481 Sat Jun 20 14:44:56 GMT 2015 martin Welcome to 7.99.19! Cumulative bump for recent mqueue, sigqueue and modctl changes to support netbsd32 emulation. |
Completed in 1035 milliseconds