summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Removed redundant declarations. rpcgen generates `typedef enum foo;'bde1998-01-161-5/+2
| | | | from `enum foo;'.
* Made this header self-sufficent. It had unnecessary dependencies onbde1998-01-161-2/+6
| | | | | <sys/cdefs.h>, <sys/types.h>, <rpcsvc/yp_prot.h>, and on the latter's prerequisites (5 more).
* Fixed a missing dependency.bde1998-01-161-1/+3
|
* Null change to attach the correct log message for the previous commit:bde1998-01-161-1/+1
| | | | | | | Added some forward struct declarations so that this file is less self-insufficent. Fixed an incomplete prototype. Fixed some misformattings.
* Added a forward struct declaration so that this file is lessbde1998-01-162-4/+10
| | | | self-insufficent.
* Commented out `#pragma ident' so that the K&R support isn't gratuitouslybde1998-01-161-1/+1
| | | | | broken. This also prevents ANSI compilers from recognizing the pragma as a request to run /usr/games/hack...
* Synchronize with NetBSD/pc98 based on NetBSD/i386 version 1.3G patchkato1998-01-1612-206/+253
| | | | | | level 117. Reviewed by: Naofumi Honda <honda@Kururu.math.sci.hokudai.ac.jp>
* Fixed bugs introduced when files were synchronized withkato1998-01-163-39/+30
| | | | | | sys/i386/isa/mse.c and sio.c. Submitted by: Takahashi Yoshihiro <nyan@wyvern.cc.kogakuin.ac.jp>
* Translated to `C' - commented out #ident.bde1998-01-161-1/+1
|
* Fixed long lines in install rule. Fixed other bogons while I was here:bde1998-01-161-19/+12
| | | | | | | | | | | | - removed vestigal rule for a Lite1 `.0' manpage. - don't duplicate defaults in the `all' dependencies. - removed bogus dependency of `setup' on monsters.asc. - compile `setup' with the usual CFLAGS. - create monster files at build time, not at install time. - don't be so repetitive in the install rule. - fixed too-global replacement of `install' by ${INSTALL}. Long lines made disgustingly longer by: previous commit.
* Removed redundant declarations. Keymap functions are declared inbde1998-01-161-6/+0
| | | | <readline/keymaps.h> which is included here.
* Use the system __CONCAT() instead of /**/ for concatenation in thebde1998-01-161-1/+2
| | | | | non-ANSI case. The system version is normally also /**/, but may be different to support K&R compilers other than gcc -traditional.
* Fixed copying of N_TXTADDR() from the system version in the previousbde1998-01-161-1/+1
| | | | | | revision. N_TXTADDR() was 0x20 too high in the usual case. Reported by: luoqi@watermarkgroup.com (Luoqi Chen)
* Fixed handling of short writes. Previously, we stopped copying andbde1998-01-161-5/+17
| | | | | | printed a bogus warning with a stale errno if write() returns a short count. Now we continue copying. We still print a bogus warning if write() returns an "impossible" short count of 0.
* Add rcsid. Remove unused vars. Use err(3) and change exit(-1).charnier1998-01-161-28/+19
|
* Add rcsid. Change exit(-1). Use err() instead of warn()/exit().charnier1998-01-1613-46/+54
|
* Fixed some spelling errors.bde1998-01-161-2/+2
|
* Fix wrong ---/*** names produced using -L diff optionache1998-01-161-7/+13
| | | | CVS gurus from info-cvs agrees that previous Index: usage is bogus
* PR: 5489danny1998-01-151-5/+5
| | | | | Submitted by: Steve G. Kargl <kargl@troutmask.apl.washington.edu> Repair corrupted text.
* update hub.mc to match what we are currently using:jmb1998-01-151-17/+25
| | | | | | | | | | | both /etc/aliases and /etc/majordomo.aliases sendmail.cw is *not* optional command and connection timeouts common hoststat directory for all queues add fakenames database clean up spam filter rules limit the number of message processed each queue run dont need to check Vixie's RBL in both check_relay and check_mail
* Sync with sys/i386/conf/files.i386 revision 1.185.kato1998-01-152-2/+4
|
* Return the correct errno from getcwd() even if free() or closedir()mckay1998-01-151-0/+4
| | | | | | overwrites it. This actually showed up when running under an old kernel when free() called the madvise() stub which set errno, causing getcwd() to return EOPNOTSUPP instead of ERANGE.
* Fix typocracauer1998-01-151-1/+1
|
* spelling error.phk1998-01-151-1/+1
|
* Handle option -j correctly.helbig1998-01-151-3/+3
| | | | | Synchronize usage message with man page. PR: bin/5488
* Add #ifndef __NETBSD_SYSCALLS around calls to issetugid() whichjb1998-01-153-6/+18
| | | | do not exist in NetBSD 1.3.
* Add #ifdefs for __NetBSD__ in the rest of the places where __FreeBSD__jb1998-01-151-12/+12
| | | | | | | | | is defined so that this program behaves the same when built with either set of tools. The only difference is where the pre-processor is found. And that is a bug - it should check the CPP environment variable and the path before just assuming that the compiled in path is OK. I guess we should be using -Y ${WORLDPATH}/usr/bin/cpp during a bootstrap build.
* Fix I/O port address of ed8.kato1998-01-152-4/+4
| | | | Submitted by: Chiharu Shibata <chi@rd.njk.co.jp>
* Added comment on fe0 and fe1. Added fe1 fro C-NET(98)P2 andkato1998-01-152-2/+8
| | | | | | C-NET(9N)E NICs. Submitted by: Chiharu Shibata <chi@rd.njk.co.jp>
* Addition of splsoftvm and a VM SWI to handle bus dma related callbacks.gibbs1998-01-159-25/+32
| | | | This SWI may be useful for other, defered, VM tasks.
* Implementation of Bus Space for FreeBSD-x86.gibbs1998-01-1518-11/+11518
| | | | Obtained From: NetBSD
* Implementation of Bus DMA for FreeBSD-x86. This is sufficient to dogibbs1998-01-154-2/+1192
| | | | | page level bounce buffering, but there are still some issues left to address.
* Add entry for i386/i386/busdma_machdep.cgibbs1998-01-152-2/+4
|
* Typo fix.alex1998-01-151-2/+12
| | | | | | | Added EOPNOTSUPP and EMLINK to errors section. Added symlink(2) xref. Obtained from: OpenBSD
* Move almost all the ntp related stuff from kern_clock.c tophk1998-01-145-1344/+675
| | | | | | kern_ntptime.c. The only bit left over is that which is executed in all calls to hardclock(). Various cleanups and staticizing along the road.
* Make softticks static.phk1998-01-141-35/+2
| | | | Remove unneeded stuff.
* Add and document PPS_SYNCphk1998-01-143-3/+21
|
* I forgot to synchronize some changes with sys/i386/isa/wd.c, but Ikato1998-01-141-8/+14
| | | | | | could't find exact revision numbers. Submitted by: Takahashi Yoshihiro <nyan@wyvern.cc.kogakuin.ac.jp>
* Include string.h for memcpy function prototype.jb1998-01-141-0/+1
|
* Include pc98.h instead of isa.h when PC98 is defined.kato1998-01-141-1/+5
|
* Fix typo.kato1998-01-141-2/+2
|
* Add rcsid. Remove unused #includes (what about RU# ?). Change exit(-1) andcharnier1998-01-1412-60/+82
| | | | add usage().
* Use err(3). Change exit(-1). Remove unused #include.charnier1998-01-141-35/+27
|
* Add rcsid, remove unused #includes, change exit(-1).charnier1998-01-141-4/+7
|
* Free our input mbuf when the FCS is good (oops, memory leak).brian1998-01-141-1/+2
|
* Remove __libalias_version. Ppp no longer uses it.brian1998-01-142-6/+0
|
* Lose __libalias_version.brian1998-01-141-10/+59
| | | | We now look for the biggest of libalias.so.2.*
* vmunix -> kernelsteve1998-01-131-1/+1
| | | | | PR: 5484 Submitted by: Vasily V. Grechishnikov <bazilio@ns1.ied-vorstu.ac.ru>
* Choose the default binary format based on machine type.jb1998-01-132-2/+10
| | | | Alpha is elf, not aout.
* Consistently reference init as .Xr init 8.alex1998-01-131-2/+2
| | | | Obtained from: OpenBSD
OpenPOWER on IntegriCloud