Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-04-10 | Decrement open_count in netclose(); this fixes the bug which caused | Brandon Creighton | |
boot to halt on boot attempts after a failed network boot attempt. Also, prototype netmountroot() and return 0 in netclose(). | |||
2001-04-01 | Pick up a change from NetBSD: | Hugh Graham | |
: date: 2000/04/28 00:08:51; author: matt; state: Exp; lines: +2 -2 : Dump NRCV to 8 from 5. Note that a 8K NFS reply takes 6 full size : Ethernet packets so the chances are that if the server was fast enough : this driver would continuously lose one of the fragments. Eventually : causing the kernel load to fail. Add 2 extra for random ARP or other : packets that might be picked up. | |||
2001-01-28 | BTYP_1303 is supported now. | Hugh Graham | |
2000-11-25 | Everyone seems to hit the wrong key first time. Change the abort banner | Hugh Graham | |
wording to something unambiguous. | |||
2000-11-25 | make room for a 16 slice disklabel | Hugh Graham | |
2000-10-04 | nothing uses this variable | Brandon Creighton | |
2000-10-04 | push the right # of registers with pushr. | Brandon Creighton | |
also removed some useless instructions | |||
2000-10-04 | better (relative) definition of ${S} | Brandon Creighton | |
undef SAREL | |||
2000-10-04 | do not mess with rpb once it's initialized | Brandon Creighton | |
2000-10-04 | - don't reassign rpb here, it is done elsewhere | Brandon Creighton | |
- add code for VAX_BTYP_1303 systems, tested so far on hugh@'s ka53 | |||
2000-10-04 | add 53c94 to devsw/cnvtab | Brandon Creighton | |
2000-10-04 | - add a romopen() here (just initializes rom_softc and devdata) | Brandon Creighton | |
- check for VAX_TYP_MARIAH and BDEV_SDN (53C94 scsi) - use XXRPB instead of boothowto | |||
2000-10-04 | eliminate some confusion between rpb and howto -- also make sure that | Brandon Creighton | |
the "dev()filename" notation is parsed. | |||
2000-10-04 | relocate rpb higher in memory; move it out of the way of the incoming | Brandon Creighton | |
kernel | |||
2000-06-01 | gcc might use something like autoincremented registers here, which will | Brandon Creighton | |
not work, so change the constraint for an argument | |||
2000-05-25 | cause traversal into arch & subdirectories for the purposes of manual page ↵ | Theo de Raadt | |
install... | |||
2000-05-01 | fix countdown for vs4000{/60,/90,VLC} -- from netbsd | Brandon Creighton | |
2000-04-27 | forgot these, oops | Brandon Creighton | |
2000-04-27 | sync with netbsd -- this involved rearranging things for sanity reasons | Brandon Creighton | |
and because separate builds of libsa are done. this is a pretty nice bootloader. | |||
1998-05-14 | We are OpenBSD. That and international :-) | Niklas Hallqvist | |
1998-05-13 | Use DEV_BSIZE instead of the wasteful MAXBSIZE for buffer size. | Niklas Hallqvist | |
1998-05-11 | Lots of changes to make obj dirs and cross-compilation work | Niklas Hallqvist | |
1998-05-11 | We need a string.h with a NULL define to please libsa, weird | Niklas Hallqvist | |
1998-05-11 | strn?cmp defined in libsa, disable these here temporarily. We might want | Niklas Hallqvist | |
them later as they are probably faster, being hand-assembled. | |||
1998-05-11 | Do not use userland headers | Niklas Hallqvist | |
1998-05-11 | stand.h defines min, no need for it here | Niklas Hallqvist | |
1998-02-03 | Sync with NetBSD 970827. Forgot this one last time. -moj | Mats O Jansson | |
1997-05-29 | RCS tagging | Niklas Hallqvist | |
1997-01-15 | sync with NetBSD 970112 -moj | Mats O Jansson | |
1996-09-27 | Opps, add OpenBSD tag. -moj | Mats O Jansson | |
1996-09-27 | Allow make obj. -moj | Mats O Jansson | |
1996-07-31 | kernel is /bsd | Theo de Raadt | |
1996-05-03 | sync w/ 0430 | Michael Shalayeff | |
1995-12-30 | from ragge: Create libkern as a .a instead of a .o file | Theo de Raadt | |
1995-10-26 | update from netbsd tree | Theo de Raadt | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |