Pierre Beyssac
8f823235a9
Typo.
...
PR: docs/11832
Submitted by: Ralf S. Engelschall <rse@engelschall.com>
1999-05-25 11:52:30 +00:00
Wes Peters
b7edcd43b5
Added Posix rand_r function.
1999-05-24 23:30:14 +00:00
John Birrell
994d9b67a5
Added a missing comma to the static condition variable initialisation
...
definition.
Submitted by: David Leonard <David.Leonard@csee.uq.edu.au>, an OpenBSD guy.
1999-05-24 07:22:55 +00:00
John Birrell
5095f1917a
Remove the static declaration from the line[] variable to allow
...
openpty() to be called from a threaded application.
1999-05-24 01:15:28 +00:00
Brian Somers
6961f3da13
brucify
...
Mentioned by: sprice@hiwaay.net
1999-05-23 13:52:05 +00:00
John Birrell
eb9dc34d8b
Fix a problem with static initialisation of mutexes and condition
...
variables.
Submitted by: Dan Eischen <eischen@vigrid.com>
1999-05-23 10:55:33 +00:00
Doug Rabson
a604540eab
Cope with non page-aligned arguments to ioperm.
1999-05-22 17:35:04 +00:00
David E. O'Brien
4b139d33a7
I seem to be having some CVS problems... I don't know why this wasn't
...
commited with the Makefile fixes. CVS/Entries clearly show it being added...
1999-05-22 16:21:47 +00:00
David E. O'Brien
52313da9a5
Add an a.out ld.so so these distributions are standalone.
1999-05-21 18:40:54 +00:00
David E. O'Brien
8633336bf1
Need a few more dependacies.
1999-05-21 18:37:33 +00:00
David E. O'Brien
c3ae3db8b7
Add usr/libexec/ld.so
1999-05-21 18:35:57 +00:00
Jean-Marc Zucconi
e1e705c5b5
Chflags was clearing all flags supplied on the command line after a
...
clearing flag like dump or noschg, etc.
PR: bin/10071
Submitted by: Andreas Klussmann <andreas@infosys.heitec.net>
1999-05-21 17:04:13 +00:00
Mike Spengler
ebf7b1ce80
Print SPANS addresses in the correct byte order.
...
PR: 11691
Submitted by: Jim Pirzyk <Jim.Pirzyk@disney.com>
1999-05-20 23:52:15 +00:00
Eivind Eklund
5164f52665
Make incoming packets work as keepalives, too. This should fix problems
...
for some games.
Notified of problem by: tim@turbinegames.com
1999-05-20 20:20:24 +00:00
Bruce Evans
a425c38dfd
Fixed disordering and duplication of MLINKS in previous commit to
...
libc/string/Makefile.inc. psignal.3 doesn't live in libc/string.
1999-05-19 06:32:00 +00:00
Peter Wemm
78121e79aa
Add a strsignal(3) (like strerror(3)) for libc compatability with other
...
systems. NetBSD, Linux, SVR4 etc all have it.
1999-05-18 04:48:58 +00:00
Archie Cobbs
f24c2153d5
Add a note that when a stream opened via fdopen() is closed via fclose(),
...
the underlying file descriptor is also closed. To me at least this wasn't
immediately obvious.
1999-05-17 23:47:27 +00:00
Poul-Henning Kamp
d8bd3ac418
$ brucify -deblunder
1999-05-16 10:51:52 +00:00
John Birrell
65d33b21e6
Ensure that an existing thread gets it's state set to PS_DEAD to
...
prevent being rescheduled.
Submitted by: Dan Eischen <eischen@vigrid.com>
1999-05-16 05:25:37 +00:00
Nate Williams
283f072c78
- Fixed bug where we NULL'd before we freed the data causing a memory leak.
...
Submitted by: Ralf S. Engelschall
Obtained from: PR i386/11713
1999-05-14 21:36:16 +00:00
Alexander Langer
b2e3e4382d
Removed extraneous comma in xrefs.
1999-05-14 21:03:23 +00:00
Alexander Langer
c2a44ea9e0
Added missing comma in xrefs.
1999-05-14 21:03:11 +00:00
Andrey A. Chernov
121ba32d78
fix potential memory overwrite in escape parsing
...
PR: 11687
Submitted by: Don Lewis <Don.Lewis@tsc.tdk.com>
1999-05-13 16:16:46 +00:00
Mike Smith
5ca13e05f7
Fix my own Pie Floater.
...
(Correctly handle 'wd' devices)
1999-05-12 23:50:50 +00:00
Peter Wemm
bf0e1ee370
Tidy up references to <sys/rlist.h> and support for the old swap management
...
that went away in January.
1999-05-11 14:32:18 +00:00
Kris Kennaway
ee3afcaf3b
More typos.
1999-05-09 13:46:31 +00:00
Kris Kennaway
80bdfd1362
Typo.
...
Obtained from: OpenBSD
1999-05-09 13:41:19 +00:00
Doug Rabson
c914395258
Back out the last change to disk.c - a kernel change removed the need.
...
Enabled writing to the disklabel when writing a disk (only affects alpha).
1999-05-09 11:34:58 +00:00
John Birrell
608fa2c9e7
Mutex test program.
...
Submitted by: Daniel Eischen <eischen@vigrid.com>
1999-05-09 07:55:24 +00:00
John Birrell
33859c8093
Add mutex test program.
1999-05-09 07:50:31 +00:00
Doug Rabson
756b11d957
Make libdisk see the existing partitiions on the alpha.
1999-05-08 21:21:50 +00:00
David E. O'Brien
d96a7ccf05
Hookup compat22/a.out libs.
1999-05-08 18:50:53 +00:00
David E. O'Brien
2c9f087615
Compatability libraries for 2.2.x binaries.
...
Note that these are thus our a.out compatability libraries.
1999-05-08 17:54:02 +00:00
Jason Evans
c578efe575
Back out patch for cond_timedwait() bug from -current, since other changes
...
have made the patch obsolete, as pointed out by Daniel Eischen
<eischen@vigrid.com>.
PR: bin/8872
1999-05-08 07:50:05 +00:00
John Polstra
d65b34db7d
Revive the pam_deny and pam_permit modules from Linux-PAM. They are
...
simple enough to be trusted.
Add account management functionality to the pam_unix module.
These changes should make it possible to use PAM in some ports.
Submitted by: Max Khon <fjoe@iclub.nsu.ru>
1999-05-08 01:59:27 +00:00
Foxfair Hu
85484fbd41
PR: 10918
...
Submitted by: Yung-Jen Hung <winard@u3717a.dorm.ccu.edu.tw>
Reviewed by: bearscorp.bbs@bbs.life.nthu.edu.tw
_BIG5_sgetrune() in libc doesn't work well, this commit will fix it.
1999-05-07 13:24:58 +00:00
Jason Evans
a1aefaec27
Apply patch included in bin/8872. This fixes a bug that occurs when
...
pthread_cond_timedwait() times out.
PR: bin/8872
Submitted by: Jason Evans <jasone@canonware.com>
Reviewed by: David Schwartz <davids@webmaster.com>
1999-05-07 07:59:44 +00:00
Joseph Koshy
ad2713b522
Correct prototype for tigetstr().
...
PR: docs/11489
Submitted by: Andrew <andrew@ugh.net.au>
1999-05-05 02:51:45 +00:00
Mike Smith
003afcdfdb
Clean up after another half-Danish.
...
Add 'ad' as another known disk driver of the same kind as 'wd'.
1999-05-04 22:44:48 +00:00
Guy Helmer
a2b79fbea1
writev(2) can return EDESTADDRREQ when attempting to write to a
...
UNIX domain socket on which connect(2) had been used to set a destination
address and the destination goes away.
PR: docs/10451
1999-05-04 20:07:44 +00:00
Guy Helmer
badc7a22e9
Show "#include <machine/param.h>" in SYNOPSIS to get declaration of
...
PAGE_SIZE for sys/shm.h.
PR: docs/8464
1999-05-04 17:59:29 +00:00
Guy Helmer
ce423e99c5
Note the effect of close(2) on fcntl(2) record locks.
...
PR: docs/3522
1999-05-04 17:45:12 +00:00
Brian Somers
f1dfc9571e
Add missing ``.''.
1999-05-04 10:56:13 +00:00
Doug Rabson
d4af94988c
Declare the return address for __divX, __remX so that gdb can step over
...
calls properly.
1999-05-02 12:05:09 +00:00
Tim Vanderhoek
61f74535f6
Change references from "passwordperiod" to "passwordtime", since
...
"passwordtime" is what passwd(1) has actually been using. I suspect
passwordperiod was the original intent. I can't figure-out which,
if either, BSDi uses. If anyone knows...
1999-04-30 18:19:46 +00:00
Guy Helmer
1e1d43cd38
Document ishexnumber, isideogram, isnumber, isphonogram, isrune,
...
and isspecial.
PR: docs/9854
1999-04-29 21:54:20 +00:00
Guy Helmer
275d1ee30b
The accept(2) call can fail with EINTR (at least in the threaded context).
...
PR: docs/8858
1999-04-29 20:32:54 +00:00
Poul-Henning Kamp
75c1354190
This Implements the mumbled about "Jail" feature.
...
This is a seriously beefed up chroot kind of thing. The process
is jailed along the same lines as a chroot does it, but with
additional tough restrictions imposed on what the superuser can do.
For all I know, it is safe to hand over the root bit inside a
prison to the customer living in that prison, this is what
it was developed for in fact: "real virtual servers".
Each prison has an ip number associated with it, which all IP
communications will be coerced to use and each prison has its own
hostname.
Needless to say, you need more RAM this way, but the advantage is
that each customer can run their own particular version of apache
and not stomp on the toes of their neighbors.
It generally does what one would expect, but setting up a jail
still takes a little knowledge.
A few notes:
I have no scripts for setting up a jail, don't ask me for them.
The IP number should be an alias on one of the interfaces.
mount a /proc in each jail, it will make ps more useable.
/proc/<pid>/status tells the hostname of the prison for
jailed processes.
Quotas are only sensible if you have a mountpoint per prison.
There are no privisions for stopping resource-hogging.
Some "#ifdef INET" and similar may be missing (send patches!)
If somebody wants to take it from here and develop it into
more of a "virtual machine" they should be most welcome!
Tools, comments, patches & documentation most welcome.
Have fun...
Sponsored by: http://www.rndassociates.com/
Run for almost a year by: http://www.servetheweb.com/
1999-04-28 11:38:52 +00:00
Joerg Wunsch
a44388523d
Mention that you can only create a block or char special file using
...
mknod(2).
1999-04-28 10:04:48 +00:00
Tim Vanderhoek
e21de373a2
Mention that set-id bits are not honoured for shell scripts and
...
filesystems with the "nosuid" option. Mention that syscall tracing
is disabled sometimes.
PR: misc/11328
1999-04-27 03:56:10 +00:00