Commit Graph

6967 Commits

Author SHA1 Message Date
cgd
c53a9c6660 man page fix from Mark Weaver 1994-04-01 04:01:48 +00:00
cgd
7875181c2d bad cast 1994-04-01 03:53:29 +00:00
cgd
c889ba6f68 kill bad cast 1994-04-01 03:51:44 +00:00
cgd
550e226388 fix type, from Mark Weaver 1994-04-01 03:45:41 +00:00
cgd
bedbcf1adb delete duplicated info, from Mark Weaver 1994-04-01 03:44:32 +00:00
cgd
67f7468b24 bad cast 1994-04-01 03:32:38 +00:00
cgd
86be4d6208 long cast 1994-04-01 03:29:58 +00:00
cgd
f74f70059d off_t 1994-04-01 03:06:40 +00:00
cgd
6c3c466fe7 off_t stuff 1994-04-01 03:05:34 +00:00
cgd
c386dd4646 evil lseek casts... 1994-04-01 03:02:32 +00:00
cgd
20d2c86dad lseek/long thing 1994-04-01 01:44:59 +00:00
jtc
c4dd0dbafe Getgroups()'s second argument is now a gid_t ptr. 1994-04-01 01:29:28 +00:00
jtc
abfeba19ee Getgroup's second argument is now a gid_t ptr. 1994-04-01 01:19:08 +00:00
mycroft
8d1ace8b21 Stylistic cleanup; use err*() and atexit(). 1994-03-31 23:26:15 +00:00
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