Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-01-18 | Do not doubletrap when curproc->p_addr is zero, as it is during autoconfig. | Niklas Hallqvist | |
1997-01-16 | do not call resettodr() if RB_TIMEBAD is set due to being in ddb with clock ↵ | kstailey | |
updates suspended | |||
1997-01-15 | getopt(3) returns -1 when out of args, not EOF, whee! | Todd C. Miller | |
1997-01-14 | RAW_PART | Theo de Raadt | |
1997-01-07 | Fix for final ptdi panic on i386 | Thorsten Lockert | |
1997-01-04 | Remove extra blank line | Niklas Hallqvist | |
1997-01-02 | DESTDIR already set. | etheisen | |
1997-01-02 | prevent system from suspend/standby twice. | Michael Shalayeff | |
(netbsd pr#3005, yasufu-i@is.aist-nara.ac.jp) | |||
1997-01-01 | add a comment about how to configure pci pcmcia chips (from stefan grefen | Thomas Graichen | |
- the original author of the NetBSD pcmcia stuff) p.s.: this way i got my notebook working with pcmcia | |||
1996-12-29 | don't strip boot.com on install | Thomas Graichen | |
1996-12-29 | be more consistent when printing the memory values at bootup - now also | Thomas Graichen | |
the BIOS mem stuff is printed in bytes - like the other values too | |||
1996-12-29 | add some comments to some things we removed to get also more broken | Thomas Graichen | |
keyboards working | |||
1996-12-28 | Got an NCR controller too now | Thorsten Lockert | |
1996-12-28 | Switch to pcvt for console | Thorsten Lockert | |
1996-12-26 | compile, Makefile rebuild | Michael Shalayeff | |
1996-12-23 | use _{NLIST,KERN}_DO_{AOUT,ELF,ECOFF} to select binary types | Theo de Raadt | |
1996-12-21 | -Wall madness. | Todd C. Miller | |
1996-12-20 | add missing #ifdef COMPAT_10 | Thomas Graichen | |
1996-12-18 | Make pccom compile. This stull really needs to be merged into the | Todd C. Miller | |
normal com driver. | |||
1996-12-15 | allow sd0a for root device prompt | Theo de Raadt | |
1996-12-12 | 32 bit cleanup, because this code is going to be copied by other ports soon | Theo de Raadt | |
1996-12-11 | TS_WOPEN on cua close, like com.c | Theo de Raadt | |
1996-12-11 | isadma belongs in files.isa | Niklas Hallqvist | |
1996-12-11 | fix eisa ultrastor config | Theo de Raadt | |
1996-12-10 | do not need isapnp0 | Theo de Raadt | |
1996-12-10 | Forgotten line in extent handling code | Niklas Hallqvist | |
1996-12-09 | arc port can use the same disksubr code, whee! | Theo de Raadt | |
1996-12-09 | Use new extent manager when mapping bus resources | Niklas Hallqvist | |
1996-12-09 | minor whoops | Theo de Raadt | |
1996-12-09 | brelse properly | Theo de Raadt | |
1996-12-08 | Disable quotas | Thorsten Lockert | |
1996-12-07 | fake the isofs label only if other probes fail | Theo de Raadt | |
1996-12-06 | sizeof(x)/sizeof(x[0]) is your friend | Theo de Raadt | |
1996-12-06 | a temporary hack until i fix some confusing swapbsd.c handling | Theo de Raadt | |
1996-12-05 | NetBSD PR#2910: Recognize Pentium Pro machines | dm | |
1996-12-05 | do setroot() based on wd.h/NWD and fd.h/NFD | Theo de Raadt | |
1996-12-05 | call iso_disklabelspoof() as needed... | Theo de Raadt | |
1996-12-05 | Implement a few more escape sequences that BSD/OS has defined for pccons; | Thorsten Lockert | |
fixes NetBSD PR 2947. Note that some of the new sequences are accepted but ignored | |||
1996-12-04 | DESTDIR fixing | Theo de Raadt | |
1996-11-30 | bus changes | Jason Downs | |
1996-11-28 | Adaption to new bus.h from NetBSD. Various driver has been updated to | Niklas Hallqvist | |
NetBSD 961107 state. Other has not, partly because sometimes the bus.h changes was coupled with other changes. | |||
1996-11-28 | Various configuration changes | Niklas Hallqvist | |
1996-11-25 | Sync with reality, + Serial console on COM2 | Niklas Hallqvist | |
1996-11-25 | Oops | Niklas Hallqvist | |
1996-11-25 | htons et al. works on explicit 16- and 32-bit quantities and not the | Niklas Hallqvist | |
machine dependent "short" and "long" integer. Correct and enhance manpage. Change all short and longs to u_int16_t and u_int32_t, respectively. OpenBSD RCSIds | |||
1996-11-23 | remrq -> remrunqueue | kstailey | |
1996-11-23 | added const to second parameter of cfprint_t routines | kstailey | |
1996-11-22 | fix booting with serial console - i replaced the bios code from OpenBSD with | Thomas Graichen | |
FreeBSD's polling code so that it works with all serial terminals - if you now remove the comment in front of #CPPFLAGS+=-DSERIAL -D... - the bootprompt should appear on the serial console note: i had to rename "geometry" in one printf of sys.c to "geom." to get the bootblocks small enough for serial console booting | |||
1996-11-12 | Arrival of new bus.h from NetBSD | Niklas Hallqvist | |
1996-11-12 | s/bus.h/bus.old.h/ to make the transit to the bus_space bus.h an easy road | Niklas Hallqvist | |
possibly taken in small steps |