Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-04-18 | Use genassym.cf and a shell script to build assym.h. This helps | gene | |
cross-compiling a lot. Queue taken from Scott Reynolds. | |||
1997-04-18 | faked disklabel for extended partition + | Niels Provos | |
fixes by Niklas to faciliate use of other partition types (ext2fs) + Indentation by Theo ;) | |||
1997-04-18 | Fix from Denny Gentry--initialize receive seq. count and don't skip an entry | briggs | |
when programming the CAM. | |||
1997-04-18 | oops | Theo de Raadt | |
1997-04-18 | cleanup -Wall | Theo de Raadt | |
1997-04-18 | Don't set sillyrename field to 0 for directories, as it's in a union with | Theo de Raadt | |
the head of the cookie list. Fixes PR 3215, fix supplied by Hiroshi Tezuka <tezuka@trc.rwcp.or.jp>. Should also fix M_NFSDIROFF memory leak; fvdl | |||
1997-04-18 | Fix some bugs in NQNFS (malformed RPC requests, no directory lease eviction); | Theo de Raadt | |
fvdl | |||
1997-04-18 | avoid possible *NULL; fvdl | Theo de Raadt | |
1997-04-18 | indent | Theo de Raadt | |
1997-04-18 | new socket required if changing NOCONN; fvdl | Theo de Raadt | |
1997-04-18 | ensure nfs_mountroot device is a network device; from who-knows-who at | Theo de Raadt | |
netbsd but who-can-tell because they don't make their cvs tree available so that people can check and give proper credit. | |||
1997-04-18 | indent | Theo de Raadt | |
1997-04-18 | Clean up error handling a little. There is a small | Tobias Weingartner | |
problem with marginal disks. This code does not like them at all. I'm too frazzled right now to figure this out. This should give better error messages... | |||
1997-04-18 | alpha is like amiga in the sense it doesn't support bad block lists. | Niklas Hallqvist | |
This ought to be done differently, but for now this will suffice. | |||
1997-04-18 | Use the right types on 64-bit machines | Niklas Hallqvist | |
1997-04-18 | fix a bug | Michael Shalayeff | |
1997-04-18 | use libs from correct paths | Michael Shalayeff | |
1997-04-18 | no assembly listing | Michael Shalayeff | |
1997-04-18 | oops... | Michael Shalayeff | |
1997-04-18 | no more 60k limit! | Michael Shalayeff | |
no more explicit real<-->prot switching! fix 2.88 floppy drives..... kbd fixes coming soon! test it! | |||
1997-04-17 | Add -nostdlib to make sure... | Tobias Weingartner | |
1997-04-17 | Hope this works... | Tobias Weingartner | |
1997-04-17 | make "boot> -a" work like "boot> bsd -a"; ie. flags shortcut | Theo de Raadt | |
1997-04-17 | fix tab expansion | Theo de Raadt | |
1997-04-17 | more equipment bits! | Michael Shalayeff | |
1997-04-17 | hide C decls when _LOCORE defined | Michael Shalayeff | |
1997-04-17 | Added -q to return to Motorola bug. | gvf | |
Added loop to prompt for kernel name if it is not found. | |||
1997-04-17 | Fix error handling from bios & typo. | Tobias Weingartner | |
1997-04-17 | Changes earmarked 'purely cosmetic' by Scott Reynolds: | gene | |
>- Remove unused `register' modifier on declarations >- Reverse the sense of some tests to make the code more clear >- Type casts per KNF >- Move a static variable into the only function that uses it > (perhaps we can eliminate it entirely, someday?) Also, I went through these files and XXX'ed some things that should be and fixed a few more formatting problems per KNF. | |||
1997-04-17 | New memprobe for weird machines... please test. | Tobias Weingartner | |
1997-04-17 | more devices | Michael Shalayeff | |
1997-04-17 | Latest code from Mike + slight fixes. | Jason Downs | |
1997-04-17 | Use HP_425 for id 7, and fix tests in machdep.c. | Jason Downs | |
1997-04-17 | Better machine type identification from Mike Smith | Jason Downs | |
(<miff@spam.frisbee.net.au>). | |||
1997-04-17 | Add back rd devices. | Jason Downs | |
1997-04-17 | Minor KNF + $OpenBSD$ | Niklas Hallqvist | |
1997-04-17 | not all ports use rd, duh | Theo de Raadt | |
1997-04-17 | Do interrupt time accounting by running interrupt handlers with a seperate | Thorsten Lockert | |
code segment selector (otherwise identical to the standard kernel code selector); idea by Dave Richards <richards@zso.dec.com> | |||
1997-04-17 | Apple's firmware returns 0 from OF_read(stdin,) | briggs | |
if no characters are available. Deal with it. | |||
1997-04-17 | make unconnected sockets get a random port #, too | Theo de Raadt | |
1997-04-17 | Removal of race conditions. Inspired by Charles Hannum's | Niklas Hallqvist | |
<mycroft@netbsd.org> reorganization of the vm_collapse logic, although not used verbatim. We no longer collapse objects from the pagedaemon as that is not necessary anymore with the more aggressive collapses that gets done. This also increases performance of loaded systems. Much KNF too. | |||
1997-04-16 | Missing init of a bus_space_tag | Niklas Hallqvist | |
1997-04-16 | add RB_KDB support | Theo de Raadt | |
1997-04-16 | add ext2fs | Theo de Raadt | |
1997-04-16 | map two pages of Sysmap rather than 1. | flipk | |
fixes ramdisk loading problem (kernel > 4M). some comments. | |||
1997-04-16 | Add a proper version number ala other ports, and clean up various parts of | Jason Downs | |
the Makefiles. Lots more to do... | |||
1997-04-16 | Merge portions of NetBSD up to 970415. | Jason Downs | |
This includes: * All of the prototyping and KNF changes. * The new interrupt system. * Portions of the Domain Keyboard support from Mike Smith. This does not include: * m68k changes, namely generic dumps. Various sundry changes and fixes by me. | |||
1997-04-16 | fix cut 'n' paste | Jason Downs | |
1997-04-16 | Multiple include protection. | Jason Downs | |
1997-04-16 | Changes up to NetBSD 970415. | Jason Downs | |