| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
PR: docs/11832
Submitted by: Ralf S. Engelschall <rse@engelschall.com>
|
| |
|
|
|
|
|
|
| |
definition.
Submitted by: David Leonard <David.Leonard@csee.uq.edu.au>, an OpenBSD guy.
|
|
|
|
| |
openpty() to be called from a threaded application.
|
|
|
|
| |
Mentioned by: sprice@hiwaay.net
|
|
|
|
|
|
| |
variables.
Submitted by: Dan Eischen <eischen@vigrid.com>
|
| |
|
|
|
|
| |
commited with the Makefile fixes. CVS/Entries clearly show it being added...
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
clearing flag like dump or noschg, etc.
PR: bin/10071
Submitted by: Andreas Klussmann <andreas@infosys.heitec.net>
|
|
|
|
|
| |
PR: 11691
Submitted by: Jim Pirzyk <Jim.Pirzyk@disney.com>
|
|
|
|
|
|
| |
for some games.
Notified of problem by: tim@turbinegames.com
|
|
|
|
| |
libc/string/Makefile.inc. psignal.3 doesn't live in libc/string.
|
|
|
|
| |
systems. NetBSD, Linux, SVR4 etc all have it.
|
|
|
|
|
| |
the underlying file descriptor is also closed. To me at least this wasn't
immediately obvious.
|
| |
|
|
|
|
|
|
| |
prevent being rescheduled.
Submitted by: Dan Eischen <eischen@vigrid.com>
|
|
|
|
|
| |
Submitted by: Ralf S. Engelschall
Obtained from: PR i386/11713
|
| |
|
| |
|
|
|
|
|
| |
PR: 11687
Submitted by: Don Lewis <Don.Lewis@tsc.tdk.com>
|
|
|
|
| |
(Correctly handle 'wd' devices)
|
|
|
|
| |
that went away in January.
|
| |
|
|
|
|
| |
Obtained from: OpenBSD
|
|
|
|
| |
Enabled writing to the disklabel when writing a disk (only affects alpha).
|
|
|
|
| |
Submitted by: Daniel Eischen <eischen@vigrid.com>
|
| |
|
| |
|
| |
|
|
|
|
| |
Note that these are thus our a.out compatability libraries.
|
|
|
|
|
|
|
| |
have made the patch obsolete, as pointed out by Daniel Eischen
<eischen@vigrid.com>.
PR: bin/8872
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
| |
pthread_cond_timedwait() times out.
PR: bin/8872
Submitted by: Jason Evans <jasone@canonware.com>
Reviewed by: David Schwartz <davids@webmaster.com>
|
|
|
|
|
| |
PR: docs/11489
Submitted by: Andrew <andrew@ugh.net.au>
|
|
|
|
| |
Add 'ad' as another known disk driver of the same kind as 'wd'.
|
|
|
|
|
|
|
| |
UNIX domain socket on which connect(2) had been used to set a destination
address and the destination goes away.
PR: docs/10451
|
|
|
|
|
|
| |
PAGE_SIZE for sys/shm.h.
PR: docs/8464
|
|
|
|
| |
PR: docs/3522
|
| |
|
|
|
|
| |
calls properly.
|
|
|
|
|
|
| |
"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...
|
|
|
|
|
|
| |
and isspecial.
PR: docs/9854
|
|
|
|
| |
PR: docs/8858
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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/
|
|
|
|
| |
mknod(2).
|
|
|
|
|
|
|
| |
filesystems with the "nosuid" option. Mention that syscall tracing
is disabled sometimes.
PR: misc/11328
|