summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Change vm_map_print() to have the correct number and type of args forbde1995-08-262-7/+15
| | | | a ddb command.
* Don't declare a nonexistent function.bde1995-08-261-4/+2
| | | | Fix formatting of recent changes.
* Remove "memory" clobber statement from enable_intr(). Enabling interruptsbde1995-08-262-8/+8
| | | | | | doesn't invalidate loaded variables. Fix formatting of recent changes.
* Convert \n to \r\n in serial_putchar().bde1995-08-261-0/+2
|
* Accept escaped quotes in msg catalogs.jkh1995-08-261-0/+4
|
* Make the play-pen searching routine even more agile in tryingjkh1995-08-261-1/+3
| | | | to create a /usr/tmp dir if it makes sense to do so.
* Remove register, registerd & make_keypair until thedes library is moved. mmarkm1995-08-261-2/+4
|
* Import Paul Kranenburg's man page for ld.so (aka. rtld).joerg1995-08-266-4/+582
| | | | Obtained from: NetBSD
* Allow the kerberos utilities and kerberised code to still find des.h inmarkm1995-08-261-2/+2
| | | | the old place. This corrects an upgrade that sneaked through too early.
* Fixed bug with decoding RIP packets - removed unnecessary ntohs()'s fordg1995-08-261-3/+3
| | | | the sa_family.
* Cleanup. Remove a gratuitous observation.jkh1995-08-261-12/+9
|
* Use size_t properly in all fs size ops. This kills a bugjkh1995-08-263-7/+5
| | | | | | encountered by someone who had his /tmp on a partition with 3.7GB of free space! Spotted by: Francisco Rosich Viana <rosich@power.ci.uv.es>
* Added Alain Kalker <alain@Wit401402.student.utwente.nl> for hisasami1995-08-261-1/+2
| | | | contributions of a new slirp port.
* Bump the OSRELDATE to 199508. Too many things have changed sincejoerg1995-08-261-2/+2
| | | | | | 2.0.5, most notably the NFSv3 kernel support. Reviewed by: the mailing lists
* Document the -a option, and mention ``noauto''.dg1995-08-262-0/+10
|
* Document "noauto" as an fstab option.dg1995-08-261-0/+3
|
* Killed MNT_NOAUTO.dg1995-08-261-2/+1
|
* The changes for adding the "noauto" option were mostly wrong. MNT_NOAUTOdg1995-08-266-22/+10
| | | | | is a kernel flag, and the kernel definately doesn't need to know about it.
* Brought in changes from rev 1.14.2.1 into main branch.dg1995-08-262-2/+20
|
* Another minor correction about Adaptec controllers.jfieber1995-08-261-3/+4
| | | | Submitted by: "Justin T. Gibbs" <gibbs@FreeBSD.org>
* Fixed a small omission:jfieber1995-08-251-2/+2
| | | | | | | <item>Adaptec 274X/284X/2940 (Narrow/Wide/Twin) series ISA/EISA/VLB/PCI SCSI controllers ^^^ Submitted by: "Justin T. Gibbs" <gibbs@FreeBSD.org>
* Make the -ascii option generate filename.ascii rather than filename.txtjfieber1995-08-252-6/+6
|
* Start the eBones cleanup ball rolling.markm1995-08-25280-2551/+2037
| | | | | | | | | | | | | These are the start of a lot of work to clean up the FreeBSD eBones code. these changes include, but are not limited to: - Create prototypes for all the library routines - Make all the libraries compile clean with -Wall set - Fix numerous small bugs shown up in the above process - Prepare the code for libdes's removal to secure/ - add register, registerd and make_keypair to the make Lots more will follow in days to come. OK'ed by: rgrimes
* Added some notes on PCI chipsets and their quirks.jfieber1995-08-252-5/+59
| | | | Submitted by: jhk@freebsd.org for rgrimes@freebsd.org
* Don't compile the diagnostic functions vhold() and holdrele() unlessbde1995-08-252-2/+6
| | | | DIAGNOSTIC is defined.
* Remove extra arg from one call to uha_done().bde1995-08-251-2/+2
|
* Remove extra arg from one of the calls to (*pr_usrreq)().bde1995-08-251-3/+2
|
* Fix bogus arg (&p instead of p) in the call to VOP_ACCESS() frombde1995-08-252-4/+4
| | | | msdosfs_setattr(). The bug was benign because the arg isn't used.
* Call nosys() from lkmnosys() with the correct number and type of argsbde1995-08-251-3/+6
| | | | | | | | | instead of with none. The first (struct proc *) arg is used if lkmnosys() if is actually called. Implement lkmnosys() with the correct number and type of args so that the first of them can be used and the others won't need to be fixed lated.
* Remove extra arg from the call to ds_crc().bde1995-08-252-4/+4
|
* Don't call VOP_UPDATE() with volatile timestamps.bde1995-08-252-6/+12
|
* Remove extra args from the calls to getit(). The bug was benign with thebde1995-08-255-20/+20
| | | | default function call convention.
* Added Kirk McKusick.dg1995-08-251-1/+2
|
* Remove my xxxinit hack. It was too gross.phk1995-08-252-4/+4
|
* Shut warnings.phk1995-08-252-24/+4
| | | | | Add selwake calls. remove some trash.
* Shut a bunch of warnings.phk1995-08-2513-147/+192
|
* Add a couple of makefiles.phk1995-08-252-0/+8
|
* Add missing quote.dg1995-08-251-2/+2
| | | | Submitted by: Morgan Davis <root@io.cts.com>
* Added Kirk McKusick.dg1995-08-241-1/+2
|
* Another minor optimization, this time to incore().dg1995-08-241-6/+6
|
* Minor optimization.dg1995-08-241-6/+6
|
* Improved BUFHASH algorithm.dg1995-08-242-4/+4
|
* Killed some gratuitous #include's.dg1995-08-241-5/+1
|
* Added NFS_ASYNC kernel option. It only has an effect for NFSv2.dg1995-08-242-2/+22
|
* Killed redundant declarations of nfsm_rpchead().dg1995-08-244-8/+4
|
* Some fixes found using gcc -Wall:dfr1995-08-247-17/+41
| | | | | | | | | | nfsm_rpchead() has been called with the wrong number of args and misplaced args since someone added new args in the middle for nfsv3. Here's another one that would be important on 64-bit systems. VOP_READDIR takes a `u_int **cookies' arg. Submitted by: Bruce Evans <bde@zeta.org.au>
* Moved setting of VTEXT flag into the appropriate image activators. Thisdg1995-08-244-7/+12
| | | | fixes a bug where linux binaries would get the flag set inappropriately.
* Add code to work around FreeBSD's nfs symlink cache.dfr1995-08-243-4/+20
| | | | Obtained from: amd-upl102
* Add support for amd direct maps.dfr1995-08-249-34/+47
| | | | Reviewed by: Thomas Graichen <graichen@sirius.physik.fu-berlin.de>
* pcic lkm for the pccard stuff.phk1995-08-244-4/+24
|
OpenPOWER on IntegriCloud