| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
PR: 35531
MFC after: 2 weeks
|
|
|
|
| |
it from id.c into defs.c
|
|
|
|
|
| |
put it into the format string, supporting ps's tweak to
setproctitle().
|
| |
|
|
|
|
| |
Forgotten by: julian
|
| |
|
|
|
|
| |
Submitted mostly by: green
|
| |
|
|
|
|
| |
Originally submitted by: green
|
| |
|
|
|
|
|
|
|
|
|
|
| |
o Allow ``set ....'' when we have multiple links but aren't in
multilink mode.
o Do a TLS when we receive a ``Open'' event in ``Closed'' state,
despite the rfc state transition table. This is clearly an
error in the RFC as TLS cannot have yet been called (without
TLF) in the ``Closed'' state.
I've posted a message to comp.protocols.ppp for confirmation.
|
|
|
|
|
|
|
|
|
|
|
| |
that we're now closing, manually HUP that session leader
so that the tty is fully released.
o Always restart our carrier detect timer in the receiving
process if it was running in the sending process (as we
now *always* pass the descriptor).
o Tweak argv when we go into pause() mode to keep our session
so that ps can see what's going on (without checking for a
`pause' state in `ps -l').
|
|
|
|
|
|
|
| |
generate the data to transfer.
o Transfer uucp lock ownership for the transferred device.
o Don't assume we know the correct values of dev_is_modem and
mbits after the transfer.
|
|
|
|
| |
See the file README.changes, and re-read the man page.
|
|
|
|
| |
Do the login()/logwtmp()/logout() as id 0.
|
|
|
|
|
|
| |
Make various bits static.
Remove unused variables.
Submitted by: eivind
|
|
|
|
| |
to just open it as uid 0 under OpenBSD.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Remove extraneous decls.
Add ``const'' to several places.
Allow ``make NOALIAS=1'' to remove IP aliasing.
Merge with OpenBSD - only the Makefiles vary.
We can now survive a compile with
-Wall -Wbad-function-cast -Wcast-align -Wcast-qual
-Winline -Wmissing-declarations -Wmissing-prototypes
-Wnested-externs -Wpointer-arith -Wredundant-decls
-Wshadow -Wstrict-prototypes -Wwrite-strings -Wchar-subscripts
(although the Makefile just contains -Wall).
|
|
|
|
| |
The setreuid() page says seteuid is better !
|
|
Stay as the invoking uid as much as possible.
Execution as a normal user is still forbidden for now,
so these changes are pretty ineffective.
The next commit will implement the modifications suggested
on -hackers a number of days ago.
|