aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Adjust the #ifdef KERNEL so that pnp_cinfo is available for sbin/dset.cPeter Wemm1997-09-201-5/+5
| | | | | | | | Other ways around this might be to #define KERNEL in dset.c for the "i386/isa/pnp.h" include. Notes: svn path=/head/; revision=29635
* More label editor enhancements.Jordan K. Hubbard1997-09-203-150/+138
| | | | | | | Submitted by: Ed Gold <vegold01@starbase.spd.louisville.edu> Notes: svn path=/head/; revision=29633
* Synchronize with sys/i386/isa/isa.c revision 1.104.KATO Takenori1997-09-201-4/+15
| | | | Notes: svn path=/head/; revision=29632
* Synchronize with sys/i386/conf/options.i386 and sys/i386/isa/sio.cKATO Takenori1997-09-204-28/+248
| | | | | | | revisions 1.60 and 1.182, respectively. Notes: svn path=/head/; revision=29631
* Add missing \ from previous rev to end of a line.Warner Losh1997-09-201-2/+2
| | | | Notes: svn path=/head/; revision=29630
* Fix conditional bogon in Label Editor [from Ed Gold]Jordan K. Hubbard1997-09-206-21/+21
| | | | | | | Print info boxes without titles. Notes: svn path=/head/; revision=29628
* ``oops''. I cut/pasted the original free()'s based on mark's suggestionPeter Wemm1997-09-202-8/+8
| | | | | | | | | | | rather than extracting the diff from Mark's patch, but it turns out that I was freeing one allocation twice due to a previous cut/paste braino. My botch, not Mark's. Pointed out by: Mark Valentine <mv@pobox.com> Notes: svn path=/head/; revision=29627
* Describe all know capabilities nowAndrey A. Chernov1997-09-202-797/+608
| | | | Notes: svn path=/head/; revision=29625
* Use snprintf() instead of sprintf() most of the time.Brian Somers1997-09-192-13/+13
| | | | | | | | | Obtained from: OpenBSD Make usage() consistent with man page. Notes: svn path=/head/; revision=29623
* .Ox macro needs to support "OpenBSD 2.1"Wolfram Schneider1997-09-191-0/+2
| | | | | | | | PR: docs/4561 Submitted by: Norihiro Kumagai <kuma@slab.tnr.sharp.co.jp> Notes: svn path=/head/; revision=29622
* Typo.Masafumi Max NAKANE1997-09-191-1/+1
| | | | Notes: svn path=/head/; revision=29620
* bmake'd pnpinfoJohn-Mark Gurney1997-09-191-0/+11
| | | | Notes: svn path=/head/; revision=29619
* activate pnpinfoJohn-Mark Gurney1997-09-191-3/+3
| | | | Notes: svn path=/head/; revision=29618
* this is an import of Sujal M. Petal's pnpinfo.. it includes modificationsJohn-Mark Gurney1997-09-194-0/+747
| | | | | | | by Luigi Rizzo and myself... Notes: svn path=/vendor/pnpinfo/dist/; revision=29615
* teach sio how to attach to isa PnP cards. This is mainly for use withJohn-Mark Gurney1997-09-198-44/+388
| | | | | | | | | | | | | | | | | | | internal modems. Currently detects a USR modem, and a couple Supra modems... vendor id's for sio capabile cards welcomed... document new option EXTRA_SIO that will increase sio's internal data structures to support X more serial ports... these are used by the PnP part of sio for attaching... If you don't have it specified, it will default to 2... This is defaulted to 0 if you don't have PnP compiled into your kernel... also document that if you set the PnP flags (pnp x flags y) to 0x1 that the modem will be refused to be recognized by the sio driver... this is for people that want the traditional isa driver to probe and attach the modem... (for keeping legacy sio numbering) Notes: svn path=/head/; revision=29614
* teach pnp to keep isa_device structs around, and teach isa.c how to scanJohn-Mark Gurney1997-09-194-48/+122
| | | | | | | | | | | | | | | | these structs for conflics... it still exist that two PnP cards can colide, but this is up to the user to make sure it doesn't happen... other modifications to pnp.c to format output properly, and hide more output behind bootverbose flag... fix some bugons in pnp.h that would of made it difficult for inclusion in external programs (for import of pnpinfo) Notes: svn path=/head/; revision=29613
* major modifications to the mixer. currently it doesn't report errorsJohn-Mark Gurney1997-09-193-110/+210
| | | | | | | | | | | that it encounters (such as invalid device), but does print usage upon this error... but otherwise allows complex commands such as: mixer -f /dev/mixer4 synth line 50 -rec mic +rec line =rec cd ^rec mix Notes: svn path=/head/; revision=29612
* Add a sample entry specifying numeric tty settings. People sometimes askJoerg Wunsch1997-09-191-0/+20
| | | | | | | | how to force a local tty line into CLOCAL mode and Xon/Xoff flow control. This is the preferrable way (over rc.serial). Notes: svn path=/head/; revision=29610
* [Regarding the previous patch] This is completely wrong.Poul-Henning Kamp1997-09-191-3/+5
| | | | | | | | | | | | | | | | 1. ffs_alloc() actually allowed writing one block less one frag (normally 7 frags or 7/8 blocks) beyond the limit. 2. freebufspace() gives the free space in frags, but `size' is in bytes, so the change results in approximately `size' fragments too many being reserved. 3. ffs_realloccg() has the same bug but wasn't changed. PR: 3398 Submitted by: bde Eyeballed by: phk Notes: svn path=/head/; revision=29609
* Add Wnn6 reverse lookup server port.Satoshi Asami1997-09-191-1/+2
| | | | | | | Submitted by: Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp> Notes: svn path=/head/; revision=29606
* Synchronize with sys/i386/i386/userconfig.c revision 1.93.KATO Takenori1997-09-191-6/+6
| | | | Notes: svn path=/head/; revision=29605
* Use An macro for author name.Philippe Charnier1997-09-191-2/+2
| | | | Notes: svn path=/head/; revision=29604
* Use err(3). Typo fixes in man page.Philippe Charnier1997-09-192-58/+44
| | | | Notes: svn path=/head/; revision=29603
* Use err(3).Philippe Charnier1997-09-193-56/+59
| | | | Notes: svn path=/head/; revision=29602
* Add the direcotry for the japanese shift-JIS localeJulian Elischer1997-09-191-1/+3
| | | | Notes: svn path=/head/; revision=29597
* remove bad commentJulian Elischer1997-09-192-8/+2
| | | | Notes: svn path=/head/; revision=29596
* oopsJulian Elischer1997-09-192-72/+68
| | | | | | | | somehow the file I was supplied with turned out to be EUC encoding.. luckily they can be translated by a simple c program :) Notes: svn path=/head/; revision=29594
* Fix argument string for getopt.Dima Ruban1997-09-181-2/+2
| | | | | | | Submitted by: dillon@best.net Notes: svn path=/head/; revision=29592
* Fix some problems in the rules file loading and need for modload detection.Daniel O'Callaghan1997-09-188-16/+16
| | | | | | | Found by: "James E. Housley" <housley@pr-comm.com> Notes: svn path=/head/; revision=29590
* Use -ansi -pedantic -trigraphs, as suggested by Bruce.Joerg Wunsch1997-09-182-21/+133
| | | | | | | | | | | Enforce that only Posix-spec'ed options are being used, so people could use this as a Posixificator of some kind. Document the Posix usage in the man page, so to make it clear what's the difference between Posix c89, and gcc. Notes: svn path=/head/; revision=29589
* make/install the japanese SJIS date locale file.Julian Elischer1997-09-181-1/+2
| | | | Notes: svn path=/head/; revision=29587
* Shift JIS versions of date stuff.Julian Elischer1997-09-182-0/+182
| | | | | | | | | | more changes to come. Submitted by: Nobuhrio Yasutomi <nobu@psrc.isac.co.jp> AM/PM changed to 2 letter versions for now, original SJIS versions commented out. change/check later.. Notes: svn path=/head/; revision=29585
* Executing binaries on a nullfs (or nullfs-based) filesystem results inPoul-Henning Kamp1997-09-184-10/+14
| | | | | | | | | | a trap. PR: 3104 Reviewed by: phk Submitted by: Dan Walters hannibal@cyberstation.net Notes: svn path=/head/; revision=29584
* Add a "I know it points to my foot!" -f option.Poul-Henning Kamp1997-09-182-20/+72
| | | | | | | | | PR: 3288 Reviewed by: phk Submitted by: Martin Kammerhofer <dada@freepass.tu-graz.ac.at> Notes: svn path=/head/; revision=29583
* Fix bad assumptions about types.Poul-Henning Kamp1997-09-181-0/+10
| | | | | | | | | PR: 1649 Reviewed by: phk Submitted by: Jason Thorpe <thorpej@nas.nasa.gov> Notes: svn path=/head/; revision=29582
* Ffs_alloc allow users to write one block beyond the limit.Poul-Henning Kamp1997-09-181-2/+2
| | | | | | | | | PR: 3398 Reviewed by: phk Submitted by: Wolfram Schneider <wosch@apfel.de> Notes: svn path=/head/; revision=29581
* Whoops! Missed one on the XF8633 -> XF86331 update.Jordan K. Hubbard1997-09-182-4/+4
| | | | | | | PR: 4560 Notes: svn path=/head/; revision=29579
* Correct typo.Jordan K. Hubbard1997-09-182-2/+2
| | | | Notes: svn path=/head/; revision=29577
* Over 1000 ports now. Note this in the relevant place.Jordan K. Hubbard1997-09-182-4/+4
| | | | Notes: svn path=/head/; revision=29575
* Many places in the code NULL is used in integer context, wherePoul-Henning Kamp1997-09-1832-74/+74
| | | | | | | | | | | | plain 0 should be used. This happens to work because we #define NULL to 0, but is stylistically wrong and can cause problems for people trying to port bits of code to other environments. PR: 2752 Submitted by: Arne Henrik Juul <arnej@imf.unit.no> Notes: svn path=/head/; revision=29574
* Many places in the code NULL is used in integer context, wherePoul-Henning Kamp1997-09-183-17/+17
| | | | | | | | | | | | plain 0 should be used. This happens to work because we #define NULL to 0, but is stylistically wrong and can cause problems for people trying to port bits of code to other environments. PR: 2752 Submitted by: Arne Henrik Juul <arnej@imf.unit.no> Notes: svn path=/head/; revision=29573
* Add canna and Wnn ports numbers.Satoshi Asami1997-09-181-1/+10
| | | | | | | Submitted by: Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp> Notes: svn path=/head/; revision=29571
* Missed a place where the extra descriptor buffers would need to bePeter Wemm1997-09-182-2/+6
| | | | | | | | | freed. Submitted by: Mark Valentine <mark@linus.demon.co.uk> Notes: svn path=/head/; revision=29570
* Synchronize with sys/i386/isa/fd.c revision 1.102.KATO Takenori1997-09-182-2/+114
| | | | Notes: svn path=/head/; revision=29568
* wrap kernel interface in #ifdef KERNEL/#endifJohn-Mark Gurney1997-09-182-18/+25
| | | | | | | | | hide more verbosity behind bootverbose make it so that it doesn't emit as many warnings durning compiling... Notes: svn path=/head/; revision=29567
* reduce the number of warnings this file emits during compilingJohn-Mark Gurney1997-09-181-6/+6
| | | | Notes: svn path=/head/; revision=29566
* update Luigi's driver to poll interface (Peter, you might want to checkJohn-Mark Gurney1997-09-1811-171/+141
| | | | | | | | | | | that I've done this properly, it does work though :) )... a few minor fixes to code part-Submitted-by: Luigi Notes: svn path=/head/; revision=29565
* environmental -> environment.Philippe Charnier1997-09-187-14/+14
| | | | Notes: svn path=/head/; revision=29563
* Typo.Philippe Charnier1997-09-182-2/+2
| | | | Notes: svn path=/head/; revision=29562
* Typo: environmental variable -> environment variable.Philippe Charnier1997-09-181-5/+5
| | | | Notes: svn path=/head/; revision=29561