aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Move MACHINE_ARCH definition from <machine/param.h> to <machine/cpu.h>.KATO Takenori1997-08-304-15/+28
* Added hw.machine_arch.KATO Takenori1997-08-302-2/+4
* Added HW_MACHINE_ARCH.KATO Takenori1997-08-301-0/+3
* Update for impending 3.0-SNAP CDROM.Jordan K. Hubbard1997-08-291-29/+41
* Add -execdir which will execute the exec command in the dir of the fileWarner Losh1997-08-295-5/+117
* Merge in the safe chdir changes from Todd Miller's mods to the OpenBSDWarner Losh1997-08-292-40/+128
* Plug info agthering attack as pointed out on Bugtraq recently.Guido van Rooij1997-08-292-18/+28
* Support for the new FAST_HI algorithm, enabled.Steve Passe1997-08-2912-135/+529
* Support for the new FAST_HI algorithm.Steve Passe1997-08-295-38/+142
* Remove and odd sleep found by David Holland and posted to -security.Warner Losh1997-08-291-3/+4
* Introduce FAST_HI option, ON by default.Steve Passe1997-08-291-1/+15
* Dont use an internal function called warn it clashes with libc.Søren Schmidt1997-08-293-11/+5
* Dont have an internal function named "warn" it clashes with libc..Søren Schmidt1997-08-2915-247/+247
* Synchronize with sys/i386/i386/userconfig.c revision 1.90.KATO Takenori1997-08-291-4/+4
* Use correct member of scsi_cint for scbus. Add a space between lunKATO Takenori1997-08-291-4/+4
* Insert first cut of hooks for compiling under ELF.Peter Wemm1997-08-291-3/+16
* Insert hooks for building under elf.Peter Wemm1997-08-291-2/+16
* This commit was generated by cvs2svn to compensate for changes in r28896,Peter Wemm1997-08-291-0/+1
|\
| * Import a file that is needed when compiling under ELF.Peter Wemm1997-08-291-0/+1
* | Use err(3). Cosmetic in usage(). Delay the compute of defaultdomain (fromPhilippe Charnier1997-08-291-34/+28
* | Use err(3). Add Xreferences. Delay the compute of default domain.Philippe Charnier1997-08-292-24/+23
* | Use err(3). Add references to others man pages. Wait for the user toPhilippe Charnier1997-08-292-19/+24
* | du(1) always exit with value zero.Wolfram Schneider1997-08-291-1/+1
* | Fix typo in the comment introduced by me.KATO Takenori1997-08-291-2/+2
* | Real skeleton manpage for install-infoDavid E. O'Brien1997-08-292-2/+56
* | Added a sysctl arg, hw.machine_arch. The hw.machine_arch is "ibm-pc"KATO Takenori1997-08-293-4/+19
* | Synchronize with sys/i386/conf/files.i386 and sys/i386/i386/trap.cKATO Takenori1997-08-293-6/+9
* | "fix" this for compiling under the sticter ELF linker.. There was aPeter Wemm1997-08-291-0/+21
* | Merge in some of my changes with John's. I've used this to buildPeter Wemm1997-08-291-32/+50
* | more sanity check before making output.Jun-ichiro itojun Hagino1997-08-291-3/+3
* | Make the devfs code actually compile. Oops.Mike Smith1997-08-291-6/+5
* | Add a stub version of getpublickey(), in order to eliminate anJohn Polstra1997-08-282-1/+47
* | Make X11 support in doscmd dependent on the actual libX11.a library andJonathan Lemon1997-08-281-2/+2
* | Patch for 3.0: #include <sys/fcntl.h> instead of <sys/ioctl.h>Jordan K. Hubbard1997-08-282-2/+2
* | Document the VM86 option.Jonathan Lemon1997-08-283-3/+24
* | Remove the vm86 LKM.Jonathan Lemon1997-08-283-13/+4
* | Remove the vm86 support as an LKM, and link it directly into the kernelJonathan Lemon1997-08-289-72/+37
* | To cope with shell archive file generated by GNU sharutils 4.2.Jun-ichiro itojun Hagino1997-08-281-2/+10
* | Synchronize with sys/i386/conf/files.i386 and majors.i386 revisionsKATO Takenori1997-08-283-4/+6
* | Add an example file for private E-Mail aliases. A user can shareWolfram Schneider1997-08-283-3/+17
* | ISA driver for Comtrol Rocketport serial cards. No PCI probe stubJordan K. Hubbard1997-08-286-0/+6454
* | Add entries for Comtrol Rocketport serial card.Jordan K. Hubbard1997-08-287-9/+107
* | Add entries for Comtrol Rocketport driver.Jordan K. Hubbard1997-08-282-2/+152
* | Remove bogus timeout_func_t casts.Mike Smith1997-08-281-195/+201
* | Remove bogus i386/* includes.Mike Smith1997-08-285-21/+6
* | Moved include files which are independent of bs driver.KATO Takenori1997-08-285-5/+69
* | Synchronize with sys/i386/isa/isa.c revision 1.103.KATO Takenori1997-08-281-14/+45
* | Fix inspace handling I broke in rev 1.13Andrey A. Chernov1997-08-281-3/+3
* | Use err(3). Rewrote man page in mdoc format. The user visible change is thatPhilippe Charnier1997-08-285-171/+148
* | Use err(3). Add usage and prototypes. Use getopt(). Document -v flag.Philippe Charnier1997-08-282-57/+83