Searched +hist:1 +hist:l (Results 1 - 25 of 1527) sorted by relevance
| /src/usr.bin/ypcat/ | ||
| H A D | ypalias_init.c | 1.3 Sun Jun 02 11:44:29 GMT 2024 andvar Fix triple l typos in warning message and documentation. 1.2 Sat Oct 30 08:56:54 GMT 2021 nia ypcat(1): Convert realloc(x * y) to reallocarr. We can eliminate a temporary variable here too. |
| /src/usr.bin/make/unit-tests/ | ||
| H A D | varmod-l-name-to-value.mk | 1.7 Sat Oct 24 08:46:08 GMT 2020 rillig make(1): indent directives like .info, .if, .for consistently Done by "pkglint -F *.mk", no manual corrections. 1.6 Fri Oct 02 20:48:37 GMT 2020 rillig make(1): add test for repeating the :L variable modifier 1.6 Fri Oct 02 20:48:37 GMT 2020 rillig make(1): add test for repeating the :L variable modifier 1.5 Wed Sep 30 06:15:43 GMT 2020 rillig make(1): fix typos in test for the :L variable modifier 1.5 Wed Sep 30 06:15:43 GMT 2020 rillig make(1): fix typos in test for the :L variable modifier 1.4 Wed Sep 30 05:42:06 GMT 2020 rillig make(1): demonstrate bug in evaluation of indirect variable modifiers Reported by sjg. 1.3 Tue Aug 25 22:25:05 GMT 2020 rillig make(1): add test for the :L modifier 1.3 Tue Aug 25 22:25:05 GMT 2020 rillig make(1): add test for the :L modifier 1.2 Sun Aug 16 14:25:16 GMT 2020 rillig make(1): describe the purpose of each newly added unit test dummy 1.1 Sun Aug 16 00:07:51 GMT 2020 rillig make(1): add dummies for fine-grained tests, one per single feature The test names have been derived from the current manual page. All these tests are dummies right now, and the code from the existing tests will be moved into the new tests step by step. This is done to prevent modmisc, escape, varmod-edge and varmisc from growing without any bounds, and to reduce the side-effects of one test to the others. |
| H A D | varmod-l-name-to-value.exp | 1.3 Wed Sep 30 05:58:22 GMT 2020 rillig make(1): fix bug in evaluation of indirect variable modifiers Since 2020-09-22, when indirect variable modifiers were applied to a variable expression based on an undefined variable, these modifiers did not change the state of a variable expression from undefined to defined. The modifiers that do this are :D, :U, :L, :P. Minimal example: ${VARNAME:${:UL}} The :L modifier from the inner expression sets the value of the outer expression to its variable name, in this case "VARNAME". The outer expression was not marked as being defined though, which resulted in a "Malformed conditional" error. In the commit from 2020-09-22, vardebug.exp had changed a lot, and I had not inspected the change closely. The important detail was in lines 56 and 60, where VAR_JUNK|VAR_KEEP changed into VEF_UNDEF, thereby losing the VEF_DEF bit. 1.3 Wed Sep 30 05:58:22 GMT 2020 rillig make(1): fix bug in evaluation of indirect variable modifiers Since 2020-09-22, when indirect variable modifiers were applied to a variable expression based on an undefined variable, these modifiers did not change the state of a variable expression from undefined to defined. The modifiers that do this are :D, :U, :L, :P. Minimal example: ${VARNAME:${:UL}} The :L modifier from the inner expression sets the value of the outer expression to its variable name, in this case "VARNAME". The outer expression was not marked as being defined though, which resulted in a "Malformed conditional" error. In the commit from 2020-09-22, vardebug.exp had changed a lot, and I had not inspected the change closely. The important detail was in lines 56 and 60, where VAR_JUNK|VAR_KEEP changed into VEF_UNDEF, thereby losing the VEF_DEF bit. 1.3 Wed Sep 30 05:58:22 GMT 2020 rillig make(1): fix bug in evaluation of indirect variable modifiers Since 2020-09-22, when indirect variable modifiers were applied to a variable expression based on an undefined variable, these modifiers did not change the state of a variable expression from undefined to defined. The modifiers that do this are :D, :U, :L, :P. Minimal example: ${VARNAME:${:UL}} The :L modifier from the inner expression sets the value of the outer expression to its variable name, in this case "VARNAME". The outer expression was not marked as being defined though, which resulted in a "Malformed conditional" error. In the commit from 2020-09-22, vardebug.exp had changed a lot, and I had not inspected the change closely. The important detail was in lines 56 and 60, where VAR_JUNK|VAR_KEEP changed into VEF_UNDEF, thereby losing the VEF_DEF bit. 1.2 Wed Sep 30 05:42:06 GMT 2020 rillig make(1): demonstrate bug in evaluation of indirect variable modifiers Reported by sjg. 1.1 Sun Aug 16 00:07:51 GMT 2020 rillig make(1): add dummies for fine-grained tests, one per single feature The test names have been derived from the current manual page. All these tests are dummies right now, and the code from the existing tests will be moved into the new tests step by step. This is done to prevent modmisc, escape, varmod-edge and varmisc from growing without any bounds, and to reduce the side-effects of one test to the others. |
| /src/usr.bin/kdump/ | ||
| H A D | ioctlprint.1 | 1.5 Fri Apr 03 06:12:48 GMT 2020 wiz branches: 1.5.2; Increase column widths. Improve -l description wording to match ioctl(2). Fix Xr. 1.4 Thu Apr 02 17:41:34 GMT 2020 christos Add the ability to: 1. list all ioctls (-l) 2. print the internal definition symbolically 3. search by name $ ioctlprint -f "%n %E %e\n" TIOCGETA TIOCGETA _IOR('t', 19, struct termios) _IOR('t',0x13,0x2c) 1.4 Thu Apr 02 17:41:34 GMT 2020 christos Add the ability to: 1. list all ioctls (-l) 2. print the internal definition symbolically 3. search by name $ ioctlprint -f "%n %E %e\n" TIOCGETA TIOCGETA _IOR('t', 19, struct termios) _IOR('t',0x13,0x2c) 1.1 Thu Apr 02 03:32:46 GMT 2020 kamil Add ioctlprint - descriptive ioctl value printer ioctlprint(1) is embedded in the kdump(1) program. 1.1 Thu Apr 02 03:32:46 GMT 2020 kamil Add ioctlprint - descriptive ioctl value printer ioctlprint(1) is embedded in the kdump(1) program. |
| /src/usr.bin/rump_wmd/ | ||
| H A D | rump_wmd.1 | 1.4 Mon Apr 24 19:12:33 GMT 2023 uwe rump_wmd(1): there is no space in -lcomponent A couple of minor markup tweaks while here. 1.3 Tue Jan 28 14:02:54 GMT 2014 pooka branches: 1.3.4; 1.3.8; Clarify that -l params must be given after options. |
| /src/share/examples/refuse/dmesgfs/ | ||
| H A D | Makefile | 1.1 Mon May 21 21:29:23 GMT 2007 agc Another day, another file system. dmesgfs is another example file system, which displays the device tree information gained from dmesg(8) as a directory hierarchy. The information can be displayed in files, or as targets of symbolic links. % l /mnt/mainbus0 total 320 drwxr-xr-x 2 agc agc 512 May 21 22:21 . drwxr-xr-x 2 root wheel 0 Jan 1 1970 .. drwxr-xr-x 2 agc agc 512 May 21 22:21 acpi0 lrwxr-xr-x 1 agc agc 41 May 21 22:21 cpu0 -> cpu0 at mainbus0 apid 0: (boot processor) lrwxr-xr-x 1 agc agc 40 May 21 22:21 ioapic -> ioapic at mainbus0 apid 1 not configured drwxr-xr-x 2 agc agc 512 May 21 22:21 pci0 % l /mnt/mainbus0/pci0/piixide0/atabus1/atapibus0 total 256 drwxr-xr-x 2 agc agc 512 May 21 22:21 . drwxr-xr-x 2 agc agc 512 May 21 22:21 .. lrwxr-xr-x 1 agc agc 31 May 21 22:21 Description -> atapibus0 at atabus1: 2 targets lrwxr-xr-x 1 agc agc 104 May 21 22:21 cd0 -> cd0 at atapibus0 drive 0: <VMware Virtual IDE CDROM Drive, 1000000000000000000, 0000000> cdrom removable % 1.1 Mon May 21 21:29:23 GMT 2007 agc Another day, another file system. dmesgfs is another example file system, which displays the device tree information gained from dmesg(8) as a directory hierarchy. The information can be displayed in files, or as targets of symbolic links. % l /mnt/mainbus0 total 320 drwxr-xr-x 2 agc agc 512 May 21 22:21 . drwxr-xr-x 2 root wheel 0 Jan 1 1970 .. drwxr-xr-x 2 agc agc 512 May 21 22:21 acpi0 lrwxr-xr-x 1 agc agc 41 May 21 22:21 cpu0 -> cpu0 at mainbus0 apid 0: (boot processor) lrwxr-xr-x 1 agc agc 40 May 21 22:21 ioapic -> ioapic at mainbus0 apid 1 not configured drwxr-xr-x 2 agc agc 512 May 21 22:21 pci0 % l /mnt/mainbus0/pci0/piixide0/atabus1/atapibus0 total 256 drwxr-xr-x 2 agc agc 512 May 21 22:21 . drwxr-xr-x 2 agc agc 512 May 21 22:21 .. lrwxr-xr-x 1 agc agc 31 May 21 22:21 Description -> atapibus0 at atabus1: 2 targets lrwxr-xr-x 1 agc agc 104 May 21 22:21 cd0 -> cd0 at atapibus0 drive 0: <VMware Virtual IDE CDROM Drive, 1000000000000000000, 0000000> cdrom removable % 1.1 Mon May 21 21:29:23 GMT 2007 agc Another day, another file system. dmesgfs is another example file system, which displays the device tree information gained from dmesg(8) as a directory hierarchy. The information can be displayed in files, or as targets of symbolic links. % l /mnt/mainbus0 total 320 drwxr-xr-x 2 agc agc 512 May 21 22:21 . drwxr-xr-x 2 root wheel 0 Jan 1 1970 .. drwxr-xr-x 2 agc agc 512 May 21 22:21 acpi0 lrwxr-xr-x 1 agc agc 41 May 21 22:21 cpu0 -> cpu0 at mainbus0 apid 0: (boot processor) lrwxr-xr-x 1 agc agc 40 May 21 22:21 ioapic -> ioapic at mainbus0 apid 1 not configured drwxr-xr-x 2 agc agc 512 May 21 22:21 pci0 % l /mnt/mainbus0/pci0/piixide0/atabus1/atapibus0 total 256 drwxr-xr-x 2 agc agc 512 May 21 22:21 . drwxr-xr-x 2 agc agc 512 May 21 22:21 .. lrwxr-xr-x 1 agc agc 31 May 21 22:21 Description -> atapibus0 at atabus1: 2 targets lrwxr-xr-x 1 agc agc 104 May 21 22:21 cd0 -> cd0 at atapibus0 drive 0: <VMware Virtual IDE CDROM Drive, 1000000000000000000, 0000000> cdrom removable % 1.1 Mon May 21 21:29:23 GMT 2007 agc Another day, another file system. dmesgfs is another example file system, which displays the device tree information gained from dmesg(8) as a directory hierarchy. The information can be displayed in files, or as targets of symbolic links. % l /mnt/mainbus0 total 320 drwxr-xr-x 2 agc agc 512 May 21 22:21 . drwxr-xr-x 2 root wheel 0 Jan 1 1970 .. drwxr-xr-x 2 agc agc 512 May 21 22:21 acpi0 lrwxr-xr-x 1 agc agc 41 May 21 22:21 cpu0 -> cpu0 at mainbus0 apid 0: (boot processor) lrwxr-xr-x 1 agc agc 40 May 21 22:21 ioapic -> ioapic at mainbus0 apid 1 not configured drwxr-xr-x 2 agc agc 512 May 21 22:21 pci0 % l /mnt/mainbus0/pci0/piixide0/atabus1/atapibus0 total 256 drwxr-xr-x 2 agc agc 512 May 21 22:21 . drwxr-xr-x 2 agc agc 512 May 21 22:21 .. lrwxr-xr-x 1 agc agc 31 May 21 22:21 Description -> atapibus0 at atabus1: 2 targets lrwxr-xr-x 1 agc agc 104 May 21 22:21 cd0 -> cd0 at atapibus0 drive 0: <VMware Virtual IDE CDROM Drive, 1000000000000000000, 0000000> cdrom removable % 1.1 Mon May 21 21:29:23 GMT 2007 agc Another day, another file system. dmesgfs is another example file system, which displays the device tree information gained from dmesg(8) as a directory hierarchy. The information can be displayed in files, or as targets of symbolic links. % l /mnt/mainbus0 total 320 drwxr-xr-x 2 agc agc 512 May 21 22:21 . drwxr-xr-x 2 root wheel 0 Jan 1 1970 .. drwxr-xr-x 2 agc agc 512 May 21 22:21 acpi0 lrwxr-xr-x 1 agc agc 41 May 21 22:21 cpu0 -> cpu0 at mainbus0 apid 0: (boot processor) lrwxr-xr-x 1 agc agc 40 May 21 22:21 ioapic -> ioapic at mainbus0 apid 1 not configured drwxr-xr-x 2 agc agc 512 May 21 22:21 pci0 % l /mnt/mainbus0/pci0/piixide0/atabus1/atapibus0 total 256 drwxr-xr-x 2 agc agc 512 May 21 22:21 . drwxr-xr-x 2 agc agc 512 May 21 22:21 .. lrwxr-xr-x 1 agc agc 31 May 21 22:21 Description -> atapibus0 at atabus1: 2 targets lrwxr-xr-x 1 agc agc 104 May 21 22:21 cd0 -> cd0 at atapibus0 drive 0: <VMware Virtual IDE CDROM Drive, 1000000000000000000, 0000000> cdrom removable % 1.1 Mon May 21 21:29:23 GMT 2007 agc Another day, another file system. dmesgfs is another example file system, which displays the device tree information gained from dmesg(8) as a directory hierarchy. The information can be displayed in files, or as targets of symbolic links. % l /mnt/mainbus0 total 320 drwxr-xr-x 2 agc agc 512 May 21 22:21 . drwxr-xr-x 2 root wheel 0 Jan 1 1970 .. drwxr-xr-x 2 agc agc 512 May 21 22:21 acpi0 lrwxr-xr-x 1 agc agc 41 May 21 22:21 cpu0 -> cpu0 at mainbus0 apid 0: (boot processor) lrwxr-xr-x 1 agc agc 40 May 21 22:21 ioapic -> ioapic at mainbus0 apid 1 not configured drwxr-xr-x 2 agc agc 512 May 21 22:21 pci0 % l /mnt/mainbus0/pci0/piixide0/atabus1/atapibus0 total 256 drwxr-xr-x 2 agc agc 512 May 21 22:21 . drwxr-xr-x 2 agc agc 512 May 21 22:21 .. lrwxr-xr-x 1 agc agc 31 May 21 22:21 Description -> atapibus0 at atabus1: 2 targets lrwxr-xr-x 1 agc agc 104 May 21 22:21 cd0 -> cd0 at atapibus0 drive 0: <VMware Virtual IDE CDROM Drive, 1000000000000000000, 0000000> cdrom removable % 1.1 Mon May 21 21:29:23 GMT 2007 agc Another day, another file system. dmesgfs is another example file system, which displays the device tree information gained from dmesg(8) as a directory hierarchy. The information can be displayed in files, or as targets of symbolic links. % l /mnt/mainbus0 total 320 drwxr-xr-x 2 agc agc 512 May 21 22:21 . drwxr-xr-x 2 root wheel 0 Jan 1 1970 .. drwxr-xr-x 2 agc agc 512 May 21 22:21 acpi0 lrwxr-xr-x 1 agc agc 41 May 21 22:21 cpu0 -> cpu0 at mainbus0 apid 0: (boot processor) lrwxr-xr-x 1 agc agc 40 May 21 22:21 ioapic -> ioapic at mainbus0 apid 1 not configured drwxr-xr-x 2 agc agc 512 May 21 22:21 pci0 % l /mnt/mainbus0/pci0/piixide0/atabus1/atapibus0 total 256 drwxr-xr-x 2 agc agc 512 May 21 22:21 . drwxr-xr-x 2 agc agc 512 May 21 22:21 .. lrwxr-xr-x 1 agc agc 31 May 21 22:21 Description -> atapibus0 at atabus1: 2 targets lrwxr-xr-x 1 agc agc 104 May 21 22:21 cd0 -> cd0 at atapibus0 drive 0: <VMware Virtual IDE CDROM Drive, 1000000000000000000, 0000000> cdrom removable % 1.1 Mon May 21 21:29:23 GMT 2007 agc Another day, another file system. dmesgfs is another example file system, which displays the device tree information gained from dmesg(8) as a directory hierarchy. The information can be displayed in files, or as targets of symbolic links. % l /mnt/mainbus0 total 320 drwxr-xr-x 2 agc agc 512 May 21 22:21 . drwxr-xr-x 2 root wheel 0 Jan 1 1970 .. drwxr-xr-x 2 agc agc 512 May 21 22:21 acpi0 lrwxr-xr-x 1 agc agc 41 May 21 22:21 cpu0 -> cpu0 at mainbus0 apid 0: (boot processor) lrwxr-xr-x 1 agc agc 40 May 21 22:21 ioapic -> ioapic at mainbus0 apid 1 not configured drwxr-xr-x 2 agc agc 512 May 21 22:21 pci0 % l /mnt/mainbus0/pci0/piixide0/atabus1/atapibus0 total 256 drwxr-xr-x 2 agc agc 512 May 21 22:21 . drwxr-xr-x 2 agc agc 512 May 21 22:21 .. lrwxr-xr-x 1 agc agc 31 May 21 22:21 Description -> atapibus0 at atabus1: 2 targets lrwxr-xr-x 1 agc agc 104 May 21 22:21 cd0 -> cd0 at atapibus0 drive 0: <VMware Virtual IDE CDROM Drive, 1000000000000000000, 0000000> cdrom removable % |
| H A D | dmesgfs.8 | 1.1 Mon May 21 21:29:24 GMT 2007 agc branches: 1.1.34; 1.1.40; 1.1.46; Another day, another file system. dmesgfs is another example file system, which displays the device tree information gained from dmesg(8) as a directory hierarchy. The information can be displayed in files, or as targets of symbolic links. % l /mnt/mainbus0 total 320 drwxr-xr-x 2 agc agc 512 May 21 22:21 . drwxr-xr-x 2 root wheel 0 Jan 1 1970 .. drwxr-xr-x 2 agc agc 512 May 21 22:21 acpi0 lrwxr-xr-x 1 agc agc 41 May 21 22:21 cpu0 -> cpu0 at mainbus0 apid 0: (boot processor) lrwxr-xr-x 1 agc agc 40 May 21 22:21 ioapic -> ioapic at mainbus0 apid 1 not configured drwxr-xr-x 2 agc agc 512 May 21 22:21 pci0 % l /mnt/mainbus0/pci0/piixide0/atabus1/atapibus0 total 256 drwxr-xr-x 2 agc agc 512 May 21 22:21 . drwxr-xr-x 2 agc agc 512 May 21 22:21 .. lrwxr-xr-x 1 agc agc 31 May 21 22:21 Description -> atapibus0 at atabus1: 2 targets lrwxr-xr-x 1 agc agc 104 May 21 22:21 cd0 -> cd0 at atapibus0 drive 0: <VMware Virtual IDE CDROM Drive, 1000000000000000000, 0000000> cdrom removable % 1.1 Mon May 21 21:29:24 GMT 2007 agc branches: 1.1.34; 1.1.40; 1.1.46; Another day, another file system. dmesgfs is another example file system, which displays the device tree information gained from dmesg(8) as a directory hierarchy. The information can be displayed in files, or as targets of symbolic links. % l /mnt/mainbus0 total 320 drwxr-xr-x 2 agc agc 512 May 21 22:21 . drwxr-xr-x 2 root wheel 0 Jan 1 1970 .. drwxr-xr-x 2 agc agc 512 May 21 22:21 acpi0 lrwxr-xr-x 1 agc agc 41 May 21 22:21 cpu0 -> cpu0 at mainbus0 apid 0: (boot processor) lrwxr-xr-x 1 agc agc 40 May 21 22:21 ioapic -> ioapic at mainbus0 apid 1 not configured drwxr-xr-x 2 agc agc 512 May 21 22:21 pci0 % l /mnt/mainbus0/pci0/piixide0/atabus1/atapibus0 total 256 drwxr-xr-x 2 agc agc 512 May 21 22:21 . drwxr-xr-x 2 agc agc 512 May 21 22:21 .. lrwxr-xr-x 1 agc agc 31 May 21 22:21 Description -> atapibus0 at atabus1: 2 targets lrwxr-xr-x 1 agc agc 104 May 21 22:21 cd0 -> cd0 at atapibus0 drive 0: <VMware Virtual IDE CDROM Drive, 1000000000000000000, 0000000> cdrom removable % 1.1 Mon May 21 21:29:24 GMT 2007 agc branches: 1.1.34; 1.1.40; 1.1.46; Another day, another file system. dmesgfs is another example file system, which displays the device tree information gained from dmesg(8) as a directory hierarchy. The information can be displayed in files, or as targets of symbolic links. % l /mnt/mainbus0 total 320 drwxr-xr-x 2 agc agc 512 May 21 22:21 . drwxr-xr-x 2 root wheel 0 Jan 1 1970 .. drwxr-xr-x 2 agc agc 512 May 21 22:21 acpi0 lrwxr-xr-x 1 agc agc 41 May 21 22:21 cpu0 -> cpu0 at mainbus0 apid 0: (boot processor) lrwxr-xr-x 1 agc agc 40 May 21 22:21 ioapic -> ioapic at mainbus0 apid 1 not configured drwxr-xr-x 2 agc agc 512 May 21 22:21 pci0 % l /mnt/mainbus0/pci0/piixide0/atabus1/atapibus0 total 256 drwxr-xr-x 2 agc agc 512 May 21 22:21 . drwxr-xr-x 2 agc agc 512 May 21 22:21 .. lrwxr-xr-x 1 agc agc 31 May 21 22:21 Description -> atapibus0 at atabus1: 2 targets lrwxr-xr-x 1 agc agc 104 May 21 22:21 cd0 -> cd0 at atapibus0 drive 0: <VMware Virtual IDE CDROM Drive, 1000000000000000000, 0000000> cdrom removable % 1.1 Mon May 21 21:29:24 GMT 2007 agc branches: 1.1.34; 1.1.40; 1.1.46; Another day, another file system. dmesgfs is another example file system, which displays the device tree information gained from dmesg(8) as a directory hierarchy. The information can be displayed in files, or as targets of symbolic links. % l /mnt/mainbus0 total 320 drwxr-xr-x 2 agc agc 512 May 21 22:21 . drwxr-xr-x 2 root wheel 0 Jan 1 1970 .. drwxr-xr-x 2 agc agc 512 May 21 22:21 acpi0 lrwxr-xr-x 1 agc agc 41 May 21 22:21 cpu0 -> cpu0 at mainbus0 apid 0: (boot processor) lrwxr-xr-x 1 agc agc 40 May 21 22:21 ioapic -> ioapic at mainbus0 apid 1 not configured drwxr-xr-x 2 agc agc 512 May 21 22:21 pci0 % l /mnt/mainbus0/pci0/piixide0/atabus1/atapibus0 total 256 drwxr-xr-x 2 agc agc 512 May 21 22:21 . drwxr-xr-x 2 agc agc 512 May 21 22:21 .. lrwxr-xr-x 1 agc agc 31 May 21 22:21 Description -> atapibus0 at atabus1: 2 targets lrwxr-xr-x 1 agc agc 104 May 21 22:21 cd0 -> cd0 at atapibus0 drive 0: <VMware Virtual IDE CDROM Drive, 1000000000000000000, 0000000> cdrom removable % 1.1 Mon May 21 21:29:24 GMT 2007 agc branches: 1.1.34; 1.1.40; 1.1.46; Another day, another file system. dmesgfs is another example file system, which displays the device tree information gained from dmesg(8) as a directory hierarchy. The information can be displayed in files, or as targets of symbolic links. % l /mnt/mainbus0 total 320 drwxr-xr-x 2 agc agc 512 May 21 22:21 . drwxr-xr-x 2 root wheel 0 Jan 1 1970 .. drwxr-xr-x 2 agc agc 512 May 21 22:21 acpi0 lrwxr-xr-x 1 agc agc 41 May 21 22:21 cpu0 -> cpu0 at mainbus0 apid 0: (boot processor) lrwxr-xr-x 1 agc agc 40 May 21 22:21 ioapic -> ioapic at mainbus0 apid 1 not configured drwxr-xr-x 2 agc agc 512 May 21 22:21 pci0 % l /mnt/mainbus0/pci0/piixide0/atabus1/atapibus0 total 256 drwxr-xr-x 2 agc agc 512 May 21 22:21 . drwxr-xr-x 2 agc agc 512 May 21 22:21 .. lrwxr-xr-x 1 agc agc 31 May 21 22:21 Description -> atapibus0 at atabus1: 2 targets lrwxr-xr-x 1 agc agc 104 May 21 22:21 cd0 -> cd0 at atapibus0 drive 0: <VMware Virtual IDE CDROM Drive, 1000000000000000000, 0000000> cdrom removable % 1.1 Mon May 21 21:29:24 GMT 2007 agc branches: 1.1.34; 1.1.40; 1.1.46; Another day, another file system. dmesgfs is another example file system, which displays the device tree information gained from dmesg(8) as a directory hierarchy. The information can be displayed in files, or as targets of symbolic links. % l /mnt/mainbus0 total 320 drwxr-xr-x 2 agc agc 512 May 21 22:21 . drwxr-xr-x 2 root wheel 0 Jan 1 1970 .. drwxr-xr-x 2 agc agc 512 May 21 22:21 acpi0 lrwxr-xr-x 1 agc agc 41 May 21 22:21 cpu0 -> cpu0 at mainbus0 apid 0: (boot processor) lrwxr-xr-x 1 agc agc 40 May 21 22:21 ioapic -> ioapic at mainbus0 apid 1 not configured drwxr-xr-x 2 agc agc 512 May 21 22:21 pci0 % l /mnt/mainbus0/pci0/piixide0/atabus1/atapibus0 total 256 drwxr-xr-x 2 agc agc 512 May 21 22:21 . drwxr-xr-x 2 agc agc 512 May 21 22:21 .. lrwxr-xr-x 1 agc agc 31 May 21 22:21 Description -> atapibus0 at atabus1: 2 targets lrwxr-xr-x 1 agc agc 104 May 21 22:21 cd0 -> cd0 at atapibus0 drive 0: <VMware Virtual IDE CDROM Drive, 1000000000000000000, 0000000> cdrom removable % 1.1 Mon May 21 21:29:24 GMT 2007 agc branches: 1.1.34; 1.1.40; 1.1.46; Another day, another file system. dmesgfs is another example file system, which displays the device tree information gained from dmesg(8) as a directory hierarchy. The information can be displayed in files, or as targets of symbolic links. % l /mnt/mainbus0 total 320 drwxr-xr-x 2 agc agc 512 May 21 22:21 . drwxr-xr-x 2 root wheel 0 Jan 1 1970 .. drwxr-xr-x 2 agc agc 512 May 21 22:21 acpi0 lrwxr-xr-x 1 agc agc 41 May 21 22:21 cpu0 -> cpu0 at mainbus0 apid 0: (boot processor) lrwxr-xr-x 1 agc agc 40 May 21 22:21 ioapic -> ioapic at mainbus0 apid 1 not configured drwxr-xr-x 2 agc agc 512 May 21 22:21 pci0 % l /mnt/mainbus0/pci0/piixide0/atabus1/atapibus0 total 256 drwxr-xr-x 2 agc agc 512 May 21 22:21 . drwxr-xr-x 2 agc agc 512 May 21 22:21 .. lrwxr-xr-x 1 agc agc 31 May 21 22:21 Description -> atapibus0 at atabus1: 2 targets lrwxr-xr-x 1 agc agc 104 May 21 22:21 cd0 -> cd0 at atapibus0 drive 0: <VMware Virtual IDE CDROM Drive, 1000000000000000000, 0000000> cdrom removable % 1.1 Mon May 21 21:29:24 GMT 2007 agc branches: 1.1.34; 1.1.40; 1.1.46; Another day, another file system. dmesgfs is another example file system, which displays the device tree information gained from dmesg(8) as a directory hierarchy. The information can be displayed in files, or as targets of symbolic links. % l /mnt/mainbus0 total 320 drwxr-xr-x 2 agc agc 512 May 21 22:21 . drwxr-xr-x 2 root wheel 0 Jan 1 1970 .. drwxr-xr-x 2 agc agc 512 May 21 22:21 acpi0 lrwxr-xr-x 1 agc agc 41 May 21 22:21 cpu0 -> cpu0 at mainbus0 apid 0: (boot processor) lrwxr-xr-x 1 agc agc 40 May 21 22:21 ioapic -> ioapic at mainbus0 apid 1 not configured drwxr-xr-x 2 agc agc 512 May 21 22:21 pci0 % l /mnt/mainbus0/pci0/piixide0/atabus1/atapibus0 total 256 drwxr-xr-x 2 agc agc 512 May 21 22:21 . drwxr-xr-x 2 agc agc 512 May 21 22:21 .. lrwxr-xr-x 1 agc agc 31 May 21 22:21 Description -> atapibus0 at atabus1: 2 targets lrwxr-xr-x 1 agc agc 104 May 21 22:21 cd0 -> cd0 at atapibus0 drive 0: <VMware Virtual IDE CDROM Drive, 1000000000000000000, 0000000> cdrom removable % |
| H A D | dmesgfs.c | 1.1 Mon May 21 21:29:24 GMT 2007 agc Another day, another file system. dmesgfs is another example file system, which displays the device tree information gained from dmesg(8) as a directory hierarchy. The information can be displayed in files, or as targets of symbolic links. % l /mnt/mainbus0 total 320 drwxr-xr-x 2 agc agc 512 May 21 22:21 . drwxr-xr-x 2 root wheel 0 Jan 1 1970 .. drwxr-xr-x 2 agc agc 512 May 21 22:21 acpi0 lrwxr-xr-x 1 agc agc 41 May 21 22:21 cpu0 -> cpu0 at mainbus0 apid 0: (boot processor) lrwxr-xr-x 1 agc agc 40 May 21 22:21 ioapic -> ioapic at mainbus0 apid 1 not configured drwxr-xr-x 2 agc agc 512 May 21 22:21 pci0 % l /mnt/mainbus0/pci0/piixide0/atabus1/atapibus0 total 256 drwxr-xr-x 2 agc agc 512 May 21 22:21 . drwxr-xr-x 2 agc agc 512 May 21 22:21 .. lrwxr-xr-x 1 agc agc 31 May 21 22:21 Description -> atapibus0 at atabus1: 2 targets lrwxr-xr-x 1 agc agc 104 May 21 22:21 cd0 -> cd0 at atapibus0 drive 0: <VMware Virtual IDE CDROM Drive, 1000000000000000000, 0000000> cdrom removable % 1.1 Mon May 21 21:29:24 GMT 2007 agc Another day, another file system. dmesgfs is another example file system, which displays the device tree information gained from dmesg(8) as a directory hierarchy. The information can be displayed in files, or as targets of symbolic links. % l /mnt/mainbus0 total 320 drwxr-xr-x 2 agc agc 512 May 21 22:21 . drwxr-xr-x 2 root wheel 0 Jan 1 1970 .. drwxr-xr-x 2 agc agc 512 May 21 22:21 acpi0 lrwxr-xr-x 1 agc agc 41 May 21 22:21 cpu0 -> cpu0 at mainbus0 apid 0: (boot processor) lrwxr-xr-x 1 agc agc 40 May 21 22:21 ioapic -> ioapic at mainbus0 apid 1 not configured drwxr-xr-x 2 agc agc 512 May 21 22:21 pci0 % l /mnt/mainbus0/pci0/piixide0/atabus1/atapibus0 total 256 drwxr-xr-x 2 agc agc 512 May 21 22:21 . drwxr-xr-x 2 agc agc 512 May 21 22:21 .. lrwxr-xr-x 1 agc agc 31 May 21 22:21 Description -> atapibus0 at atabus1: 2 targets lrwxr-xr-x 1 agc agc 104 May 21 22:21 cd0 -> cd0 at atapibus0 drive 0: <VMware Virtual IDE CDROM Drive, 1000000000000000000, 0000000> cdrom removable % 1.1 Mon May 21 21:29:24 GMT 2007 agc Another day, another file system. dmesgfs is another example file system, which displays the device tree information gained from dmesg(8) as a directory hierarchy. The information can be displayed in files, or as targets of symbolic links. % l /mnt/mainbus0 total 320 drwxr-xr-x 2 agc agc 512 May 21 22:21 . drwxr-xr-x 2 root wheel 0 Jan 1 1970 .. drwxr-xr-x 2 agc agc 512 May 21 22:21 acpi0 lrwxr-xr-x 1 agc agc 41 May 21 22:21 cpu0 -> cpu0 at mainbus0 apid 0: (boot processor) lrwxr-xr-x 1 agc agc 40 May 21 22:21 ioapic -> ioapic at mainbus0 apid 1 not configured drwxr-xr-x 2 agc agc 512 May 21 22:21 pci0 % l /mnt/mainbus0/pci0/piixide0/atabus1/atapibus0 total 256 drwxr-xr-x 2 agc agc 512 May 21 22:21 . drwxr-xr-x 2 agc agc 512 May 21 22:21 .. lrwxr-xr-x 1 agc agc 31 May 21 22:21 Description -> atapibus0 at atabus1: 2 targets lrwxr-xr-x 1 agc agc 104 May 21 22:21 cd0 -> cd0 at atapibus0 drive 0: <VMware Virtual IDE CDROM Drive, 1000000000000000000, 0000000> cdrom removable % 1.1 Mon May 21 21:29:24 GMT 2007 agc Another day, another file system. dmesgfs is another example file system, which displays the device tree information gained from dmesg(8) as a directory hierarchy. The information can be displayed in files, or as targets of symbolic links. % l /mnt/mainbus0 total 320 drwxr-xr-x 2 agc agc 512 May 21 22:21 . drwxr-xr-x 2 root wheel 0 Jan 1 1970 .. drwxr-xr-x 2 agc agc 512 May 21 22:21 acpi0 lrwxr-xr-x 1 agc agc 41 May 21 22:21 cpu0 -> cpu0 at mainbus0 apid 0: (boot processor) lrwxr-xr-x 1 agc agc 40 May 21 22:21 ioapic -> ioapic at mainbus0 apid 1 not configured drwxr-xr-x 2 agc agc 512 May 21 22:21 pci0 % l /mnt/mainbus0/pci0/piixide0/atabus1/atapibus0 total 256 drwxr-xr-x 2 agc agc 512 May 21 22:21 . drwxr-xr-x 2 agc agc 512 May 21 22:21 .. lrwxr-xr-x 1 agc agc 31 May 21 22:21 Description -> atapibus0 at atabus1: 2 targets lrwxr-xr-x 1 agc agc 104 May 21 22:21 cd0 -> cd0 at atapibus0 drive 0: <VMware Virtual IDE CDROM Drive, 1000000000000000000, 0000000> cdrom removable % 1.1 Mon May 21 21:29:24 GMT 2007 agc Another day, another file system. dmesgfs is another example file system, which displays the device tree information gained from dmesg(8) as a directory hierarchy. The information can be displayed in files, or as targets of symbolic links. % l /mnt/mainbus0 total 320 drwxr-xr-x 2 agc agc 512 May 21 22:21 . drwxr-xr-x 2 root wheel 0 Jan 1 1970 .. drwxr-xr-x 2 agc agc 512 May 21 22:21 acpi0 lrwxr-xr-x 1 agc agc 41 May 21 22:21 cpu0 -> cpu0 at mainbus0 apid 0: (boot processor) lrwxr-xr-x 1 agc agc 40 May 21 22:21 ioapic -> ioapic at mainbus0 apid 1 not configured drwxr-xr-x 2 agc agc 512 May 21 22:21 pci0 % l /mnt/mainbus0/pci0/piixide0/atabus1/atapibus0 total 256 drwxr-xr-x 2 agc agc 512 May 21 22:21 . drwxr-xr-x 2 agc agc 512 May 21 22:21 .. lrwxr-xr-x 1 agc agc 31 May 21 22:21 Description -> atapibus0 at atabus1: 2 targets lrwxr-xr-x 1 agc agc 104 May 21 22:21 cd0 -> cd0 at atapibus0 drive 0: <VMware Virtual IDE CDROM Drive, 1000000000000000000, 0000000> cdrom removable % 1.1 Mon May 21 21:29:24 GMT 2007 agc Another day, another file system. dmesgfs is another example file system, which displays the device tree information gained from dmesg(8) as a directory hierarchy. The information can be displayed in files, or as targets of symbolic links. % l /mnt/mainbus0 total 320 drwxr-xr-x 2 agc agc 512 May 21 22:21 . drwxr-xr-x 2 root wheel 0 Jan 1 1970 .. drwxr-xr-x 2 agc agc 512 May 21 22:21 acpi0 lrwxr-xr-x 1 agc agc 41 May 21 22:21 cpu0 -> cpu0 at mainbus0 apid 0: (boot processor) lrwxr-xr-x 1 agc agc 40 May 21 22:21 ioapic -> ioapic at mainbus0 apid 1 not configured drwxr-xr-x 2 agc agc 512 May 21 22:21 pci0 % l /mnt/mainbus0/pci0/piixide0/atabus1/atapibus0 total 256 drwxr-xr-x 2 agc agc 512 May 21 22:21 . drwxr-xr-x 2 agc agc 512 May 21 22:21 .. lrwxr-xr-x 1 agc agc 31 May 21 22:21 Description -> atapibus0 at atabus1: 2 targets lrwxr-xr-x 1 agc agc 104 May 21 22:21 cd0 -> cd0 at atapibus0 drive 0: <VMware Virtual IDE CDROM Drive, 1000000000000000000, 0000000> cdrom removable % 1.1 Mon May 21 21:29:24 GMT 2007 agc Another day, another file system. dmesgfs is another example file system, which displays the device tree information gained from dmesg(8) as a directory hierarchy. The information can be displayed in files, or as targets of symbolic links. % l /mnt/mainbus0 total 320 drwxr-xr-x 2 agc agc 512 May 21 22:21 . drwxr-xr-x 2 root wheel 0 Jan 1 1970 .. drwxr-xr-x 2 agc agc 512 May 21 22:21 acpi0 lrwxr-xr-x 1 agc agc 41 May 21 22:21 cpu0 -> cpu0 at mainbus0 apid 0: (boot processor) lrwxr-xr-x 1 agc agc 40 May 21 22:21 ioapic -> ioapic at mainbus0 apid 1 not configured drwxr-xr-x 2 agc agc 512 May 21 22:21 pci0 % l /mnt/mainbus0/pci0/piixide0/atabus1/atapibus0 total 256 drwxr-xr-x 2 agc agc 512 May 21 22:21 . drwxr-xr-x 2 agc agc 512 May 21 22:21 .. lrwxr-xr-x 1 agc agc 31 May 21 22:21 Description -> atapibus0 at atabus1: 2 targets lrwxr-xr-x 1 agc agc 104 May 21 22:21 cd0 -> cd0 at atapibus0 drive 0: <VMware Virtual IDE CDROM Drive, 1000000000000000000, 0000000> cdrom removable % 1.1 Mon May 21 21:29:24 GMT 2007 agc Another day, another file system. dmesgfs is another example file system, which displays the device tree information gained from dmesg(8) as a directory hierarchy. The information can be displayed in files, or as targets of symbolic links. % l /mnt/mainbus0 total 320 drwxr-xr-x 2 agc agc 512 May 21 22:21 . drwxr-xr-x 2 root wheel 0 Jan 1 1970 .. drwxr-xr-x 2 agc agc 512 May 21 22:21 acpi0 lrwxr-xr-x 1 agc agc 41 May 21 22:21 cpu0 -> cpu0 at mainbus0 apid 0: (boot processor) lrwxr-xr-x 1 agc agc 40 May 21 22:21 ioapic -> ioapic at mainbus0 apid 1 not configured drwxr-xr-x 2 agc agc 512 May 21 22:21 pci0 % l /mnt/mainbus0/pci0/piixide0/atabus1/atapibus0 total 256 drwxr-xr-x 2 agc agc 512 May 21 22:21 . drwxr-xr-x 2 agc agc 512 May 21 22:21 .. lrwxr-xr-x 1 agc agc 31 May 21 22:21 Description -> atapibus0 at atabus1: 2 targets lrwxr-xr-x 1 agc agc 104 May 21 22:21 cd0 -> cd0 at atapibus0 drive 0: <VMware Virtual IDE CDROM Drive, 1000000000000000000, 0000000> cdrom removable % |
| /src/tests/rump/rumpkern/ | ||
| H A D | t_lwproc.c | 1.10 Wed Jan 08 17:38:43 GMT 2020 ad Hopefully fix some problems seen with MP support on non-x86, in particular where curcpu() is defined as curlwp->l_cpu: - mi_switch(): undo the ~2007ish optimisation to unlock curlwp before calling cpu_switchto(). It's not safe to let other actors mess with the LWP (in particular l->l_cpu) while it's still context switching. This removes l->l_ctxswtch. - Move the LP_RUNNING flag into l->l_flag and rename to LW_RUNNING since it's now covered by the LWP's lock. - Ditch lwp_exit_switchaway() and just call mi_switch() instead. Everything is in cache anyway so it wasn't buying much by trying to avoid saving old state. This means cpu_switchto() will never be called with prevlwp == NULL. - Remove some KERNEL_LOCK handling which hasn't been needed for years. 1.10 Wed Jan 08 17:38:43 GMT 2020 ad Hopefully fix some problems seen with MP support on non-x86, in particular where curcpu() is defined as curlwp->l_cpu: - mi_switch(): undo the ~2007ish optimisation to unlock curlwp before calling cpu_switchto(). It's not safe to let other actors mess with the LWP (in particular l->l_cpu) while it's still context switching. This removes l->l_ctxswtch. - Move the LP_RUNNING flag into l->l_flag and rename to LW_RUNNING since it's now covered by the LWP's lock. - Ditch lwp_exit_switchaway() and just call mi_switch() instead. Everything is in cache anyway so it wasn't buying much by trying to avoid saving old state. This means cpu_switchto() will never be called with prevlwp == NULL. - Remove some KERNEL_LOCK handling which hasn't been needed for years. 1.10 Wed Jan 08 17:38:43 GMT 2020 ad Hopefully fix some problems seen with MP support on non-x86, in particular where curcpu() is defined as curlwp->l_cpu: - mi_switch(): undo the ~2007ish optimisation to unlock curlwp before calling cpu_switchto(). It's not safe to let other actors mess with the LWP (in particular l->l_cpu) while it's still context switching. This removes l->l_ctxswtch. - Move the LP_RUNNING flag into l->l_flag and rename to LW_RUNNING since it's now covered by the LWP's lock. - Ditch lwp_exit_switchaway() and just call mi_switch() instead. Everything is in cache anyway so it wasn't buying much by trying to avoid saving old state. This means cpu_switchto() will never be called with prevlwp == NULL. - Remove some KERNEL_LOCK handling which hasn't been needed for years. 1.6 Wed Jan 21 15:00:50 GMT 2015 pooka check that setuid() works for procs with >1 lwp 1.4 Fri Oct 29 15:32:51 GMT 2010 pooka implicit pid is 1 instead of 0 now |
| /src/usr.bin/eject/ | ||
| H A D | eject.1 | 1.9 Sat Oct 06 15:43:33 GMT 2001 bjh21 Add -L and -U options to eject(1) that call DIOCLOCK. Also generally clean stuff up, correct the usage message and update the manpage to match. Note that the new options aren't wonderfully useful, since cd(4) at least promptly unlocks the drawer when eject closes the device. 1.9 Sat Oct 06 15:43:33 GMT 2001 bjh21 Add -L and -U options to eject(1) that call DIOCLOCK. Also generally clean stuff up, correct the usage message and update the manpage to match. Note that the new options aren't wonderfully useful, since cd(4) at least promptly unlocks the drawer when eject closes the device. 1.6 Mon Feb 08 16:35:33 GMT 1999 bouyer Take advantage of the recent changes to sd/cd and DIOCEJECT: open the raw character device for nicknames (so that eject will open the CD even without medias). Implement the raw_to_blk pathname conversion in umount_mounted(). Create a new 'cdrom' type, add a '-l' switch which will cause a media load on cdrom devices type. Add 'sd0, sd1, sd2' nicknames to allow easy use with removable rewritable disks (ZIP, jazz, MO, ...). 1.3 Sat Oct 18 13:38:09 GMT 1997 lukem WARNSify, fix .Nm usage, getopt returns -1 not EOF 1.2 Sun Oct 22 16:48:54 GMT 1995 pk Download from `netbsd-1-1' branch. 1.2 Sun Oct 22 16:48:54 GMT 1995 pk Download from `netbsd-1-1' branch. 1.1 Thu Oct 19 11:31:20 GMT 1995 pk branches: 1.1.2; file eject.1 was initially added on branch netbsd-1-1. 1.1 Thu Oct 19 11:31:20 GMT 1995 pk branches: 1.1.2; file eject.1 was initially added on branch netbsd-1-1. 1.1 Thu Oct 19 11:31:20 GMT 1995 pk branches: 1.1.2; file eject.1 was initially added on branch netbsd-1-1. |
| /src/bin/ | ||
| H A D | Makefile | 1.21 Thu Feb 08 03:57:53 GMT 2007 tls branches: 1.21.4; Remove 'l'. Those who do not learn from history are doomed to repeat it. 1.20 Wed Feb 07 21:56:07 GMT 2007 tls Many users needlessly maintain the alias 'l' (or 'll') for 'ls -l'. We should ease the burden on our users and supply a default system which is modern and has a full complement of the features they expect (or even some they don't -- more features don't hurt any one after all). Suggested by perry@ in <87wt2uxhbx.fsf@snark.piermont.com> and submitted for discussion to some NetBSD developers, who suggested that rather than my own idiosyncratic 'll', 'l' was a much better name. It may prove possible to merge this code with 'ls' in the future. 1.20 Wed Feb 07 21:56:07 GMT 2007 tls Many users needlessly maintain the alias 'l' (or 'll') for 'ls -l'. We should ease the burden on our users and supply a default system which is modern and has a full complement of the features they expect (or even some they don't -- more features don't hurt any one after all). Suggested by perry@ in <87wt2uxhbx.fsf@snark.piermont.com> and submitted for discussion to some NetBSD developers, who suggested that rather than my own idiosyncratic 'll', 'l' was a much better name. It may prove possible to merge this code with 'ls' in the future. 1.20 Wed Feb 07 21:56:07 GMT 2007 tls Many users needlessly maintain the alias 'l' (or 'll') for 'ls -l'. We should ease the burden on our users and supply a default system which is modern and has a full complement of the features they expect (or even some they don't -- more features don't hurt any one after all). Suggested by perry@ in <87wt2uxhbx.fsf@snark.piermont.com> and submitted for discussion to some NetBSD developers, who suggested that rather than my own idiosyncratic 'll', 'l' was a much better name. It may prove possible to merge this code with 'ls' in the future. 1.8 Tue May 04 07:08:38 GMT 1993 glass added dd(1) from ftp.uu.net:bsd-sources; torching GNU dd 1.1 Sun Mar 21 09:45:37 GMT 1993 cgd branches: 1.1.1; Initial revision 1.21 Thu Feb 08 03:57:53 GMT 2007 tls branches: 1.21.4; Remove 'l'. Those who do not learn from history are doomed to repeat it. 1.20 Wed Feb 07 21:56:07 GMT 2007 tls Many users needlessly maintain the alias 'l' (or 'll') for 'ls -l'. We should ease the burden on our users and supply a default system which is modern and has a full complement of the features they expect (or even some they don't -- more features don't hurt any one after all). Suggested by perry@ in <87wt2uxhbx.fsf@snark.piermont.com> and submitted for discussion to some NetBSD developers, who suggested that rather than my own idiosyncratic 'll', 'l' was a much better name. It may prove possible to merge this code with 'ls' in the future. 1.20 Wed Feb 07 21:56:07 GMT 2007 tls Many users needlessly maintain the alias 'l' (or 'll') for 'ls -l'. We should ease the burden on our users and supply a default system which is modern and has a full complement of the features they expect (or even some they don't -- more features don't hurt any one after all). Suggested by perry@ in <87wt2uxhbx.fsf@snark.piermont.com> and submitted for discussion to some NetBSD developers, who suggested that rather than my own idiosyncratic 'll', 'l' was a much better name. It may prove possible to merge this code with 'ls' in the future. 1.20 Wed Feb 07 21:56:07 GMT 2007 tls Many users needlessly maintain the alias 'l' (or 'll') for 'ls -l'. We should ease the burden on our users and supply a default system which is modern and has a full complement of the features they expect (or even some they don't -- more features don't hurt any one after all). Suggested by perry@ in <87wt2uxhbx.fsf@snark.piermont.com> and submitted for discussion to some NetBSD developers, who suggested that rather than my own idiosyncratic 'll', 'l' was a much better name. It may prove possible to merge this code with 'ls' in the future. |
| /src/libexec/identd/ | ||
| H A D | identd.h | 1.6 Tue May 18 04:49:41 GMT 1999 jwise Add a -L (lie brazenly) flag, to demonstrate the perils of proof by assertion^W^W^W^W^W^W^Wprovide admins with a means of providing a standard host-wide identd response. From the man page: The -L<user name> option instructs identd to lie brazenly about the identity of the user in question. You didn't really intend to trust my assertion about who I was any- way, right? This flag provides a way for a site to support services requiring the ident protocol while providing a standard answer to all ident queries. All queries to identd will respond with a host type of `OTHER' and a username of <user name>. 1.6 Tue May 18 04:49:41 GMT 1999 jwise Add a -L (lie brazenly) flag, to demonstrate the perils of proof by assertion^W^W^W^W^W^W^Wprovide admins with a means of providing a standard host-wide identd response. From the man page: The -L<user name> option instructs identd to lie brazenly about the identity of the user in question. You didn't really intend to trust my assertion about who I was any- way, right? This flag provides a way for a site to support services requiring the ident protocol while providing a standard answer to all ident queries. All queries to identd will respond with a host type of `OTHER' and a username of <user name>. 1.4 Wed Oct 08 07:07:50 GMT 1997 mrg WARNS?=1. RCS ids. 1.1 Fri Feb 04 21:41:31 GMT 1994 cgd branches: 1.1.1; Initial revision |
| /src/bin/sh/bltin/ | ||
| H A D | bltin.h | 1.16 Tue May 18 21:39:06 GMT 2021 kre Fix a bug in the built-in echo in /bin/sh reported in private mail by Oguz <oguzismailuysal@gmail.com> If echo detects an I/O error, it does exit(1) (that's fine) but then the next echo also does exit(1) even without any errors of its own, and every following echo writing to stdout does the same thing. eg: echo foo >&- ; echo $?; echo $?; ( echo $( echo $?; echo $?) ; echo $? ) 1 1 1 1 1 The first echo writes nothing (stdout is closed) but does exit(1). The second echo writes "1" (correct, the exit status of the previous echo) and should exit(0) - but doesn't. This pattern continues... While here, conform to the POSIX requirement on echo (and many other standard utilities, but definitely not all) that when the utility does exit(>0) a message must be written to stderr (and vice versa in many cases). Our echo (as shown above) did the exit(1) part when it detected the I/O error, but no message is sent to stderr. Fix that while we're here. Similar changes are required for /bin/echo (coming soon), and /usr/bin/printf (which is also the sh builtin printf) - except currently that one kind of conforms, as it ignores errors writing to stdout (as do large numbers of other utilities). For many programs that's kind of acceptable, but where the sole purpose of the program is to write to stdout, it really isn't. Also to be fixed soon. 1.16 Tue May 18 21:39:06 GMT 2021 kre Fix a bug in the built-in echo in /bin/sh reported in private mail by Oguz <oguzismailuysal@gmail.com> If echo detects an I/O error, it does exit(1) (that's fine) but then the next echo also does exit(1) even without any errors of its own, and every following echo writing to stdout does the same thing. eg: echo foo >&- ; echo $?; echo $?; ( echo $( echo $?; echo $?) ; echo $? ) 1 1 1 1 1 The first echo writes nothing (stdout is closed) but does exit(1). The second echo writes "1" (correct, the exit status of the previous echo) and should exit(0) - but doesn't. This pattern continues... While here, conform to the POSIX requirement on echo (and many other standard utilities, but definitely not all) that when the utility does exit(>0) a message must be written to stderr (and vice versa in many cases). Our echo (as shown above) did the exit(1) part when it detected the I/O error, but no message is sent to stderr. Fix that while we're here. Similar changes are required for /bin/echo (coming soon), and /usr/bin/printf (which is also the sh builtin printf) - except currently that one kind of conforms, as it ignores errors writing to stdout (as do large numbers of other utilities). For many programs that's kind of acceptable, but where the sole purpose of the program is to write to stdout, it really isn't. Also to be fixed soon. 1.16 Tue May 18 21:39:06 GMT 2021 kre Fix a bug in the built-in echo in /bin/sh reported in private mail by Oguz <oguzismailuysal@gmail.com> If echo detects an I/O error, it does exit(1) (that's fine) but then the next echo also does exit(1) even without any errors of its own, and every following echo writing to stdout does the same thing. eg: echo foo >&- ; echo $?; echo $?; ( echo $( echo $?; echo $?) ; echo $? ) 1 1 1 1 1 The first echo writes nothing (stdout is closed) but does exit(1). The second echo writes "1" (correct, the exit status of the previous echo) and should exit(0) - but doesn't. This pattern continues... While here, conform to the POSIX requirement on echo (and many other standard utilities, but definitely not all) that when the utility does exit(>0) a message must be written to stderr (and vice versa in many cases). Our echo (as shown above) did the exit(1) part when it detected the I/O error, but no message is sent to stderr. Fix that while we're here. Similar changes are required for /bin/echo (coming soon), and /usr/bin/printf (which is also the sh builtin printf) - except currently that one kind of conforms, as it ignores errors writing to stdout (as do large numbers of other utilities). For many programs that's kind of acceptable, but where the sole purpose of the program is to write to stdout, it really isn't. Also to be fixed soon. 1.16 Tue May 18 21:39:06 GMT 2021 kre Fix a bug in the built-in echo in /bin/sh reported in private mail by Oguz <oguzismailuysal@gmail.com> If echo detects an I/O error, it does exit(1) (that's fine) but then the next echo also does exit(1) even without any errors of its own, and every following echo writing to stdout does the same thing. eg: echo foo >&- ; echo $?; echo $?; ( echo $( echo $?; echo $?) ; echo $? ) 1 1 1 1 1 The first echo writes nothing (stdout is closed) but does exit(1). The second echo writes "1" (correct, the exit status of the previous echo) and should exit(0) - but doesn't. This pattern continues... While here, conform to the POSIX requirement on echo (and many other standard utilities, but definitely not all) that when the utility does exit(>0) a message must be written to stderr (and vice versa in many cases). Our echo (as shown above) did the exit(1) part when it detected the I/O error, but no message is sent to stderr. Fix that while we're here. Similar changes are required for /bin/echo (coming soon), and /usr/bin/printf (which is also the sh builtin printf) - except currently that one kind of conforms, as it ignores errors writing to stdout (as do large numbers of other utilities). For many programs that's kind of acceptable, but where the sole purpose of the program is to write to stdout, it really isn't. Also to be fixed soon. 1.16 Tue May 18 21:39:06 GMT 2021 kre Fix a bug in the built-in echo in /bin/sh reported in private mail by Oguz <oguzismailuysal@gmail.com> If echo detects an I/O error, it does exit(1) (that's fine) but then the next echo also does exit(1) even without any errors of its own, and every following echo writing to stdout does the same thing. eg: echo foo >&- ; echo $?; echo $?; ( echo $( echo $?; echo $?) ; echo $? ) 1 1 1 1 1 The first echo writes nothing (stdout is closed) but does exit(1). The second echo writes "1" (correct, the exit status of the previous echo) and should exit(0) - but doesn't. This pattern continues... While here, conform to the POSIX requirement on echo (and many other standard utilities, but definitely not all) that when the utility does exit(>0) a message must be written to stderr (and vice versa in many cases). Our echo (as shown above) did the exit(1) part when it detected the I/O error, but no message is sent to stderr. Fix that while we're here. Similar changes are required for /bin/echo (coming soon), and /usr/bin/printf (which is also the sh builtin printf) - except currently that one kind of conforms, as it ignores errors writing to stdout (as do large numbers of other utilities). For many programs that's kind of acceptable, but where the sole purpose of the program is to write to stdout, it really isn't. Also to be fixed soon. 1.16 Tue May 18 21:39:06 GMT 2021 kre Fix a bug in the built-in echo in /bin/sh reported in private mail by Oguz <oguzismailuysal@gmail.com> If echo detects an I/O error, it does exit(1) (that's fine) but then the next echo also does exit(1) even without any errors of its own, and every following echo writing to stdout does the same thing. eg: echo foo >&- ; echo $?; echo $?; ( echo $( echo $?; echo $?) ; echo $? ) 1 1 1 1 1 The first echo writes nothing (stdout is closed) but does exit(1). The second echo writes "1" (correct, the exit status of the previous echo) and should exit(0) - but doesn't. This pattern continues... While here, conform to the POSIX requirement on echo (and many other standard utilities, but definitely not all) that when the utility does exit(>0) a message must be written to stderr (and vice versa in many cases). Our echo (as shown above) did the exit(1) part when it detected the I/O error, but no message is sent to stderr. Fix that while we're here. Similar changes are required for /bin/echo (coming soon), and /usr/bin/printf (which is also the sh builtin printf) - except currently that one kind of conforms, as it ignores errors writing to stdout (as do large numbers of other utilities). For many programs that's kind of acceptable, but where the sole purpose of the program is to write to stdout, it really isn't. Also to be fixed soon. 1.16 Tue May 18 21:39:06 GMT 2021 kre Fix a bug in the built-in echo in /bin/sh reported in private mail by Oguz <oguzismailuysal@gmail.com> If echo detects an I/O error, it does exit(1) (that's fine) but then the next echo also does exit(1) even without any errors of its own, and every following echo writing to stdout does the same thing. eg: echo foo >&- ; echo $?; echo $?; ( echo $( echo $?; echo $?) ; echo $? ) 1 1 1 1 1 The first echo writes nothing (stdout is closed) but does exit(1). The second echo writes "1" (correct, the exit status of the previous echo) and should exit(0) - but doesn't. This pattern continues... While here, conform to the POSIX requirement on echo (and many other standard utilities, but definitely not all) that when the utility does exit(>0) a message must be written to stderr (and vice versa in many cases). Our echo (as shown above) did the exit(1) part when it detected the I/O error, but no message is sent to stderr. Fix that while we're here. Similar changes are required for /bin/echo (coming soon), and /usr/bin/printf (which is also the sh builtin printf) - except currently that one kind of conforms, as it ignores errors writing to stdout (as do large numbers of other utilities). For many programs that's kind of acceptable, but where the sole purpose of the program is to write to stdout, it really isn't. Also to be fixed soon. 1.16 Tue May 18 21:39:06 GMT 2021 kre Fix a bug in the built-in echo in /bin/sh reported in private mail by Oguz <oguzismailuysal@gmail.com> If echo detects an I/O error, it does exit(1) (that's fine) but then the next echo also does exit(1) even without any errors of its own, and every following echo writing to stdout does the same thing. eg: echo foo >&- ; echo $?; echo $?; ( echo $( echo $?; echo $?) ; echo $? ) 1 1 1 1 1 The first echo writes nothing (stdout is closed) but does exit(1). The second echo writes "1" (correct, the exit status of the previous echo) and should exit(0) - but doesn't. This pattern continues... While here, conform to the POSIX requirement on echo (and many other standard utilities, but definitely not all) that when the utility does exit(>0) a message must be written to stderr (and vice versa in many cases). Our echo (as shown above) did the exit(1) part when it detected the I/O error, but no message is sent to stderr. Fix that while we're here. Similar changes are required for /bin/echo (coming soon), and /usr/bin/printf (which is also the sh builtin printf) - except currently that one kind of conforms, as it ignores errors writing to stdout (as do large numbers of other utilities). For many programs that's kind of acceptable, but where the sole purpose of the program is to write to stdout, it really isn't. Also to be fixed soon. 1.16 Tue May 18 21:39:06 GMT 2021 kre Fix a bug in the built-in echo in /bin/sh reported in private mail by Oguz <oguzismailuysal@gmail.com> If echo detects an I/O error, it does exit(1) (that's fine) but then the next echo also does exit(1) even without any errors of its own, and every following echo writing to stdout does the same thing. eg: echo foo >&- ; echo $?; echo $?; ( echo $( echo $?; echo $?) ; echo $? ) 1 1 1 1 1 The first echo writes nothing (stdout is closed) but does exit(1). The second echo writes "1" (correct, the exit status of the previous echo) and should exit(0) - but doesn't. This pattern continues... While here, conform to the POSIX requirement on echo (and many other standard utilities, but definitely not all) that when the utility does exit(>0) a message must be written to stderr (and vice versa in many cases). Our echo (as shown above) did the exit(1) part when it detected the I/O error, but no message is sent to stderr. Fix that while we're here. Similar changes are required for /bin/echo (coming soon), and /usr/bin/printf (which is also the sh builtin printf) - except currently that one kind of conforms, as it ignores errors writing to stdout (as do large numbers of other utilities). For many programs that's kind of acceptable, but where the sole purpose of the program is to write to stdout, it really isn't. Also to be fixed soon. 1.16 Tue May 18 21:39:06 GMT 2021 kre Fix a bug in the built-in echo in /bin/sh reported in private mail by Oguz <oguzismailuysal@gmail.com> If echo detects an I/O error, it does exit(1) (that's fine) but then the next echo also does exit(1) even without any errors of its own, and every following echo writing to stdout does the same thing. eg: echo foo >&- ; echo $?; echo $?; ( echo $( echo $?; echo $?) ; echo $? ) 1 1 1 1 1 The first echo writes nothing (stdout is closed) but does exit(1). The second echo writes "1" (correct, the exit status of the previous echo) and should exit(0) - but doesn't. This pattern continues... While here, conform to the POSIX requirement on echo (and many other standard utilities, but definitely not all) that when the utility does exit(>0) a message must be written to stderr (and vice versa in many cases). Our echo (as shown above) did the exit(1) part when it detected the I/O error, but no message is sent to stderr. Fix that while we're here. Similar changes are required for /bin/echo (coming soon), and /usr/bin/printf (which is also the sh builtin printf) - except currently that one kind of conforms, as it ignores errors writing to stdout (as do large numbers of other utilities). For many programs that's kind of acceptable, but where the sole purpose of the program is to write to stdout, it really isn't. Also to be fixed soon. |
| /src/usr.bin/units/ | ||
| H A D | units.1 | 1.19 Tue Jan 01 11:51:55 GMT 2013 apb Add -l and -L options to units(1). "-l" simply lists all unit definitions, while "-L" alsoreduces them to depend only on a few primitive units (such as m, kg, sec). 1.19 Tue Jan 01 11:51:55 GMT 2013 apb Add -l and -L options to units(1). "-l" simply lists all unit definitions, while "-L" alsoreduces them to depend only on a few primitive units (such as m, kg, sec). 1.19 Tue Jan 01 11:51:55 GMT 2013 apb Add -l and -L options to units(1). "-l" simply lists all unit definitions, while "-L" alsoreduces them to depend only on a few primitive units (such as m, kg, sec). 1.19 Tue Jan 01 11:51:55 GMT 2013 apb Add -l and -L options to units(1). "-l" simply lists all unit definitions, while "-L" alsoreduces them to depend only on a few primitive units (such as m, kg, sec). 1.19 Tue Jan 01 11:51:55 GMT 2013 apb Add -l and -L options to units(1). "-l" simply lists all unit definitions, while "-L" alsoreduces them to depend only on a few primitive units (such as m, kg, sec). |
| /src/sys/arch/sparc64/sparc64/ | ||
| H A D | sys_machdep.c | 1.9 Thu Dec 20 23:02:43 GMT 2007 dsl branches: 1.9.12; Convert all the system call entry points from: int foo(struct lwp *l, void *v, register_t *retval) to: int foo(struct lwp *l, const struct foo_args *uap, register_t *retval) Fixup compat code to not write into 'uap' and (in some cases) to actually pass a correctly formatted 'uap' structure with the right name to the next routine. A few 'compat' routines that just call standard ones have been deleted. All the 'compat' code compiles (along with the kernels required to test build it). 98% done by automated scripts. 1.9 Thu Dec 20 23:02:43 GMT 2007 dsl branches: 1.9.12; Convert all the system call entry points from: int foo(struct lwp *l, void *v, register_t *retval) to: int foo(struct lwp *l, const struct foo_args *uap, register_t *retval) Fixup compat code to not write into 'uap' and (in some cases) to actually pass a correctly formatted 'uap' structure with the right name to the next routine. A few 'compat' routines that just call standard ones have been deleted. All the 'compat' code compiles (along with the kernels required to test build it). 98% done by automated scripts. 1.1 Sat Jun 20 04:58:52 GMT 1998 eeh branches: 1.1.1; Initial revision |
| /src/lib/libc/gdtoa/ | ||
| H A D | gdtoa_fltrnds.h | 1.2 Thu Aug 01 02:06:31 GMT 2019 riastradh Honour the floating-point rounding mode in floating-point formatting. C99, Sec. 7.19.6.1 `The fprintf function', paragraph 13, p. 281: (Recommended practice) For e, E, f, F, g, and G conversions, if the number of significant decimal digits is at most DECIMAL_DIG, then the result should be correctly rounded. If the number of significant decimal digits is more than DECIMAL_DIG but the source value is exactly representable with DECIMAL_DIG digits, then the result should be an exact representation with trailing zeros. Otherwise, the source value is bounded by two adjacent decimal strings L < U, both having DECIMAL_DIG significant idgits; the value of the resultant decimal string D should satisfy L <= D <= U, _with the extra stipulation that the error should have a correct sign for the current rounding direction_. [emphasis added] The gdtoa code base already supports respecting the floating-point rounding mode, as long as we compile it with Honor_FLT_ROUNDS defined. However, for this to work, fegetround must be available in libc, which it is not currently -- the fenv logic is in libm. Fortunately, we don't have to move all of fenv from libm to libc -- programs that do not link against libm don't have fesetround, so the rounding mode is always the default (barring asm shenanigans that bypass the API -- tough). So use a weak reference to fegetround; by default, assume FE_TONEAREST if it is not defined. 1.2 Thu Aug 01 02:06:31 GMT 2019 riastradh Honour the floating-point rounding mode in floating-point formatting. C99, Sec. 7.19.6.1 `The fprintf function', paragraph 13, p. 281: (Recommended practice) For e, E, f, F, g, and G conversions, if the number of significant decimal digits is at most DECIMAL_DIG, then the result should be correctly rounded. If the number of significant decimal digits is more than DECIMAL_DIG but the source value is exactly representable with DECIMAL_DIG digits, then the result should be an exact representation with trailing zeros. Otherwise, the source value is bounded by two adjacent decimal strings L < U, both having DECIMAL_DIG significant idgits; the value of the resultant decimal string D should satisfy L <= D <= U, _with the extra stipulation that the error should have a correct sign for the current rounding direction_. [emphasis added] The gdtoa code base already supports respecting the floating-point rounding mode, as long as we compile it with Honor_FLT_ROUNDS defined. However, for this to work, fegetround must be available in libc, which it is not currently -- the fenv logic is in libm. Fortunately, we don't have to move all of fenv from libm to libc -- programs that do not link against libm don't have fesetround, so the rounding mode is always the default (barring asm shenanigans that bypass the API -- tough). So use a weak reference to fegetround; by default, assume FE_TONEAREST if it is not defined. 1.1 Sat Mar 19 16:26:37 GMT 2011 christos branches: 1.1.1; Initial revision |
| /src/libexec/talkd/ | ||
| H A D | print.c | 1.6 Sat Jul 04 19:31:05 GMT 1998 mrg - clean up some more cruft - support "talkd -l" for extra (syslog(3)) logging - fix error in previous announce.c change - use getopt - add (missing) -d and -l descriptions to man page 1.6 Sat Jul 04 19:31:05 GMT 1998 mrg - clean up some more cruft - support "talkd -l" for extra (syslog(3)) logging - fix error in previous announce.c change - use getopt - add (missing) -d and -l descriptions to man page 1.1 Sun Mar 21 09:45:37 GMT 1993 cgd branches: 1.1.1; Initial revision |
| H A D | table.c | 1.5 Sat Jul 04 19:31:05 GMT 1998 mrg - clean up some more cruft - support "talkd -l" for extra (syslog(3)) logging - fix error in previous announce.c change - use getopt - add (missing) -d and -l descriptions to man page 1.5 Sat Jul 04 19:31:05 GMT 1998 mrg - clean up some more cruft - support "talkd -l" for extra (syslog(3)) logging - fix error in previous announce.c change - use getopt - add (missing) -d and -l descriptions to man page 1.1 Sun Mar 21 09:45:37 GMT 1993 cgd branches: 1.1.1; Initial revision |
| /src/distrib/amiga/floppies/inst-common/ | ||
| H A D | dot.commonutils | 1.9 Sun Aug 28 00:44:00 GMT 2022 tsutsui Avoid more obsolescent binary primaries not supported by crunched test(1). See PR/54835 and PR/56983 for details. 1.3 Mon Oct 09 02:41:31 GMT 1995 chopps branches: 1.3.2; update from osymh@gemini.oscs.montana.edu (Michael L. Hitch) 1.2 Mon Oct 02 00:58:46 GMT 1995 chopps update install stuff from osymh@gemini.oscs.montana.edu (Michael L. Hitch) |
| /src/distrib/amiga/floppies/upgr/ | ||
| H A D | upgrade.sh | 1.5 Mon Jan 25 23:34:20 GMT 1999 garbled 1) Remove all vestiges of tar from src/distrib. Use pax and appropriate commandlines for all tar operations. (work supplied by Matt Green) 2) Update arch/*/md.c to deal with new sysinst/run.c. Special case anything that needs to do a redirect or a pipe. 3) #if 0 some unused code in target.c. This code will need to be updated, or special cased with do_system. Big thank you to Matt for all his work on this. 1.2 Mon Oct 09 02:41:35 GMT 1995 chopps branches: 1.2.6; update from osymh@gemini.oscs.montana.edu (Michael L. Hitch) 1.1 Mon Oct 02 00:57:45 GMT 1995 chopps new upgrade install from osymh@gemini.oscs.montana.edu (Michael L. Hitch) |
| /src/share/man/man4/man4.amiga/ | ||
| H A D | atzsc.4 | 1.7 Tue Apr 06 20:24:39 GMT 1999 pk 1, 2, 3 and.. 4! 1.3 Fri Aug 18 15:10:04 GMT 1995 chopps some cleanup and new pages from osymh@gemini.oscs.montana.edu (Michael L. Hitch) 1.2 Tue Jul 04 17:18:11 GMT 1995 chopps some small fixes and new es manpage from osymh@gemini.oscs.montana.edu (Michael L. Hitch) |
| H A D | mgnsc.4 | 1.8 Tue Apr 06 20:24:40 GMT 1999 pk 1, 2, 3 and.. 4! 1.3 Fri Aug 18 15:10:10 GMT 1995 chopps some cleanup and new pages from osymh@gemini.oscs.montana.edu (Michael L. Hitch) 1.2 Tue Jul 04 17:18:16 GMT 1995 chopps some small fixes and new es manpage from osymh@gemini.oscs.montana.edu (Michael L. Hitch) |
| H A D | wesc.4 | 1.8 Tue Apr 06 20:24:40 GMT 1999 pk 1, 2, 3 and.. 4! 1.3 Fri Aug 18 15:10:11 GMT 1995 chopps some cleanup and new pages from osymh@gemini.oscs.montana.edu (Michael L. Hitch) 1.2 Tue Jul 04 17:18:17 GMT 1995 chopps some small fixes and new es manpage from osymh@gemini.oscs.montana.edu (Michael L. Hitch) |
| H A D | zssc.4 | 1.8 Tue Apr 06 20:24:40 GMT 1999 pk 1, 2, 3 and.. 4! 1.3 Fri Aug 18 15:10:12 GMT 1995 chopps some cleanup and new pages from osymh@gemini.oscs.montana.edu (Michael L. Hitch) 1.2 Tue Jul 04 17:18:19 GMT 1995 chopps some small fixes and new es manpage from osymh@gemini.oscs.montana.edu (Michael L. Hitch) |
| /src/sbin/swapctl/ | ||
| H A D | swapctl.h | 1.5 Tue Aug 22 14:08:36 GMT 2006 martin branches: 1.5.18; 1.5.20; 1.5.22; Allow unsetting the dump device via "swapctl -D none". For -l (list swap partitions) and -z (list dump device) return a usefull error status, so scripts can easily decide if swap or dump are configured. 1.3 Sat Dec 20 11:22:25 GMT 2003 mrg add a "-h" (humanize_number(3)) option to swapctl(8) and pstat(8), from Martin Weber in PR#23805. ps: now we only need someone to do ls(1) :-) 1.1 Thu Jun 12 13:14:11 GMT 1997 mrg branches: 1.1.1; Initial revision |
Completed in 51 milliseconds