Commit Graph

8313 Commits

Author SHA1 Message Date
chopps
6a73a3cd2e MIN/MAX->min/max 1994-05-31 03:11:42 +00:00
chopps
34769dec9b fix incorrect MAN3 line. 1994-05-30 21:34:40 +00:00
mycroft
be18f5b5b9 Clean up deleted files. 1994-05-30 20:26:15 +00:00
gwr
8e9adf9acf Make things in the right places. 1994-05-30 20:18:34 +00:00
mycroft
4b4171b504 Clean up deleted files. 1994-05-30 20:09:03 +00:00
gwr
0d6e953d74 Make things in the right places. 1994-05-30 20:08:05 +00:00
jtc
d8e5937418 Re-worked case statement parsing. With luck, this fixes bug #268. 1994-05-30 20:05:40 +00:00
pk
6b3b8882fb Restore context before leaving in pmap_protect() & pmap_changeprot(). 1994-05-30 20:03:57 +00:00
hpeyerl
96fcc3dd20 byebye frame.h 1994-05-30 20:03:39 +00:00
phil
3e6203f54d boot from ufs program from Phil Bunde. 1994-05-30 19:58:42 +00:00
hpeyerl
8360c5f4ab ${.CURDIR} works better. 1994-05-30 19:12:36 +00:00
mycroft
b623f8de21 Remove SLIP. 1994-05-30 17:30:25 +00:00
hpeyerl
c05316e969 Make this compile under hp300. 1994-05-30 17:10:14 +00:00
mycroft
9eb7a8a711 Fix minor NFS glitch introduced with new VM code. 1994-05-30 13:10:06 +00:00
mycroft
ce8435c526 Add missing htons(), reported by Thorsten Lockert. 1994-05-30 09:55:56 +00:00
glass
61cb3f2f8f new filesystem stuff isn't in yet 1994-05-30 07:26:19 +00:00
glass
9c003aed46 MIN -> min 1994-05-30 06:52:26 +00:00
jtc
e71c54689b compile gencat (for message catalogs) 1994-05-30 06:44:52 +00:00
glass
7bf668fed9 so libkern compiles 1994-05-30 06:42:57 +00:00
glass
54088756f8 last bit of MDP_ULTRIX 1994-05-30 06:39:18 +00:00
glass
8c2bffa529 have typecast, will compile 1994-05-30 06:22:36 +00:00
glass
9cf6b07329 add typecast, will compile 1994-05-30 06:12:07 +00:00
glass
db35f66457 forgot a compile directory 1994-05-30 05:07:21 +00:00
cgd
b451f58608 add BINDIR?='s so that it'll install 1994-05-30 05:01:43 +00:00
deraadt
6f91f0628a better seed initialization 1994-05-30 04:52:26 +00:00
cgd
a01b12f71c reorg include order, also add <sys/param.h> for MAXHOSTNAMELEN 1994-05-30 03:54:37 +00:00
jtc
1a5e36018e Added catopen(3) manual page. 1994-05-30 03:40:36 +00:00
paulus
3f66ef1a1e Improvements to chat plus a man page from Al Longyear <longyear@netcom.com>.
In particular, chat will now take the script from a file, which is
vastly preferable if the script contains a password.
1994-05-30 01:38:57 +00:00
paulus
79517a9770 Bring pppd up to the about-to-be-released ppp-2.1.1 release,
mostly security improvements and bug fixes; some new functionality
from the Linux port.
1994-05-30 01:18:44 +00:00
jtc
555ef6b0b0 Added catclose(3) and catgets(3) man pages --- still working on catopen(3). 1994-05-30 00:53:56 +00:00
paulus
fc1c360234 changed to use routing socket for adding/deleting proxy arp entries
and default route.
1994-05-30 00:45:15 +00:00
paulus
5d72d095e8 check for escaped char before checking for escape char
so if peer escapes 0x5d we interpret it correctly
1994-05-29 23:44:23 +00:00
mycroft
766c830cb5 Clear more flags in brelse(). 1994-05-29 22:50:50 +00:00
deraadt
c2307c152b fix bug 266 1994-05-29 22:38:39 +00:00
jtc
c9b8e6ee73 gencat, used to create message catalogs 1994-05-29 22:34:42 +00:00
jtc
a762bb96d9 XPG3 says that the name argument specifies a complete path for the message
catalog if it contains a '/' (The original code only checked the first char).
1994-05-29 22:14:33 +00:00
jtc
6d847771c5 XPG3 wants .../%L/%N.cat and .../%N/%L in the default NLSPATH. 1994-05-29 22:10:56 +00:00
jtc
5b7e254892 Add message catalog functions. 1994-05-29 22:09:13 +00:00
jtc
64131474da Added nl_types.h for message catalog functions 1994-05-29 21:47:12 +00:00
jtc
6e6a8ec828 Changes needed for NetBSD integration. 1994-05-29 21:24:05 +00:00
jtc
49ce813263 Kee Hinckley's XPG3 compliant message catalog system (extracted from the
elm distribution).
1994-05-29 21:21:59 +00:00
jtc
4dd6c7855c Added /usr/share/nls for message catalogs 1994-05-29 20:42:57 +00:00
mycroft
fdc5a55aba Attempt to make sure /var is mounted before futzing with it. 1994-05-29 19:10:22 +00:00
chopps
1af1586c0f no more V_SWTCH, moved from cpu_switch to cpu_exit.
pointed out by osymh@gemini.oscs.montana.edu (Michael Hitch)
1994-05-29 06:58:25 +00:00
mycroft
efa75ea465 No more V_SWTCH. 1994-05-29 06:48:56 +00:00
mycroft
ebe4e58802 Don't increment switch count in cpu_switch(); mi_switch() does it. 1994-05-29 06:48:35 +00:00
mycroft
71cbfd8499 Increment switch count on exit. 1994-05-29 06:47:51 +00:00
gwr
7b95dc1e1b Now the sun3 stars init the new way. 1994-05-29 05:20:11 +00:00
gwr
4890d1e182 Start init the new way (no more icode). 1994-05-29 05:16:56 +00:00
mycroft
5b3fef124c Fresh compilation, with a few bugs fixed. 1994-05-29 05:11:30 +00:00