summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* First set of fixes to keep egcs happy. These include {} around singleimp1999-04-2511-26/+34
| | | | | | | | | | statement if blocks[*] when the else could be ambiguous, not defaulting to int type and removal of some unused variables. [*] This is explicitly allowed by style(9) when the single statement spans more than one line. Reviewed by: obrien, chuckr
* pmap_dispose_proc and pmap_copy_page:alc1999-04-252-28/+46
| | | | | | | | | | Conditionally compile 386-specific code. pmap_enter: Eliminate unnecessary TLB shootdowns. pmap_zero_page and pmap_zero_page_area: Use invltlb_1pg instead of duplicating the code.
* Revert previous commit. It broke 'make world' with NOSHARED=yes becausesteve1999-04-251-2/+2
| | | | | | it was using the wrong library. Submitted by: bde
* use `target' macro crafted in parent Makefile rather than making our ownobrien1999-04-251-2/+2
| | | | Submitted by: Warner Losh
* Hookup FORTRAN info docs.obrien1999-04-252-1/+15
| | | | Submitted by: Mark Murry
* Typowosch1999-04-252-4/+4
| | | | | PR: docs/11259 Submitted by: mzaki@e-mail.ne.jp
* Remove several explicit rules. The two for exceptioni.o and typeionfoi.oobrien1999-04-251-43/+1
| | | | | | | aren't needed as those files aren't part of libstdc++ any longer. Another isn't needed as Cygnus doesn't compile with -frtti. Noticed by: bde & my initial mispelling of ".So".
* Change the loader.rc in the boot floppy to:max1999-04-251-2/+4
| | | | | | | | | | | 1. Enable use of serial console for installation by using autoboot instead of boot. 2. Beep when the mfs root floppy needs to be placed in the fdd. 3. Beep again when mfs root image is loaded and the loader waits for ten seconds before it starts booting for any input. (Serial console users can say " boot -h" here.)
* Typo in comment.kris1999-04-251-1/+1
|
* Reverted some more of rev.1.9 (emphasize that -H != -h).bde1999-04-251-1/+6
|
* Added used include.dt1999-04-251-1/+2
|
* Quick fix to allow transfer files >2GB.dt1999-04-251-3/+3
|
* Add an entry for the Xircom GlobalACCESS modembrian1999-04-252-2/+14
| | | | | PR: 10277 Submitted by: Nathan Ahlstrom <nrahlstr@winternet.com>
* Make the machdep.i8254_freq and machdep.tsc_freq sysctls modify thephk1999-04-259-13/+37
| | | | | | timecounter as well Asked for by: bde, jhay
* Allow multiple opens.phk1999-04-251-5/+10
|
* Use PCCARD_MODULE() instead of DATA_SET(), the pccard linker set went apeter1999-04-251-1/+6
| | | | while ago.
* Re-fixed to start at 1969 per the actual Posix requirement. Alsowes1999-04-252-7/+7
| | | | fixed a typo on the man page.
* Remove obsolete interrupt labels.kato1999-04-252-86/+86
|
* Sync with sys/i386/i386/userconfig.c revision 1.137.kato1999-04-251-4/+4
|
* Sync with sys/i386/conf/options.i386 revision 1.112.kato1999-04-252-8/+6
|
* Sync with sys/i386/conf/Makefile.i386 revision 1.148.kato1999-04-252-4/+4
|
* De-quote.kato1999-04-252-40/+38
|
* Sync with sys/boot/i386/loader/Makefile revision 1.34.kato1999-04-251-3/+3
|
* Bring two-digit years up-to-date with POSIX requirements.wes1999-04-252-2/+12
| | | | | | | | 70-00 are intepreted in the 20th century; 01-69 in the 21st century. (Yes, 2000 is the last year of the 20th century, not the first year of the 21st.) Submitted by: Sergey Babkin <babkin@bellatlantic.net>
* The fd options changed during new-bus.peter1999-04-242-8/+6
|
* De-quote where possible and minor tweaks. depends on a current config(8).peter1999-04-245-417/+407
|
* Bump configvers; when the updates to generic/lint get committed, the oldpeter1999-04-246-12/+12
| | | | config has severe indigestion.
* Goodbye lkm.4peter1999-04-242-168/+1
|
* The infrastructure to build these fellows has been replaced with kld.peter1999-04-2412-1108/+0
|
* Drop example lkm treepeter1999-04-241-15/+1
|
* Zap lkm examples, they don't do anything anymore.peter1999-04-2416-1064/+0
|
* Sync with rc.i386 - use kldload rather than modload (which never existedpeter1999-04-241-3/+5
| | | | on the Alpha anyway)
* Zap default creation of /dev/lkm - it doesn't point to anything anymorepeter1999-04-243-6/+3
|
* Add $Id: $billf1999-04-242-0/+4
|
* Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn'tpeter1999-04-242-2/+10
| | | | hurt the driver portability to 3.x too much for where drivers are shared.
* #if 0 out the pci device list, not that you could do a lot with it. Itpeter1999-04-241-4/+4
| | | | | | was only looking at old style drivers in the pcidevice_set, which doesn't exist any more.. Ultimately, the pci and eisa bus drivers will check for hints for wiring, flags and enable/disable etc as well.
* Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn'tpeter1999-04-2456-67/+289
| | | | hurt the driver portability to 3.x too much for where drivers are shared.
* Replace the pcidevice_set linker set based configuration mechanism for oldpeter1999-04-244-22/+58
| | | | | | | | | | style pci drivers with a simple one-line change to use a module that registers itself under new-bus and should in theory enable just about all of the pci drivers to be loadable (kldload and loader(8)) but without having the impact of converting the APIs yet. This also fixes the problem of having undefined variables when only new-style pci drivers are present.
* Zap some #if 0 code for wired PCI devices. This will look quite differentpeter1999-04-241-155/+1
| | | | under new-bus.
* More cleanups, tweaks and features.peter1999-04-248-219/+86
| | | | | | | | | | - make this work: options FOO123=456 *without quotes* - grumble (but accept) vector xxxintr, and tty/net/bio/cam flags. - complain if a device is specified twice (eg: 2 x psm0) - don't require quotes around: port IO_COM2 - recognize negative numbers. (ie: options CAM_DEBUG_UNIT=-1) - GC some more unused stuff (we don't have composite disks from config(8)). - various other nits (snprintf paranoia etc)
* Fixed printf format errors on alpha.dt1999-04-241-3/+5
|
* Add missing strings.phk1999-04-241-0/+7
| | | | | | PR: 11285 Submitted by: Chris Costello <chris@calldei.com> Reviewed by: phk
* typo in commentphk1999-04-241-2/+2
| | | | | | PR: 11285 Submitted by: Chris Costello <chris@calldei.com> Reviewed by: phk
* so_linger is in seconds, not in 1/HZache1999-04-241-2/+2
| | | | | PR: 11252 Submitted by: Martin Kammerhofer <dada@sbox.tu-graz.ac.at>
* Changed the type of id_port from short into int to avoid wrongkato1999-04-242-4/+4
| | | | | | | conversion from short to unsigned long which is an argument of bus_alloc_resource. Since the value -1 is used to indicate no port reousece, id_port need to be signed (suggested by Doug Rabson and Peter Wemm.)
* Lite2 bugfixes merge:ache1999-04-241-3/+3
| | | | | | | so_linger is in seconds, not in 1/HZ range checking in SO_*TIMEO was wrong PR: 11252
* Minor nit. It is probably still incorrect, but at least don'tdcs1999-04-241-1/+1
| | | | claim to use i386-specific files on alpha...
* Fix a braino in the v_id wraparound code. Give more (current) detailsphk1999-04-241-9/+17
| | | | | | | in comment. PR: 11307 Spotted by: Ville-Pertti Keinonen <will@iki.fi>
* Move loader.conf.5, while it is still in it's first revision.dcs1999-04-242-3/+3
|
* remove uid switching before login_getpwclass, now done inside libutilache1999-04-241-3/+6
| | | | add gid switching before chdir and comment why it needed
OpenPOWER on IntegriCloud