Searched +hist:1.17 +hist:2.2 (Results 1 - 25 of 83) sorted by relevance
| /src/sys/arch/pmax/stand/ | ||
| H A D | Makefile | 1.17 Sat Feb 23 21:43:57 GMT 2002 gmcgarry Support two-stage netboot. Is known to work on maxine, but problems have been reported on 3min. 1.11 Thu Jan 21 00:33:39 GMT 1999 simonb Almost working bootblocks for the pmax. This compiles fine with gcc 2.7.2.2-myc2 (and produces _identical_ bootblocks with the 1.3.3 bootblocks which weren't in the tree), but egcs 1.1.1 builds a ufs.o that's about a 100 bytes too big, and it busts the 7.5k we've got for bootrz. Still needs cleanup - the Makefiles could be better/cleaner, and doesn't install yet (because of above problem). At least there's something to work with now. Note that we have our own versions of a lot of the sys/lib/libsa routines which are less functional/smaller. |
| H A D | Makefile.inc | 1.17 Tue Aug 27 08:53:17 GMT 2002 lukem arch/*/stand stuff should be LDSTATIC=-static and not LDSTATIC?=-static. It doesn't make sense to have standalone stuff dynamically linked just because an end-user uses LDSTATIC="". 1.1 Thu Jan 21 00:33:40 GMT 1999 simonb Almost working bootblocks for the pmax. This compiles fine with gcc 2.7.2.2-myc2 (and produces _identical_ bootblocks with the 1.3.3 bootblocks which weren't in the tree), but egcs 1.1.1 builds a ufs.o that's about a 100 bytes too big, and it busts the 7.5k we've got for bootrz. Still needs cleanup - the Makefiles could be better/cleaner, and doesn't install yet (because of above problem). At least there's something to work with now. Note that we have our own versions of a lot of the sys/lib/libsa routines which are less functional/smaller. |
| /src/lib/libc/string/ | ||
| H A D | strdup.3 | 1.19 Mon Dec 09 00:09:02 GMT 2024 nros memccpy, strdup and strndup are in C23 7.26.2.2 memccpy 7.26.2.6 strdup 7.26.2.7 strndup 1.17 Wed Jan 28 19:12:40 GMT 2009 gdt Note that strdup is specified by POSIX.1. |
| /src/share/man/man4/ | ||
| H A D | wdc.4 | 1.17 Wed Oct 08 11:20:09 GMT 2003 bouyer Add a ata(4) man page, with a symlink to atabus(4), and xref where appropriate. 1.8 Thu Apr 13 22:04:23 GMT 2000 jhawk Fix some typographical errors accidently commited to the 1.4 branch (1.3.2.2). |
| /src/usr.bin/shuffle/ | ||
| H A D | shuffle.c | 1.17 Fri Sep 10 05:34:54 GMT 2004 itojun use arc4random 1.6 Mon Dec 07 04:10:13 GMT 1998 fair This trivial and computationally useless pointer initialization makes gcc 2.7.2.2 happy on m68k again. |
| /src/sys/arch/mips/mips/ | ||
| H A D | mips_mcclock.c | 1.17 Sat Mar 14 15:36:10 GMT 2009 dsl Change about 4500 of the K&R function definitions to ANSI ones. There are still about 1600 left, but they have ',' or /* ... */ in the actual variable definitions - which my awk script doesn't handle. There are also many that need () -> (void). (The script does handle misordered arguments.) 1.5 Sat Mar 13 00:05:39 GMT 1999 jonathan branches: 1.5.2; Pad out mips1 inter-tick delay loop with two nops, to match gcc-2.7.2.2+myc1 calibration. XXX rewrite in assembler to remove compiler dependency. |
| /src/lib/libc/arch/mips/sys/ | ||
| H A D | cerror.S | 1.17 Mon Feb 27 00:26:21 GMT 2012 joerg Make __cerror protected to restore ABI leak in older libc versions, where e.g. librt referenced the copy from libc. This still allows libc to use PC-relative jumps. 1.12 Fri Feb 07 20:35:05 GMT 2003 cgd looks like nobody ever seriously tried the _REENTRANT version of this code (which, uh, seems the default for a fresh build)... it wasn't setting up v1 properly (the instruction to set up v1 was after the return jump, in "reorder" code... i.e. after the end of the function). That would break error returns from 64-bit syscalls (e.g. checks in dd and who knows what else) to see if input or output are pipes. It looks like the non-_REENTRANT version was broken (on the nathanw-sa branch) in rev 1.9.2.1 and fixed in 1.9.2.2, but the _REENTRANT version was never fixed, and the broken bits were merged back on to the trunk. |
| /src/lib/libc/stdlib/ | ||
| H A D | strfmon.c | 1.17 Wed Aug 17 09:32:56 GMT 2022 christos PR/56967: John Zaitseff: Reduce diff with FreeBSD, fixes various bugs. 1.12 Mon Nov 27 22:43:07 GMT 2017 christos Fix various bugs with strfmon: - Avoid out of bounds access for the currency_symbol[3] when the symbol is shorter (as it happens with the C locale where it is empty) - Don't compare pointers to NUL, it is not helpful. - Make the default sep_by_space 1 as suggested in: https://ftp.gnu.org/old-gnu/Manuals/glibc-2.2.3/html_node/libc_111.html - Use the correct number of bytes for memmove(3) XXX: pullup-8 |
| /src/usr.bin/finger/ | ||
| H A D | finger.1 | 1.17 Fri Dec 26 03:49:00 GMT 2014 christos Correct the provenance of finger.1 and show the link that it was part of 2BSD (from Marcin F. Michalski) 1.3 Thu Oct 07 19:58:28 GMT 1993 brezak Whilst hacking the Net/2 version of finger to work on Solaris 2.2 (we needed a finger on that platform which grokked the office/phone # GCOS info), I decided to put mail status in (as the solaris version has that). The attached patch adds: - manual page typos fixed: finger doesn't scan .forward, contrary to what the man page says (and really shouldn't either, IMHO - that's what telnet host SMTP & VRFY are for :) - added a mail check (printed between login info and the project). three different messages possible: - if you have no mail: No Mail. - if you have mail, but there's no unread mail: Mail last read DDD MMM ## HH:MM (TZ) - if you have new mail: New mail received DDD MMM ## HH:MM (TZ) Unread since DDD MMM ## HH:MM (TZ) - fixed the manual page. lm@yallara.cs.rmit.OZ.AU (Luke Mewburn) |
| H A D | finger.c | 1.17 Mon Aug 05 08:04:03 GMT 2002 tron Avoid segmentation fault if "finger @somehost" is used. 1.3 Thu Oct 07 19:58:29 GMT 1993 brezak Whilst hacking the Net/2 version of finger to work on Solaris 2.2 (we needed a finger on that platform which grokked the office/phone # GCOS info), I decided to put mail status in (as the solaris version has that). The attached patch adds: - manual page typos fixed: finger doesn't scan .forward, contrary to what the man page says (and really shouldn't either, IMHO - that's what telnet host SMTP & VRFY are for :) - added a mail check (printed between login info and the project). three different messages possible: - if you have no mail: No Mail. - if you have mail, but there's no unread mail: Mail last read DDD MMM ## HH:MM (TZ) - if you have new mail: New mail received DDD MMM ## HH:MM (TZ) Unread since DDD MMM ## HH:MM (TZ) - fixed the manual page. lm@yallara.cs.rmit.OZ.AU (Luke Mewburn) |
| H A D | lprint.c | 1.17 Tue Sep 10 03:02:40 GMT 2002 kim Add back locale support for data display. We only enable 8-bit output for known single-byte locales, currently ISO8859-*. For all other locales the program output is unchanged. RFC-1288 recommends that administrators have a mechanism to enable characters greater than ASCII 126. A suggested solution is an environment variable. The environment variables of choice here are LC_CTYPE and LANG. Thanks to Martin Husemann <martin@duskware.de> for the idea on checking for known single-byte locales, to Johan Danielsson <joda@pdc.kth.se> for checking RFC-1288, and to Jun-ichiro itojun Hagino <itojun@iijlab.net> for insisting on retaining security for multi-byte locales. If you experience any problems with these changes, please send me email describing the problem and how to repeat it. I'd rather try to fix the problem than have this change reverted. Thanks! 1.3 Thu Oct 07 19:58:31 GMT 1993 brezak Whilst hacking the Net/2 version of finger to work on Solaris 2.2 (we needed a finger on that platform which grokked the office/phone # GCOS info), I decided to put mail status in (as the solaris version has that). The attached patch adds: - manual page typos fixed: finger doesn't scan .forward, contrary to what the man page says (and really shouldn't either, IMHO - that's what telnet host SMTP & VRFY are for :) - added a mail check (printed between login info and the project). three different messages possible: - if you have no mail: No Mail. - if you have mail, but there's no unread mail: Mail last read DDD MMM ## HH:MM (TZ) - if you have new mail: New mail received DDD MMM ## HH:MM (TZ) Unread since DDD MMM ## HH:MM (TZ) - fixed the manual page. lm@yallara.cs.rmit.OZ.AU (Luke Mewburn) |
| H A D | util.c | 1.17 Mon Feb 05 01:56:51 GMT 2001 christos fix nested extern 1.3 Thu Oct 07 19:58:32 GMT 1993 brezak Whilst hacking the Net/2 version of finger to work on Solaris 2.2 (we needed a finger on that platform which grokked the office/phone # GCOS info), I decided to put mail status in (as the solaris version has that). The attached patch adds: - manual page typos fixed: finger doesn't scan .forward, contrary to what the man page says (and really shouldn't either, IMHO - that's what telnet host SMTP & VRFY are for :) - added a mail check (printed between login info and the project). three different messages possible: - if you have no mail: No Mail. - if you have mail, but there's no unread mail: Mail last read DDD MMM ## HH:MM (TZ) - if you have new mail: New mail received DDD MMM ## HH:MM (TZ) Unread since DDD MMM ## HH:MM (TZ) - fixed the manual page. lm@yallara.cs.rmit.OZ.AU (Luke Mewburn) |
| /src/usr.sbin/mrouted/ | ||
| H A D | main.c | 1.17 Tue Oct 01 03:30:57 GMT 2002 itojun move mrouted out of basesrc, as it carries non-BSD license. agreed w/ core. 1.2 Sun May 08 15:08:55 GMT 1994 brezak Van's 2.2 mrouted changes |
| /src/sys/arch/pmax/stand/common/ | ||
| H A D | rz.c | 1.17 Wed Sep 13 04:06:47 GMT 2000 simonb branches: 1.17.2; 1.17.4; 1.17.6; Add support for booting off RAIDframe RAID1 mirrors. If the first partition is of type FS_RAID, then add 64 to the block number for each I/O in rzstrategy(). 1.17 Wed Sep 13 04:06:47 GMT 2000 simonb branches: 1.17.2; 1.17.4; 1.17.6; Add support for booting off RAIDframe RAID1 mirrors. If the first partition is of type FS_RAID, then add 64 to the block number for each I/O in rzstrategy(). 1.17 Wed Sep 13 04:06:47 GMT 2000 simonb branches: 1.17.2; 1.17.4; 1.17.6; Add support for booting off RAIDframe RAID1 mirrors. If the first partition is of type FS_RAID, then add 64 to the block number for each I/O in rzstrategy(). 1.17 Wed Sep 13 04:06:47 GMT 2000 simonb branches: 1.17.2; 1.17.4; 1.17.6; Add support for booting off RAIDframe RAID1 mirrors. If the first partition is of type FS_RAID, then add 64 to the block number for each I/O in rzstrategy(). 1.7 Thu Jan 21 00:33:46 GMT 1999 simonb Almost working bootblocks for the pmax. This compiles fine with gcc 2.7.2.2-myc2 (and produces _identical_ bootblocks with the 1.3.3 bootblocks which weren't in the tree), but egcs 1.1.1 builds a ufs.o that's about a 100 bytes too big, and it busts the 7.5k we've got for bootrz. Still needs cleanup - the Makefiles could be better/cleaner, and doesn't install yet (because of above problem). At least there's something to work with now. Note that we have our own versions of a lot of the sys/lib/libsa routines which are less functional/smaller. |
| H A D | bootxx.c | 1.17 Wed Mar 31 07:43:39 GMT 1999 simonb branches: 1.17.4; G/C UFS_NOSYMLINK, UFS_NOCLOSE and UFS_NOWRITE and use new LIBSA_NO_FS_*. 1.17 Wed Mar 31 07:43:39 GMT 1999 simonb branches: 1.17.4; G/C UFS_NOSYMLINK, UFS_NOCLOSE and UFS_NOWRITE and use new LIBSA_NO_FS_*. 1.7 Thu Jan 21 00:33:45 GMT 1999 simonb Almost working bootblocks for the pmax. This compiles fine with gcc 2.7.2.2-myc2 (and produces _identical_ bootblocks with the 1.3.3 bootblocks which weren't in the tree), but egcs 1.1.1 builds a ufs.o that's about a 100 bytes too big, and it busts the 7.5k we've got for bootrz. Still needs cleanup - the Makefiles could be better/cleaner, and doesn't install yet (because of above problem). At least there's something to work with now. Note that we have our own versions of a lot of the sys/lib/libsa routines which are less functional/smaller. |
| H A D | start.S | 1.17 Thu Aug 07 16:29:15 GMT 2003 agc branches: 1.17.16; Move UCB-licensed code from 4-clause to 3-clause licence. Patches provided by Joel Baker in PR 22364, verified by myself. 1.17 Thu Aug 07 16:29:15 GMT 2003 agc branches: 1.17.16; Move UCB-licensed code from 4-clause to 3-clause licence. Patches provided by Joel Baker in PR 22364, verified by myself. 1.3 Thu Jan 21 00:33:47 GMT 1999 simonb Almost working bootblocks for the pmax. This compiles fine with gcc 2.7.2.2-myc2 (and produces _identical_ bootblocks with the 1.3.3 bootblocks which weren't in the tree), but egcs 1.1.1 builds a ufs.o that's about a 100 bytes too big, and it busts the 7.5k we've got for bootrz. Still needs cleanup - the Makefiles could be better/cleaner, and doesn't install yet (because of above problem). At least there's something to work with now. Note that we have our own versions of a lot of the sys/lib/libsa routines which are less functional/smaller. |
| H A D | conf.c | 1.17 Sat Feb 23 21:43:59 GMT 2002 gmcgarry Support two-stage netboot. Is known to work on maxine, but problems have been reported on 3min. 1.6 Thu Jan 21 00:33:46 GMT 1999 simonb Almost working bootblocks for the pmax. This compiles fine with gcc 2.7.2.2-myc2 (and produces _identical_ bootblocks with the 1.3.3 bootblocks which weren't in the tree), but egcs 1.1.1 builds a ufs.o that's about a 100 bytes too big, and it busts the 7.5k we've got for bootrz. Still needs cleanup - the Makefiles could be better/cleaner, and doesn't install yet (because of above problem). At least there's something to work with now. Note that we have our own versions of a lot of the sys/lib/libsa routines which are less functional/smaller. |
| /src/sys/compat/linux/common/ | ||
| H A D | linux_types.h | 1.17 Sun Sep 19 16:50:11 GMT 2004 jdolecek Adjust struct statfs content to flag that the newer Linux kernel do provide f_frsize. It cannot be actually used to GNU C statvfs() bug in f_frsize != f_bsize case, so just keep pretending we don't support it. Update comments and explain the situation in detail there. 1.10 Fri Dec 29 21:07:17 GMT 2000 fvdl Hardcode what the linux uname() calls return (Linux 2.2.5 is the current value). A few major applications check for this (like VMware), and there is no other way to trick them. Needs a more generic solution eventually. |
| /src/lib/libcurses/ | ||
| H A D | ctrace.c | 1.18 Mon Jan 22 21:14:53 GMT 2007 jdc Pull down the following from the wcurses branch: ctrace.c: revision 1.16.2.2 initscr.c: revision 1.27.18.2 Orginal commit message: Do the debug initialisation only in ctrace.c. Otherwise, it might not get done, for example, if we start curses with setterm() and not initscr(). 1.17 Sun Jan 21 13:25:36 GMT 2007 jdc Add debug "areas" that allow selective debugging by setting the "CURSES_TRACE_MASK" environment variable. Postive vales include debug areas, negative values exclude them. |
| H A D | initscr.c | 1.29 Mon Jan 22 21:14:53 GMT 2007 jdc branches: 1.29.58; Pull down the following from the wcurses branch: ctrace.c: revision 1.16.2.2 initscr.c: revision 1.27.18.2 Orginal commit message: Do the debug initialisation only in ctrace.c. Otherwise, it might not get done, for example, if we start curses with setterm() and not initscr(). 1.17 Thu Apr 27 00:23:01 GMT 2000 jdc Add virtual screen for wnoutrefresh()/doupdate(). |
| /src/sbin/mbrlabel/ | ||
| H A D | mbrlabel.c | 1.17 Thu Jul 26 22:47:35 GMT 2001 wiz partiton -> partition 1.2 Thu Dec 03 11:20:50 GMT 1998 fair This seemingly trivial (and computationally pointless) change shuts up GCC 2.7.2.2 about "loff" being uninitialized on line 142 on m68k. |
| /src/sys/arch/alpha/pci/ | ||
| H A D | tsp_dma.c | 1.21 Sun Jul 18 19:58:34 GMT 2021 thorpej According to section 8.1.2.2 of the Tsunami/Typhoon hardware reference manual (DS-0025A-TE), the SGMAP TLB is arranged as 168 locations of 4 consecutive quadwords. It seems that on some revisions of the Pchip, SGMAP translation is not perfectly reliable unless we align the DMA segments to the TLBs natural boundaries (observed on the API CS20). N.B. the Titan (as observed on a Compaq DS25) does not seem to have this problem, but we'll play it safe and run this way on both variants. PR port-alpha/40604. 1.17 Thu May 27 22:11:31 GMT 2021 thorpej The Tsunami / Typhoon chipsets have a static "monster window" for DMA that allows for up to 32GB of RAM to be direct-mapped if the PCI device can issue a 64-bit address (the monster window lives at 0x10000000000). Enable this window and provide this to the PCI bus as a "dmat64". |
| /src/bin/sh/ | ||
| H A D | builtins.def | 1.17 Sun May 04 01:05:24 GMT 2003 gmcgarry Add new builtin 'inputrc' which allows keybindings to be redefined for the current shell. From Arne H Juul in PR#10097. 1.4 Wed Jul 07 01:11:56 GMT 1993 jtc IEEE 1003.2 (D11.2.2.3) requires that the system's true and false be accessed instead of searching $PATH. The best way to satisfy this requirement is to make them builtins. True was allready builtin, this patch adds false. |
| /src/sys/dev/mca/ | ||
| H A D | files.mca | 1.17 Tue Dec 04 20:47:58 GMT 2001 jdolecek Make this NCR 53C90 driver work, using the chip information from Tymm Twillman's Linux mca_53c9x driver. Tested with external ZIP100 only. 1.9 Thu Apr 19 07:30:25 GMT 2001 jdolecek Add a driver for IBM ESDI disk controllers. Tested with IBM Integ. ESDI Fixed Disk & Controller only at the moment. This driver still needs some touchup (error recovery is not quite good, MCA DMA controller goo should be moved to driver independant location), but is working enough to be usable for others. And I want this under CVS control :) Thanks to Scott Telford <st@epcc.ed.ac.uk> for providing me docs for these devices (IBM DASD Storage Interface Specification for MCA rev. 2.2). |
| H A D | mcadevs | 1.17 Wed Dec 04 18:52:28 GMT 2002 jdolecek add 0x90EE - IBM SVGA Adapter/A 1.8 Thu Apr 19 07:30:25 GMT 2001 jdolecek Add a driver for IBM ESDI disk controllers. Tested with IBM Integ. ESDI Fixed Disk & Controller only at the moment. This driver still needs some touchup (error recovery is not quite good, MCA DMA controller goo should be moved to driver independant location), but is working enough to be usable for others. And I want this under CVS control :) Thanks to Scott Telford <st@epcc.ed.ac.uk> for providing me docs for these devices (IBM DASD Storage Interface Specification for MCA rev. 2.2). |
Completed in 86 milliseconds