summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove statement that does nothing now, forget in my prev. commitache1996-02-011-2/+1
|
* addr_type field was ever not assigned, control field was assigned incorrectlyache1996-02-011-2/+3
|
* Return to #pragma pack(4) after header is doneache1996-02-012-2/+12
| | | | Obtained from: NetBSD
* Wrong field was used to determine audio/data disksache1996-02-011-1/+1
|
* Fix TOC size calculation: old code assing volume size hereache1996-02-012-4/+8
|
* Make routed use real netmasks when installing routes; for unknownfenner1996-02-011-4/+4
| | | | | class B and C networks routed would use the network number as the netmask. This can cause some real interesting behaviour.
* Oops, pick wrong volume size for leadout entryache1996-02-011-3/+3
|
* Add comment: reflect the fact that lba stored in network byte orderache1996-02-011-2/+2
|
* Oops, I pick wrong size field for leadout entryache1996-02-011-8/+9
|
* Correct a minor but important error in the rtprio example.joerg1996-02-011-2/+2
|
* Add mount_devfs to the subdir list.markm1996-02-011-1/+1
|
* Sync with latest Meteor and Spigot sources from James.jkh1996-02-015-74/+238
| | | | Submitted by: Jim Lowe <james@miller.cs.uwm.edu>
* Update my hardware section. Still waiting for more "Picks" configurations,jkh1996-02-011-10/+29
| | | | folks! Am I to be the only hardware blow-hard in here? :-)
* Added Mita Yoshio <mita@iis.u-tokyo.ac.jp> for his contribution ofasami1996-02-011-1/+2
| | | | the tgif port.
* Remove groff/tmac/mm.diff - it is just a small file containing a contextmpp1996-01-311-70/+0
| | | | diff that was probably mistakenly committed when the package was brought in.
* Updated the ".St -ansiC" macro to report "ISO 9899: 1990 (``ISO C'')"mpp1996-01-311-4/+24
| | | | | | | You can also specify -iso9899, or -isoC. Use -ansiC-89 if you still need the X3.159-1989 string reported. Suggested by Garrett Wollman.
* Slight modification of ncr_setmaxtags: set usrtags=0 for drivesse1996-01-311-17/+16
| | | | | | | | | | | that don't announce support for command queues. SCSI_NCR_DFLT_TAGS can be specified in the kernel config file and sets the default number of tags per disk drive. A value of 0 means "no tags". Minor correction in debug messages: Values from the msg_in buffer were being printed in the msg_out trace message ...
* Fix some grammar problems (mainly its/it's stuff).mpp1996-01-318-37/+37
|
* Free the externalizing buffer.gibbs1996-01-312-4/+10
|
* Decend the list of ioaddrs and maddrs for eisa devices and print them outgibbs1996-01-311-6/+17
| | | | for lsdev -c.
* Properly calculate the amount of the devconf to output in SYSCTL_OUT.gibbs1996-01-311-2/+10
| | | | | | | | | The code outputs the dc then calls the device specific externalize routines to fill in the dc_data area. The old code assumed that dc_data started one byte from the end of the dc, but with the compiler optimizing alignment and padding, this isn't always the case. Do an explicit &(dc.dc_data) - &dc. This fixes lsdev -c which must have been broken for some time.
* aha1742.c aic7770.c bt74x.cgibbs1996-01-315-20/+160
| | | | | | | | - Call eisa_registerdev as soon as we have a device match. This allows the "eisa_add_*" routines to tweak kdc_datalen as the kdc grows and shrinks. eisaconf.c - externalize the linked lists that hold our ioaddrs and maddrs.
* Make mixer print out all of the current mixer settings by defualtmpp1996-01-311-0/+16
| | | | | instead of making the user run a separate command for each setting they are interested in. Closes PR#432.
* Hacked up a small man page for mount_ext2fs. The existing man page wasmpp1996-01-311-61/+10
| | | | simply a copy of the mount_lfs man page.
* Teach the .Os macro about FreeBSD and our releases. E.g.mpp1996-01-312-23/+90
| | | | | | | | | | | | | .Os FreeBSD 2.1 will now display "FreeBSD 2.1" at the bottom of the man page, instead of just "FreeBSD". Added a bunch of missing standards to the .St macro. 4.4BSD is no longer "BSD Experimental". Obtained from: Partially obtained from NetBSD & 4.4BSD-lite2
* Found an instance of yp_error() in yp_maplist_create() that had two %swpaul1996-01-311-2/+2
| | | | tokens but only one argument; fixed by putting in missing argument.
* Sync with my sources at home:wpaul1996-01-311-4/+39
| | | | | | | | | | | | | - Don't do longjmp()s from inside a signal handler. Even though I got things to work the way I wanted, it's bad karma. - Remember to clear the sa_mask with sigemptyset() before masking signals when using sigaction() to set up the SIGIO handler. - Break out of the wait loop in yppush_exit() when the five minute timeout expires instead of looping around for another pass. If ypxfr on the other end fails somehow and never sends a response, we don't want to wait around forever.
* Another round of spelling fixes.mpp1996-01-3117-64/+64
|
* Some more spelling fixes.mpp1996-01-3128-199/+199
|
* Fix some more spelling errors.mpp1996-01-315-35/+35
|
* Fix some spelling errors in the calendar files.mpp1996-01-313-34/+34
|
* "out of space" -> "out of swap space".dg1996-01-311-2/+2
|
* Improved killproc() log message and made it and the other similar messagedg1996-01-314-15/+14
| | | | | tolerant of p_ucred being invalid. Starting using killproc() where appropriate.
* Print a more descriptive message when the mb_map is filled (out of mbufdg1996-01-311-2/+2
| | | | clusters), and tell the operator what to do about it (increase maxusers).
* Fix one warning and fix one bug found while looking at another warning (butasami1996-01-312-2/+18
| | | | | | | | | caused by a different reason): . #ifndef __FreeBSD__ around check for negative size, FreeBSD size_t is unsigned . Disable mirror/parity if interleave size is 0 (i.e., serial concatenation).
* Updated to Nov 8, 1995 version from internic.net.dg1996-01-311-3/+3
|
* Add CCDF_MIRROR and CCDF_PARITY to list of flags.asami1996-01-311-0/+2
|
* Fix a bug related to the interworking of T/TCP and window scaling:olah1996-01-312-12/+38
| | | | | | | | | | | | | | | when a connection enters the ESTBLS state using T/TCP, then window scaling wasn't properly handled. The fix is twofold. 1) When the 3WHS completes, make sure that we update our window scaling state variables. 2) When setting the `virtual advertized window', then make sure that we do not try to offer a window that is larger than the maximum window without scaling (TCP_MAXWIN). Reviewed by: davidg Reported by: Jerry Chen <chen@Ipsilon.COM>
* Remove unnecessary typedef. All inclusions of <rpc/auth.h> in the sourcehsu1996-01-311-7/+3
| | | | | tree are preceded by an inclusion of <rpc/types.h>, so the 32-bit fixed sized type u_int32_t is already available to us.
* Add an entry for my HP Model 4020i CDR drive.jkh1996-01-311-1/+5
|
* Fix another problem with the new pipe code, pointed out by Bruce Evans.dyson1996-01-311-7/+6
| | | | This one fixes a problem with interactions with signals.
* Mirror support. When CCDF_MIRROR is set:asami1996-01-312-30/+82
| | | | | | | | | | | | | (1) The reads are always done from the first n/2 disks. (2) Each write is done twice, to the "data" disk (in the first half) and the "mirror" disk (in the second half). ccdbuffer() now takes an extra argument (struct ccdbuf **) and stores the pointer to ccdbuf in there. In case of a mirrored write, it allocates and stores two pointers. The "residual" is also doubled for mirrored writes so that ccdiodone() can correctly tell when all the writes are done.
* Fix some problems with return codes on the new pipe stuff. Bruce Evansdyson1996-01-311-4/+8
| | | | found the problems, and this commit will fix the "first batch" :-).
* ctm(5) has been written, so remove comment about it not existing. :)nate1996-01-311-2/+1
|
* de_DE.ISO8859-1 -> de_DE.ISO_8859-1wosch1996-01-303-22/+22
|
* Fix a bunch of spelling errors in the comment fieldsmpp1996-01-3023-61/+61
| | | | of a bunch of system include files.
* Audio part: various improvements from NetBSD driverache1996-01-302-38/+64
| | | | Convert LBA to network order now
* A better algorithm to place the numbers on the lines.joerg1996-01-301-17/+17
| | | | Submitted by: satoshi
* Correct someone's cut-and-paste errors. Some lines began incorrectlyjkh1996-01-301-11/+11
| | | | | with spaces instead of tabs. Submitted by: Jeremy Chatfield <jdc@xinside.com>
* Bugfix: don't convert LBA to host order, they must stay in network order.ache1996-01-301-10/+8
|
OpenPOWER on IntegriCloud