5013 Commits

Author SHA1 Message Date
deraadt
218153c3df remove the faster replacement for inet_ntoa because the stupid thing
is byte order dependent.
1994-01-12 19:01:00 +00:00
cgd
d2aceb4b05 update from jsp 1994-01-12 19:00:59 +00:00
cgd
815306a6b5 kill extra comment line 1994-01-12 18:38:31 +00:00
jtc
2a22045ae0 Vixie Cron 3.0-prerelease, patch 11 1994-01-12 18:35:59 +00:00
cgd
61d53ce8bb mount_lofs, from jsp 1994-01-12 18:35:51 +00:00
jtc
e827862b77 Vixie Cron 3.0-prerelease, patch 11 1994-01-12 18:35:45 +00:00
cgd
8f725dca72 mount_lofs, from jsp 1994-01-12 18:35:34 +00:00
jtc
59f16ac068 Vixie Cron 3.0-prerelease, patch 11 1994-01-12 18:34:24 +00:00
cgd
9226580db9 add comment noting 'catman', which isn't ready to be in subdirs list yet. 1994-01-12 18:15:15 +00:00
mycroft
d30fa11d9d Clean up deleted files. 1994-01-12 18:12:43 +00:00
mycroft
7e32102eda We are simply not ready to use pkthdr.len yet. 1994-01-12 04:12:10 +00:00
cgd
0e116508d4 check cross-device renames 1994-01-12 03:33:33 +00:00
mycroft
47f759bc3c Use pkthdr.len field. 1994-01-12 02:58:26 +00:00
mycroft
b8cc9a5cd2 Get the pkthdr.len calculation right. 1994-01-12 02:45:11 +00:00
mycroft
cfdaa9d2ea Use the pkthdr.len field rather than traversing the mbuf chain. Also put some
sanity checking code in, #ifdef DEBUG, just in case.
1994-01-12 02:38:17 +00:00
deraadt
d553c09639 writing out of bpf; use a hdr mbuf and set the pkthdr.len as well.
(rarpd now works with if_ep.c!)
1994-01-12 00:38:50 +00:00
mycroft
231463b415 Don't print an extra character after a Unix domain socket name. 1994-01-11 23:27:10 +00:00
mycroft
497cad8b12 Remove the evil #ifndef; we no longer need it. 1994-01-11 23:19:00 +00:00
mycroft
81c6dcf43d Remove some unnecessary casting. 1994-01-11 22:39:40 +00:00
mycroft
82420de143 Fix typos. 1994-01-11 22:35:55 +00:00
mycroft
c21cb48980 Fix the segment validation in sigreturn(). 1994-01-11 21:46:49 +00:00
brezak
bebf3957d5 sample config file for mrouted. 1994-01-11 20:20:32 +00:00
brezak
fd3e279d93 build rbootd and mrouted 1994-01-11 20:18:20 +00:00
brezak
4497c26d0f Mrouted ported by cmaeda@cs.washington.edu from BSD386 port. 1994-01-11 20:15:44 +00:00
brezak
4b860495c5 Incorporate changes for IP mcast and IGMP from cmaeda@cs.washington.edu. 1994-01-11 19:42:48 +00:00
brezak
65f742625b Check the users selectors in sigreturn() 1994-01-11 19:19:01 +00:00
mycroft
960908a885 Deal with fusubail. 1994-01-11 19:12:07 +00:00
jtc
e59e4eb1ce Vixie Cron 3.0-prerelease, patch 10 1994-01-11 19:10:45 +00:00
mycroft
9a96e9531b Add V_TRAP; remove TF_ERR. 1994-01-11 18:59:02 +00:00
mycroft
8e447f8afd Minor changes to match magnum branch; nothing of importance. 1994-01-11 18:57:24 +00:00
jtc
70a4f3c1c1 Fix spelling errors. 1994-01-11 18:49:16 +00:00
jtc
4f5c7cccc2 Fix spelling errors. 1994-01-11 18:36:16 +00:00
jtc
2c7d5d92c9 Fix spelling errors. 1994-01-11 18:22:48 +00:00
ws
5f7ef81c6f Fix ugliness left over from my last mod 1994-01-11 18:02:06 +00:00
mycroft
10865c97fa Synchronize some more bits. 1994-01-11 17:51:40 +00:00
mycroft
e12a200e8a Remove an unnecessary cast. 1994-01-11 17:37:28 +00:00
mycroft
101e3f31f7 Cleanup from magnum branch; no functional differences. 1994-01-11 17:35:04 +00:00
mycroft
efdb9fa688 *strategy functions return void. 1994-01-11 17:19:37 +00:00
brezak
f13e8e7954 sample config file for rbootd. 1994-01-11 16:42:40 +00:00
brezak
880d90d4e9 rbootd for booting HP workstations from 4.4BSD/Utah. 1994-01-11 16:41:38 +00:00
mycroft
99e02ea4e5 Get rid of indirection, and change return type of strat functions. 1994-01-11 16:41:37 +00:00
brezak
c26eaebf4f rbootd for booting HP workstations from 4.4BSD/Utah. 1994-01-11 16:41:19 +00:00
mycroft
8698f35d76 Change return type of strat functions. 1994-01-11 16:40:19 +00:00
mycroft
495c0903ec Change return type of strat function. 1994-01-11 16:38:48 +00:00
mycroft
4448a68e2c Get rid of disklabel indirection functions. 1994-01-11 16:35:44 +00:00
mycroft
24621baf6a strategy functions return void. 1994-01-11 16:28:47 +00:00
mycroft
158545c164 strategy functions return nothing. Synchronize with magnum branch. 1994-01-11 16:25:52 +00:00
brezak
e05cab76da Original version from 4.4BSD/Utah. 1994-01-11 15:43:38 +00:00
mycroft
07a07b09a6 Synchronize with magnum branch. 1994-01-11 15:37:18 +00:00
mycroft
ad116f4438 Some minor cleanup, mostly from magnum branch. 1994-01-11 15:11:36 +00:00