Commit Graph

2549 Commits

Author SHA1 Message Date
jtc
ae444cb091 We're have a real cu now, so break the link between cu and tip. 1993-08-04 20:17:26 +00:00
jtc
728988fbe1 Enable HDB & V2 config files. 1993-08-04 20:15:34 +00:00
jtc
3d353466ea Fix formatting bug. 1993-08-04 19:52:59 +00:00
jtc
084e4c2672 Upgrade to Taylor UUCP 1.04 1993-08-04 19:33:45 +00:00
brezak
67dfce6728 Normalize play_msf changes with 386bsd patch. 1993-08-04 19:33:44 +00:00
jtc
2a1d8bfc2b Upgrade to Taylor UUCP 1.04 1993-08-04 19:33:40 +00:00
brezak
930ac1c94f Normalize play_msf changes with 386bsd patch. 1993-08-04 19:33:38 +00:00
jtc
6964362f5b Upgrade to Taylor UUCP 1.04 1993-08-04 19:30:29 +00:00
mycroft
7283ab9b15 Clean up deleted files. 1993-08-04 19:30:05 +00:00
jtc
4b184f33d9 Upgrade to Taylor UUCP 1.04 1993-08-04 19:29:38 +00:00
mycroft
695e42aaa5 Clean up deleted files. 1993-08-04 18:59:54 +00:00
mycroft
c2b2002645 Add hack.onames.h to CLEANFILES so it gets removed when cleaning, and to SRCS
so it gets build for depending.
1993-08-04 18:59:50 +00:00
brezak
726a6e2c77 Add service port for WWW http. 1993-08-04 18:02:19 +00:00
brezak
3e9304df33 Changes from nate for gzip'ed sup 1993-08-04 17:46:14 +00:00
jtc
53c3f682d7 Change volatile qualifier to __dead, for when cc != gcc. 1993-08-04 17:33:37 +00:00
brezak
80a965ba28 Add play_msf command and MSF variants. This is SCSI2 stuff and is needed for many flavors of player utilities. 1993-08-04 17:26:20 +00:00
jtc
91d4aa53f0 Use __pure qualifier. 1993-08-04 17:24:44 +00:00
mycroft
f5d1ed6454 Nuke stray #ifndef. 1993-08-04 00:46:41 +00:00
mycroft
d7080696e9 Put RCS ids back... 1993-08-04 00:42:51 +00:00
jtc
179e863ba5 Add i486 instruction set extensions for those who know what they are doing. 1993-08-04 00:21:42 +00:00
mycroft
13c54e604a Add an #endif I forgot. 1993-08-03 23:25:12 +00:00
jtc
bb815d8092 Remove semicolon from null macro replacement so gcc -ansi -pedantic
doesn't complain.
1993-08-03 23:05:16 +00:00
mycroft
ab127e8ac7 Don't remove obj dir (or link) when doing `make cleandir'. 1993-08-03 23:01:06 +00:00
jtc
4ea49841a4 Fix formatting error. 1993-08-03 23:00:07 +00:00
mycroft
36af9568db I'm really mad now. Not only did this `new' version have exactly the same
bugs as the `old' one, but it was almost identical!
1993-08-03 22:48:35 +00:00
glass
461002f91d it links with out any unresolved symbols, last few are just stubs
because we aren't likely to get near execing init for a while
1993-08-03 22:37:04 +00:00
mycroft
8e99f20a79 Shouldn't use NOMAN here. We have a man page, even if we don't bother to
install the program anyway.
1993-08-03 21:58:55 +00:00
mycroft
d2830fa48d Add LIB= line which I accidentally deleted 4 revisions ago. 1993-08-03 21:57:49 +00:00
mycroft
584cb286d8 Add RCS identifier. 1993-08-03 21:55:48 +00:00
mycroft
06d166fd25 New versions to go with new fts() et al. 1993-08-03 21:53:56 +00:00
mycroft
88d7d7d35d Oops. Don't include the rcsid strings in generated .h files. 1993-08-03 21:53:13 +00:00
mycroft
63c0a317bb Add ALIGNBYTES for new fts(). 1993-08-03 21:51:10 +00:00
mycroft
082ac3c1b1 Make RCS id stuff compatible with stupid rpcgen. 1993-08-03 13:18:03 +00:00
brezak
f21b797b62 Bring to rtc clock code from Mach. Provides resettodr(). 1993-08-03 12:33:17 +00:00
mycroft
4e1ade1731 Further cleanup. Remove IDXSHIFT in favor of using PGSHIFT and an indexed
load.  (Same code size but faster.)
1993-08-03 07:03:01 +00:00
mycroft
a2a26e452b Make coding style a little more consistent and cleanup some constants. 1993-08-03 06:34:35 +00:00
mycroft
27ba85335c Emit KERNBASE. 1993-08-03 06:33:55 +00:00
mycroft
03302d8a3a Fix bogus use of splx() in is_reset(). 1993-08-03 05:06:49 +00:00
mycroft
c12fc78e87 Nuke RCS log. 1993-08-03 05:06:26 +00:00
mycroft
b18d5b69fe Fix entabbing algorithm. (This is not the same patch as in FreeBSD.) 1993-08-03 04:32:16 +00:00
mycroft
62906a0d59 Add entries for 38.4k, 57.6k, and 115.2kbaud. 1993-08-03 04:11:40 +00:00
mycroft
bbc8c11fd5 Nuke an extra `||' Chris inserted. 1993-08-03 02:45:20 +00:00
mycroft
a0aed26669 Remove a spurious `#' added two revisions ago. 1993-08-03 01:56:52 +00:00
glass
015cae18dd more /* in comment warning fixes. in this case it looks like something
was cut and pasted badly :)
1993-08-03 01:53:36 +00:00
glass
4a385c1228 with -Wall would bomb, on incomplete type 'selinfo'. bpfilter.h include
moved down, and select.h included.
1993-08-03 01:52:57 +00:00
glass
76f78fcf75 more "warning: `/*' within comment" fixes 1993-08-03 01:51:16 +00:00
glass
68ffbb2599 getting rid of some "warning: `/*' within comment" problems 1993-08-03 01:50:21 +00:00
cgd
d6b4910ac2 fix from Garrett Wollman <wollman@emba.uvm.edu> to return EPROTONOTSUPP
if user tries to get a socket for a protocol with no usrreq function
1993-08-03 01:36:10 +00:00
mycroft
85fd4d583d Recognize noauto' (and auto', just for symmetry) in fstab. 1993-08-03 01:25:52 +00:00
mycroft
5cc9898c12 Cosmetic change to VOP_ADVLOCK() fix. 1993-08-03 00:11:29 +00:00