Commit Graph

6653 Commits

Author SHA1 Message Date
ws
e9dc62de63 Support BSS in LKMs
Don't panic when modunloading an empty slot
1994-03-31 20:31:19 +00:00
ws
ae6a7139ac Support BSS in LKMs 1994-03-31 20:29:58 +00:00
mycroft
d5dbb53fee Set d1 to -1 before cerror. 1994-03-31 18:50:58 +00:00
mycroft
5e7902055e Add lseek.S to SRCS. 1994-03-31 18:39:41 +00:00
mycroft
b3086b2299 Need to set %edx to -1 before cerror, though perhaps we should have something
more generic for this.
1994-03-31 18:38:57 +00:00
mycroft
a3450ab6e8 Add a .text and .align to SYSCALL(). 1994-03-31 18:31:23 +00:00
mycroft
5edb523880 Remove an old hack that now just causes a small memory leak during autoconfig. 1994-03-31 16:59:04 +00:00
pk
b120bb4e37 Suck in lseek() prototype. 1994-03-31 14:17:29 +00:00
deraadt
6a84dc1aba off_t 1994-03-31 11:12:40 +00:00
cgd
e0e9aa9568 yes, i'm a moron 1994-03-31 10:27:17 +00:00
mycroft
dee8bbdb29 Small change after config(8) hacking. 1994-03-31 06:50:08 +00:00
mycroft
b6f5403319 Some patches from Rafal Boni to fix egregious 3C507 mistakes. 1994-03-31 06:16:35 +00:00
cgd
ce2b1e5418 quiet compiler, too 1994-03-31 06:08:28 +00:00
cgd
af2b263be0 bad cast, pointed out by Rafal Boni 1994-03-31 06:06:00 +00:00
glass
9f7fed2901 make panic string unique 1994-03-31 05:44:49 +00:00
cgd
e46cfb60b1 don't use MACHINE_ARCH if it's dir doesn't exist... 1994-03-31 04:06:01 +00:00
cgd
f72994db5d add ast(4) man page, supplied by Roland McGrath <roland@frob.com> 1994-03-31 02:30:30 +00:00
cgd
92cf1f7da3 update for new kernel name 1994-03-31 02:22:16 +00:00
jtc
e3981ea214 UUCP config files live in /etc/uucp, not /usr/lib/uucp.
This file needs a lot more work.
1994-03-31 01:14:22 +00:00
mycroft
23c5083a45 Minor changes. 1994-03-30 18:35:11 +00:00
chopps
91e9961a67 remove dlists.h oops. 1994-03-30 17:24:08 +00:00
cgd
2ed6c26523 add -r flag, for RB_DFLTROOT 1994-03-30 11:19:12 +00:00
cgd
d4c116040f be a bit smarter when being verbose 1994-03-30 09:53:07 +00:00
cgd
8647b388a9 add ttyflags 1994-03-30 09:30:37 +00:00
cgd
30783705f5 add 'ttyflags', to set driver specific tty flags 1994-03-30 09:29:16 +00:00
cgd
a1fcdedb9d oops! 1994-03-30 08:22:07 +00:00
mycroft
b6fbebba6c Change some defaults to be more reasonable. 1994-03-30 08:03:27 +00:00
cgd
e4e4ac83f6 typo 1994-03-30 06:31:02 +00:00
mycroft
8ccc7bdffb Turn off the timeout debugging info by default. 1994-03-30 04:58:32 +00:00
cgd
d1c44c8402 clean up printf, and make overrides work! 1994-03-30 04:25:22 +00:00
mycroft
ea6d9af1c2 Print out board revision info. 1994-03-30 04:07:48 +00:00
cgd
f67d02e52c gid_t is your friend! 1994-03-30 03:51:32 +00:00
cgd
0337c53156 fix usage, and printing of size/name for files 1994-03-30 03:08:45 +00:00
cgd
2ab4a0ae5c some changes to make Kerberos a bit easier to use. from
Michael Graff <explorer@vorpal.com>, with some work by myself...
1994-03-30 02:49:15 +00:00
cgd
7a6e889600 kill bad casts 1994-03-30 02:28:43 +00:00
jtc
468f4334b4 misc cleanup:
use getopt to parse command line arguments.
  use err(), errx(), etc. for error messages.
  include appropriate header files for function prototypes.
  return 0 on successfull exit instead of dropping off the end of main().
1994-03-30 01:50:43 +00:00
jtc
31e884ea51 Vixie uses curly brackets instead of square brackets to indicate
command line arguments are mutually exclusive.  But I'd like all
NetBSD programs/manpages to be consistant with each other.
1994-03-30 01:46:43 +00:00
cgd
68e9ccd936 screw it. #ifdef out the i386 disk-name-getting routine. 1994-03-30 01:37:04 +00:00
cgd
117a397c4b don't core when a delete comes after a number. from bostic 1994-03-30 01:31:50 +00:00
mycroft
6ec90fd0d5 Minor fix to attach messages. 1994-03-30 00:54:43 +00:00
mycroft
d6e1028ce6 foo 1994-03-29 22:59:55 +00:00
pk
fe520b8c38 protect psr bits 1994-03-29 20:33:57 +00:00
mycroft
928e98118a More performance tweaking. 1994-03-29 20:16:14 +00:00
cgd
9fd641bbd4 ac 1994-03-29 12:42:04 +00:00
cgd
95768aa451 ac, by Simon J. Gerraty and myself 1994-03-29 12:40:06 +00:00
cgd
abc6222e32 update based on some work i did for 4.4BSD 1994-03-29 10:50:28 +00:00
cgd
1d2110a409 be reasonable and unique. 1994-03-29 10:46:37 +00:00
glass
d587964b49 rcsism 1994-03-29 10:16:52 +00:00
deraadt
f2a5a5193b need this for make distribution, too 1994-03-29 09:07:57 +00:00
chopps
7bb230219d copied over so lib/libc/arch not needed to build kernel. 1994-03-29 07:14:42 +00:00