Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-05-11 | Current update | Per Fogelstrom | |
1997-05-11 | More profiling gunk... | Per Fogelstrom | |
1997-05-11 | Allow ABICALLS set outside file | Per Fogelstrom | |
1997-05-11 | Make "make tags" work. (I hope...) | Per Fogelstrom | |
1997-05-11 | Remove extra load... | Per Fogelstrom | |
1997-05-11 | Boot block for the wgrisc! | Per Fogelstrom | |
1997-05-11 | Allow setting of ABICALLS outside file | Per Fogelstrom | |
1997-05-08 | include bus.h to prevent compiler warnings and other problems. | gene | |
1997-05-08 | Add slip support back in | Thorsten Lockert | |
1997-05-08 | comment out MFS, FIFO, and COMPAT_[0-9]+; add PCI ed | Todd C. Miller | |
1997-05-08 | Some trimming, add necessary stuff like ed, CD9660 & KERNFS | Niklas Hallqvist | |
1997-05-08 | sync to i386 | Theo de Raadt | |
1997-05-08 | wandering fix from provos | Theo de Raadt | |
1997-05-08 | only detect first 166/165 as valid | Theo de Raadt | |
1997-05-07 | axppci33-only GENERIC | Todd C. Miller | |
1997-05-07 | leaner and meaner | Theo de Raadt | |
1997-05-07 | Turn off si driver's dma by default. Unfortunately, DMA doesn't work. | gene | |
1997-05-07 | call pci_intr_establish correctly | Niklas Hallqvist | |
1997-05-06 | Add IP filter log into cdevsw | Niklas Hallqvist | |
1997-05-06 | add ipl device | kstailey | |
1997-05-05 | Removed Mach tag and added one for NCR SVR4. | etheisen | |
1997-05-05 | This is not getting picked up from ../Makefile.inc | Dale S. Rahn | |
set it here. This probably will go away shortly for preference to ofwboot. | |||
1997-05-05 | only build one version of the libraries. | Dale S. Rahn | |
1997-05-05 | add Extended partition id. | Dale S. Rahn | |
I hate when things are sitting around in trees forgotten. | |||
1997-05-05 | Remove comment about an XXX that has been fixed. | Todd C. Miller | |
1997-05-05 | Removed strchr() for libkern. | Todd C. Miller | |
1997-05-05 | Add strchr.c | Todd C. Miller | |
1997-05-05 | Several kernel files have internal (conflicting) versions of strchr() so | Todd C. Miller | |
move to libsa for now. | |||
1997-05-05 | #define away local versions of atoi & strchr to prevent potential | Niklas Hallqvist | |
name clashes with libkern versions | |||
1997-05-05 | add ccd to GENERIC | Thomas Graichen | |
1997-05-05 | @echo -> echo | Thomas Graichen | |
1997-05-05 | Updates from NetBSD (cgd): | Todd C. Miller | |
- seriously clean up makefiles. use libsa/libkern/libz as appropriate, and don't build the various sources into objs locally by specifying them directly in the Makefiles. - move the secondary bootstrap down (to 0x20004000), and add a HEAP_LIMIT so that we don't exhaust our bootstrap address space (when using the new, not yet checked in, memory allocator). - clean up installboot, deal with secondary bootstrap programs not on 'a' partition or 'a' partition not starting at 0. - add padding to structures in bbinfo.h for future expansion. Add a netbbinfo structure to allow netboot information to be hard-coded in network boot blocks, so that they can be made to work even on systems with firmware which doesn't support the new "ethernet address in boot device" convention. - move the sync() calls to the correct place in installboot.c - remove a kludge in disk.c which was breaking multiple opens/closes of the disk - allow netboot ethernet address to be hard-coded into binary so that machines with old firmware which doesn't pass it in the boot device can work. Assume that if the ethernet address isn't passed in, it uses the old (dain-bramaged) 'read' interface works on my 3000/300LX. - Add setnetbootinfo, a program to hard code an ethernet address into a network boot. - move an 'int debug;' into boot.c (it was the only diff between boot.c and netboot.c), and nuke netboot.c (using boot.c instead for net boot blocks). - add cd9660 file system ops to the file system ops table in filesystem.c - if a file name is given (i.e. BOOTED_FILE) is set, boot only that file, but if not then try to boot "bsd", "bsd.bak", "bsd.old", and "obsd" (in that order) until one is found or until the list of names is exhausted. - add support for reading gzipped kernels. - use strerror() to print errors, rather than just printing error numbers - if no disk label exists, fake one up - slightly relax the block size checks in bootxx.c; they were a bit to paranoid And local changes: - don't build a copy of libsa/libkern/libz for each boot prog, just build a single copy and use it for everything. | |||
1997-05-05 | Back out depend/clean changes. | Todd C. Miller | |
1997-05-05 | ssize_t is long on alpha, not int so cast to long in printf. | Todd C. Miller | |
1997-05-04 | Don't use head when we already use awk. | Todd C. Miller | |
1997-05-04 | Change clean/depend targets to allow inclusion of Makefile.inc | Todd C. Miller | |
where there is already a depend: target. | |||
1997-05-04 | Alpha needs strchr.c | Todd C. Miller | |
Fix up clean and depend targets in Makefile.inc so we can include Makefile.inc in cases where there is already a clean/depend target (based on a NetBSD Makefile.inc). | |||
1997-05-04 | Make null_read() and null_write() consistent with their prototypes. | Todd C. Miller | |
1997-05-04 | Add newer S3 chipsets that pcvt supports. Fix from William Wisner | Todd C. Miller | |
<wisner@gryphon.com>. Closes PR#180. | |||
1997-05-04 | Remove unnecesary call to head(1) that was giving me some grief. | Todd C. Miller | |
It is sufficient to have awk exit after printing the first line. | |||
1997-05-04 | Reality update | Niklas Hallqvist | |
1997-05-04 | now with SCSI and local disk | kstailey | |
1997-05-03 | Support for clearing interrupts on a Rasterops Colorboard 364. | briggs | |
Thanks go to Michel Chalufour <michelc@tiac.net> for grovelling around for me. | |||
1997-05-02 | modernize the Makefile a bit (towards the i386 one) including changes | Thomas Graichen | |
for genassym.sh | |||
1997-05-02 | another thing forgotten in my local tree - switch to use genassym.sh and | Thomas Graichen | |
genassym.cf also for the pmax instead of genassym.c | |||
1997-05-02 | changes to make libkvm.old build again on the pmax | Thomas Graichen | |
1997-05-02 | add posix 1003b types (from NetBSD) - why everyone who does something | Thomas Graichen | |
for nearly all ports always forgets the pmax ? :-) | |||
1997-05-02 | remove commented out option LFS - lfs is broken | Thomas Graichen | |
1997-05-02 | One step towards working profiling | Per Fogelstrom | |
1997-05-02 | Thanks to Tobias Beal <tbeal41@maine.maine.edu>, we can clear interrupts | briggs | |
on at least one Radius Precisioncolor 8 board. |