summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fill out the ELF header files to make them more or less complete.jdp1997-05-218-165/+571
| | | | | Fix a macro name that was misspelled both in brandelf.c and imgact_elf.h.
* Add new C global names also referenced from assembly language.jdp1997-05-211-1/+59
| | | | These mostly came from the addition of SMP support.
* Make setbits() SMP-safe. Eliminate the SETBITS() macro, and replacejdp1997-05-213-19/+18
| | | | | | | | | | all uses of it with the equivalent calls to setbits(). This change incidentally eliminates a problem building ELF kernels that was caused by SETBITS. Reviewed by: fsmp, peter Submitted by: bde
* Fix comment about LOCAL_DIRS. Now it works as advertised. :)asami1997-05-211-2/+2
|
* Remove evil MAKE_LOCAL and MAKE_PORTS hacks and replace them withjkh1997-05-211-7/+7
| | | | | a simpler, more general LOCAL_DIRS hack. Reviewed by: asami
* Initialize the buf_queue of the pt(4) driver.joerg1997-05-212-3/+16
| | | | | | | | | | PR: kern/3629: /sys/scsi/pt.c doesn't... Submitted by: simokawa@sat.t.u-tokyo.ac.jp (Hidetoshi Shimokawa) Add a catch-all record for removable SCSI devices to default them to only one LUN. PR: kern/3580: Bad LUN probes on Xyratex...
* - The 3Com 3C589D card is now supported.nate1997-05-211-18/+7
|
* Several bug fixes for the ee16 support from Richard Straka:gibbs1997-05-212-172/+222
| | | | | | | | | | | | | | | | | | | | | | | 1) Adjust NFRAMES from 16 to 8 per 16k of memory. 2) Acknowledge interrupts to the card early in the interrupt handler before processing the event that caused the interrupt. This frees the card to process addtional events instead of waiting for the driver to finish handling events. 3) Changed the initialization of the transmit buffers to be a loop so that the number of buffers can be more easily changed. 4) Moved the code to take the adapter out of loop back mode to just before we enable the receiver. I also made the driver dynamically size its resource arrays at attach time so that we can take full advantage of adapters with more than 16k of memory. Richard has some other changes he's working on to improve performance, but this should get ee16 support working reliably again. Thanks to Wes Santee <wes@bogon.net> for testing these patches. Submitted by: Richard Straka <straka@user1.inficad.com>
* Attempt to work around the problem Bruce reported with 'cvs diff -rHEAD'peter1997-05-211-2/+4
| | | | | complaining about long-deleted files having been deleted and that there is no diff available.
* Small tweak to the group parsing code to stop it from core dumpingwpaul1997-05-211-1/+3
| | | | | | | on malformed /etc/group entries. This is a band-aid until I can pull in the newer group parsing code from getgrent . Pointed out by: branson@belmakor.hq.ferg.com (Branson Matheson)
* Introducing "Jumping Daemon" screen saver. This is really cute andyokota1997-05-215-0/+663
| | | | | | eye-catching :-) Submitted by: ssigala@globalnet.it
* Introducing "Jumping Daemon" screen saver. This is really cute andyokota1997-05-214-10/+10
| | | | | | | | eye-catching :-) Submitted by: ssigala@globalnet.it Also fixed some `extern' declarations in saver.h.
* Merge the EN version chages, 1.247 -> 1.249.max1997-05-211-2/+4
|
* replace obsolete @ctrl{A} with @kbd{C-A}. Suppress compilation warning.charnier1997-05-211-3/+3
|
* Add Brian Handy <handy@lambic.space.lockheed.com> for his bclockasami1997-05-211-1/+2
| | | | port submission.
* Add Vanill Ice <vanilla@Minje.Com.TW> for the filerunner port update.asami1997-05-211-1/+2
|
* Remove y.tab.h from the beforedepend target. Also add asteve1997-05-211-2/+3
| | | | | | rule that shows the dependency of arith_lex.[co] on y.tab.h. Suggested by: Bruce Evans <bde@zeta.org.au>
* Add a space to moused_port line.jkh1997-05-211-2/+2
| | | | | PR: 3644 Submitted by: Michael Perlman <canuck@caam.rice.edu>
* Major nit: i've confused link0 and link1 in my brain and/or in eitherjoerg1997-05-201-15/+21
| | | | | | | | | the man page or the source file. Fix this. Minor problem: don't choke with ENETDOWN early. As long as our output queue has space, put the IP packets there even if IPCP ain't up yet. We will eventually be able delivering them once the PPP state machine came up.
* Merge the EN version changes, 1.246 -> 1.247.max1997-05-201-3/+2
|
* Remove me from add. contributors, I am now in committers.charnier1997-05-201-2/+1
|
* Plug a memory leak in nfs_link.dfr1997-05-202-4/+4
| | | | PR: kern/1001
* Merge the EN version changes, 1.245 -> 1.246.max1997-05-201-2/+3
|
* Merge the en version changes, 1.67 -> 1.69.max1997-05-201-2/+6
|
* Merge the EN version changes, 1.17 -> 1.18.max1997-05-201-2/+5
|
* Fixed botched author entity definition.jfieber1997-05-201-3/+3
|
* Add a man page for sppp(4).joerg1997-05-192-1/+187
|
* Major overhaul of the SyncPPP layer. Basically, this comprises now ajoerg1997-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>
* Eliminate a variable that is set but never used.jdp1997-05-191-5/+4
|
* Mention that "-P" is the default.jdp1997-05-191-1/+2
|
* Add the new src-contrib-crypto collection.jdp1997-05-191-2/+5
|
* Remove the select command. The WORMIOCQUIRKSELECT ioctl call has been removedjmz1997-05-192-52/+9
| | | | from the driver.
* The 'wormcontrol select' command no more exists.jmz1997-05-192-4/+2
|
* Set the quirks for the worm drives.jmz1997-05-192-7/+13
|
* A few improvements to the worm driver.jmz1997-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
* Include the new "src-contrib-crypto" collection.jdp1997-05-196-9/+19
|
* `it's'' -> `its'' where appropriate and typo fixes in time2posix.3.eivind1997-05-197-11/+11
| | | | | | Closes PR docs/3612. Submitted by: Josh Gilliam <soil@quick.net>
* Fix my usual omission: add Philippe Charnier to the list of contributors.joerg1997-05-192-2/+7
| | | | Reminded by: max
* Fix a few bugs with NFS and mmap caused by NFS' use of b_validoffdfr1997-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
* Submitted by: Takashi Saeki <saeki@saskg.semicon.sony.co.jp>max1997-05-191-297/+675
| | | | Merge the EN version changes, 1.15 -> 1.17.
* Recognize AMD 486 CPUs.kato1997-05-192-2/+32
|
* Synchronize with sys/i386/isa/sio.c revison 1.167.kato1997-05-192-10/+82
|
* Typo fix. Also, __FreeBSD_version of -current doesn't change afterasami1997-05-191-2/+2
| | | | each release anymore. :)
* Now I really understand the reason for the style.9 rule about not havingpeter1997-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?
* Neaten up some things which were inconsistent, add a few more flagsjkh1997-05-1911-33/+37
| | | | | to things which need them, general cleanup. Submitted by: Brian Somers <brian@awfulhak.org>
* sysconfig -> rc.confjkh1997-05-192-10/+10
| | | | | PR: 3461 Submitted by: "Donald J. Maddox" <root@cola97.scsn.net>
* accounting -> accounting_enablejkh1997-05-191-2/+2
| | | | Submitted by: Jian-Da Li <jdli@csie.nctu.edu.tw>
* Output exit status description of child in background mode.brian1997-05-191-3/+4
|
* Mega update to sort out bad implementationsbrian1997-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().
* Break apart initialization of s and inp from the declarations integge1997-05-191-5/+9
| | | | | in_setsockaddr and in_setpeeraddr. Suggested by: Justin T. Gibbs <gibbs@plutotech.com>
OpenPOWER on IntegriCloud