cgd
f45b975fa5
rename fgetline()
1994-01-04 05:36:22 +00:00
cgd
02254e0c37
rename fgetline() and sharpen axe for bostic...
1994-01-04 05:16:44 +00:00
cgd
7cf02fbc34
bump shlib version so people don't get screwed again by fgetline()
1994-01-04 05:15:30 +00:00
cgd
d543667048
rename fgetline() and sharpen axe for bostic...
1994-01-04 05:14:14 +00:00
mycroft
4fdb06a4f5
Clean up deleted files.
1994-01-04 05:13:19 +00:00
cgd
a18790e65d
rename fgetline() and sharpen axe for bostic...
1994-01-04 05:13:16 +00:00
cgd
fdacf1c630
DTRT if op is =
1994-01-04 05:05:36 +00:00
mycroft
261021fdec
Make sure VMIN and VTIME are set to sane values.
1994-01-04 02:41:08 +00:00
mycroft
9eb8814652
Remove the last two dependencies on 0xfe000000.
1994-01-04 01:50:18 +00:00
mycroft
e254def3cf
Fix VM_{MIN,MAX}_KERNEL_ADDRESS.
1994-01-04 00:44:03 +00:00
mycroft
d16aafd49f
Fix another off-by-one error.
1994-01-04 00:24:02 +00:00
mycroft
608662ce74
Fix two off-by-one errors.
1994-01-04 00:15:26 +00:00
mycroft
eee671fcc9
Default address is now 0xfe100000; assume we aren't going to revert.
1994-01-04 00:02:38 +00:00
mycroft
92d7ef960c
Use KERNBASE, not 0xfe000000.
1994-01-03 23:53:29 +00:00
jtc
bfc2593ae5
Integrate strtoq() and strtouq() from bsd-sources on uunet.
1994-01-03 22:58:35 +00:00
jtc
8e39f05b17
Allow user to override the temporary directory with the TMPDIR env variable.
...
(Derived from a FreeBSD patch by Ed Hudson).
1994-01-03 19:14:18 +00:00
mycroft
664f968d53
Inline all the [lr]cr[023]() `functions' in cpufunc.h.
1994-01-03 16:23:06 +00:00
mycroft
c0e772492e
Inline all the [lr]cr[023]() `functions' in cpufunc.h.
1994-01-03 16:21:48 +00:00
mycroft
7131e8517e
Garbage collection.
1994-01-03 16:20:47 +00:00
brezak
0ba3f69cb7
Change <sys/dir.h> to <dirent.h>
1994-01-03 14:47:23 +00:00
brezak
61ccab9488
Change /dev/vn0c to /dev/vnd0c (from jimj@miller.cs.uwm.edu)
1994-01-03 14:40:55 +00:00
cgd
77dff56471
various doc fixes from Luke Mewburn <lm@rmit.edu.au>
1994-01-03 08:34:00 +00:00
cgd
a6b0e27a3a
get the expire and change dates right if they're after 1/1/2000
1994-01-03 08:21:14 +00:00
andrew
cfe33803b1
Fixed problems with wc -c when reading from stdin.
1994-01-03 03:11:06 +00:00
mycroft
e75be43c5d
Make sure we get the correct `rep' prefix per the Intel manual (though really
...
GAS should figure this out itself).
1993-12-31 21:11:32 +00:00
jtc
b148ed66e2
Localization changes.
...
Updated to use standard error message routines.
1993-12-31 19:34:53 +00:00
jtc
e939834745
Localization changes.
1993-12-31 19:33:53 +00:00
jtc
b5cb7536b3
Localization changes + minor bug fix.
1993-12-31 19:33:02 +00:00
jtc
9aa0df82a8
Updated to use "standard" error message routines.
1993-12-31 19:31:52 +00:00
jtc
88dd434d9f
localization & manpage update.
1993-12-31 19:30:00 +00:00
jtc
94024ca50d
localization.
1993-12-31 19:29:02 +00:00
jtc
03c47e6827
#include <stdlib.h> to bring function prototypes into scope.
1993-12-31 19:28:15 +00:00
jtc
1c22cd3b4f
Provide local function declaration.
1993-12-31 19:27:18 +00:00
jtc
78d7367603
Provide prototypes in static function declarations.
1993-12-31 19:26:21 +00:00
jtc
18356811e6
Minor tweaks.
1993-12-31 19:25:23 +00:00
jtc
105b403a51
Minor tweaks.
...
The most significant problem of not being able to handle text files with
infinately long lines (required by POSIX.2) has not been addressed.
1993-12-31 19:24:42 +00:00
jtc
58f143a599
Add explicit return types to function definitions.
1993-12-31 19:13:47 +00:00
jtc
e63929d7f5
Handle format strings error correctly.
1993-12-31 01:46:16 +00:00
jtc
f57268af40
Upgraded this to use -mandoc macros some time ago.
1993-12-30 23:52:20 +00:00
jtc
3dfa59ec4a
Merged our bugfixes with the 4.4BSD find from uunet.
1993-12-30 21:15:18 +00:00
jtc
4ffe868003
Remove special case for root-level symlinks.
1993-12-30 20:09:51 +00:00
jtc
8ec96af59d
Changed return value from int to pid_t.
1993-12-30 19:16:46 +00:00
jtc
eaffcffaa5
Comment out single suffix rules (until I can get a debugger that works).
1993-12-30 18:53:02 +00:00
cgd
e3fd3a8611
probably incorrect, but i want it to compile *now*.
...
add <sys/types.h> where necessary. from brezak.
1993-12-30 13:26:40 +00:00
cgd
1424954c16
print out what we think is the resident set size. very nasty; the field
...
in the proc's vmspace struct should be updated, but isn't...
Also, if the process is a zombie or infantile, don't print, because
that could cause a null pointer deref.
1993-12-30 12:05:16 +00:00
cgd
d31a94286c
Undo that last change. It was 100%, beyond a doubt, completely bogus.
...
afswitch and af_max were still used, but since they was declared 'common'
by virtue of their declaration in af.h, the symbols were defined at link-
time, and their contents were considered BSS -- init to zero.
Now, you and i know that jumping to zero causes a core dump...
Therefore: af.c has been resurrected, so the procedure pointers actually
point to procedures, tables.c has had it's change nuked, and af.h
has been changed so afswitch and af_max are declared as 'extern'.
It's obvious that that 'fix' wasn't even tested.
1993-12-30 10:43:58 +00:00
cgd
340e659405
get rid of *very* bogus addition to CFLAGS
1993-12-30 08:56:03 +00:00
deraadt
debf054992
compile genassym -static as suggested by Jim McKim <mckim@lerc.nasa.gov>
1993-12-30 06:56:48 +00:00
deraadt
89ea303b7c
fix __asm() clobber list for some instructions. fix from
...
Lennart Augustsson <augustss@cs.chalmers.se>
1993-12-30 05:16:43 +00:00
deraadt
1a361f13ba
"struct ether_addr" is in netinet/if_ether.h (as in SunOS)
1993-12-30 04:21:05 +00:00