aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Major overhaul of the SyncPPP layer. Basically, this comprises now aJoerg Wunsch1997-05-199-786/+2119
| | | | | | | | | | | | | | | | | | | | | | | | full implementation of the sate machine as described in RFC1661, and provides support for plugging in various control protocols. I needed this to provide PPP support for the BISDN project (right now). Unfortunatley, while the existing API was almost up to the point, i needed one minor API change in order to decouple the this-layer- started and this-layer-finished actions from the respective Up and Down events of the lower layer. This requires two additional lines in the attach routines of all existing lower layer interface drivers that are using syncPPP (shortcutting these actions and events). Apart from this, i believe i didn't change the API of all this, so everything should plug in without too many hassles. Please report if i broke something in the existing drivers. For a list of features (including new ones like dial-on-demand), and things still to be done, please refer to the man page i'll commit asap. Encouraged by: Serge Vakulenko <vak@cronyx.ru> Notes: svn path=/head/; revision=25944
* Eliminate a variable that is set but never used.John Polstra1997-05-191-5/+4
| | | | Notes: svn path=/head/; revision=25942
* Mention that "-P" is the default.John Polstra1997-05-191-1/+2
| | | | Notes: svn path=/head/; revision=25941
* Add the new src-contrib-crypto collection.John Polstra1997-05-191-2/+5
| | | | Notes: svn path=/head/; revision=25939
* Remove the select command. The WORMIOCQUIRKSELECT ioctl call has been removedJean-Marc Zucconi1997-05-192-52/+9
| | | | | | | from the driver. Notes: svn path=/head/; revision=25938
* The 'wormcontrol select' command no more exists.Jean-Marc Zucconi1997-05-192-4/+2
| | | | Notes: svn path=/head/; revision=25937
* Set the quirks for the worm drives.Jean-Marc Zucconi1997-05-192-7/+13
| | | | Notes: svn path=/head/; revision=25936
* A few improvements to the worm driver.Jean-Marc Zucconi1997-05-193-233/+483
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - remove all calls to scsi_stop_unit(). Some drives refuse commands when stopped. This will fix the 'device not configured' message which was cleared after opening/closing the tray. - Never set the logical block address in the scsi_cmd struct when writing. The computation was bogus for block sizes not a multiple of DEV_BSIZE. (the bug is still there in the READ case) - reset the block size to the 2048 bytes in finalize_track() track to avoid an error when mounting a disk after an audio write. - remove the WORMIOCQUIRKSELECT ioctl. Quirks are now recorded at probe time (see scsiconf.c) - change and expand the argument to the WORMIOCPREPTRACK ioctl. It now possible to select more track options (copy bits, ISRC codes, track type, track number) - add an error handler to catch false errors (warnings in fact) and record the error type. - add an ioctl call (WORMIOERROR) to get more information on the nature of the error when a command or a write failed. - add an ioctl call (WORMIOCFINISHTRACK) to finalize a track without closing the device (closing the device still finalize the track if the command was not performed) Approved by: joerg Notes: svn path=/head/; revision=25935
* Include the new "src-contrib-crypto" collection.John Polstra1997-05-196-9/+19
| | | | Notes: svn path=/head/; revision=25933
* `it's'' -> `its'' where appropriate and typo fixes in time2posix.3.Eivind Eklund1997-05-197-11/+11
| | | | | | | | | Closes PR docs/3612. Submitted by: Josh Gilliam <soil@quick.net> Notes: svn path=/head/; revision=25932
* Fix my usual omission: add Philippe Charnier to the list of contributors.Joerg Wunsch1997-05-192-2/+7
| | | | | | | Reminded by: max Notes: svn path=/head/; revision=25931
* Fix a few bugs with NFS and mmap caused by NFS' use of b_validoffDoug Rabson1997-05-1915-79/+302
| | | | | | | | | | | and b_validend. The changes to vfs_bio.c are a bit ugly but hopefully can be tidied up later by a slight redesign. PR: kern/2573, kern/2754, kern/3046 (possibly) Reviewed by: dyson Notes: svn path=/head/; revision=25930
* Submitted by: Takashi Saeki <saeki@saskg.semicon.sony.co.jp>Masafumi Max NAKANE1997-05-191-297/+675
| | | | | | | Merge the EN version changes, 1.15 -> 1.17. Notes: svn path=/head/; revision=25928
* Recognize AMD 486 CPUs.KATO Takenori1997-05-192-2/+32
| | | | Notes: svn path=/head/; revision=25925
* Synchronize with sys/i386/isa/sio.c revison 1.167.KATO Takenori1997-05-192-10/+82
| | | | Notes: svn path=/head/; revision=25924
* Typo fix. Also, __FreeBSD_version of -current doesn't change afterSatoshi Asami1997-05-191-2/+2
| | | | | | | each release anymore. :) Notes: svn path=/head/; revision=25922
* Now I really understand the reason for the style.9 rule about not havingPeter Wemm1997-05-191-14/+14
| | | | | | | | | | visible type names in prototypes in user space headers. libutil.h generates warnings with -Wall over the use of "const char *ttyname". It's lucky it wasn't a #define conflict. Is a single '_' prefix acceptable? or does it need to be two? Notes: svn path=/head/; revision=25918
* Neaten up some things which were inconsistent, add a few more flagsJordan K. Hubbard1997-05-1911-33/+37
| | | | | | | | to things which need them, general cleanup. Submitted by: Brian Somers <brian@awfulhak.org> Notes: svn path=/head/; revision=25916
* sysconfig -> rc.confJordan K. Hubbard1997-05-192-10/+10
| | | | | | | | PR: 3461 Submitted by: "Donald J. Maddox" <root@cola97.scsn.net> Notes: svn path=/head/; revision=25914
* accounting -> accounting_enableJordan K. Hubbard1997-05-191-2/+2
| | | | | | | Submitted by: Jian-Da Li <jdli@csie.nctu.edu.tw> Notes: svn path=/head/; revision=25912
* Output exit status description of child in background mode.Brian Somers1997-05-191-3/+4
| | | | Notes: svn path=/head/; revision=25910
* Mega update to sort out bad implementationsBrian Somers1997-05-1913-95/+125
| | | | | | | | | | | | | | | | | | | | | of reconnect & -background. o Fix reconnect anomolies. o Make reconnect apply to failed LQR hangups (& mention in man page). o Make reconnect effective in -background mode. o Listen on socket in -background mode. o Try all phone numbers in -background mode. o Insist on system arg in -background mode. o Make a control-connection close command exit in -background mode. o Output status message to stdout on exit of parent in -background mode. o Don't notify parent of success too soon. o Describe termination EX_* code. o Miscelaneous diagnostic corrections. o Remove redundant connect_time from modem.c. o Don't repeatedly DownConnection(). Notes: svn path=/head/; revision=25908
* Break apart initialization of s and inp from the declarations inTor Egge1997-05-191-5/+9
| | | | | | | | in_setsockaddr and in_setpeeraddr. Suggested by: Justin T. Gibbs <gibbs@plutotech.com> Notes: svn path=/head/; revision=25907
* Add explicit y.tab.h rule so that 'make depend clean all' doesSteve Price1997-05-191-2/+4
| | | | | | | not fail with an "don't know how to make y.tab.h" error. Notes: svn path=/head/; revision=25906
* Use the __unused attribute where warranted.Steve Price1997-05-1911-47/+47
| | | | Notes: svn path=/head/; revision=25905
* Disallow network interrupts while the address is found and copied inTor Egge1997-05-191-1/+13
| | | | | | | | | | in_setsockaddr and in_setpeeraddr. Handle the case where the socket was disconnected before the network interrupts were disabled. Reviewed by: Garrett Wollman <wollman@khavrinen.lcs.mit.edu> Notes: svn path=/head/; revision=25904
* Miscellaneous sorting and addition of rules for object files thatSteve Price1997-05-191-11/+25
| | | | | | | | | depend on generated headers. Reviewed by: Bruce Evans <bde@zeta.org.au> Notes: svn path=/head/; revision=25903
* Correct comment to show correct path to cap_mkdbGary Palmer1997-05-191-2/+2
| | | | Notes: svn path=/head/; revision=25901
* Mention that flags 0x10000 disables test#3Poul-Henning Kamp1997-05-182-14/+18
| | | | Notes: svn path=/head/; revision=25900
* Whoops, missed a zero there. Flags 0x10000 it is.Poul-Henning Kamp1997-05-183-6/+6
| | | | Notes: svn path=/head/; revision=25899
* Flags 0x1000 on sio now disables the dreaded test#3.Poul-Henning Kamp1997-05-183-6/+9
| | | | | | | PR: 3395 Notes: svn path=/head/; revision=25898
* Detect various supersets of 16550A based on fifo depth.Poul-Henning Kamp1997-05-183-12/+117
| | | | | | | | | PR: i386/3523 Reviewed by: phk Submitted by: vak@cronyx.ru Notes: svn path=/head/; revision=25897
* Comment that this is no longer used and is only for convenience.Jordan K. Hubbard1997-05-181-1/+7
| | | | | | | Requested by: ache Notes: svn path=/head/; revision=25896
* Bring back /etc/netstart for those who are sitting in single user andJordan K. Hubbard1997-05-181-0/+22
| | | | | | | | | wish only to bring up their interfaces. This script is not actually called by any other script and exists purely for user convenience. Requested by: pst Notes: svn path=/head/; revision=25895
* Synchronize with sys/i386/boot/biosboot/bios.S andKATO Takenori1997-05-182-22/+2
| | | | | | | sys/i386/boot/biosboot/serial.S revisions 1.10 and 1.7, respectively. Notes: svn path=/head/; revision=25893
* Merge the EN version changes, 1.69 -> 1.70.Masafumi Max NAKANE1997-05-181-3/+8
| | | | Notes: svn path=/head/; revision=25892
* Bump the original revision by one.Masafumi Max NAKANE1997-05-181-2/+2
| | | | | | | (The previous commit took care of merging the en version changes.) Notes: svn path=/head/; revision=25891
* Update the nanosleep versions to set a SIGALRM handler while sleeping.Peter Wemm1997-05-182-3/+18
| | | | | | | | This appears to appease Apache, although depending on having sleep(3) changing the SIGALRM handler is a bit bogus. Notes: svn path=/head/; revision=25890
* Add a couple of test cases for mmap over NFS.Doug Rabson1997-05-1811-0/+545
| | | | Notes: svn path=/head/; revision=25889
* MF2.2: update login_cap api docs.David Nugent1997-05-181-9/+23
| | | | | | | | | | PR: Reviewed by: Submitted by: Obtained from: Notes: svn path=/head/; revision=25888
* fix missing close comment in login_cap additionsPeter Wemm1997-05-181-2/+2
| | | | Notes: svn path=/head/; revision=25885
* Document __FreeBSD_version values up to 2.2.2R. Should be in 2.2.2.Satoshi Asami1997-05-181-2/+7
| | | | Notes: svn path=/head/; revision=25884
* Change name of current release to 2.2.2. This should be in 2.2.2, itSatoshi Asami1997-05-181-2/+2
| | | | | | | | will be pretty darn embarrassing to ship a release with a handbook that claims it's one version older. :) Notes: svn path=/head/; revision=25883
* Change the release nameHiroyuki Hanai1997-05-181-2/+2
| | | | Notes: svn path=/head/; revision=25882
* Merge the en version changes, 1.244 -> 1.245.Masafumi Max NAKANE1997-05-181-4/+3
| | | | Notes: svn path=/head/; revision=25881
* Removed my name from the list of contributors.Tor Egge1997-05-171-3/+2
| | | | | | | Corrected my name in the 386BSD Patch kit section. Notes: svn path=/head/; revision=25880
* Remove redundant check for vp == dvp (done in VFS before calling).Poul-Henning Kamp1997-05-175-43/+6
| | | | Notes: svn path=/head/; revision=25877
* Merge the EN version changes, 1.243 -> 1.244.Masafumi Max NAKANE1997-05-171-2/+3
| | | | Notes: svn path=/head/; revision=25876
* Added Chris Dabrowski < chris@vader.org> to the additional contributors listMasafumi Max NAKANE1997-05-171-1/+2
| | | | | | | for the traceroute port. Notes: svn path=/head/; revision=25875
* New translation of russian.sgml.Hiroyuki Hanai1997-05-173-5/+197
| | | | | | | | | | Add Motoyuki Konno <motoyuki@st.rim.or.jp> into the contributors' list for Japanese translation. Reviewed by: hanai@astec.co.jp Submitted by: motoyuki@st.rim.or.jp Notes: svn path=/head/; revision=25874