summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Commit a bunch of patches that have been accumulating:des1998-08-176-48/+62
* Don't use unaligned accesses when printing extended sense codes.dfr1998-08-171-2/+3
* Add macros for accessing device memory.dfr1998-08-172-2/+18
* Update to use the new elf headers.dfr1998-08-172-25/+39
* Add Miata system type and pull in the LOCATE_PCS macro from NetBSD.dfr1998-08-171-0/+4
* Add breakpoint() for BREAK_TO_DEBUGGER.dfr1998-08-171-1/+11
* Sync with sys/i386/isa/lpt.c revision 1.70.kato1998-08-171-2/+2
* Update to work with the new elf headers.dfr1998-08-171-17/+2
* Update to use elf_generic.h.dfr1998-08-171-1/+6
* Disable some unnecessary debugging code.dfr1998-08-171-3/+6
* Teach disklabel how to install a bootstrap on an alpha with SRM console.dfr1998-08-172-4/+74
* lorder is needed on the alpha toogpalmer1998-08-171-4/+4
* Don't lose an allocated pointer if realloc() fails.brian1998-08-171-4/+9
* Remove a cast and print the pointer value with %p instead of %x.jb1998-08-171-4/+4
* Ad #include stdlib.h to get the prototype for malloc().jb1998-08-171-1/+2
* We need config to build on the alpha also ... kinda difficult to buildgpalmer1998-08-171-4/+4
* Add "-C" to INSTALLFLAGS to install atomically. An elf->elfjdp1998-08-171-1/+3
* Remove support for NetBSD syscalls.jb1998-08-1711-1152/+3
* Remove the comment about how to get NetBSD syscalls since there arejb1998-08-171-8/+1
* Remove hardcoded constant in favour of login.conf value.jkoshy1998-08-171-2/+2
* Fixed printf format errors.bde1998-08-178-70/+77
* Fixed printf format errors. sppp_dotted_quad() was yet another private,bde1998-08-171-9/+10
* FIxed printf format errors. Most of them were exposed by our ntohl()bde1998-08-171-25/+31
* Fixed printf format and spelling errors. Didn't fix relatedbde1998-08-161-3/+3
* Alpha is now native and bootstrapping from NetBSD is no longer supported.jb1998-08-161-530/+0
* Ack! I edited the MLINKS entry but forgot to add xl.4 to the MAN$=wpaul1998-08-161-2/+2
* Whoops... really add the man page and update the Makefile thiswpaul1998-08-163-1/+357
* Mention XL driver and that 3c905B cards are now supported. Also addwpaul1998-08-161-2/+10
* Mention that XL driver and that 3c905B cards are not supported.wpaul1998-08-161-1/+3
* Import the (Fast) Etherlink XL driver. I'm reasonally confident in itswpaul1998-08-1610-8/+3469
* Enable kernel dumps on SLICE systems.des1998-08-161-1/+3
* Fix typo in previous commit.des1998-08-161-2/+2
* Add new zh_TW.BIG5 localejkh1998-08-161-1/+3
* Make ELF kernels build again.jdp1998-08-162-2/+5
* Revamp the ELF include files to better support architecture-independentjdp1998-08-166-337/+292
* Fixed a style bug (a long line) in the previous commit.bde1998-08-161-4/+4
* Make provisions for a pre-build script that one can use to frob thejkh1998-08-161-1/+4
* Use [u]intptr_t instead of [u_]long for casts between pointers andbde1998-08-1630-109/+125
* Cast an int to (intptr_t) before casting it to (void *).bde1998-08-162-8/+8
* Add BINFORMAT awareness.jkh1998-08-161-2/+2
* Fixed yet more ioctl breakage due to the type of the `cmd' arg chaningingbde1998-08-162-12/+12
* Trim more out of the boot floppy so that it fits in 1.44MB again.jkh1998-08-161-2/+4
* pmap.c:bde1998-08-169-42/+44
* Use an array of uintptr_t's instead of an array of u_longs to holdbde1998-08-161-2/+2
* Cast to `char *' instead of to u_long to help add byte offsets tobde1998-08-151-4/+5
* Oops, the printf format error fixes confused curp->area with a pointer.bde1998-08-151-3/+2
* Oops, the previous fix confused Linux's sigset_t with a pointer type.bde1998-08-152-10/+10
* Fixed yet more ioctl breakage due to the type of the `cmd' arg changingbde1998-08-152-7/+7
* Made some disgusting ifdefs even more disgusting to enable the supportbde1998-08-1510-22/+22
* Use offsetof() to avoid some casts from pointers to integers (of abde1998-08-153-3/+9
OpenPOWER on IntegriCloud