phk
3203743c60
yacc rule change.
1996-05-30 23:01:04 +00:00
phk
bc3dcb1c92
yacc rule change.
1996-05-30 22:54:10 +00:00
phk
628bfc8764
yacc rules change.
1996-05-30 22:48:22 +00:00
smpatel
49058140a1
Allow multiple process names to kill (i.e. 'killall ftpd inetd httpd')
...
Submitted by: smpatel, wosch
Reviewed by: wosch
1996-05-30 22:04:09 +00:00
phk
63f8b4ca8e
Fix yacc rule usage.
1996-05-30 21:29:03 +00:00
phk
57278aca7d
Use new yacc rule.
1996-05-30 20:56:23 +00:00
phk
a81e9f20dc
Use new yacc rules. (I'm fixing the tree as fast as I can :-)
1996-05-30 20:52:26 +00:00
phk
8ed246fa9a
Use default yacc rule.
1996-05-30 20:44:09 +00:00
phk
83a65a2744
Make the yacc rules reentrant
...
Suggested by: peter
1996-05-30 20:39:45 +00:00
wollman
516f199fd3
Copy SGI routed onto head.
1996-05-30 16:31:46 +00:00
wollman
29f9ba3bbb
Protocol definitions for RIPv2.
...
Obtained from: Vernon Schryver <vjs@mica.denver.sgi.com>
1996-05-30 16:31:04 +00:00
wollman
8902bc33bc
Superseded by rttrace and rtquery
1996-05-30 16:21:40 +00:00
wollman
59e35a5328
Initial revision
1996-05-30 16:19:14 +00:00
gibbs
b0eeb8b7ad
Fix regression. It seems that you need at least one instruction between
...
seeing SPIORDY and checking for PHASEMIS. My last change turned out to
be less cosmetic then I thought.
Pointed out by: Satoshi Asami <asami@cs.berkeley.edu>,
Faried Nawaz <fn@pain.csrv.uidaho.edu
1996-05-30 14:31:08 +00:00
asami
a28a78041a
Set MAKE_ENV and CONFIGURE_ARGS with += instead of ?=, it is easier to
...
add things this way.
Reviewed by: ache
1996-05-30 08:53:26 +00:00
gibbs
c69cdc8a07
Merge in changes for NetBSD/OpenBSD.
...
NetBSD/OpenBSD support Submitted by:Noriyuki Soda <soda@sra.co.jp>,
Pete Bentley <pete@demon.net>,
Charles M. Hannum <mycroft@mit.edu>,
Theo de Raadt <deraadt@theos.com>
1996-05-30 07:20:17 +00:00
gibbs
ed82be8966
Merge in changes for NetBSD/OpenBSD.
...
Add a panic for attempts to page in a non paged out SCB.
Re-order some of the interrupt routine for better performance.
NetBSD/OpenBSD support Submitted by:Noriyuki Soda <soda@sra.co.jp>,
Pete Bentley <pete@demon.net>,
Charles M. Hannum <mycroft@mit.edu>,
Theo de Raadt <deraadt@theos.com>
1996-05-30 07:19:59 +00:00
gibbs
ac159e4246
Merge in changes for NetBSD/OpenBSD.
...
Cosmetic change to p_mesgout code so that it "looks" the same as what
is done in the inb* routines.
NetBSD/OpenBSD support Submitted by:Noriyuki Soda <soda@sra.co.jp>,
Pete Bentley <pete@demon.net>,
Charles M. Hannum <mycroft@mit.edu>,
Theo de Raadt <deraadt@theos.com>
1996-05-30 07:18:39 +00:00
pst
1f6cfc8362
Remove obsolete SOCKSv4 support
1996-05-30 03:09:18 +00:00
pst
93cb831554
1. Remove SOCKS support (unneded with SOCKS v5 port)
...
2. Update quarantine port support to use new kernel mechanism.
1996-05-30 03:08:17 +00:00
pst
10d32f7a70
Drop privileges if not using standard namelist or kernel file.
...
Submitted by: smpatel (Sujal Patel)
1996-05-30 02:20:10 +00:00
pst
20544fa323
Drop privileges if not using standard namelist or file.
...
Submitted by: smpatel (Sujal Patel)
1996-05-30 02:19:43 +00:00
pst
94a7f8648c
Setgid kmem not required.
...
Submitted by: smpatel (Sujal Patel)
1996-05-30 02:19:03 +00:00
pst
9d48774924
Drop privileges if we're not reading standard kernel file or namelist.
...
Submitted by: smpatel (Sujal Patel)
1996-05-30 02:18:44 +00:00
dg
cd113d77ab
Fix a panic caused by (proc)->p_session being dereferenced for a process
...
that was exiting.
1996-05-30 01:21:50 +00:00
smpatel
e450158f36
Enable the -M and -N options of swapinfo, as advertised in the usage line.
1996-05-29 19:57:25 +00:00
jkh
4e903ff88c
Add James Raynard
1996-05-29 17:16:24 +00:00
jkh
6f37611e0a
Add laptop user's section to handbook.
...
Add Alex Nash.
1996-05-29 16:32:27 +00:00
dyson
c545522f30
Correct some unfortunately chosen constants, otherwise, not enough
...
pages are calculated for deferred allocation of swap pager data structures.
This is a follow-on to the previous commit to this file.
1996-05-29 06:33:30 +00:00
dyson
1f06055059
After careful review by David Greenman and myself, David had found a
...
case where blocking can occur, thereby giving other process's a chance
to modify the queue where a page resides. This could cause numerous
process and system failures.
1996-05-29 05:15:33 +00:00
dyson
f5f74ba5e1
Make sure that pageout deadlocks cannot occur. There is a problem
...
that the datastructures needed to support the swap pager can take
enough space to fully deplete system memory, and cause a deadlock.
This change keeps large objects from being filled with dirty pages
without the appropriate swap pager datastructures. Right now,
default objects greater than 1/4 the size of available system memory
are converted to swap objects, thereby eliminating the risk of deadlock.
1996-05-29 05:12:23 +00:00
dyson
f5744ee50d
The wrong address (pindex) was being used for the page table directory. No
...
negative side effects right now, but just a clean-up.
1996-05-29 05:09:07 +00:00
jkh
37deb9b657
Fix bogus MLINKS line from vasprintf change.
1996-05-29 05:00:12 +00:00
jkh
161f96e430
Put .inf files directly into distributions so that sysinstall can find them.
1996-05-29 04:13:17 +00:00
jkh
c3a7c96ba9
Fix some minor formatting dreck.
1996-05-29 03:27:31 +00:00
jkh
6494b19d73
Sha-ZAM!
...
The root floppy is now gone. I shall not mourn its passing.
Everything we need is on boot.flp or the bindist.
1996-05-29 01:35:33 +00:00
wosch
4fe110ed7e
`make maninstall' should go down into the subdirs like
...
`make install' does.
1996-05-29 01:10:10 +00:00
wosch
55faaca1d9
add manpage links
...
asprintf.3 -> printf.3
vasprintf -> printf.3
1996-05-29 01:00:00 +00:00
wosch
e774799ebe
add manpage links
...
TAILQ_EMPTY.3 -> queue.3
TAILQ_FIRST.3 -> queue.3
TAILQ_LAST.3 -> queue.3
TAILQ_NEXT.3 -> queue.3
1996-05-29 00:58:47 +00:00
wosch
5998b03d0f
add manpage links:
...
des_setkey.3 -> crypt.3
des_cipher.3 -> crypt.3
err_set_exit.3 -> err.3
err_set_file.3 -> err.3
strunvis.3 -> unvis.3
1996-05-29 00:57:19 +00:00
jkh
459ecf039d
Added pointer to inn FAQ on the net.
1996-05-29 00:46:01 +00:00
jkh
63fe227349
Very small semantic change.
1996-05-28 23:31:20 +00:00
jdp
a0b884c252
Correct two errors in the manual page.
1996-05-28 18:57:31 +00:00
jkh
a912abf585
Only look at command-line args if we're not running as init - duh!
...
Thanks, David.
1996-05-28 18:30:30 +00:00
phk
5f845e903b
Use ld -O insted of ld -o + mv.
1996-05-28 16:24:53 +00:00
phk
f395b616d3
Avoid a ton of "mv" when making libs by using -O to ld.
...
Make lex rules reentrant.
1996-05-28 16:20:13 +00:00
phk
066017bb9c
Add an option -O <filename> to ld. From the manpage:
...
-O filename
Specifies the name of the output file. The file is created as
filename.tmp and when output is complete renamed to filename.
This allows us to:
ld -O ${.TARGET} -x -r ${.TARGET}
1996-05-28 16:17:48 +00:00
ache
fdde2d1009
Fix -f mode
...
Fix freeing of wrong pointer
1996-05-28 15:43:03 +00:00
phk
228b60073e
Make rules reentrant.
1996-05-28 00:34:38 +00:00
wosch
c352f22791
document values for option -r
1996-05-28 00:14:20 +00:00