Searched hist:1.669 (Results 1 - 22 of 22) sorted by relevance
| /src/doc/ | ||
| H A D | 3RDPARTY | 1.670 Mon Feb 09 16:36:14 GMT 2009 apb tzcode2009b and tzdata2009b have been released. Also fix an error in the "Current Vers" line which I introduced in revision 1.669. 1.669 Thu Feb 05 07:11:59 GMT 2009 wiz branches: 1.669.2; binutils-2.19.1 out. 1.669 Thu Feb 05 07:11:59 GMT 2009 wiz branches: 1.669.2; binutils-2.19.1 out. |
| H A D | CHANGES | 1.669 Sat Aug 26 20:25:28 GMT 2006 matt Note netccitt and netns removal. Note addition of mips64 toolchain. |
| /src/sys/dev/usb/ | ||
| H A D | usbdevs | 1.669 Tue May 20 09:55:06 GMT 2014 zafer Add version 1 of SMC 2862WG adapter which is USB 1.0 |
| H A D | usbdevs.h | 1.669 Thu Jul 24 22:37:49 GMT 2014 nonaka regen. |
| H A D | usbdevs_data.h | 1.669 Sun Jul 20 14:01:20 GMT 2014 nonaka regen. |
| /src/share/mk/ | ||
| H A D | bsd.own.mk | 1.669 Fri May 27 17:06:54 GMT 2011 drochner branches: 1.669.2; make the "tags" target non-.PHONY because it reflects a real file, and remove some nonsense in libc Makefile which caused that a "tags" file was written in my source tree 1.669 Fri May 27 17:06:54 GMT 2011 drochner branches: 1.669.2; make the "tags" target non-.PHONY because it reflects a real file, and remove some nonsense in libc Makefile which caused that a "tags" file was written in my source tree |
| /src/share/man/man4/ | ||
| H A D | Makefile | 1.669 Sat Sep 22 00:19:11 GMT 2018 maxv Remove ifpci(4). It is part of ISDN, which we are retiring. |
| /src/sys/dev/pci/ | ||
| H A D | pcidevs.h | 1.669 Mon Nov 22 04:24:25 GMT 2004 rumble regen |
| H A D | pcidevs_data.h | 1.669 Sun Dec 05 21:03:45 GMT 2004 bouyer Regen: Cleanup in VIA chipset names. From Lloyd Parkes in kern/15466. |
| H A D | pcidevs | 1.669 Tue Nov 30 05:02:37 GMT 2004 grant add ITE 8212 IDE controller. |
| /src/usr.bin/xlint/lint1/ | ||
| H A D | tree.c | 1.669 Thu Jan 02 20:02:59 GMT 2025 rillig lint: fix possible loss of accuracy in multiplication and division |
| /src/sys/arch/i386/i386/ | ||
| H A D | machdep.c | 1.669 Fri Jun 26 23:40:27 GMT 2009 dyoung During a normal shutdown, gracefully tear down arbitrary stacks of filesystems and (pseudo-)devices, according to the algorithm at A3 and A4, below. Proposed and discussed at <http://mail-index.netbsd.org/tech-kern/2009/04/20/msg004864.html>. No objections. During an emergency shutdown (e.g., shutdown -n, or after a panic), shutdown is simple as always: filesystems are not sync'd or unmounted, and devices are not detached. It was necessary to change the order of operations during shutdown, but the new order is more sensible: if a core dump is desired, then cpu_reboot(9) dumps it first. cpu_reboot(9) does not call legacy shutdown hooks any longer: they can interfere with device detachment and PMF shutdown, and very few legacy hooks remain. Here is the old order of operations: B1 sync filesystems and TOD clock B2 unmount filesystems B3 dump core B4 detach devices B5 run legacy shutdown hooks B6 run PMF shutdown hooks B7 suspend interrupts B8 MD reboot/shutdown/powerdown And here is the new order: A1 dump core A2 sync filesystems and TOD clock A3 unmount one or more filesystems OR detach one or more devices OR forcefully unmount one filesystem OR skip to 5 A4 repeat at 3 A5 run PMF shutdown hooks A6 suspend interrupts A7 MD reboot/shutdown/powerdown Tested on Dell Dimension 3000, Dell PowerEdge 1950, Sun Fire V120, Soekris net4521 and net4801. VS: ---------------------------------------------------------------------- |
| /src/distrib/sets/lists/base/ | ||
| H A D | shl.mi | 1.669 Thu Aug 08 06:23:01 GMT 2013 matt Move the shared libraries for librumpnet_npf to base from comp. |
| H A D | mi | 1.669 Tue Nov 07 17:49:47 GMT 2006 dbj sort | uniq |
| /src/usr.bin/make/ | ||
| H A D | parse.c | 1.669 Mon Apr 18 15:06:27 GMT 2022 rillig make: only switch to POSIX mode if '.POSIX:' is the first line https://pubs.opengroup.org/onlinepubs/9699919799/utilities/make.html says that in order to make a makefile POSIX-conforming, its first non-comment line must be the special dependency line '.POSIX:' without any source dependencies. Previously, make switched to POSIX mode even if such a line occurred anywhere else, which was allowed by POSIX but was deep in the "unspecified behavior" area. For NetBSD make, there is no big difference since it doesn't ship any <posix.mk> file, this change mainly affects the bmake distribution. Previously, makefiles that contain '.POSIX:' somewhere in the middle could fail due to <posix.mk> resetting .SUFFIXES, among other things. Suggested by Simon J. Gerraty, who also reviewed an earlier version of this change. |
| H A D | var.c | 1.669 Fri Nov 06 23:11:11 GMT 2020 rillig make(1): rename getBoolean and s2Boolean |
| /src/sys/sys/ | ||
| H A D | param.h | 1.669 Fri Jun 12 11:09:49 GMT 2020 roy 9.99.66 welcomes the removal of in-kernel RA handling |
| /src/sys/arch/i386/conf/ | ||
| H A D | GENERIC | 1.669 Fri Apr 29 16:58:39 GMT 2005 augustss Mention UKBD_LAYOUT, which corresponds to PCKBD_LAYOUT for the ukbd driver. |
| /src/distrib/sets/lists/man/ | ||
| H A D | mi | 1.669 Wed Mar 24 05:20:12 GMT 2004 fair Add man page link from talkd.8 to ntalkd.8 per PR 13433 We should probably rename all of this back to talkd. XXX |
| /src/distrib/sets/lists/tests/ | ||
| H A D | mi | 1.669 Sun Mar 20 22:57:49 GMT 2016 christos Add command substitution test. |
| /src/sys/conf/ | ||
| H A D | files | 1.669 Sat May 01 19:06:24 GMT 2004 thorpej defflag COM_PXA2X0. |
| /src/distrib/sets/lists/comp/ | ||
| H A D | mi | 1.669 Fri Jan 30 08:44:10 GMT 2004 lukem Add ./etc/mtree/set.<setname> entry for each set. |
Completed in 1630 milliseconds