Commit Graph

6993 Commits

Author SHA1 Message Date
cgd ecc12ef419 fstypes will be strings soon 1994-04-14 03:34:13 +00:00
cgd 8034feb3a6 fs type names 1994-04-14 03:26:06 +00:00
cgd 5334ad51e1 fs type names, and much clean 1994-04-14 03:25:14 +00:00
cgd eb0f0ad92d fs type names will soon be strings 1994-04-14 03:21:21 +00:00
cgd 20b03e88e7 we already have setproctitle 1994-04-14 03:17:26 +00:00
cgd d7e56d367a use setproctitle 1994-04-14 03:15:37 +00:00
cgd e9b31046c9 setproctitle proto 1994-04-14 03:13:54 +00:00
cgd 6e0cf55f61 setproctitle(); no reason to have this code spread into N utils... 1994-04-14 03:13:39 +00:00
cgd d94cf8ceb8 kill typos noted by Christoph Kukulies 1994-04-13 17:38:03 +00:00
deraadt 6c40e67ce7 darn, whoops 1994-04-13 11:01:58 +00:00
deraadt 848ce7a64d compile genassym static 1994-04-13 10:26:48 +00:00
deraadt 7f4901e6f5 typo 1994-04-13 10:12:33 +00:00
deraadt 8e68fffc61 ep driver doesn't need port/irq, figures out by itself 1994-04-13 07:53:02 +00:00
deraadt 78f8589496 few changes 1994-04-13 07:47:08 +00:00
cgd aa23b1931a kill warning 1994-04-13 07:33:05 +00:00
deraadt d22471e3ca outperform herb :-) 1994-04-13 07:01:50 +00:00
deraadt 920c317ff9 deallocate mbuf cache on ifconfig down. 1994-04-13 06:09:00 +00:00
mycroft eee893f9ea Various cleanup, but no functional differences. 1994-04-13 05:43:19 +00:00
cgd 8050627755 light comment change 1994-04-13 04:29:54 +00:00
cgd dcf70f0099 fix warning. 1994-04-12 23:20:35 +00:00
deraadt c71822f4b8 FIONREAD returns int, not off_t 1994-04-12 19:41:48 +00:00
chopps b6ad9ec8d5 FIONREAD returns int not off_t. (ssize_t prefered, but standards may
dictate otherwise)
1994-04-12 19:18:33 +00:00
mycroft 55a96d2a3f Acks with no data should have the highest sequence number sent. 1994-04-12 18:09:47 +00:00
mycroft 08230400b7 Patch from James Carlson to fix TCP stalls. 1994-04-12 18:07:46 +00:00
mycroft 2566987063 Fix numerous bugs; flags in the wrong places, modes getting clobbered, etc. 1994-04-12 17:18:59 +00:00
chopps de318bb111 vmunix? no, we are netbsd. 1994-04-12 15:44:28 +00:00
cgd 717db77fd8 kill bogon 1994-04-12 08:15:38 +00:00
deraadt b97b14b581 build two needed kernels 1994-04-12 07:48:20 +00:00
deraadt c198b59b4d partial clean; needs more work 1994-04-12 07:47:20 +00:00
deraadt 45125992e7 support mmap() at 0x04000000; fb_size should be rounded up. 1994-04-12 07:46:13 +00:00
cgd 55ec30fdbd put MDMBUF in the right place. 1994-04-12 06:08:48 +00:00
cgd 9857c67390 define NetBSD0_9 to be _2_, for 0.9a 1994-04-12 05:48:00 +00:00
cgd 7c9ad60ed9 documentation, general cleanup. ick. 1994-04-12 05:03:23 +00:00
cgd 11dad0a608 kill MOUNT_AFS; it's not going into the source tree in the near (long?) term. 1994-04-12 05:03:03 +00:00
cgd d7bb411a87 re-POSIXIFICATION. should have been punted back to bostic... 1994-04-12 04:41:17 +00:00
cgd 3eff8b176a 10 -> 5 1994-04-12 04:39:57 +00:00
cgd 1bf99f645f oops, restore bug fix that wasn't fed back to bostic... 1994-04-12 04:35:04 +00:00
cgd 7989c52b3e off_t casts, from Thomas Eberhardt 1994-04-12 04:17:37 +00:00
cgd e918c8c3f2 document np 1994-04-12 03:55:47 +00:00
cgd 92bb6b9feb minor fixes 1994-04-12 03:21:35 +00:00
cgd 656b05ccf6 be a bit smarter about determining if files shouldn't be seen by the user.
Also, DON'T allow a lookup to succeed on a file that's not visible!
1994-04-12 02:55:51 +00:00
mycroft 6076d8a10d Fix typo. 1994-04-12 02:23:14 +00:00
mycroft 0600b23926 Remove a bogus optimization I did. 1994-04-11 23:43:04 +00:00
cgd 913fdbc06d slight optimization, kill unnecessary label. 1994-04-11 22:03:17 +00:00
mycroft 3b2b4bc307 Add some comments. 1994-04-11 21:54:29 +00:00
cgd 49b3055feb undo that last 1994-04-11 21:53:54 +00:00
mycroft bfefadcc74 vcount(): Don't try to vgone() our argument. 1994-04-11 21:37:10 +00:00
cgd 34ac381d05 don't cdevvp() if a vnode for the dev already exists. Note that that's
conceptually icky; you end up ref'ing a 'real' vnode, and hence perhaps
tying down a file system; should be able to reference a 'fake' one,
but i doesn't appear save to cdevvp() if vnode for same dev is already
around...  also, mark vfinddev()s XXX (for later).
1994-04-11 19:53:29 +00:00
deraadt e7eb2d4831 support multiple eisa/isa cards. 1994-04-11 11:09:00 +00:00
glass f7a0b6da1d bleh 1994-04-11 06:36:04 +00:00