ĩ31000 262 146 212 386 157 143 208 120 159 117 142 131 145 128 142 205 252 184 182 357 142 257 132 162 162 119 115 110 153 157 128 172 232 217 283 157 197 207 106 107 151 160 138 210 169 159 153 99 155 156 161 150 360 196 137 163 130 141 118 145 168 99 353 282 183 151 280 236 531 163 125 185 154 208 181 296 150 114 152 151 150 147 267 128 217 182 261 208 149 238 175 246 164 167 150 186 213 119 187 361 229 158 144 147 157 424 165 114 162 109 243 401 479 212 247 153 210 144 196 184 149 223 953 156 117 151 193 444 338 164 187 196 109 951 136 110 208 123 107 148 129 166 254 152 190 601 293 327 151 127 132 191 105 305 105 181 160 149 145 129 176 206 155 428 430 290 234 126 186 186 184 157 168 200 135 223 277 339 680 374 524 177 189 139 136 238 175 262 132 238 159 138 135 336 238 168 666 183 356 311 142 144 110 202 202 449 109 142 175 138 150 138 152 151 216 137 151 144 158 169 181 126 181 121 158 157 155 149 164 137 173 189 114 121 156 265 142 129 125 159 121 149 148 114 139 149 114 471 133 502 392 163 427 297 197 163 175 282 159 393 117 160 266 K 10 svn:author V 5 joerg K 8 svn:date V 27 1997-11-07T00:08:15.000000Z K 7 svn:log V 52 MFC: rev 1.9, blank lines in iso3166 are acceptable END K 10 svn:author V 5 joerg K 8 svn:date V 27 1997-11-07T00:09:40.000000Z K 7 svn:log V 117 Fix some breakage from my last set of changes. PR: bin/4892 Submitted by: Vasim Valejev END K 10 svn:author V 5 joerg K 8 svn:date V 27 1997-11-07T00:12:55.000000Z K 7 svn:log V 291 Typo fix that caused the value 0x1234 to be written to a random memory location. Also, instead of jumping ot the CPU's restart vector, just call int 0x19 to reboot. (Writing hte 0x1234 was a little useless otherwise.) PR: bin/4901 Submitted by: Jonathan Mini END K 10 svn:author V 5 joerg K 8 svn:date V 27 1997-11-07T00:18:25.000000Z K 7 svn:log V 63 Pah! I didn't stick to my own advise to adjust the padding... END K 10 svn:author V 5 joerg K 8 svn:date V 27 1997-11-07T00:21:43.000000Z K 7 svn:log V 49 MFC: rev 1.5 (bootcode.asm), fix reboot problems END K 10 svn:author V 6 msmith K 8 svn:date V 27 1997-11-07T02:34:50.000000Z K 7 svn:log V 112 Don't try to do anything with the input history if MALLOC() for the buffer failed. This broke early debugging. END K 10 svn:author V 5 brian K 8 svn:date V 27 1997-11-07T02:54:49.000000Z K 7 svn:log V 26 Support interactive mode. END K 10 svn:author V 5 wpaul K 8 svn:date V 27 1997-11-07T03:16:22.000000Z K 7 svn:log V 65 Remove duplicate rcsid[] string so this will compile/link again. END K 10 svn:author V 8 charnier K 8 svn:date V 27 1997-11-07T07:19:03.000000Z K 7 svn:log V 20 MFC: FreeBSD -> Fx. END K 10 svn:author V 8 charnier K 8 svn:date V 27 1997-11-07T07:21:16.000000Z K 7 svn:log V 45 MFC: Fix usage in man page. Remove progname. END K 10 svn:author V 8 charnier K 8 svn:date V 27 1997-11-07T07:24:09.000000Z K 7 svn:log V 34 MFC: Use err(3). Remove progname. END K 10 svn:author V 8 charnier K 8 svn:date V 27 1997-11-07T07:27:12.000000Z K 7 svn:log V 48 MFC: Use err(3). Change err(-1,... to err(1,... END K 10 svn:author V 8 charnier K 8 svn:date V 27 1997-11-07T07:30:40.000000Z K 7 svn:log V 31 MFC: Cosmetic in usage string. END K 10 svn:author V 8 charnier K 8 svn:date V 27 1997-11-07T07:33:28.000000Z K 7 svn:log V 45 MFC: Use err(3). Add usage() and prototypes. END K 10 svn:author V 8 charnier K 8 svn:date V 27 1997-11-07T07:36:16.000000Z K 7 svn:log V 107 MFC: Add usage(). Document -n flag. Do not touch/remove /etc/wall_cmos_clock when -n (do nothing) is used. END K 10 svn:author V 8 charnier K 8 svn:date V 27 1997-11-07T07:42:39.000000Z K 7 svn:log V 154 MFC: Use err(3). Sync man page and usage string. -Wall cleaning. Make all strings representing hostnames to be NUL-terminated within MAXHOSTNAMELEN char. END K 10 svn:author V 3 phk K 8 svn:date V 27 1997-11-07T08:53:44.000000Z K 7 svn:log V 92 Remove a bunch of variables which were unused both in GENERIC and LINT. Found by: -Wunused END K 10 svn:author V 3 phk K 8 svn:date V 27 1997-11-07T09:21:01.000000Z K 7 svn:log V 90 Rename some local variables to avoid shadowing other local variables. Found by: -Wshadow END K 10 svn:author V 4 kato K 8 svn:date V 27 1997-11-07T12:54:01.000000Z K 7 svn:log V 263 Sync with following files: - sys/i386/i386/machdep.c revision 1.271 - sys/i386/i386/trap.c revision 1.114 - sys/i386/isa/if_ed.c revision 1.128 - sys/i386/isa/if_fe.c revision 1.34 - sys/i386/isa/syscons.c revision 1.238. - sys/i386/isa/wd.c revision 1.144 END K 10 svn:author V 4 kato K 8 svn:date V 27 1997-11-07T12:56:48.000000Z K 7 svn:log V 49 MFC: revision 1.32 (MediaGX CPU identification). END K 10 svn:author V 5 joerg K 8 svn:date V 27 1997-11-07T13:18:50.000000Z K 7 svn:log V 162 Argl! Who's got the pointy hat these days? Hand it over to me, ASAP! When setting an alarm that didn't trigger, i gotta clear it again before going on. Hmpf! END K 10 svn:author V 5 joerg K 8 svn:date V 27 1997-11-07T13:20:37.000000Z K 7 svn:log V 38 MFC: clear the alarm before going on. END K 10 svn:author V 4 ache K 8 svn:date V 27 1997-11-07T15:14:11.000000Z K 7 svn:log V 69 Add Polish data Submitted by: Andrzej Bialecki END K 10 svn:author V 4 ache K 8 svn:date V 27 1997-11-07T15:18:11.000000Z K 7 svn:log V 69 Add Polish link Submitted by: Andrzej Bialecki END K 10 svn:author V 4 ache K 8 svn:date V 27 1997-11-07T15:27:12.000000Z K 7 svn:log V 26 Add link to Polish locale END K 10 svn:author V 4 ache K 8 svn:date V 27 1997-11-07T15:38:24.000000Z K 7 svn:log V 22 Add sl_SI directories END K 10 svn:author V 4 ache K 8 svn:date V 27 1997-11-07T15:40:55.000000Z K 7 svn:log V 17 Add Slovene link END K 10 svn:author V 4 ache K 8 svn:date V 27 1997-11-07T15:46:45.000000Z K 7 svn:log V 60 Add Slovenian data Submitted by: Blaz Zupan END K 10 svn:author V 4 ache K 8 svn:date V 27 1997-11-07T15:55:07.000000Z K 7 svn:log V 64 Add Slovenian keyboard Submitted by: Blaz Zupan END K 10 svn:author V 3 phk K 8 svn:date V 27 1997-11-07T17:22:32.000000Z K 7 svn:log V 36 Make roots prompt "`hostname -s`# " END K 10 svn:author V 5 tegge K 8 svn:date V 27 1997-11-07T19:58:34.000000Z K 7 svn:log V 78 Use UPAGES when setting up private pages for SMP (which includes idle stack). END K 10 svn:author V 5 brian K 8 svn:date V 27 1997-11-07T20:20:15.000000Z K 7 svn:log V 137 Style police. bzero -> memset index -> strchr rindex -> strrchr Use libedit (this should make pppctl a lot more attractive than telnet). END K 10 svn:author V 5 brian K 8 svn:date V 27 1997-11-07T20:44:12.000000Z K 7 svn:log V 122 Mention how to keep the line for a minimum call charge. Suggested by: Stuart Henderson END K 10 svn:author V 3 sef K 8 svn:date V 27 1997-11-07T20:45:48.000000Z K 7 svn:log V 190 Allow the system to be configured to pass "-n" to kerberos and kadmind or not; also, only run kadmind on a non-slave server. Man page for rc.conf is also updated. Reviewed by: Mark Murray END K 10 svn:author V 5 brian K 8 svn:date V 27 1997-11-08T00:28:11.000000Z K 7 svn:log V 63 Don't pass global vars as args. Remove local/global conflicts. END K 10 svn:author V 5 brian K 8 svn:date V 27 1997-11-08T01:02:08.000000Z K 7 svn:log V 102 Update the LOOP AVOIDANCE section to reflect reality. Requested by: Archie Cobbs END K 10 svn:author V 5 brian K 8 svn:date V 27 1997-11-08T01:03:44.000000Z K 7 svn:log V 112 MFC: Update the LOOP AVOIDANCE section to reflect reality. Requested by: Archie Cobbs END K 10 svn:author V 5 asami K 8 svn:date V 27 1997-11-08T02:35:19.000000Z K 7 svn:log V 12 Merge 1.36. END K 10 svn:author V 5 brian K 8 svn:date V 27 1997-11-08T12:37:33.000000Z K 7 svn:log V 13 Typo police. END K 10 svn:author V 5 peter K 8 svn:date V 27 1997-11-08T14:19:16.000000Z K 7 svn:log V 57 Import de-971020 from Matt's www.3am-software.com pages. END K 10 svn:author V 7 cvs2svn K 8 svn:date V 27 1997-11-08T14:19:17.000000Z K 7 svn:log V 64 This commit was manufactured by cvs2svn to create tag 'v971020'. END K 10 svn:author V 5 peter K 8 svn:date V 27 1997-11-08T14:46:58.000000Z K 7 svn:log V 44 Merge 971020 stuff.. Check 21142? SROM CRC. END K 10 svn:author V 6 julian K 8 svn:date V 27 1997-11-08T19:02:28.000000Z K 7 svn:log V 114 fix slight breakages from PHK's VFS work. also remove irrelevant copyright, now that all that code has gone away. END K 10 svn:author V 8 jraynard K 8 svn:date V 27 1997-11-08T20:29:33.000000Z K 7 svn:log V 72 Back-out previous change. A better fix is to follow. Requested-by: bde END K 10 svn:author V 5 brian K 8 svn:date V 27 1997-11-08T20:58:41.000000Z K 7 svn:log V 65 Merge ppp configuration examples. Add some useful bits & pieces. END K 10 svn:author V 6 obrien K 8 svn:date V 27 1997-11-08T22:15:55.000000Z K 7 svn:log V 58 If "-l" is given, make sure the target of the link exist. END K 10 svn:author V 6 obrien K 8 svn:date V 27 1997-11-08T22:24:45.000000Z K 7 svn:log V 5 MFC. END K 10 svn:author V 8 jraynard K 8 svn:date V 27 1997-11-09T00:48:01.000000Z K 7 svn:log V 58 Make fix for PR 4883 consistent with other similar cases. END K 10 svn:author V 5 brian K 8 svn:date V 27 1997-11-09T03:22:49.000000Z K 7 svn:log V 62 Don't include RTA_GATEWAY in rtm_addrs unless it's specified. END K 10 svn:author V 5 brian K 8 svn:date V 27 1997-11-09T03:23:56.000000Z K 7 svn:log V 67 MFC: Don't include RTA_GATEWAY in rtm_addrs unless it's specified. END K 10 svn:author V 4 kato K 8 svn:date V 27 1997-11-09T03:36:26.000000Z K 7 svn:log V 57 Describe MNT_NOCLUSTER{R,W} flags. Pointed out by: bde END K 10 svn:author V 5 brian K 8 svn:date V 27 1997-11-09T03:55:27.000000Z K 7 svn:log V 265 When responding to a CHAP challenge, don't try to use ppp.secret to get a key value based on the peers name, then send the value of AuthName with the encrypted result. This is *way* too confusing. Instead, always use AuthName and AuthKey as the documentation says. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-11-09T05:06:12.000000Z K 7 svn:log V 103 Prevent bogus use of MSG_EOR with SOCK_STREAM sockets from panicing the system. Submitted by: wollman END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-11-09T05:07:40.000000Z K 7 svn:log V 45 MF22: MSG_EOR bug fix. Submitted by: wollman END K 10 svn:author V 6 obrien K 8 svn:date V 27 1997-11-09T05:35:26.000000Z K 7 svn:log V 68 When called "sum", it is not documented as accepting any arguments. END K 10 svn:author V 6 obrien K 8 svn:date V 27 1997-11-09T05:39:48.000000Z K 7 svn:log V 35 MFC. (also tagged (added) crc32.c) END K 10 svn:author V 6 obrien K 8 svn:date V 27 1997-11-09T05:47:55.000000Z K 7 svn:log V 46 Need to skip argv[0] when we are named "sum". END K 10 svn:author V 6 obrien K 8 svn:date V 27 1997-11-09T05:48:44.000000Z K 7 svn:log V 23 Merge of revision 1.8. END K 10 svn:author V 6 obrien K 8 svn:date V 27 1997-11-09T06:05:45.000000Z K 7 svn:log V 50 Add an introductory manpage for the ports system. END K 10 svn:author V 6 obrien K 8 svn:date V 27 1997-11-09T06:07:43.000000Z K 7 svn:log V 73 Added ports.7 from -CURRENT. (tagged ports.7 to ci into the 2.2 branch) END K 10 svn:author V 6 obrien K 8 svn:date V 27 1997-11-09T06:10:48.000000Z K 7 svn:log V 5 MFC. END K 10 svn:author V 5 brian K 8 svn:date V 27 1997-11-09T06:22:49.000000Z K 7 svn:log V 258 Introduce ID0 logging. Stay as the invoking uid as much as possible. Execution as a normal user is still forbidden for now, so these changes are pretty ineffective. The next commit will implement the modifications suggested on -hackers a number of days ago. END K 10 svn:author V 6 msmith K 8 svn:date V 27 1997-11-09T06:30:29.000000Z K 7 svn:log V 186 A better fix for the ddb command history buffer problem; use a static buffer instead of trying to use malloc() in the input routine. Submitted by: john hood END K 10 svn:author V 6 msmith K 8 svn:date V 27 1997-11-09T06:33:09.000000Z K 7 svn:log V 88 Command history buffer fix. (MFC) Submitted by: john hood END K 10 svn:author V 6 yokota K 8 svn:date V 27 1997-11-09T07:12:15.000000Z K 7 svn:log V 56 MFC: introduces the option SC_HISTORY_SIZE for syscons. END K 10 svn:author V 6 yokota K 8 svn:date V 27 1997-11-09T07:14:38.000000Z K 7 svn:log V 184 MFC: - Introduces the option SC_HISTORY_SIZE (syscons.c 1.231, syscons.h 1.33). - Fix the maximum history size (syscons.c 1.235, syscons.h 1.35). - Fix set_border() (syscons.c 1.236). END K 10 svn:author V 6 yokota K 8 svn:date V 27 1997-11-09T07:58:57.000000Z K 7 svn:log V 140 MFC: - Make blank, fade and green savers work on MDA and CGA adapters. - Dont' let the daemon figure in the daemon saver go off the screen. END K 10 svn:author V 5 wosch K 8 svn:date V 27 1997-11-09T11:23:54.000000Z K 7 svn:log V 436 Add html-mv script. Html-mv rename HTML generated filenames to human readable filenames. E.g.: $ cd FAQ $ make FORMATS=html $ html-mv FAQ $ ls FAQ_ACKNOWLEDGMENTS.html FAQ_Any_restrictions_on_how_I_divide_the_disk_up_.html FAQ_Are_there_any_Database_systems_for_FreeBSD_.html FAQ_Are_there_any_commercial_high-performance_X_servers_.html FAQ_Books_on_FreeBSD.html FAQ_Can_FreeBSD_handle_multiport_serial_cards_sharing_irqs_.html [...] END K 10 svn:author V 5 brian K 8 svn:date V 27 1997-11-09T13:18:18.000000Z K 7 svn:log V 69 Null commit: The last modification removed the use of $HOME/.ppp.* END K 10 svn:author V 5 brian K 8 svn:date V 27 1997-11-09T13:18:51.000000Z K 7 svn:log V 31 Remove the use of $HOME/.ppp.* END K 10 svn:author V 5 brian K 8 svn:date V 27 1997-11-09T14:18:55.000000Z K 7 svn:log V 91 Increase chat script sizes to 512 Requested by: Michael Reifenberger END K 10 svn:author V 5 brian K 8 svn:date V 27 1997-11-09T14:24:24.000000Z K 7 svn:log V 60 Don't mention removed ppp sample files Pointed out by: jkh END K 10 svn:author V 5 wosch K 8 svn:date V 27 1997-11-09T14:37:40.000000Z K 7 svn:log V 113 target(__target) -> target(${__target}) PR: bin/4736 Submitted by: Martin Kammerhofer END K 10 svn:author V 5 wosch K 8 svn:date V 27 1997-11-09T14:47:02.000000Z K 7 svn:log V 87 off by one typo in error message PR: bin/4987 Submitted by: bobson@egg.ics.nitch.ac.jp END K 10 svn:author V 5 wosch K 8 svn:date V 27 1997-11-09T15:03:15.000000Z K 7 svn:log V 201 Remove the comments hat just list the nested includes. The lists don't provide significantly more information than grep '\.include', and grep gives lists that are actually correct. Submitted by: Bruce END K 10 svn:author V 6 obrien K 8 svn:date V 27 1997-11-09T16:08:11.000000Z K 7 svn:log V 55 Document the ``-o 3'' option. The Man award to: Jo"rg END K 10 svn:author V 6 obrien K 8 svn:date V 27 1997-11-09T16:11:13.000000Z K 7 svn:log V 19 M revision 1.7 FC. END K 10 svn:author V 5 brian K 8 svn:date V 27 1997-11-09T17:51:27.000000Z K 7 svn:log V 58 Add the "!include" syntax. Return 0 from "show" commands. END K 10 svn:author V 5 brian K 8 svn:date V 27 1997-11-09T17:54:27.000000Z K 7 svn:log V 57 Suggest that a ``!include ~/.ppp.conf'' may be in order. END K 10 svn:author V 5 brian K 8 svn:date V 27 1997-11-09T18:50:34.000000Z K 7 svn:log V 56 Prompt correctly when ppp *doesn't* ask for a password. END K 10 svn:author V 5 brian K 8 svn:date V 27 1997-11-09T18:51:23.000000Z K 7 svn:log V 53 Don't ask for a password if it's specified as empty. END K 10 svn:author V 5 brian K 8 svn:date V 27 1997-11-09T22:07:29.000000Z K 7 svn:log V 172 Don't create a diagnostic socket by default. Allow a password spec on the "set server" command line. Use SIGUSR2 to close the diagnostic socket. Some man page corrections. END K 10 svn:author V 5 brian K 8 svn:date V 27 1997-11-09T22:56:15.000000Z K 7 svn:log V 34 Initialize VarAltPhone. PR: 4993 END K 10 svn:author V 5 brian K 8 svn:date V 27 1997-11-09T23:40:21.000000Z K 7 svn:log V 122 Don't Cleanup() in background mode when we get a "close", the LcpClose() will eventually do it when we get to PHASE_DEAD. END K 10 svn:author V 5 brian K 8 svn:date V 27 1997-11-09T23:42:57.000000Z K 7 svn:log V 88 MFC: (I lied, this is an easily fixed bug) Initialization of VarAltPhone PR: 4993 END K 10 svn:author V 5 brian K 8 svn:date V 27 1997-11-09T23:48:11.000000Z K 7 svn:log V 166 MFC: Let LcpClose() terminate ppp in background mode (although it's incorrectly done at PHASE_TERMINATE 'till I bring the rest of the -current changes in). END K 10 svn:author V 5 wosch K 8 svn:date V 27 1997-11-10T00:35:25.000000Z K 7 svn:log V 113 target(__target) -> target(${__target}) PR: bin/4736 Submitted by: Martin Kammerhofer END K 10 svn:author V 5 peter K 8 svn:date V 27 1997-11-10T01:58:17.000000Z K 7 svn:log V 55 Import sendmail-8.8.8 Obtained from: ftp.sendmail.org END K 10 svn:author V 5 peter K 8 svn:date V 27 1997-11-10T01:58:17.000000Z K 7 svn:log V 143 This commit was generated by cvs2svn to compensate for changes in r31087, which included commits to RCS files with non-trunk default branches. END K 10 svn:author V 7 cvs2svn K 8 svn:date V 27 1997-11-10T01:58:18.000000Z K 7 svn:log V 79 This commit was manufactured by cvs2svn to create tag 'sendmail-vendor-v8_8_8'. END K 10 svn:author V 5 peter K 8 svn:date V 27 1997-11-10T02:05:23.000000Z K 7 svn:log V 151 Merge sendmail 8.8.8 changes onto mainline. (For all of CVS's warts, when things like this turn out this easy (ie: it took 30 seconds), it's nice :-) END K 10 svn:author V 5 peter K 8 svn:date V 27 1997-11-10T02:32:27.000000Z K 7 svn:log V 70 setusercontext() came into the 2.2 branch just before 2.2.2-release. END K 10 svn:author V 5 peter K 8 svn:date V 27 1997-11-10T02:51:16.000000Z K 7 svn:log V 73 remove #include , this is included as needed elsewhere now. END K 10 svn:author V 5 peter K 8 svn:date V 27 1997-11-10T03:00:37.000000Z K 7 svn:log V 56 Merge-o-tron.. Update sendmail from 8.8.8 in -current. END K 10 svn:author V 6 msmith K 8 svn:date V 27 1997-11-10T03:50:29.000000Z K 7 svn:log V 91 Assign 84 to Andrew Gordon for the 'ttxt' Unitext teletext decoder. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-11-10T05:24:01.000000Z K 7 svn:log V 120 Use more secure defaults for amd.map. PR: 3846 Submitted by: Takeshi WATANABE END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-11-10T05:25:14.000000Z K 7 svn:log V 27 MFC: More secure defaults. END K 10 svn:author V 4 ache K 8 svn:date V 27 1997-11-10T08:03:36.000000Z K 7 svn:log V 94 Add (unsigned) cast to prevent overflow in % Submitted by: "Alex G. Bulushev" END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-11-10T11:32:24.000000Z K 7 svn:log V 268 Fixed some type and value mismatches. setsignal() returned a bogusly cast value that was always ignored. Rev.1.9 of trap.c made this more bogus by returning a semantically different value after calling siginterrupt(). Avoid these problems by not returning a value. END K 10 svn:author V 6 yokota K 8 svn:date V 27 1997-11-10T12:24:16.000000Z K 7 svn:log V 133 MFC: merge APM support for some laptops (from v1.40). Introduces kernel configuration options PSM_HOOKAPM and PSM_RESETAFTERSUSPEND. END K 10 svn:author V 6 yokota K 8 svn:date V 27 1997-11-10T12:25:12.000000Z K 7 svn:log V 63 MFC: add PSM_HOOKAPM and PSM_RESETAFTERSUSPEND options to psm. END K 10 svn:author V 4 kato K 8 svn:date V 27 1997-11-10T13:46:38.000000Z K 7 svn:log V 51 Sync with sys/i386/conf/majors.i386 revision 1.20. END K 10 svn:author V 4 nate K 8 svn:date V 27 1997-11-10T14:38:08.000000Z K 7 svn:log V 54 - Convert c++ comment to c comment. Noted by: Bruce END K 10 svn:author V 4 nate K 8 svn:date V 27 1997-11-10T14:40:40.000000Z K 7 svn:log V 64 MFC: - Convert c++ comment to c comment. Noted by: Bruce END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-11-10T15:46:33.000000Z K 7 svn:log V 331 Fixed chip_offsets[] which I broke in rev.1.53. The offsets aren't actually offsets, they are offsets scaled by dividing by 2^cy_align. I use different values for cy_align since the -current values are unnaturally scaled, so I need different offsets, and the wrong offsets got committed. Reported by: nnd@itfs.nsk.su (N.Dudorov) END K 10 svn:author V 5 markm K 8 svn:date V 27 1997-11-10T17:11:29.000000Z K 7 svn:log V 71 MFC: make this compile by moving the variable declarations to the top. END K 10 svn:author V 5 markm K 8 svn:date V 27 1997-11-10T18:10:41.000000Z K 7 svn:log V 20 Import of guspnp23. END K 10 svn:author V 7 cvs2svn K 8 svn:date V 27 1997-11-10T18:10:42.000000Z K 7 svn:log V 66 This commit was manufactured by cvs2svn to create tag 'guspnp_23'. END K 10 svn:author V 5 markm K 8 svn:date V 27 1997-11-10T18:31:35.000000Z K 7 svn:log V 15 Fix conflicts. END K 10 svn:author V 5 brian K 8 svn:date V 27 1997-11-10T21:27:36.000000Z K 7 svn:log V 148 Mention IP address label in ppp.linkup. Add an "examples:" label so that people don't inadvertently get all the examples with the "ondemand" label. END K 10 svn:author V 5 wpaul K 8 svn:date V 27 1997-11-10T22:17:13.000000Z K 7 svn:log V 306 Add a ypinit script and man page (script lifted from OpenBSD and haqued to work on FreeBSD, man page written by me.) Also change Makefile.yp a little to be more tolerane in the face of missing source files. Print a message if we can't find /var/yp/master.passwd telling the user what to do to fix things. END K 10 svn:author V 6 itojun K 8 svn:date V 27 1997-11-10T23:53:31.000000Z K 7 svn:log V 383 merge from current. (if_ep.c 1.60 -> 1.61 and if_epreg.h 1.20 -> 1.21) if_ep.c clarification/simplification. - irq = 9 problem (PR 4693) - mbuf chaining oddity fixed. (PR 4693) - trailer protocol has gone. (PR 4693) - removed mbuf kludge, we got higher performance. (PR 4693) - some indentation fixes PR: 4693 Reviewed by: babkin@hq.icb.chel.su Submitted by: hamada@tom-yam.or.jp END K 10 svn:author V 4 nate K 8 svn:date V 27 1997-11-11T00:47:01.000000Z K 7 svn:log V 118 - Added PSM_HOOKAPM & PSM_RESETAFTERSUSPEND options. OK'd by: Kazutaka YOKOTA END K 10 svn:author V 7 wollman K 8 svn:date V 27 1997-11-11T01:50:06.000000Z K 7 svn:log V 150 Attempt to tell the user precisely what sort of VGA-like PCI device is in their system. The list comes originally from XFree86's SuperProbe program. END K 10 svn:author V 6 yokota K 8 svn:date V 27 1997-11-11T03:06:45.000000Z K 7 svn:log V 58 Documented PSM_HOOKAPM and PSM_RESETAFTERSUSPEND options. END K 10 svn:author V 5 steve K 8 svn:date V 27 1997-11-11T05:00:59.000000Z K 7 svn:log V 115 Correct some anomalies in the man page. PR: 3808 Parially submitted by: Takeshi MUTOH END K 10 svn:author V 5 brian K 8 svn:date V 27 1997-11-11T12:26:34.000000Z K 7 svn:log V 50 Flush the output stream when doing local logging. END K 10 svn:author V 5 brian K 8 svn:date V 27 1997-11-11T12:28:02.000000Z K 7 svn:log V 101 Poll the socket descriptor while in el_gets() so that our display is scribbled over as we requested. END K 10 svn:author V 5 brian K 8 svn:date V 27 1997-11-11T13:08:12.000000Z K 7 svn:log V 90 Fix typo that causes CHAP RESPONSEs to *always* be damned M$ responses if you've got DES. END K 10 svn:author V 5 brian K 8 svn:date V 27 1997-11-11T13:27:47.000000Z K 7 svn:log V 55 Use select() instead of poll() for portabilities sake. END K 10 svn:author V 5 joerg K 8 svn:date V 27 1997-11-11T20:35:29.000000Z K 7 svn:log V 128 Sort "sparse" into alphabetical order, since dd's `conv' options need to be sorted. This temporarily broke the "osync" option. END K 10 svn:author V 5 brian K 8 svn:date V 27 1997-11-11T22:58:14.000000Z K 7 svn:log V 858 Finish the security improvements: o Add "allow" command: "allow users a b c" gives access to users a, b and c. "allow modes auto" gives those users access to auto mode only. "allow users *" and "allow modes *" are accepted. No users and all modes are allowed by default. UID 0 can do anything. o Set the current label with the "load" and "dial" commands so that the call to ppp.linkdown makes sense. o Up the verison number. o Don't OR MODE_AUTO for -background and -ddial. o Don't OR MODE_INTER when we get a diagnostic connection. o Allow up to 40 args per line (was 20). o "set ifaddr" only changes the interface in AUTO mode (with other modes, it happens after IPCP negotiation). o Sort command descriptions in the man page. o Support -dedicated mode where we just talk ppp forever (no login etc). END K 10 svn:author V 5 brian K 8 svn:date V 27 1997-11-11T23:23:11.000000Z K 7 svn:log V 62 Don't moan about unexpected config req's when in ST_STOPPING. END K 10 svn:author V 5 brian K 8 svn:date V 27 1997-11-12T00:52:16.000000Z K 7 svn:log V 23 Some "allow" examples. END K 10 svn:author V 5 brian K 8 svn:date V 27 1997-11-12T02:01:52.000000Z K 7 svn:log V 57 MFC: Allow .editrc to be read. Forgotten by: msmith END K 10 svn:author V 5 brian K 8 svn:date V 27 1997-11-12T02:10:05.000000Z K 7 svn:log V 99 Don't warn that we're waiting for the command to complete if we've put it in the background (!bg). END K 10 svn:author V 3 jdp K 8 svn:date V 27 1997-11-12T04:12:51.000000Z K 7 svn:log V 351 Expand the APMIO_GETINFO ioctl to return the estimated remaining battery time. For backward compatibility with old binaries, I assigned a new ioctl number for this call, and retained the old one as APMIO_GETINFO_OLD. I also added eight words of padding and a version field, so that future enhancements won't require jumping through this hoop again. END K 10 svn:author V 3 jdp K 8 svn:date V 27 1997-11-12T04:16:23.000000Z K 7 svn:log V 245 Output the estimated battery lifetime as "hh:mm:ss" along with everything else. Add a "-t" option for outputting it in raw form. Define and document the order in which raw values are printed when more than one is requested on the command line. END K 10 svn:author V 3 jdp K 8 svn:date V 27 1997-11-12T04:32:50.000000Z K 7 svn:log V 72 Document the exit status for a command that was terminated by a signal. END K 10 svn:author V 3 jdp K 8 svn:date V 27 1997-11-12T04:34:33.000000Z K 7 svn:log V 95 Merge from main branch 1.16 -> 1.17: Document exit status of a command terminated by a signal. END K 10 svn:author V 6 obrien K 8 svn:date V 27 1997-11-12T04:39:33.000000Z K 7 svn:log V 100 style-police got me. :-) Also fixed some "didn't make the most sense" problems. Submitted by: bde END K 10 svn:author V 6 obrien K 8 svn:date V 27 1997-11-12T04:40:45.000000Z K 7 svn:log V 14 MFC (rev 1.3) END K 10 svn:author V 6 julian K 8 svn:date V 27 1997-11-12T05:42:33.000000Z K 7 svn:log V 855 Reviewed by: various. Ever since I first say the way the mount flags were used I've hated the fact that modes, and events, internal and exported, and short-term and long term flags are all thrown together. Finally it's annoyed me enough.. This patch to the entire FreeBSD tree adds a second mount flag word to the mount struct. it is not exported to userspace. I have moved some of the non exported flags over to this word. this means that we now have 8 free bits in the mount flags. There are another two that might well move over, but which I'm not sure about. The only user visible change would have been in pstat -v, except that davidg has disabled it anyhow. I'd still like to move the state flags and the 'command' flags apart from each other.. e.g. MNT_FORCE really doesn't have the same semantics as MNT_RDONLY, but that's left for another day. END K 10 svn:author V 6 obrien K 8 svn:date V 27 1997-11-12T06:29:10.000000Z K 7 svn:log V 41 state that "kernel includes" ==> sys/*.h END K 10 svn:author V 6 obrien K 8 svn:date V 27 1997-11-12T06:34:24.000000Z K 7 svn:log V 15 MFC (rev 1.19) END K 10 svn:author V 3 jmg K 8 svn:date V 27 1997-11-12T08:48:13.000000Z K 7 svn:log V 115 fix return type so that it returns both bytes (instead of just first) Found-by: conrads@neosoft.com Fix-by: Luigi END K 10 svn:author V 5 markm K 8 svn:date V 27 1997-11-12T10:25:17.000000Z K 7 svn:log V 29 Upgrade perl to perl5.004_04 END K 10 svn:author V 5 asami K 8 svn:date V 27 1997-11-12T10:43:04.000000Z K 7 svn:log V 13 Merge 1.266. END K 10 svn:author V 5 tegge K 8 svn:date V 27 1997-11-12T12:28:12.000000Z K 7 svn:log V 54 Set return value for the correct process in ptrace(). END K 10 svn:author V 5 brian K 8 svn:date V 27 1997-11-12T15:50:38.000000Z K 7 svn:log V 35 Pass a missing arg to LogPrintf(). END K 10 svn:author V 5 brian K 8 svn:date V 27 1997-11-12T16:34:51.000000Z K 7 svn:log V 72 Don't attempt to dial if "dial label" has specified a restricted label. END K 10 svn:author V 5 brian K 8 svn:date V 27 1997-11-12T18:47:30.000000Z K 7 svn:log V 159 Return correct value from "set loopback". Output "set ?filter deny host|port" rules correctly with show ?filter. Submitted by: Dave Bodenstab END K 10 svn:author V 5 brian K 8 svn:date V 27 1997-11-12T19:48:45.000000Z K 7 svn:log V 58 Log whether or not IP packets are bloked due to a filter. END K 10 svn:author V 5 brian K 8 svn:date V 27 1997-11-12T21:04:21.000000Z K 7 svn:log V 96 Understand networks in the filter rules. We don't insist on x.x.x.0/24 - x.x.x.x/24 is ok too. END K 10 svn:author V 6 julian K 8 svn:date V 27 1997-11-13T00:28:51.000000Z K 7 svn:log V 505 Reviewed by: hackers@freebsd.org in general Obtained from: Whistle Communications tree Add an option to the way UFS works dependent on the SUID bit of directories This changes makes things a whole lot simpler on systems running as fileservers for PCs and MACS. to enable the new code you must 1/ enable option SUIDDIR on the kernel. 2/ mount the filesystem with option suiddir. hopefully this makes it difficult enough for people to do this accidentally. see the new chmod(2) man page for detailed info. END K 10 svn:author V 6 julian K 8 svn:date V 27 1997-11-13T01:16:57.000000Z K 7 svn:log V 197 Submitted by: Archie@Whistle.com (Archie Cobbs) allow teh -a option to work with the -d option thus: arp -d -a now flushes your arp cache. also fix the -n option so that -an now works correctly. END K 10 svn:author V 6 julian K 8 svn:date V 27 1997-11-13T01:37:28.000000Z K 7 svn:log V 231 Submitted by: Archie@whistle.com (archie Cobbs) MFC: allow the -a option to work with the -d option thus: arp -d -a now flushes your arp cache. also fix the -n option so that -an now works correctly. (also add -Wall to Makefile) END K 10 svn:author V 6 julian K 8 svn:date V 27 1997-11-13T01:48:30.000000Z K 7 svn:log V 56 oops, fix left out semicolon in code I patched by hand. END K 10 svn:author V 5 brian K 8 svn:date V 27 1997-11-13T11:43:02.000000Z K 7 svn:log V 33 Use htonl() rather than htons(). END K 10 svn:author V 5 brian K 8 svn:date V 27 1997-11-13T11:43:39.000000Z K 7 svn:log V 38 MFC: Use htonl() rather than htons(). END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-11-13T11:44:42.000000Z K 7 svn:log V 99 Whine when a depended package can't be found at all, vs being found but failing to load. PR: 4959 END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-11-13T11:44:59.000000Z K 7 svn:log V 13 MFC: PR#4959 END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-11-13T11:49:23.000000Z K 7 svn:log V 212 The prefix override code was bogus. The original idea was sound enough, but we're not using the pkg_create tool that way anymore in the ports collection. PR: 4894 Submitted by: Adrian Colley END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-11-13T11:49:53.000000Z K 7 svn:log V 13 MFC: PR#4894 END K 10 svn:author V 5 brian K 8 svn:date V 27 1997-11-13T12:09:57.000000Z K 7 svn:log V 87 Don't delete interface routes when we do an LcpDown. They'll get deleted in Cleanup(). END K 10 svn:author V 5 brian K 8 svn:date V 27 1997-11-13T12:10:50.000000Z K 7 svn:log V 66 Null commit: The last commit made some warning messages clearer. END K 10 svn:author V 5 brian K 8 svn:date V 27 1997-11-13T14:43:20.000000Z K 7 svn:log V 55 Fix command logging (broken with the "allow" command). END K 10 svn:author V 5 brian K 8 svn:date V 27 1997-11-13T14:44:06.000000Z K 7 svn:log V 51 Log a warning when a -direct invocation is denied. END K 10 svn:author V 5 brian K 8 svn:date V 27 1997-11-13T15:35:06.000000Z K 7 svn:log V 35 Don't run if ppp.conf is writable. END K 10 svn:author V 5 brian K 8 svn:date V 27 1997-11-13T17:31:52.000000Z K 7 svn:log V 82 Use seteuid() instead of setreuid(). The setreuid() page says seteuid is better ! END K 10 svn:author V 6 julian K 8 svn:date V 27 1997-11-13T18:22:21.000000Z K 7 svn:log V 110 MFC: bring in changes from -current including some formatting changes so that I can keep them in sync easier. END K 10 svn:author V 5 steve K 8 svn:date V 27 1997-11-13T18:39:52.000000Z K 7 svn:log V 61 Merge Bruce Evans' cos -> cosf fix from -current. PR: 5033 END K 10 svn:author V 6 julian K 8 svn:date V 27 1997-11-13T22:57:33.000000Z K 7 svn:log V 332 Submitted by: Archie cobbs (IPDIVERT author) close small security hole where an atacker could sendpackets with IPDIVERT protocol, and select how it would be diverted thus bypassing the ipfirewall. Discovered by inspection rather than attack. (you'd have to know how the firewall was configured (EXACTLY) to make use of this but..) END K 10 svn:author V 6 julian K 8 svn:date V 27 1997-11-13T22:57:57.000000Z K 7 svn:log V 334 Submitted by: Archie cobbs (IPDIVERT author) close small security hole where an atacker could sendpackets with IPDIVERT protocol, and select how it would be diverted thus bypassing the ipfirewall. Discovered by inspection rather than attack. (you'd have to know how the firewall was configured (EXACTLY) to make use of this but..) END K 10 svn:author V 4 alex K 8 svn:date V 27 1997-11-13T23:14:34.000000Z K 7 svn:log V 196 Switch the effective uid to that of the user when writing mail files, allowing quotas to be enforced on mail spools. PR: 1111 Submitted by: Charles Henrich END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-11-14T01:55:35.000000Z K 7 svn:log V 141 The last change was in error - if -p is specified, just add an @cwd to the beginning (but don't delete one if it exists). Noticed by: asami END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-11-14T01:56:04.000000Z K 7 svn:log V 34 MF22: Revert part of -p handling. END K 10 svn:author V 3 jdp K 8 svn:date V 27 1997-11-14T02:59:10.000000Z K 7 svn:log V 94 Merge Bruce's synopsis corrections from main branch: ceil.3: 1.6 -> 1.7 cosh.3: 1.5 -> 1.6 END K 10 svn:author V 3 sef K 8 svn:date V 27 1997-11-14T04:39:38.000000Z K 7 svn:log V 94 Log the request from the remote side, in addition to it having happened. Reviewed by: julian END K 10 svn:author V 3 sef K 8 svn:date V 27 1997-11-14T04:45:53.000000Z K 7 svn:log V 92 Log what the requests are, in addition to the fact that they happened. Reviewed by: julian END K 10 svn:author V 5 brian K 8 svn:date V 27 1997-11-14T15:38:07.000000Z K 7 svn:log V 63 Allow blank lines in config entries (they aren't terminators). END K 10 svn:author V 5 brian K 8 svn:date V 27 1997-11-14T15:39:15.000000Z K 7 svn:log V 74 Update the cftypes arrays according to rfc1700. Log IPCP reqests as IPCP. END K 10 svn:author V 4 nate K 8 svn:date V 27 1997-11-14T18:48:59.000000Z K 7 svn:log V 106 - Added entry for Accton 2216 ethernet card. Submitted by: Patrick Gardella END K 10 svn:author V 5 brian K 8 svn:date V 27 1997-11-14T20:07:39.000000Z K 7 svn:log V 41 uucplock is in section 3 not section 8 ! END K 10 svn:author V 5 tegge K 8 svn:date V 27 1997-11-14T22:57:46.000000Z K 7 svn:log V 128 Don't try to obtain an excluive lock on the vm map, since a deadlock might occur if the process owning the map is wiring pages. END K 10 svn:author V 5 tegge K 8 svn:date V 27 1997-11-14T23:42:10.000000Z K 7 svn:log V 182 Simplify map entries during user page wire and user page unwire operations in vm_map_user_pageable(). Check return value of vm_map_lock_upgrade() during a user page wire operation. END K 10 svn:author V 5 brian K 8 svn:date V 27 1997-11-15T02:15:56.000000Z K 7 svn:log V 244 Interpret AF_LINK sockaddrs correctly in show/delete route. Print out inteface names rather than numbers, and use the same "find out the names" code in SetIfAddr(). This means that the nasty ioctl(,SIOCGIFCONF,)/realloc loop is now buried :-) END K 10 svn:author V 5 wosch K 8 svn:date V 27 1997-11-15T13:09:52.000000Z K 7 svn:log V 585 target(__target) -> target(${__target}) PR: bin/4736 Submitted by: Martin Kammerhofer Index: bsd.subdir.mk =================================================================== RCS file: /usr/cvs/src/share/mk/bsd.subdir.mk,v retrieving revision 1.18 diff -u -r1.18 bsd.subdir.mk --- bsd.subdir.mk 1997/06/21 15:40:34 1.18 +++ bsd.subdir.mk 1997/11/09 18:04:33 @@ -59,7 +59,7 @@ .for __target in all checkdpadd clean cleandir depend lint \ maninstall obj objlink -.if !target(__target) +.if !target(${__target}) ${__target}: _SUBDIRUSE .endif .endfor END K 10 svn:author V 4 nate K 8 svn:date V 27 1997-11-15T14:11:34.000000Z K 7 svn:log V 280 - Correctly register pcic_imask with the system interrupt code. - Call update_intr_masks() so that pcic_imask modifications that occur when card interrupts are registered get updated in the system interrupt code. Reviewed by: Guido van Rooij Aided by: Bruce END K 10 svn:author V 4 nate K 8 svn:date V 27 1997-11-15T14:20:31.000000Z K 7 svn:log V 430 MF22: (update_intr_masks might not need to be done in 3.X, but the new generic interrupt code is incomplete w/regard to support for the PCCARD code, so to avoid any potential problems use it. It can't hurt). - Correctly register pcic_imask with the system interrupt code. - Call update_intr_masks() so that pcic_imask modifications that occur when card interrupts are registered get updated in the system interrupt code. END K 10 svn:author V 5 wpaul K 8 svn:date V 27 1997-11-16T03:02:39.000000Z K 7 svn:log V 83 Close PR #4867: improve _listmatch() to avoid returning false positives. PR: 4867 END K 10 svn:author V 5 wpaul K 8 svn:date V 27 1997-11-16T03:04:34.000000Z K 7 svn:log V 95 Merge from -current: close PR by fixing _listmatch() to not return false positives. PR: 4867 END K 10 svn:author V 5 wpaul K 8 svn:date V 27 1997-11-16T03:49:12.000000Z K 7 svn:log V 45 Some touchups courtesy of Philippe Charnier. END K 10 svn:author V 5 peter K 8 svn:date V 27 1997-11-16T04:52:19.000000Z K 7 svn:log V 42 Import ipfilter 3.2.1 (update from 3.1.8) END K 10 svn:author V 5 peter K 8 svn:date V 27 1997-11-16T04:52:19.000000Z K 7 svn:log V 143 This commit was generated by cvs2svn to compensate for changes in r31183, which included commits to RCS files with non-trunk default branches. END K 10 svn:author V 7 cvs2svn K 8 svn:date V 27 1997-11-16T04:52:20.000000Z K 7 svn:log V 79 This commit was manufactured by cvs2svn to create tag 'ipfilter-vendor-v3_2_1'. END K 10 svn:author V 6 ahasty K 8 svn:date V 27 1997-11-16T04:52:29.000000Z K 7 svn:log V 166 Reviewed by: Amancio Hasty Submitted by: Amancio Hasty Added yuv12 support for mpeg encoding and Randall Hopper's fixed for Temporal Decimation END K 10 svn:author V 5 peter K 8 svn:date V 27 1997-11-16T05:55:52.000000Z K 7 svn:log V 38 Import kernel parts of ipfilter-3.2.1 END K 10 svn:author V 5 peter K 8 svn:date V 27 1997-11-16T05:55:52.000000Z K 7 svn:log V 143 This commit was generated by cvs2svn to compensate for changes in r31187, which included commits to RCS files with non-trunk default branches. END K 10 svn:author V 7 cvs2svn K 8 svn:date V 27 1997-11-16T05:55:53.000000Z K 7 svn:log V 63 This commit was manufactured by cvs2svn to create tag 'v3_2_1'. END K 10 svn:author V 4 ache K 8 svn:date V 27 1997-11-16T06:23:29.000000Z K 7 svn:log V 45 Restore diagnostic fix spammed after merging END K 10 svn:author V 3 sos K 8 svn:date V 27 1997-11-16T10:02:13.000000Z K 7 svn:log V 43 Device # for Jonathan Mini's VESA support. END K 10 svn:author V 5 steve K 8 svn:date V 27 1997-11-16T12:52:17.000000Z K 7 svn:log V 241 Resurrect a modified version of the /tmp clearing code from rev 1.119. Enable this by setting clear_tmp_enable in rc.conf to YES. Beware there can be serious side-effects of enabling this, so use at you own risk. PR: misc/4982, misc/5054 END K 10 svn:author V 5 steve K 8 svn:date V 27 1997-11-16T13:26:03.000000Z K 7 svn:log V 143 Note in manpage how extraneous output in initialization scripts can cause rdist to fail. PR: bin/4954 Reviewed by: wollman Submitted by: jhs END K 10 svn:author V 5 steve K 8 svn:date V 27 1997-11-16T15:59:58.000000Z K 7 svn:log V 74 Document the new clear_tmp_enable option in the manpage. Prodded by: max END K 10 svn:author V 5 brian K 8 svn:date V 27 1997-11-16T22:15:11.000000Z K 7 svn:log V 571 Abstract data read from and written to the tun device, allowing for a possible header on the front of all packets. In OpenBSD, there's a structure containing the address family here. If we're building under OpenBSD, set up the ``flags'' part of struct tuninfo (not there under FreeBSD) so that we config the interface as POINTOPOINT. Prefix prototypes with ``extern'' in os.c for consistency. These changes are cosmetic under FreeBSD, but allow ppp to build & work under OpenBSD (bar the srandomdev() stuff, the inclusing of and some Makefile symantecs). END K 10 svn:author V 5 brian K 8 svn:date V 27 1997-11-17T00:42:41.000000Z K 7 svn:log V 89 Add id strings to tun.[ch]. Don't try to open ppp.secret if we're never going to use it. END K 10 svn:author V 5 brian K 8 svn:date V 27 1997-11-17T01:13:41.000000Z K 7 svn:log V 261 Don't SetLabel() 'till we've done the SelectSystem(). This avoids the situation where we specify label ``x'' on the command line, and label ``x'' has a ``load y'' command embedded in it. When the line comes up, we want to use ``x'' from ppp.linkup, not ``y''. END K 10 svn:author V 6 ahasty K 8 svn:date V 27 1997-11-17T04:00:32.000000Z K 7 svn:log V 215 Added support for linux sound ioctls: LINUX_SNDCTL_DSP_GETOPTR LINUX_SNDCTL_DSP_GETIPTR LINUX_SNDCTL_DSP_SETTRIGGER LINUX_SNDCTL_DSP_GETCAPS With this rev level the linux realaudio player 5 and xquake should work. END K 10 svn:author V 3 jmg K 8 svn:date V 27 1997-11-17T07:58:23.000000Z K 7 svn:log V 50 fix Jonathan Mini's email address per his request END K 10 svn:author V 4 alex K 8 svn:date V 27 1997-11-17T13:57:40.000000Z K 7 svn:log V 51 Typo fix. PR: 5068 Submitted by: Studded@dal.net END K 10 svn:author V 5 wosch K 8 svn:date V 27 1997-11-17T17:59:44.000000Z K 7 svn:log V 16 Add `writeable' END K 10 svn:author V 5 guido K 8 svn:date V 27 1997-11-17T19:29:16.000000Z K 7 svn:log V 107 Make sure you do not get unexpected surprises whena remote file starts with '|'. Reviewed by: Joerg Wunsch END K 10 svn:author V 5 brian K 8 svn:date V 27 1997-11-18T00:19:34.000000Z K 7 svn:log V 107 Add and use a DropClient() function for closing the diagnostic port. Call DropClient() from Cleanup() too. END K 10 svn:author V 5 brian K 8 svn:date V 27 1997-11-18T00:20:29.000000Z K 7 svn:log V 354 Notice that ppp has closed the connection properly. Remove the timeout hack to notice that ppp has closed the connection. Remove the ``special case'' hacks for "quit" and "bye", as pppctl now exits immediately when the connection is closed by ppp. Suggest a secure "set server" line for connecting ppp & pppctl. Tidy up and correct a few man page typos. END K 10 svn:author V 5 brian K 8 svn:date V 27 1997-11-18T00:22:07.000000Z K 7 svn:log V 15 Add Id string. END K 10 svn:author V 3 jdp K 8 svn:date V 27 1997-11-18T03:14:53.000000Z K 7 svn:log V 50 Fix two missing arguments detected by "-Wformat". END K 10 svn:author V 3 jdp K 8 svn:date V 27 1997-11-18T03:16:34.000000Z K 7 svn:log V 83 Merge from main branch 1.11 -> 1.12: fix missing arguments detected by "-Wformat". END K 10 svn:author V 3 jdp K 8 svn:date V 27 1997-11-18T03:22:08.000000Z K 7 svn:log V 46 Fix missing arguments detected by "-Wformat". END K 10 svn:author V 3 jdp K 8 svn:date V 27 1997-11-18T03:23:20.000000Z K 7 svn:log V 58 Merge from main branch 1.6 -> 1.7: fix "-Wformat" errors. END K 10 svn:author V 3 jdp K 8 svn:date V 27 1997-11-18T03:27:34.000000Z K 7 svn:log V 46 Add missing arguments detected by "-Wformat". END K 10 svn:author V 3 jdp K 8 svn:date V 27 1997-11-18T03:28:50.000000Z K 7 svn:log V 60 Merge from main branch 1.14 -> 1.15: Add missing arguments. END K 10 svn:author V 3 jdp K 8 svn:date V 27 1997-11-18T03:34:35.000000Z K 7 svn:log V 59 Merge from main branch 1.27 -> 1.28: Add missing argument. END K 10 svn:author V 5 peter K 8 svn:date V 27 1997-11-18T03:34:39.000000Z K 7 svn:log V 121 Don't generate new prototype files with the extra int retval[] arg at the end since pdk deleted them. Forgotten by: phk END K 10 svn:author V 3 jdp K 8 svn:date V 27 1997-11-18T03:37:45.000000Z K 7 svn:log V 45 Add missing argument detected by "-Wformat". END K 10 svn:author V 3 jdp K 8 svn:date V 27 1997-11-18T03:39:10.000000Z K 7 svn:log V 59 Merge from main branch 1.15 -> 1.16: add missing argument. END K 10 svn:author V 3 jdp K 8 svn:date V 27 1997-11-18T03:41:51.000000Z K 7 svn:log V 52 Fix incorrect format string detected by "-Wformat". END K 10 svn:author V 3 jdp K 8 svn:date V 27 1997-11-18T03:43:09.000000Z K 7 svn:log V 66 Merge from main branch 1.18 -> 1.19: Fix incorrect format string. END K 10 svn:author V 3 jdp K 8 svn:date V 27 1997-11-18T03:50:25.000000Z K 7 svn:log V 77 Add missing argument detected by "-Wformat". Make messages more consistent. END K 10 svn:author V 3 jdp K 8 svn:date V 27 1997-11-18T03:51:38.000000Z K 7 svn:log V 89 Merge from main branch 1.6 -> 1.7: Add missing argument, change message for consistency. END K 10 svn:author V 3 jdp K 8 svn:date V 27 1997-11-18T03:59:30.000000Z K 7 svn:log V 34 Add cross-references to rfork(2). END K 10 svn:author V 3 jdp K 8 svn:date V 27 1997-11-18T04:07:05.000000Z K 7 svn:log V 89 Merge from main branch: add cross-references. fork.2: 1.3 -> 1.5 vfork.2: 1.8 -> 1.9 END K 10 svn:author V 3 jdp K 8 svn:date V 27 1997-11-18T05:34:45.000000Z K 7 svn:log V 29 Fix erroneous format string. END K 10 svn:author V 3 jdp K 8 svn:date V 27 1997-11-18T05:35:48.000000Z K 7 svn:log V 66 Merge from main branch 1.18 -> 1.19: Fix erroneous format string. END K 10 svn:author V 3 jdp K 8 svn:date V 27 1997-11-18T05:45:19.000000Z K 7 svn:log V 65 Fix: too many arguments for format string in 4 calls to warnx(). END K 10 svn:author V 3 jdp K 8 svn:date V 27 1997-11-18T05:46:23.000000Z K 7 svn:log V 63 Merge from main branch 1.9 -> 1.10: Fix extra args to warnx(). END K 10 svn:author V 3 jdp K 8 svn:date V 27 1997-11-18T05:53:03.000000Z K 7 svn:log V 57 Fix: too many arguments for format in call to sprintf(). END K 10 svn:author V 3 jdp K 8 svn:date V 27 1997-11-18T05:54:07.000000Z K 7 svn:log V 72 Merge from main branch 1.4 -> 1.5: Fix too many arguments to sprintf(). END K 10 svn:author V 3 jdp K 8 svn:date V 27 1997-11-18T05:56:03.000000Z K 7 svn:log V 45 Fix: too many arguments passed to fprintf(). END K 10 svn:author V 3 jdp K 8 svn:date V 27 1997-11-18T05:57:58.000000Z K 7 svn:log V 81 Merge from main branch 1.9 -> 1.10: Fix call to fprintf with too many arguments. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-11-18T06:48:43.000000Z K 7 svn:log V 97 Fixed pedantic syntax errors caused by the trailing semicolon in the definition of DOMAIN_SET(). END K 10 svn:author V 8 charnier K 8 svn:date V 27 1997-11-18T07:14:19.000000Z K 7 svn:log V 17 MFC: Use err(3). END K 10 svn:author V 8 charnier K 8 svn:date V 27 1997-11-18T07:17:16.000000Z K 7 svn:log V 24 MFC: Statisize usage(). END K 10 svn:author V 8 charnier K 8 svn:date V 27 1997-11-18T07:20:55.000000Z K 7 svn:log V 59 MFC: Use err(3). Add prototypes. Document -s and -r flags. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-11-18T07:23:40.000000Z K 7 svn:log V 172 Fixed pedantic syntax errors caused by trailing semicolon in the __ELF__ case of the definition of MAKE_SET() and in the PSEUDO_LKM case of the definition of PSEUDO_SET(). END K 10 svn:author V 8 charnier K 8 svn:date V 27 1997-11-18T07:24:17.000000Z K 7 svn:log V 45 MFC: Use err(3). Cosmetics in error strings. END K 10 svn:author V 8 charnier K 8 svn:date V 27 1997-11-18T07:26:34.000000Z K 7 svn:log V 32 MFC: Cosmetic in err() strings. END K 10 svn:author V 8 charnier K 8 svn:date V 27 1997-11-18T07:28:15.000000Z K 7 svn:log V 28 MFC: One line usage string. END K 10 svn:author V 8 charnier K 8 svn:date V 27 1997-11-18T07:30:08.000000Z K 7 svn:log V 62 MFC: Add usage() and err(3). Sync man page with usage string. END K 10 svn:author V 8 charnier K 8 svn:date V 27 1997-11-18T07:32:59.000000Z K 7 svn:log V 24 MFC: Remove `progname'. END K 10 svn:author V 5 brian K 8 svn:date V 27 1997-11-18T07:33:23.000000Z K 7 svn:log V 55 DropClient() when read() returns 0 (as it did before). END K 10 svn:author V 8 charnier K 8 svn:date V 27 1997-11-18T07:37:40.000000Z K 7 svn:log V 51 MFC: Use err(3). Change `=' to `==' in two places. END K 10 svn:author V 8 charnier K 8 svn:date V 27 1997-11-18T07:38:47.000000Z K 7 svn:log V 17 MFC: Use err(3). END K 10 svn:author V 8 charnier K 8 svn:date V 27 1997-11-18T07:45:17.000000Z K 7 svn:log V 42 MFC: Cosmetics in yp_error() and usage(). END K 10 svn:author V 8 charnier K 8 svn:date V 27 1997-11-18T07:52:07.000000Z K 7 svn:log V 52 MFC: Typos in man page. Cosmetics in error strings. END K 10 svn:author V 8 charnier K 8 svn:date V 27 1997-11-18T07:54:08.000000Z K 7 svn:log V 17 MFC: Use err(3). END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-11-18T08:07:37.000000Z K 7 svn:log V 378 Don't #include . I mistakenly #included it unconditionally to fix some broken application. Application breakage is now hidden by a recently introduced wrong #include of in . is a prerequisite for , so the prereqisite is automatically supplied. Cast RLIM_INFINITY to the correct (signed) type. END K 10 svn:author V 5 brian K 8 svn:date V 27 1997-11-18T08:49:03.000000Z K 7 svn:log V 39 Remove the outq error in "show modem". END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-11-18T09:26:50.000000Z K 7 svn:log V 409 Don't #include even in the SMP case. Fixed the one place that depended on it. The "bazillion warnings" mentioned in the log for rev.1.45 apparently aren't a problem any more. It is hard to be sure because the SIMPLELOCK_DEBUG option turns off (and breaks) things in the SMP case. Don't forward declare structs that are already implicitly forward declared. Fixed a disordered declaration. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-11-18T09:27:23.000000Z K 7 svn:log V 299 Don't #include even in the SMP case. Fixed the one place that depended on it. The "bazillion warnings" mentioned in the log for rev.1.45 apparently aren't a problem any more. It is hard to be sure because the SIMPLELOCK_DEBUG option turns off (and breaks) things in the SMP case. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-11-18T10:02:40.000000Z K 7 svn:log V 71 Get locking stuff by #including instead of . END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-11-18T10:56:41.000000Z K 7 svn:log V 334 Removed code for the !KERNEL case. It hasn't been maintained for 4 years and gives a "laugh"able number of compile-time errors (see the comment). main() just printed the struct sizes. This can be done better by compiling with -g and reading off the sizes from the stabs. Sorted #includes. Fixed an unsigned vs signed comparison. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-11-18T11:02:19.000000Z K 7 svn:log V 204 Removed unused #include of . This file now uses only zalloc(). Many more cases like this are probably obscured by not including explicitly (it is spammed into ). END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-11-18T11:16:56.000000Z K 7 svn:log V 104 Removed #unused includes. Added a used #include (don't depend on yet to be fixed namespace pollution). END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-11-18T11:30:10.000000Z K 7 svn:log V 71 Get select stuff by #including instead of . END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-11-18T11:32:31.000000Z K 7 svn:log V 83 Removed an unused #included. Ifdefed #includes that are not used in the SMP case. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-11-18T11:45:26.000000Z K 7 svn:log V 189 Removed unused #includes. Fixed #include order. will soon be a prerequisite for . Including both in alphebetical order gets this right naturally. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-11-18T11:47:04.000000Z K 7 svn:log V 67 Don't #include . It is now a prerequisite. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-11-18T12:21:32.000000Z K 7 svn:log V 300 Get select stuff by including instead of , and don't include . (The select -> poll changes replaced fcntl macros by poll macros.) Use instead of . Fail the probe instead of crashing in the unlikely event that malloc() fails. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-11-18T12:24:22.000000Z K 7 svn:log V 25 Removed unused #include. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-11-18T12:43:41.000000Z K 7 svn:log V 68 Removed an unused #include. Ifdefed a conditionally used #include. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-11-18T12:52:10.000000Z K 7 svn:log V 173 Removed an unused #include. Added an unsed #include of to prepare for not including it in . Moved conditionally used #includes inside an ifdef. END