steve
40b850dd41
Note in log file if messages are being forwarded from a
...
remote machine.
PR: 7055
Submitted by: Edwin Groothus <edwin@nwm.wan.philips.com>
1998-06-27 21:45:59 +00:00
steve
5a9ce09142
Typo.
...
PR: 7093
Submitted by: Stefan Eggers <seggers@semyam.dinoco.de>
1998-06-27 21:29:35 +00:00
steve
f9b27556e8
A few tweaks to the spanish keymap.
...
PR: 7080
Submitted by: Jose M. Acaide <jose@we.lc.ehu.es>
1998-06-27 20:41:59 +00:00
steve
1f377d980c
Fix a few typos.
...
PR: 7092
Submitted by: Kauzo Horikawa <h-horik@yk.rim.or.jp>
1998-06-27 20:32:41 +00:00
brian
86d48ef9c4
More u_long -> u_int32_t
1998-06-27 16:24:52 +00:00
brian
a2d16c6974
Fixes assorted problems with the history edit functions in libedit. This
...
affects sh, ftp (and others?).
Submitted by: Max Euston <meuston@jmrodgers.com>
PR: 6516
1998-06-27 16:10:40 +00:00
dfr
3231ba4ceb
Make db_tok_number a long to allow typing 64bit numbers on alpha.
1998-06-27 15:40:56 +00:00
dfr
1cc4fc358b
Use %+11ln for printing in r format to make it work for 64bit registers.
1998-06-27 15:39:51 +00:00
dfr
b3b330344c
Add some stack backtrace support. Pretty fragile but its a start.
1998-06-27 15:37:43 +00:00
dfr
fbd10e3f6a
Use %lx for printing register contents.
1998-06-27 15:35:57 +00:00
dfr
c54bbafb0a
Make uoff_t compile.
1998-06-27 15:35:00 +00:00
brian
1dcef5af2d
I find it *really* irritating that you can't ``cvs rm''
...
things without removing them first.
1998-06-27 15:33:17 +00:00
brian
d8347e5d3e
Remove redundant includes
1998-06-27 14:18:15 +00:00
brian
9666634a89
Don't dlopen()/dlsym() libalias, use it in the same way
...
as the rest of the world uses libraries.
1998-06-27 14:17:28 +00:00
brian
6a5332c7c7
Don't assume ``sizeof(u_long) == 4''
...
Submitted by: Theo
1998-06-27 12:03:50 +00:00
brian
0e8196a1ea
Cast void * to char * for log_Printf().
1998-06-27 12:03:46 +00:00
brian
2421d3c06a
``struct tunnel_header'' -> u_int32_t in OpenBSD.
...
struct tunnel_header is going soon.
Suggested by: Theo
1998-06-27 12:03:43 +00:00
andreas
45ae42c55e
additionally warnings
...
- login failures
- tcp_wrapper messages about refused connections
1998-06-27 11:13:59 +00:00
jhay
2922de5ede
Only make struct xtcpcb visable if _NETINET_IN_PCB_H_ and _SYS_SOCKETVAR_H_
...
are defined.
Reviewed by: bde
1998-06-27 07:30:45 +00:00
phk
9905e9d2e7
Make vprint() print dev_t in hex also.
1998-06-27 07:28:49 +00:00
phk
3354f8d129
Report the type from the inode, not the vnode.
1998-06-27 06:45:04 +00:00
phk
4cb7827a87
Report the mode as the result of the VOP_GETATTR rather than the
...
vnodes type, they may not correspond.
1998-06-27 06:43:09 +00:00
jdp
4c0dd08a5a
Extend the existing hackery to set the disk type to SCSI for the
...
"da" and "od" devices. Formerly ESDI was used for them, causing
problems for fresh installations of CAM systems.
1998-06-27 02:01:25 +00:00
brian
a0edc31f41
Don't depend on sizeof(u_long) == 4.
1998-06-26 19:02:40 +00:00
brian
c7c6f3feab
Don't make clean after building the crunch file. Build
...
a des & non-des version of ppp in the same way as init
and ed.
1998-06-26 18:54:06 +00:00
brian
6b48c99450
DISTRIBUTION=des
1998-06-26 18:50:29 +00:00
phk
c85cf94d72
Remove isdisk() hacks.
1998-06-26 18:14:25 +00:00
phk
35457bbbad
Add D_DISK flag.
1998-06-26 18:13:57 +00:00
rnordier
ac15457e4b
Correct typo: loosing --> losing
1998-06-26 14:25:18 +00:00
jkh
cfe1e92767
Flesh this document out just a little in response to some user
...
questions and also recommend linking over copying since, at this stage,
a stale copy is a real concern.
1998-06-26 10:35:55 +00:00
jkoshy
eae9bbe969
Document environment variables used by pkg_{add,create,info}. These
...
include PKG_TMPDIR, TMPDIR, PKG_DBDIR. Add a FILES section to these
manual pages.
PR: docs/7064
1998-06-26 07:15:38 +00:00
jkh
fb3dfdf6bc
MF22: doc pointer.
1998-06-26 01:48:04 +00:00
jkh
9c0e373d52
MF22: die sup die.
1998-06-26 01:44:57 +00:00
brian
1e23d0e92c
Add `ipcp'' as an optional argument to
`open'', and make
...
open capable of re-negotiatiating the various layers.
It is now possible to change various link options and then
re-open the relevant layer, making the changes effective -
for example, switching off VJ compression or starting ECHO
LQRs on-the-fly.
1998-06-25 22:33:31 +00:00
ghelmer
c957b12bc9
Update vmstat portion of man page to reflect the statistics currently
...
shown by systat's vmstat display.
PR: docs/3764
1998-06-25 22:04:48 +00:00
wpaul
efe4f69151
A long time ago I hacked mountd so that it would deal intelligently
...
with export lines where the same hostname was specified more than once
(this happens a lot with netgroups sometimes). Recently I discovered
that it needs to be hacked to deal with multiple instances of the
same IP address too.
I've been using this modification locally for several months with no
hassles.
1998-06-25 21:26:06 +00:00
guido
c183560752
Implement new argument -l (OpenBSD has -a but we already use that).
...
This allows one to specify additional sockets in the unix domain
that syslogd listens to. Its primary use is to create log sockets in
chroot environments.
Obtained from:OpenBSD (with a bug fixed d
1998-06-25 19:39:19 +00:00
guido
bf3ddf370d
Fix btree problems. This passes regressions tests.
...
PR: 7009
Obtained from: http://www.sleepycat.com/update/patch.185.html , patches 1.2,
1.3 and 1.4
1998-06-25 18:50:06 +00:00
dt
c6c8ca45cd
Remove "not hungly" panics. Cookies now used by the linux and ibcs2
...
emulators. The emulators assume that filesystem may just ignore cookies, and
handle this case correctly. So we just ignore cookies.
Also sync *_readdir "prototypes" with reality.
1998-06-25 16:54:41 +00:00
phk
267ffb2428
Remove bdevsw_add(), change the only two users to use bdevsw_add_generic().
...
Extend cdevsw to be superset of bdevsw.
Remove non-functional bdev lkm support.
Teach wcd what the open() args mean.
1998-06-25 11:28:07 +00:00
kato
110135302e
Sync with sys/i386/conf/Makefile.i386 revision 1.115.
1998-06-25 10:49:49 +00:00
brian
b1de54fb2f
Fix syntax error from last commit
1998-06-25 06:35:20 +00:00
jkoshy
a0de7ea926
Mention `kern_securelevel' variables in manual page.
...
Reminded-by: max
1998-06-25 04:27:56 +00:00
jb
5dff8fae16
Add the missing {} that caused the function to return ESRCH if it
...
had to wait for the thread to exit and if the caller didn't want the
thread exit status.
1998-06-25 00:04:21 +00:00
julian
2b2a057da4
Reviewed by: guido@mouse.gvr.org
...
Submitted by: Archie@whistle.com
redo the last patch to allow differentiated kernel logging in
a much better way.
1998-06-24 23:50:20 +00:00
msmith
359f57c07c
Oops, add ppc to the 'tty' imask.
1998-06-24 22:01:32 +00:00
phk
a6105f339f
When some functions were added to sys/queue.h (1.15, 1.16),
...
the queue diagram (in comment, showing member functions)
update were slipped.
PR: 7048
Submitted by: SAWADA Mizuki <miz@qb3.so-net.ne.jp>
1998-06-24 20:51:09 +00:00
brian
ba3159e407
Oops - forgot these with the last commit.
1998-06-24 19:36:37 +00:00
brian
7c567ca3f8
o If we come out of select() with only write descriptors that
...
end up writing zero bytes, sleep for 1/10 of a second so that
we don't end up using up too much cpu.
This should only ever happen on systems that wrongly report a
descriptor as writable despite the tty buffer being full.
Discussed with: Jeff Evarts
o Do an initial run-time check to see if select() alters the passed
timeval. This knowledge isn't yet used, but will be soon.
1998-06-24 19:33:36 +00:00
eivind
be4ceaedbf
Fix race condition for creation of vnode_if.c and vnode_if.h.
...
Exact problem pointed out by: Cyrus Rahman <cr@jcmax.com>
1998-06-24 13:55:32 +00:00