Å;37966 34 222 148 166 116 157 137 114 205 626 628 120 120 192 414 698 363 225 425 289 343 166 137 151 315 168 132 414 177 147 320 161 433 150 166 K 10 svn:author V 6 julian K 8 svn:date V 27 1998-07-30T03:22:52.000000Z K 7 svn:log V 126 add anti-panic workaround from chris radek (cradek@in221.inetnebr.com) Not sure why this is needed but but does stop crashes. END K 10 svn:author V 6 jkoshy K 8 svn:date V 27 1998-07-30T04:17:12.000000Z K 7 svn:log V 53 Document meanings of flags to the -r and -s options. END K 10 svn:author V 6 jkoshy K 8 svn:date V 27 1998-07-30T04:47:56.000000Z K 7 svn:log V 71 Document behaviour of "-" and "--" on the command line. PR: docs/5399 END K 10 svn:author V 3 dfr K 8 svn:date V 27 1998-07-30T08:10:26.000000Z K 7 svn:log V 24 Remove spurious printf. END K 10 svn:author V 3 dfr K 8 svn:date V 27 1998-07-30T08:12:14.000000Z K 7 svn:log V 65 Change load address to 0xfffffc0000300000 to help support AS200. END K 10 svn:author V 4 kato K 8 svn:date V 27 1998-07-30T09:01:12.000000Z K 7 svn:log V 44 Sync with sys/i386/isa/fd.c revision 1.120. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1998-07-30T09:18:58.000000Z K 7 svn:log V 22 Adjust name for team. END K 10 svn:author V 7 thepish K 8 svn:date V 27 1998-07-30T13:35:22.000000Z K 7 svn:log V 108 PR: bin/7434 Submitted by: pechter@shell.monmouth.com Correct misspellings of DEC founder Ken Olsen's name END K 10 svn:author V 3 bde K 8 svn:date V 27 1998-07-30T15:16:06.000000Z K 7 svn:log V 533 Added a flags arg to dsopen() and updated drivers. The DSO_ONESLICE and DSO_NOLABELS flags prevent searching for slices and labels respectively. Current drivers don't set these flags. When DSO_NOLABELS is set, the in-core label for the whole disk is cloned to create an in-core label for each slice. This gives the correct result (a good in-core label for the compatibility slice) if DSO_ONESLICE is set or only one slice is found, but usually gives broken labels otherwise, so DSO_ONESLICE should be set if DSO_NOLABELS is set. END K 10 svn:author V 3 bde K 8 svn:date V 27 1998-07-30T17:05:10.000000Z K 7 svn:log V 535 Use the slice interfaces for SCSI cdroms. This centralizes handling of some disk ioctls and uniformizes bounds checking in the strategy routine. EOF handling got fixed as a side effect. The changes are similar to old changes for SCSI disks, except slices and labels are not searched for on the disk and the in-core label has a few more details (mostly just for backwards compatibility). Bugs in the in-core label had to be fixed to get dsopen() to accept it. The slice interfaces had to support large sectors for all this to work. END K 10 svn:author V 3 bde K 8 svn:date V 27 1998-07-30T17:12:39.000000Z K 7 svn:log V 28 Fixed printf format errors. END K 10 svn:author V 3 bde K 8 svn:date V 27 1998-07-30T17:40:45.000000Z K 7 svn:log V 28 Fixed printf format errors. END K 10 svn:author V 5 wosch K 8 svn:date V 27 1998-07-30T19:18:24.000000Z K 7 svn:log V 98 added support for the o, order, command Submitted by: "Monte Mitzelfelt" END K 10 svn:author V 4 hoek K 8 svn:date V 27 1998-07-31T04:05:11.000000Z K 7 svn:log V 320 Fix coredump when two signals are sent in rapid succession. PR: bin/5721 Submitted by: Oliver Fromme Also, add "volatile" to a variable modified by signal handlers (coincidentally, the same variable involved in the above fix, although this isn't related to the reported problem). END K 10 svn:author V 3 bde K 8 svn:date V 27 1998-07-31T07:22:31.000000Z K 7 svn:log V 605 Backed out rev.1.31. It was a workaround for bugs in rev.1.4 of libc/gen/getpass.c. The old behaviour of blocking SIGINT and not changing SIGQUIT was restored in rev.1.5 of getpass.c. The change here completely restores the old behaviour of not supporting killing login with keyboard signals (only) at the password prompt. There is no reason to support this, since login can be exited normally by typing a couple of ^D's. Login certainly shouldn't dump core in response to user input. Previously, SIGQUIT killed login immediately but SIGINT killed it only after the password was entered. PR: 7444 END K 10 svn:author V 3 bde K 8 svn:date V 27 1998-07-31T07:42:00.000000Z K 7 svn:log V 270 MFC (1.37: backed out stale workarounds for bugs in getpass(). The bugs were worse here because only half of the workarounds were merged. Signal handling was broken after the first call to getpass(), not just during calls to getpass()). PR: 7444 Broken in: 1.12.2.9 END K 10 svn:author V 3 phk K 8 svn:date V 27 1998-07-31T08:47:16.000000Z K 7 svn:log V 132 ndc hardcodes 'named' instead of using $named_program from rc.conf PR: 7425 Reviewed by: phk Submitted by: frf END K 10 svn:author V 3 phk K 8 svn:date V 27 1998-07-31T09:00:39.000000Z K 7 svn:log V 332 In sys/scsi/st.c, st_close() does not check for errors from calling st_write_filemarks(). This means that it is possible to write a file on the tape for which all the writes and the close return without errors, but the all bits did not make it onto the tape. PR: 741 Reviewed by: phk Submitted by: Andrew Heybey END K 10 svn:author V 3 phk K 8 svn:date V 27 1998-07-31T09:03:15.000000Z K 7 svn:log V 196 TFTP_ACK goes to port 69 (default tftp port) and tftpd says 'Timeout'. It will be sent to source port of received packet. PR: 7442 Reviewed by: phk Submitted by: Sergey Shkonda END K 10 svn:author V 3 phk K 8 svn:date V 27 1998-07-31T09:09:19.000000Z K 7 svn:log V 250 I've put together man pages for the pthread_cleanup, pthread_cond, and pthread_mutex routines. I've also tweaked pthread_create.3 to point to pthread_cleanup_push(3) and pthread_cleanup_pop(3). PR: 7450 Submitted by: Brian Cully END K 10 svn:author V 7 cvs2svn K 8 svn:date V 27 1998-07-31T09:09:20.000000Z K 7 svn:log V 70 This commit was manufactured by cvs2svn to create branch 'RELENG_2_2'. END K 10 svn:author V 3 dfr K 8 svn:date V 27 1998-07-31T09:13:25.000000Z K 7 svn:log V 45 Merge with i386/isa/diskslice_machdep.c 1.30 END K 10 svn:author V 3 dfr K 8 svn:date V 27 1998-07-31T09:14:49.000000Z K 7 svn:log V 59 Add definitions of EV56 INT1/INT2/INT4/INT8 memory spaces. END K 10 svn:author V 3 dfr K 8 svn:date V 27 1998-07-31T09:17:51.000000Z K 7 svn:log V 222 Only perform byte/word accesses in the correct EV56 memory space. Sparse macros have moved to . Fix sparse memory access so that it actually works as intended. Tidy up sparse configuration access slightly. END K 10 svn:author V 3 dfr K 8 svn:date V 27 1998-07-31T09:18:52.000000Z K 7 svn:log V 76 Make it possible to have a driver registered with more than one parent bus. END K 10 svn:author V 3 dfr K 8 svn:date V 27 1998-07-31T09:20:35.000000Z K 7 svn:log V 40 Cosmetic change to driver registration. END K 10 svn:author V 3 des K 8 svn:date V 27 1998-07-31T16:00:54.000000Z K 7 svn:log V 321 MFC: bring in phk's man pages for condition variables, mutexes and cleanup routines. Fix Makefile.inc to reflect the addition. Change pthread_create man page to point to the new pages and fix a few typos. Bungle the tagging and beg Peter Wemm to clean up after me. PR: 7450 Submitted by: Brian Cully END K 10 svn:author V 5 brian K 8 svn:date V 27 1998-07-31T19:50:24.000000Z K 7 svn:log V 83 Always dial immediately on ``open'', ``dial'' and ``call''. We don't need a ``!''. END K 10 svn:author V 5 brian K 8 svn:date V 27 1998-08-01T01:02:12.000000Z K 7 svn:log V 53 Cosmetic: Diagnostic wording (Unknown -> Unexpected) END K 10 svn:author V 5 brian K 8 svn:date V 27 1998-08-01T01:02:41.000000Z K 7 svn:log V 225 When we receive an LCP config REQ in Opened state, do TLD *before* processing the config request as TLD initialises the peers LCP values. It's strange that an IRC isn't required here - but I'll bow to the wisdom of the rfc. END K 10 svn:author V 5 peter K 8 svn:date V 27 1998-08-01T08:44:33.000000Z K 7 svn:log V 67 Fix a compile error if IPFIREWALL_FORWARD active without IPDIVERT. END K 10 svn:author V 5 peter K 8 svn:date V 27 1998-08-01T09:04:02.000000Z K 7 svn:log V 338 If we get an ENOBUFS from the network, it's normally transient network interface congestion (eg: nfs over a ppp link, etc). Don't log these for UDP mounts, and don't cause syscalls to fail with EINTR. This stops the 'nfs send error 55' warnings. If the error is because the system is really hosed, this is the least of your problems... END K 10 svn:author V 3 des K 8 svn:date V 27 1998-08-01T09:41:09.000000Z K 7 svn:log V 58 Fix reference to /usr/share/misc/iso3166. PR: misc/7459 END K 10 svn:author V 3 des K 8 svn:date V 27 1998-08-01T09:45:33.000000Z K 7 svn:log V 74 MFC: Fix reference to /usr/share/misc/iso3166. PR: misc/7459 END