cgd
|
3a44018403
|
get rid of the awful RSS hack
|
1994-01-07 19:10:06 +00:00 |
mycroft
|
c521a31e87
|
No need to clear these bits, since we just bzero()d the silly thing.
|
1994-01-07 18:32:14 +00:00 |
mycroft
|
a8dc1eb25a
|
Add an explicit return type.
|
1994-01-07 18:14:07 +00:00 |
mycroft
|
17e7b7e1bd
|
Make vnode_pager_putpage return an int, like other *_putpage routines.
|
1994-01-07 18:12:12 +00:00 |
mycroft
|
4343c468c5
|
Trivial stylistic change to match other code.
|
1994-01-07 18:11:38 +00:00 |
deraadt
|
f70a340fd9
|
cleanup a printf
|
1994-01-07 18:03:56 +00:00 |
deraadt
|
d4e74a7cda
|
really fix the tab code
|
1994-01-07 17:51:24 +00:00 |
mycroft
|
f8258a5b44
|
Add missing return value.
|
1994-01-07 17:12:51 +00:00 |
mycroft
|
abeb62670e
|
Delete special rules for syscall.S; they are not needed, and one of them
is wrong anyway.
|
1994-01-07 16:36:45 +00:00 |
mycroft
|
66b967af30
|
Patches from Alan Batie <batie@agora.rain.com> and mte@hpy.fi to make
msgs(1) work, add a `-r' option for restricted operation, and use $PAGER.
|
1994-01-07 16:22:15 +00:00 |
mycroft
|
179f4cbf14
|
Fix bizarre handling of cleanenv, and set the subshells argv[0] according
to standard practice. Changes from Alan Batie, David Greenman, and myself.
|
1994-01-07 16:05:42 +00:00 |
mycroft
|
2f6c95dad5
|
Fix typo.
|
1994-01-07 14:46:15 +00:00 |
cgd
|
0409100437
|
you can't use DESTDIR to help specify a library for LDADD or DPADD,
for a couple of reasons: (1) you're not supposed to, and (2) the first
time you try to 'make' with DESTDIR set to a certain place, things
will break.
|
1994-01-07 13:27:03 +00:00 |
deraadt
|
fc3bd9d7b3
|
change -I/sys to it's correct form. reported by <G.Michaelson@cc.uq.oz.au>
|
1994-01-07 12:35:30 +00:00 |
glass
|
ac0d7a2257
|
now takes advantage of NetBSD's YP support
|
1994-01-07 05:27:03 +00:00 |
pk
|
ea692b4d19
|
Archive member names need no longer be truncated.
|
1994-01-07 00:52:44 +00:00 |
pk
|
39c0326588
|
PIC_*() macros moved to <machine/asm.h>
|
1994-01-07 00:48:22 +00:00 |
pk
|
6f81dd8136
|
Add .type directive to ENRTY().
Move PIC_ macros over here from SYS.h
|
1994-01-07 00:46:20 +00:00 |
mycroft
|
56dde9c46c
|
hpuxsysent -> hpux_sysent, hpuxnssysent -> nhpux_sysent
|
1994-01-07 00:45:37 +00:00 |
mycroft
|
0bbaf2a5e8
|
Partial cleanup. Needs more work.
|
1994-01-07 00:43:39 +00:00 |
jtc
|
bb0242b058
|
Don't remove c++ header directory before installing headers.
Users who still have old headers loose.
|
1994-01-07 00:16:43 +00:00 |
jtc
|
1fd6c0e435
|
These files are no longer used by flex 2.4.6.
|
1994-01-07 00:02:14 +00:00 |
mycroft
|
c26cce685a
|
Declare a return type explicitly.
|
1994-01-06 23:59:15 +00:00 |
jtc
|
7340d816d0
|
Upgrade to version 2.4.6
|
1994-01-06 23:58:18 +00:00 |
mycroft
|
27876f2d51
|
Correct order of arguments to m_get*().
|
1994-01-06 23:58:17 +00:00 |
jtc
|
5466e141b0
|
Upgrade to version 2.4.6
|
1994-01-06 23:58:11 +00:00 |
mycroft
|
f11636394f
|
Correct order of arguments to m_get*().
|
1994-01-06 23:57:36 +00:00 |
mycroft
|
8658309e1b
|
Implement procfs stubs.
|
1994-01-06 23:55:40 +00:00 |
mycroft
|
566f233507
|
Clean up formatting.
|
1994-01-06 23:55:37 +00:00 |
mycroft
|
d74cd05c88
|
Implement procfs stubs.
|
1994-01-06 23:55:17 +00:00 |
pk
|
e2c9704c72
|
Simplify code and add copyright.
|
1994-01-06 23:39:25 +00:00 |
jtc
|
a3051779c5
|
Added port-specific categories.
|
1994-01-06 23:24:53 +00:00 |
jtc
|
201bc757f6
|
st_blocks & st_size aren't quads (at least not yet).
|
1994-01-06 23:13:13 +00:00 |
ws
|
0a8a197a17
|
Apparently noone ever tested the COMPAT_OLDSOCKOPT flag...
|
1994-01-06 23:00:22 +00:00 |
ws
|
3f7cb414ea
|
Try getting the filehandle of the exported path when reading /etc/exports
|
1994-01-06 22:48:51 +00:00 |
mycroft
|
40b7801fa6
|
Don't know why LOAD_ADDRESS was ever here, but it's toast.
|
1994-01-06 17:29:59 +00:00 |
mycroft
|
734aca027a
|
Okay, so it *really* works now, or at least compiles.
|
1994-01-06 17:23:56 +00:00 |
mycroft
|
30efe4707c
|
Make ptrace() actually work now.
|
1994-01-06 17:16:34 +00:00 |
mycroft
|
ed95321df9
|
Still need old #defines for now.
|
1994-01-06 17:05:34 +00:00 |
mycroft
|
0e716894cd
|
Garbage collection.
|
1994-01-06 16:57:59 +00:00 |
mycroft
|
f76fdd7722
|
Implement `struct reg'.
|
1994-01-06 16:50:13 +00:00 |
mycroft
|
27710a7332
|
Clean up deleted files.
|
1994-01-06 15:57:33 +00:00 |
cgd
|
aa8f4ca3f3
|
add berkeley pr
|
1994-01-06 15:57:25 +00:00 |
cgd
|
1a1524efb8
|
squish GNU pr
|
1994-01-06 15:57:24 +00:00 |
cgd
|
c4b27fe2cd
|
add berkeley pr
|
1994-01-06 15:57:10 +00:00 |
deraadt
|
107d69c359
|
forward decl of dom_binding for proto
|
1994-01-06 14:48:47 +00:00 |
deraadt
|
a2d143ab3f
|
don't need to #include <sys/socket.h> twice.
|
1994-01-06 14:00:35 +00:00 |
deraadt
|
2ceb867c77
|
allow mounting/exporting of NFS files (not just directories) for diskless
swap. thanks to <ws@TooLs.DE> and <roland@frob.com>
|
1994-01-06 13:51:55 +00:00 |
deraadt
|
2d1eff419c
|
glob_t not GLOB_t. pointed out by <lm@rmit.edu.au>
|
1994-01-06 13:24:09 +00:00 |
cgd
|
686d4f2c93
|
EOPNOTSUPP == Operation not supported
|
1994-01-06 12:57:46 +00:00 |