Searched hist:1.480 (Results 1 - 25 of 34) sorted by relevance
| /src/sys/dev/usb/ | ||
| H A D | usbdevs | 1.480 Mon Jul 16 07:05:27 GMT 2007 nisimura branches: 1.480.2; 1.480.6; Redo the previous change, suffered from an accidental removal of ShanTou. 1.480 Mon Jul 16 07:05:27 GMT 2007 nisimura branches: 1.480.2; 1.480.6; Redo the previous change, suffered from an accidental removal of ShanTou. 1.480 Mon Jul 16 07:05:27 GMT 2007 nisimura branches: 1.480.2; 1.480.6; Redo the previous change, suffered from an accidental removal of ShanTou. |
| H A D | usbdevs_data.h | 1.480 Mon Jul 16 07:08:49 GMT 2007 nisimura branches: 1.480.2; 1.480.6; regen usbdevs.h and usbdevs_data.h 1.480 Mon Jul 16 07:08:49 GMT 2007 nisimura branches: 1.480.2; 1.480.6; regen usbdevs.h and usbdevs_data.h 1.480 Mon Jul 16 07:08:49 GMT 2007 nisimura branches: 1.480.2; 1.480.6; regen usbdevs.h and usbdevs_data.h |
| H A D | usbdevs.h | 1.480 Sat Aug 18 20:24:33 GMT 2007 sborrill branches: 1.480.2; Regen 1.480 Sat Aug 18 20:24:33 GMT 2007 sborrill branches: 1.480.2; Regen |
| /src/sys/arch/i386/conf/ | ||
| H A D | ALL | 1.480 Fri Jan 17 15:00:20 GMT 2020 maya Remove uyurex(4). This is a driver for a "nonsense machine" made by the art group Maywa-Denki in 2008. It was disabled by default. Unfortunately even so it draws development attention (flaws found in the code, MP-ification needs) and it is best not to continue to maintain this driver. Proposed without objections on tech-kern. |
| /src/sys/arch/amd64/amd64/ | ||
| H A D | machdep.c | 1.107 Wed Nov 12 01:33:44 GMT 2008 cegger reduce diff to i386/i386/machdep.c:init386() - introduce add_mem_cluster() as done in i386 - apply rev. 1.480 from i386/i386/machdep.c: fixes PR 17199 for amd64 - apply rev. 1.492 from i386/i386/machdep.c: fixes PR 13399 for amd64 |
| /src/distrib/notes/common/ | ||
| H A D | main | 1.480 Tue Jun 28 17:33:47 GMT 2011 rkujawa Add myself |
| /src/distrib/sets/lists/debug/ | ||
| H A D | mi | 1.480 Sun Apr 27 09:11:01 GMT 2025 martin Fix names of new CSU tests |
| /src/share/man/man4/ | ||
| H A D | options.4 | 1.480 Tue Jan 23 17:19:34 GMT 2018 sevan BUFQ_READPRIO is no longer marked as experimental. |
| H A D | Makefile | 1.480 Sat Oct 11 21:54:11 GMT 2008 bouyer jme(4), a driver for JMicron Technologies JME250 Gigabit Ethernet and JME260 Fast Ethernet PCI Express controllers. Written with a lot of cut-n-paste from the FreeBSD jme(4) driver. No support for jumbo ethernet frames yet (but should come soon). Thanks to JMicron Technologies for providing me sample boards and documentation for this work. |
| /src/usr.bin/xlint/lint1/ | ||
| H A D | cgram.y | 1.480 Thu Jan 11 23:26:39 GMT 2024 rillig lint: clean up enum constants for designators In intializers and offsetof, both struct and union members are handled in the same way, thus there is no need to distinguish them. |
| H A D | tree.c | 1.480 Sun Aug 28 19:09:12 GMT 2022 rillig lint: inline previous_declaration for nonconstant message IDs This adds back the compile-time printf validation in debug mode that was missing before. |
| /src/sys/kern/ | ||
| H A D | init_main.c | 1.480 Sun May 22 14:26:09 GMT 2016 christos reduce #ifdef mess caused by PaX |
| H A D | kern_exec.c | 1.480 Sun Sep 15 20:23:50 GMT 2019 christos - Add support for fexecve - get the vnode from the fd passed instead of calling namei() on the path - try to reverse resolve the vnode to extract the pathname - deal with not having a resolved path available - rename variable that was not a pathbuf |
| H A D | vfs_subr.c | 1.480 Sun Feb 23 15:46:41 GMT 2020 ad UVM locking changes, proposed on tech-kern: - Change the lock on uvm_object, vm_amap and vm_anon to be a RW lock. - Break v_interlock and vmobjlock apart. v_interlock remains a mutex. - Do partial PV list locking in the x86 pmap. Others to follow later. |
| /src/sys/net/ | ||
| H A D | if.c | 1.480 Sat Sep 26 11:57:05 GMT 2020 roy net: Fix the setting of if_link_state Link state changes are not dependant on the interface being up, but we also need to guard against more link state changes being scheduled when the interface is being detached. We do this by clearing the link queue but keeping if_link_sheduled = true. We can check for this in both if_link_state_change() and if_link_state_change_work() to abort early as there is no point in doing anything if the interface is being detached because if_down() is called in if_detach() after the workqueue has been drained to the same overall effect. |
| /src/sys/arch/amd64/conf/ | ||
| H A D | GENERIC | 1.480 Wed Jan 10 11:11:20 GMT 2018 knakahara add ipsec(4) interface to amd64/GENERIC and amd64/ALL configs. |
| /src/sys/dev/pci/ | ||
| H A D | pcidevs.h | 1.480 Mon Oct 21 14:45:19 GMT 2002 soren Regen. |
| H A D | pcidevs_data.h | 1.480 Fri Oct 25 15:58:04 GMT 2002 kent regen |
| /src/usr.bin/make/ | ||
| H A D | job.c | 1.480 Sun Jul 07 07:50:57 GMT 2024 rillig make: only generate code for cleanup functions in CLEANUP mode |
| H A D | main.c | 1.480 Wed Nov 25 00:50:44 GMT 2020 sjg Add .MAKE.UID and .MAKE.GID |
| H A D | parse.c | 1.480 Sun Dec 13 20:14:48 GMT 2020 rillig make(1): add str_basename to reduce duplicate code The function basename from POSIX has a few unfortunate properties, it is allowed to return a pointer to static memory. This is too unreliable, therefore this trivial own implementation. |
| /src/sys/arch/i386/i386/ | ||
| H A D | machdep.c | 1.480 Thu Sep 05 02:43:00 GMT 2002 erh Adjust the check for what segments should go on the low priority free list. If a segment starts exactly at 16M don't try to split it because that causes the code to try to call uvm_page_physload with a zero length segment. (kern/17199) |
| /src/distrib/sets/lists/base/ | ||
| H A D | shl.mi | 1.480 Sun Jul 19 23:38:11 GMT 2009 christos new openssl |
| /src/doc/ | ||
| H A D | 3RDPARTY | 1.480 Tue Nov 07 03:11:02 GMT 2006 rpaulo Postfix 2.3.4 |
| /src/sys/sys/ | ||
| H A D | param.h | 1.480 Thu May 21 22:24:24 GMT 2015 rtr bump to 7.99.18 for change to nfs_boot_sendrecv |
Completed in 917 milliseconds