aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Man page for the pciconf utility. There really should be someStefan Eßer1997-02-111-0/+182
| | | | | | | | | documentation on the ioctl() interface provided by /dev/pci ... Reviewed by: wollman Notes: svn path=/head/; revision=22574
* Fix remote request for HTTP proxies. Should close PR#2670.Garrett Wollman1997-02-112-5/+15
| | | | Notes: svn path=/head/; revision=22573
* Make the description of command-line args match the reality.Masafumi Max NAKANE1997-02-111-21/+15
| | | | | | | | | - Options must be preceeded by a `-'. - Backgammon doesn't give, and hasn't given you any usage info. (Maybe this should be fixed in the program.) Notes: svn path=/head/; revision=22571
* In the disable_slot() routine, the variable "i" wasNate Williams1997-02-111-1/+1
| | | | | | | | | | | being used without ever being initialized. From examining the rest of the routine, it looks like this is a typo, and it really should have been "1" instead of "i". Submitted by: mpp Notes: svn path=/head/; revision=22570
* Fix a bug in the reporting of residuals. The code was relying on the SG_COUNTJustin T. Gibbs1997-02-112-5/+22
| | | | | | | | | | | filed in the hardware SCB not changing during the course of a transaction. Since the sequencer now DMAs the hardware SCB back up to the host when it detects a residual, this is no longer the case. I added a field to the "software" scb to mirror this information and it is now used for doing the residual calculation. Notes: svn path=/head/; revision=22569
* Clear the DFCNTRL register after every busfree.Justin T. Gibbs1997-02-111-23/+26
| | | | | | | | | | | | | | | | | | | | When setting the HCNT registers, do so in ascending order. When performing tagged queueing in non-paging mode, also check the disconnected bit in the SCB as extra sanity during a reconection. Make the labels in the DMA routine more sane. When doing a DMA, if we see the DMADONE condition come true, we can simply turn of the DMA enable bits in DFCNTRL without testing the FIFO state as HDONE is true when DMADONE is true and this emplies the FIFO is empty. These changes clear up the data overrun error messages and seem to prevent the "timed out in data-in phase" problems. Notes: svn path=/head/; revision=22568
* Restored one line of "High Sierra" changes from rev.1.8.Bruce Evans1997-02-112-2/+4
| | | | | | | | The Lite2 changes in cd9660 are scarey. I probably missed some other lossage in this file. Notes: svn path=/head/; revision=22567
* Restored one line of "High Sierra" changes from rev.1.6 which wasBruce Evans1997-02-112-2/+2
| | | | | | | | | | blown away by the previous commit. Not restored: trailing whitespace changes from rev.1.7. Not restored: -Wall cleanup from rev.1.5. Notes: svn path=/head/; revision=22566
* Removed High Sierra task from TODO list. Joerg did it years ago andBruce Evans1997-02-112-12/+0
| | | | | | | | other items were removed from the list when they were done in the Lite2 merge. The Lite2 merge just broke the High Sierra changes. Notes: svn path=/head/; revision=22565
* Restored changes from rev.1.58-1.60 which were blown away by theBruce Evans1997-02-112-28/+34
| | | | | | | previous commit. Notes: svn path=/head/; revision=22564
* Deleted prototypes. They are in pc98_machdep.h.KATO Takenori1997-02-111-4/+0
| | | | Notes: svn path=/head/; revision=22562
* Synchronize with sys/i386/isa/if_ed.c revision 1.114.KATO Takenori1997-02-111-1/+1
| | | | Notes: svn path=/head/; revision=22560
* Synchronize with sys/i386/conf/majors.i386 revision 1.12.KATO Takenori1997-02-111-0/+1
| | | | Notes: svn path=/head/; revision=22559
* Reduce the command field width by one when idle time is > 9 days, toDaniel O'Callaghan1997-02-113-4/+10
| | | | | | | | | eliminate unsightly blank line. Possibly a 2.2 candidate. Notes: svn path=/head/; revision=22558
* really minor cleanupJulian Elischer1997-02-112-2/+2
| | | | | | | sc is set to ifp->if_softc so use it.. Notes: svn path=/head/; revision=22557
* Add Guido van Rooij to core team.Jordan K. Hubbard1997-02-111-2/+2
| | | | Notes: svn path=/head/; revision=22555
* Fix a couple of typos.Mike Pritchard1997-02-111-4/+4
| | | | | | | Submitted by: bde Notes: svn path=/head/; revision=22554
* Don't unilaterally decide to skip network configuration if running multi-user;Jordan K. Hubbard1997-02-112-6/+4
| | | | | | | ask politely. Notes: svn path=/head/; revision=22553
* -#include <ufs/ufs/ufsmount.h>Jordan K. Hubbard1997-02-113-3/+0
| | | | | | | | This was a temporary measure I took to deal with John's 4.4L2 changes which should not have crept in. Notes: svn path=/head/; revision=22552
* Save /etc/sysconfig data at the very very end, so that it can beJordan K. Hubbard1997-02-109-30/+21
| | | | | | | | | used post-install time as a configuration tool as well. Update comments about a kernel recompile being necessary for PS/2 mice. Notes: svn path=/head/; revision=22549
* Fix spelling of net.inet.ip.forwarding.Garrett Wollman1997-02-102-1/+6
| | | | | | | Add ARP_PROXYALL to defunct options. Notes: svn path=/head/; revision=22548
* Fix PR#2700: report correct transmission speed, and restart transfersGarrett Wollman1997-02-102-4/+6
| | | | | | | | | from the restart point, not the end of the file (blush!). Submitted by: John-Mark Gurney <jmg@nike.efn.org> Notes: svn path=/head/; revision=22547
* Part two of a "fix-and-move". There were some macros declared in ../sbin'sMark Murray1997-02-101-0/+16
| | | | | | | | | | Makefile that were a) broken and b) bogusly placed. This brings the repeared macros in. Pointed-out-by: BDE Notes: svn path=/head/; revision=22546
* Part one of a "fix-and-move". Init(8) had make macros declared hereMark Murray1997-02-101-16/+0
| | | | | | | | | bogusly. This removes the macros for replacement into init's Makefile. Pointed-out-by: BDE Notes: svn path=/head/; revision=22545
* Correct the new Lite2 #ifdef DIAGNOSTIC ffs_checkblk routineMike Pritchard1997-02-101-11/+8
| | | | | | | | | | | | | | | | to not return without setting a return value when it can't read a block error or detects a bad cylinder group, since the caller is expecting a return value. It will now panic at this point, since the thing to do in this case would be to return a "bad block" status to the caller, and the caller will panic anyways when that happens. Also updated to panic strings in this routine to read "ffs_checkblk: ..." instead of "checkblk: ...". Notes: svn path=/head/; revision=22544
* Make this compile again after the Lite2 merge.Mike Pritchard1997-02-104-10/+8
| | | | | | | | | VOP_UNLOCK was being called with the wrong mumber of arguments. Also silenced a -Wall warning. Notes: svn path=/head/; revision=22543
* Make this compile again after the Lite2 merge.Mike Pritchard1997-02-102-3/+3
| | | | | | | VOP_UNLOCK was being called with the wrong mumber of arguments. Notes: svn path=/head/; revision=22542
* Obsolete fgetline() -> fgetln(); and chop off newline if necessary.David Nugent1997-02-101-4/+5
| | | | Notes: svn path=/head/; revision=22541
* Make this compile after the Lite2 merge.Mike Pritchard1997-02-101-2/+2
| | | | | | | A non-existent variable was being used. Notes: svn path=/head/; revision=22540
* Make ffs_subr.c compile when DIAGNOSTIC is defined.Mike Pritchard1997-02-101-1/+1
| | | | | | | | It looks like this was broken before the Lite2 merge :-(. VOP_BMAP was being called with the wrong number of arguments. Notes: svn path=/head/; revision=22539
* Make ccd compile again after the Lite2 merge.Mike Pritchard1997-02-102-8/+8
| | | | | | | VOP_UNLOCK was being called with the wrong number of arguments. Notes: svn path=/head/; revision=22538
* Update manpage; corrections, clarifications and login class (with xref).David Nugent1997-02-101-10/+27
| | | | Notes: svn path=/head/; revision=22537
* Adds login class support for local & nis passwords:David Nugent1997-02-103-16/+60
| | | | | | | | - minpasswordlen=n override minimum password length for class. - passwordperiod=n[smhdwy] auto-set next password change date. Notes: svn path=/head/; revision=22536
* Add '-q' quiet flag for flush/add/zero commands; add 'show' command asDaniel O'Callaghan1997-02-102-8/+50
| | | | | | | | | | synonym for '-a list'; stop SEGV when specifying 'via' with no interface; change 2 instances of strcpy() to strncpy(). This is a candidate for 2.2 Notes: svn path=/head/; revision=22535
* IP Filter is now character device #79Darren Reed1997-02-102-0/+2
| | | | Notes: svn path=/head/; revision=22534
* Synchronize with Lite/2 commit: i386/i386/machdep.c, i386/i386/trap.c,KATO Takenori1997-02-106-6/+6
| | | | | | | | i386/isa/fd.c and i386/isa/wd.c revisions 1.227, 1.87, 1.96 and 1.123, respectively. Notes: svn path=/head/; revision=22533
* Add IP Filter .c files for "config" & "config.new" use.Darren Reed1997-02-102-0/+10
| | | | Notes: svn path=/head/; revision=22532
* Add IP Filter hooks (from patches).Darren Reed1997-02-103-0/+45
| | | | Notes: svn path=/head/; revision=22531
* Don't stomp wall_cmos_clock file.Jordan K. Hubbard1997-02-103-6/+6
| | | | Notes: svn path=/head/; revision=22530
* Allow the user to choose UTC or local time.Jordan K. Hubbard1997-02-103-12/+27
| | | | Notes: svn path=/head/; revision=22529
* add a disktab entry for those people who need abit of helpJulian Elischer1997-02-102-0/+14
| | | | | | | | | | | | with ZIP drives.. use with: disklabel -r -w -B sdx zip100 Submitted by: dave blizzard <dblizzar@sprynet.com> Notes: svn path=/head/; revision=22528
* Update to reflect new Lite2 mount.h and friends.Mike Pritchard1997-02-101-50/+53
| | | | Notes: svn path=/head/; revision=22527
* Update to reflect new Lite2 mount.h.Mike Pritchard1997-02-102-6/+16
| | | | Notes: svn path=/head/; revision=22526
* Update to reflect new Lite2 fs.h.Mike Pritchard1997-02-101-76/+84
| | | | Notes: svn path=/head/; revision=22525
* Another fix related to pr#bin/2585 . That'll teach me toBill Fenner1997-02-101-1/+2
| | | | | | | grep h_length *.c ... Notes: svn path=/head/; revision=22524
* Fix off by one error in setlogin() syscall.David Nugent1997-02-101-3/+6
| | | | | | | Don't overwrite session login unless the call is going to succeed. Notes: svn path=/head/; revision=22522
* This is the kernel Lite/2 commit. There are some requisite userlandJohn Dyson1997-02-10302-9858/+13528
| | | | | | | | | | | | | | | | | | changes, so don't expect to be able to run the kernel as-is (very well) without the appropriate Lite/2 userland changes. The system boots and can mount UFS filesystems. Untested: ext2fs, msdosfs, NFS Known problems: Incorrect Berkeley ID strings in some files. Mount_std mounts will not work until the getfsent library routine is changed. Reviewed by: various people Submitted by: Jeffery Hsu <hsu@freebsd.org> Notes: svn path=/head/; revision=22521
* 1.2 -> 1.44MB floppies.Jordan K. Hubbard1997-02-092-16/+6
| | | | Notes: svn path=/head/; revision=22517
* This commit was generated by cvs2svn to compensate for changes in r22514,Darren Reed1997-02-09189-0/+28807
|\ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=22515
| * Import IP Filter v3.1.7 into FreeBSD treevendor/ipfilter/3.1.7Darren Reed1997-02-09189-0/+28807
| | | | | Notes: svn path=/vendor/ipfilter/dist/; revision=22514 svn path=/vendor/ipfilter/3.1.7/; revision=22516; tag=vendor/ipfilter/3.1.7