| Home | Sort by: relevance | last modified time | path |
1 2
| /src/tests/usr.bin/config/support/conf/ | |
| Makefile.kern.inc | 1.1.2.2 Sun Mar 15 23:01:46 UTC 2015 snj Pull up following revision(s) (requested by bouyer in ticket #596): distrib/sets/lists/tests/mi: revision 1.604 tests/usr.bin/config/support/conf/Makefile: revision 1.2 tests/usr.bin/config/support/conf/Makefile.kern.inc: revision 1.1 config(1): Fix test breakage Now config(1) checks the content of $S/conf/Makefile.kern.inc. Install it into config(1) test directory to fix test. Noticed by Martin Husemann. |
| Makefile | 1.1.12.1 Sun Mar 15 23:01:46 UTC 2015 snj Pull up following revision(s) (requested by bouyer in ticket #596): distrib/sets/lists/tests/mi: revision 1.604 tests/usr.bin/config/support/conf/Makefile: revision 1.2 tests/usr.bin/config/support/conf/Makefile.kern.inc: revision 1.1 config(1): Fix test breakage Now config(1) checks the content of $S/conf/Makefile.kern.inc. Install it into config(1) test directory to fix test. Noticed by Martin Husemann. |
| /src/sys/arch/i386/i386/ | |
| machdep.c | 1.604 Tue Jun 26 20:11:12 UTC 2007 briggs When collecting memory regions from the BIOS, ignore regions that are less than a page size. This assists a decTOP Geode-based system that reports memory regions: start end size type 0x00000000 0x0009e000 0x0009e000 1 (Memory) 0x00100000 0x06be3c00 0x06ae3c00 1 (Memory) 0x06be3c00 0x06be6000 0x00002400 3 (ACPI) 0x06fff800 0x06fffc00 0x00000400 1 (Memory) 0x06fffc00 0x07000000 0x00000400 4 (NVS) 1.586.2.5 Tue Aug 28 11:46:26 UTC 2007 liamjfoy Pull up following revision(s) (requested by xtraeme in ticket #841): sys/arch/i386/i386/machdep.c: revision 1.604 When collecting memory regions from the BIOS, ignore regions that are less than a page size. |
| /src/sys/dev/usb/ | |
| usbdevs.h | 1.604 Sat Apr 07 11:56:27 UTC 2012 jakllsch regen. |
| usbdevs_data.h | 1.604 Sat Mar 03 21:33:24 UTC 2012 riz Regen. |
| usbdevs | 1.604 Thu Jan 19 14:00:11 UTC 2012 nonaka Added some Realtek wlan adapters. |
| /src/usr.bin/xlint/lint1/ | |
| tree.c | 1.604 Thu Feb 08 20:45:20 UTC 2024 rillig lint: clean up redundant braces No functional change. |
| /src/usr.bin/make/ | |
| parse.c | 1.604 Wed Dec 29 05:01:35 UTC 2021 rillig make: merge duplicate enum constants for CondEvalResult and CondResult No binary change. |
| main.c | 1.604 Sun Dec 17 08:53:55 UTC 2023 rillig make: clean up names of local variables No binary change. |
| var.c | 1.604 Fri Oct 30 16:54:38 UTC 2020 rillig make(1): fix documentation for VARP_SUB_ONE The pattern is only replaced a single time, not everywhere in the first matching word. |
| /src/share/man/man4/ | |
| Makefile | 1.604 Tue Oct 15 19:20:18 UTC 2013 jdc Add lmenv.4 to the manual page makefile and to the set list. |
| /src/sys/arch/amd64/conf/ | |
| GENERIC | 1.604 Sat Jul 15 22:16:00 UTC 2023 riastradh amd64: Enable HEARTBEAT option, not just a HEARTBEAT option comment. |
| /src/sys/sys/ | |
| param.h | 1.604 Fri Aug 09 01:17:33 UTC 2019 mrg update usbnet some: - move rx/tx xfer flags into usbnet_cdata - move the callbacks into usbnet_ops structure - move rx/tx xfer flags arguments from usbnet_init_rx_tx() and move them all into usbnet_attach() arguments - s/miibus/mii/ in some places for consistency other clean up: - create wrapper functions for callbacks, move knowledge about special handling (OK to be missing, error eating) there. - use cdata pointer if already available - provide some more macros (will be real functions later) for accessing usbnet members, use existing ones more bump kernel version. |
| /src/sys/dev/pci/ | |
| pcidevs.h | 1.604 Tue Jan 06 19:44:38 UTC 2004 matt Regen. |
| pcidevs_data.h | 1.604 Mon Jan 19 00:33:26 UTC 2004 ragge Err, get correct RCS IDs. As Love said. |
| if_wm.c | 1.604 Fri Dec 14 09:47:40 UTC 2018 msaitoh - Fix availability detection of WoL on some chips. This change has no effect other than dmesg because WM_F_WOL is currently not used to change the behavior: - For ICH/PCH, check the capability not from NVM but from the WUC register. Check the value before clearing the register. - 82580 and newer have per-port NVM block, so read the area correctly. Note that 82580, I350 and I354 may have PCI function 2 and 3. - Some devices can't detect WoL capability neither from NVM nor from WUC. Use PCI device ID and the function number. - Print the WUS (WakeUp Status) register bits when resume. |
| pcidevs | 1.604 Sat Dec 20 03:34:19 UTC 2003 thorpej Add product ID for the SiI 3124 SATALink. |
| /src/sys/arch/i386/conf/ | |
| GENERIC | 1.604 Fri May 21 03:30:40 UTC 2004 atatat Whitespace nits |
| /src/distrib/sets/lists/tests/ | |
| mi | 1.604 Sat Dec 20 07:02:25 UTC 2014 uebayasi config(1): Fix test breakage Now config(1) checks the content of $S/conf/Makefile.kern.inc. Install it into config(1) test directory to fix test. Noticed by Martin Husemann. 1.584.2.1 Mon Mar 16 18:59:54 UTC 2015 snj Pull up following revision(s) (requested by bouyer in ticket #596): distrib/sets/lists/tests/mi: revision 1.604 config(1): Fix test breakage Now config(1) checks the content of $S/conf/Makefile.kern.inc. Install it into config(1) test directory to fix test. Noticed by Martin Husemann. |
| /src/sys/conf/ | |
| files | 1.604 Sun Mar 16 11:50:27 UTC 2003 jdolecek union fs moved from miscfs/union to fs/union omission pointed out by Martti Kuparinen |
| /src/doc/ | |
| CHANGES | 1.604 Fri Apr 07 19:03:00 UTC 2006 riz Add entry for onewire(4), gpioow(4), and owtemp(4), and add myself as RESPONSIBLE. |
| /src/share/mk/ | |
| bsd.own.mk | 1.604 Fri Dec 11 08:37:34 UTC 2009 uebayasi ${GENCMD} is used to generate only one output from file generation commands which potentially have multiple output files, which confuses make(1). This wrapper copies all involved files into /tmp, execute the command, and copy the wanted file back to ${.OBJDIR}. If this is expensive, consider to rewrite the generation command to output files individually. XXX bsd.own.mk is too bloated. |
| /src/distrib/sets/lists/base/ | |
| mi | 1.604 Mon Mar 20 04:17:39 UTC 2006 christos Fix the lists. |
| /src/distrib/sets/lists/man/ | |
| mi | 1.604 Sat Sep 06 16:26:16 UTC 2003 wiz Add aica(4). |
| /src/distrib/sets/lists/comp/ | |
| mi | 1.604 Fri Jul 25 22:22:44 UTC 2003 wiz Perry added openssl_CA.pl.1 to man/mi, which looks like a better place. Remove the lines for it here. |
1 2