aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Move MACHINE_ARCH definition from <machine/param.h> to <machine/cpu.h>.KATO Takenori1997-08-304-15/+28
| | | | | | | Submitted by: Bruce Evans <bde@zeta.org.au> Notes: svn path=/head/; revision=28918
* Added hw.machine_arch.KATO Takenori1997-08-302-2/+4
| | | | Notes: svn path=/head/; revision=28917
* Added HW_MACHINE_ARCH.KATO Takenori1997-08-301-0/+3
| | | | Notes: svn path=/head/; revision=28916
* Update for impending 3.0-SNAP CDROM.Jordan K. Hubbard1997-08-291-29/+41
| | | | Notes: svn path=/head/; revision=28915
* Add -execdir which will execute the exec command in the dir of the fileWarner Losh1997-08-295-5/+117
| | | | | | | | | | in question. This change and the fts changes should be merged into 2.2-stable as soon as they are vetted in -current. This should allow cleaning of files in /tmp to be reneabled. Obtained from: OpenBSD Notes: svn path=/head/; revision=28914
* Merge in the safe chdir changes from Todd Miller's mods to the OpenBSDWarner Losh1997-08-292-40/+128
| | | | | | | | | | | | | | tree. Also merge in fix to NetBSD PR #1495. These represent 1.3-1.9 in the OpenBSD tree. Make minor KNF changes to new code (which is in the OpenBSD as 1.10). This avoids the symlink race problems. These patches should go into 2.2.5 before the ship if they don't break anything in -current. Reviewed by: Bruce Evans Obtained from: OpenBSD Notes: svn path=/head/; revision=28913
* Plug info agthering attack as pointed out on Bugtraq recently.Guido van Rooij1997-08-292-18/+28
| | | | | | | Obtained from: OpenBSD Notes: svn path=/head/; revision=28911
* Support for the new FAST_HI algorithm, enabled.Steve Passe1997-08-2912-135/+529
| | | | | | | | Preliminary support for the INTR_SIMPLELOCK algorithm, disabled. Note that this code is NOT ready. Notes: svn path=/head/; revision=28910
* Support for the new FAST_HI algorithm.Steve Passe1997-08-295-38/+142
| | | | | | | | | Improved interrupt handling, fewer silo overflows. With help from: dave adkins <adkin003@gold.tc.umn.edu> Notes: svn path=/head/; revision=28909
* Remove and odd sleep found by David Holland and posted to -security.Warner Losh1997-08-291-3/+4
| | | | | | | | Reviewed by: Theo de Raadt (who put it into OpenBSD) Submitted by: David Holland <dholland@eecs.harvard.edu> Notes: svn path=/head/; revision=28907
* Introduce FAST_HI option, ON by default.Steve Passe1997-08-291-1/+15
| | | | | | | | This options allows a CPU that is blocked spinning for the giant lock to process FAST_INTR() ISRs, eg. siointr(). Notes: svn path=/head/; revision=28906
* Dont use an internal function called warn it clashes with libc.Søren Schmidt1997-08-293-11/+5
| | | | | | | Allows ELF compile. Notes: svn path=/head/; revision=28905
* Dont have an internal function named "warn" it clashes with libc..Søren Schmidt1997-08-2915-247/+247
| | | | | | | Needed for ELF. Notes: svn path=/head/; revision=28904
* Synchronize with sys/i386/i386/userconfig.c revision 1.90.KATO Takenori1997-08-291-4/+4
| | | | Notes: svn path=/head/; revision=28902
* Use correct member of scsi_cint for scbus. Add a space between lunKATO Takenori1997-08-291-4/+4
| | | | | | | | | | and flags. Reviewed by: kato Submitted by: Chiharu Shibata <chi@rd.njk.co.jp> Notes: svn path=/head/; revision=28900
* Insert first cut of hooks for compiling under ELF.Peter Wemm1997-08-291-3/+16
| | | | Notes: svn path=/head/; revision=28899
* Insert hooks for building under elf.Peter Wemm1997-08-291-2/+16
| | | | Notes: svn path=/head/; revision=28898
* This commit was generated by cvs2svn to compensate for changes in r28896,Peter Wemm1997-08-291-0/+1
|\ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=28897
| * Import a file that is needed when compiling under ELF.Peter Wemm1997-08-291-0/+1
| | | | | | | | Notes: svn path=/vendor/libgmp/dist/; revision=28896
* | Use err(3). Cosmetic in usage(). Delay the compute of defaultdomain (fromPhilippe Charnier1997-08-291-34/+28
| | | | | | | | | | | | | | | | OpenBSD). Obtained from: OpenBSD. Notes: svn path=/head/; revision=28895
* | Use err(3). Add Xreferences. Delay the compute of default domain.Philippe Charnier1997-08-292-24/+23
| | | | | | | | | | | | | | Obtained from: OpenBSD Notes: svn path=/head/; revision=28894
* | Use err(3). Add references to others man pages. Wait for the user toPhilippe Charnier1997-08-292-19/+24
| | | | | | | | | | | | | | | | supply the domain before computing a default one. Obtained from: OpenBSD Notes: svn path=/head/; revision=28893
* | du(1) always exit with value zero.Wolfram Schneider1997-08-291-1/+1
| | | | | | | | | | | | | | | | | | | | $ du /foobar du: /foobar: No such file or directory $ echo $? 0 Notes: svn path=/head/; revision=28891
* | Fix typo in the comment introduced by me.KATO Takenori1997-08-291-2/+2
| | | | | | | | Notes: svn path=/head/; revision=28889
* | Real skeleton manpage for install-infoDavid E. O'Brien1997-08-292-2/+56
| | | | | | | | | | | | | | | | (someone that actually knows what it really does (I don't use info) really should try to put some meat in this) Notes: svn path=/head/; revision=28886
* | Added a sysctl arg, hw.machine_arch. The hw.machine_arch is "ibm-pc"KATO Takenori1997-08-293-4/+19
| | | | | | | | | | | | | | | | on IBM-PC box and is "pc-98" on NEC PC-98 box. Userland program can distinguish architecture on which the program runs. Notes: svn path=/head/; revision=28885
* | Synchronize with sys/i386/conf/files.i386 and sys/i386/i386/trap.cKATO Takenori1997-08-293-6/+9
| | | | | | | | | | | | | | revisions 1.173 and 1.109, respectively. Notes: svn path=/head/; revision=28884
* | "fix" this for compiling under the sticter ELF linker.. There was aPeter Wemm1997-08-291-0/+21
| | | | | | | | | | | | | | | | reference to an undefined function (digit_value_in_base()) that was static elsewhere that it was used. Notes: svn path=/head/; revision=28883
* | Merge in some of my changes with John's. I've used this to buildPeter Wemm1997-08-291-32/+50
| | | | | | | | | | | | | | | | an ELF system. I'm not sure about some of the things here. We definately need to go back and rationalize this. Notes: svn path=/head/; revision=28882
* | more sanity check before making output.Jun-ichiro itojun Hagino1997-08-291-3/+3
| | | | | | | | | | | | | | | | | | bark when sed fails. Submitted by: wosch@apfel.de Notes: svn path=/head/; revision=28879
* | Make the devfs code actually compile. Oops.Mike Smith1997-08-291-6/+5
| | | | | | | | | | | | | | Submitted by: jkh Notes: svn path=/head/; revision=28878
* | Add a stub version of getpublickey(), in order to eliminate anJohn Polstra1997-08-282-1/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | undefined symbol referenced from libc. Without the stub, it is impossible to execute any program using the shared library if LD_BIND_NOW=1 is in the environment. The stub always returns failure, but it can be overridden outside the library when necessary. I don't know whether this is the "correct" fix, but it is intolerable to have any undefined symbols referenced from libc. Notes: svn path=/head/; revision=28877
* | Make X11 support in doscmd dependent on the actual libX11.a library andJonathan Lemon1997-08-281-2/+2
| | | | | | | | | | | | | | | | | | include directory, rather than X11BASE. This fixes the build for people who only have the shared X11 distribution installed. Requested-by: A Joseph Koshy <koshy@india.hp.com> Notes: svn path=/head/; revision=28876
* | Patch for 3.0: #include <sys/fcntl.h> instead of <sys/ioctl.h>Jordan K. Hubbard1997-08-282-2/+2
| | | | | | | | Notes: svn path=/head/; revision=28875
* | Document the VM86 option.Jonathan Lemon1997-08-283-3/+24
| | | | | | | | | | | | | | Reminded-by: John-Mark Gurney Notes: svn path=/head/; revision=28874
* | Remove the vm86 LKM.Jonathan Lemon1997-08-283-13/+4
| | | | | | | | Notes: svn path=/head/; revision=28873
* | Remove the vm86 support as an LKM, and link it directly into the kernelJonathan Lemon1997-08-289-72/+37
| | | | | | | | | | | | | | | | if 'options "VM86"' is in the config file. The LKM was really for development, and has probably outlived its usefulness. Notes: svn path=/head/; revision=28872
* | To cope with shell archive file generated by GNU sharutils 4.2.Jun-ichiro itojun Hagino1997-08-281-2/+10
| | | | | | | | | | | | | | | | | | | | | | (it assumes that shar will bark if there's invalid argument specified) Patch suggested by Ulrich Drepper <drepper@ipd.info.uni-karlsruhe.de>. Reviewed by: joerg_wunsch@uriah.heep.sax.de Notes: svn path=/head/; revision=28871
* | Synchronize with sys/i386/conf/files.i386 and majors.i386 revisionsKATO Takenori1997-08-283-4/+6
| | | | | | | | | | | | | | 1.172 and 1.17, respectively. Notes: svn path=/head/; revision=28870
* | Add an example file for private E-Mail aliases. A user can shareWolfram Schneider1997-08-283-3/+17
| | | | | | | | | | | | | | | | ~/.mail_aliases with different mail clients (e.g. mutt, mail) and can make ~/.mailrc readable and keep the aliases private. Notes: svn path=/head/; revision=28869
* | ISA driver for Comtrol Rocketport serial cards. No PCI probe stubJordan K. Hubbard1997-08-286-0/+6454
| | | | | | | | | | | | | | | | was submitted to me. Submitted by: Amir Farah <amir@comtrol.com> Notes: svn path=/head/; revision=28868
* | Add entries for Comtrol Rocketport serial card.Jordan K. Hubbard1997-08-287-9/+107
| | | | | | | | | | | | | | Submitted by: Amir Farah <amir@comtrol.com> Notes: svn path=/head/; revision=28867
* | Add entries for Comtrol Rocketport driver.Jordan K. Hubbard1997-08-282-2/+152
| | | | | | | | | | | | | | Submitted by: Amir Farah <amir@comtrol.com> Notes: svn path=/head/; revision=28866
* | Remove bogus timeout_func_t casts.Mike Smith1997-08-281-195/+201
| | | | | | | | | | | | | | | | | | | | | | | | Remove unused headers. Remove all but one instance of the device base name. Prototype some local static functions. Consistently reference the softc structure as "sc" rather than "lpt". Prompted-by: bde Notes: svn path=/head/; revision=28864
* | Remove bogus i386/* includes.Mike Smith1997-08-285-21/+6
| | | | | | | | Notes: svn path=/head/; revision=28863
* | Moved include files which are independent of bs driver.KATO Takenori1997-08-285-5/+69
| | | | | | | | Notes: svn path=/head/; revision=28861
* | Synchronize with sys/i386/isa/isa.c revision 1.103.KATO Takenori1997-08-281-14/+45
| | | | | | | | Notes: svn path=/head/; revision=28860
* | Fix inspace handling I broke in rev 1.13Andrey A. Chernov1997-08-281-3/+3
| | | | | | | | Notes: svn path=/head/; revision=28857
* | Use err(3). Rewrote man page in mdoc format. The user visible change is thatPhilippe Charnier1997-08-285-171/+148
| | | | | | | | | | | | | | | | report of s/r and r/r conflicts is now printed in two separate lines beginning by `yacc: '. Notes: svn path=/head/; revision=28856
* | Use err(3). Add usage and prototypes. Use getopt(). Document -v flag.Philippe Charnier1997-08-282-57/+83
| | | | | | | | Notes: svn path=/head/; revision=28855