aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Added two new utilities, both ported from Minix: mined (editor), andAndrzej Bialecki1998-10-2115-0/+9229
* Get things limping along again for the 80386 and friends. TheRobert Nordier1998-10-211-2/+5
* Eliminate a superfluous comment.John Polstra1998-10-211-5/+1
* Remove most of the code and replace it with a call to getobjformat().John Polstra1998-10-212-116/+14
* Nuked PG_TABLED flag. Replaced with m->object != NULL.David Greenman1998-10-212-10/+5
* Fixed previous commit to actually work. The wrong variable was initializedBruce Evans1998-10-211-3/+4
* Add a diagnostic printf for freeing a wired page. This will eventuallyDavid Greenman1998-10-211-1/+2
* Decrement the now unused page table page's wire_count prior to freeing it.David Greenman1998-10-213-3/+9
* Fix types.Dima Ruban1998-10-211-19/+19
* list.c:Greg Lehey1998-10-211-4/+106
* config.c:Greg Lehey1998-10-2122-112/+376
* Make serial port, data format, and bps configurable.Robert Nordier1998-10-204-12/+24
* Revert last change. mkstemp() wasn't to blame, it's nvi. However,Peter Wemm1998-10-201-21/+5
* Stop mk*temp() from being pathologically stupid in the face of a umask(0);Peter Wemm1998-10-201-5/+21
* Since vfork() was changed to fork(), we have to pass errno back from theDag-Erling Smørgrav1998-10-202-6/+12
* Make this compile, and honour the spirit of the original design whileMike Smith1998-10-201-8/+10
* make talk/talkd work on alpha.Dima Ruban1998-10-201-3/+3
* - mkdir -m should call chmod because the high-order bits get ignoredMike Smith1998-10-201-1/+19
* Behave like zcat if invoked as zcat. We don't install as zcat; this justMike Smith1998-10-201-2/+5
* - Fix off-by-one problem in tar where filenames of length 100Mike Smith1998-10-201-7/+6
* Hex constants should only have one '0x' prefix.Mike Smith1998-10-201-1/+1
* Specify BINOWN explicitly - we don't want to depend on bsd.own.mkBrian Somers1998-10-201-0/+1
* Modify the transmit packet queuing strategy a bit to be a little lessBill Paul1998-10-192-20/+23
* Use sysctl() rather than kvm_read() when getting informationDima Ruban1998-10-192-0/+29
* Default to aout only on i386. Before we defaulted to elf only onWarner Losh1998-10-192-8/+8
* Make gcore work for ELF.John Polstra1998-10-195-99/+625
* Make configurable (a) whether to use int 0x13 extensions; (b) timeoutRobert Nordier1998-10-193-17/+25
* Add entries for DiskOnChip2000 Flash device.Jordan K. Hubbard1998-10-193-3/+9
* Reclaim the 48k used by the first bootstrap stage by adding it to the mallocDoug Rabson1998-10-194-13/+23
* Implement a hook to allow us to reclaim the memory used by the first stageDoug Rabson1998-10-192-2/+14
* We're now in post-release; make the docs indicate as much.Jordan K. Hubbard1998-10-192-359/+25
* Rename boot2 to loader.Doug Rabson1998-10-182-3/+3
* R_ALPHA_RELATIVE relocations need to add the value to the existing memoryDoug Rabson1998-10-182-6/+6
* Add driver support for PCI fast ethernet adapters based on theBill Paul1998-10-1816-13/+2603
* Commented out aic.KATO Takenori1998-10-181-2/+2
* Some cleanups and optimizations:Peter Wemm1998-10-181-163/+108
* Add an ELF_MACHINE_OK() macro for compatability with the Alpha version.Peter Wemm1998-10-182-2/+6
* Update SMP-GENERIC98 to something a bit more recent based on GENERIC98.KATO Takenori1998-10-181-3/+14
* Sync with sys/i386/conf/GENERIC revision 1.125.KATO Takenori1998-10-182-2/+14
* adjust to match current times.Jordan K. Hubbard1998-10-181-2/+2
* Add a missing ++.Poul-Henning Kamp1998-10-181-3/+3
* Allow building games w/o an existing /usr/games.David E. O'Brien1998-10-181-3/+6
* Added missing dependency for bus_if.o on bus_if.hPoul-Henning Kamp1998-10-181-1/+1
* Allow ``make BINDIR=/foo/games'' to work.David E. O'Brien1998-10-182-3/+7
* Allow ``make BINDIR=/foo/games'' to work.David E. O'Brien1998-10-181-2/+2
* Initialize earlier (ie: before npx) in case it makes any difference.Peter Wemm1998-10-181-4/+8
* Print a message if bootverbose that the emulator is present in the kernel.Peter Wemm1998-10-181-5/+11
* PR: 7583Peter Hawkins1998-10-181-4/+4
* OOPS!Peter Wemm1998-10-181-2/+2
* Only process the ``PWD'' environmental var if built with "WANT_ENV_PWD"David E. O'Brien1998-10-182-5/+14