scrappy
17aa8d19ec
Added documentation for "options PAS_JOYSTICK_ENABLE"
1996-04-11 06:23:18 +00:00
scrappy
65f13e11fa
mentioned support for enabling gameport on ProAudio Spectrum with
...
appropriately commented out "options" line for PAS_JOYSTICK_ENABLE
(PR#i386/960 - partial closer)
1996-04-11 06:19:44 +00:00
mpp
bd0e546b7a
Print some warnings if root invokes chpass and sets the
...
shell to one of the following:
- a non-existent file
- a non-regular file
- a file without any execute bits set
The shell is still set to whatever they entered even if the above
conditions exist (hey, it is the super user doing this after all :-),
but this might give the admin. some warning that they are about to screw
themselves and give them a chance to fix it before it is too late.
Inspired by: some new FreeBSD user on USENET who set his root shell
to a shell that doesn't exist and now can't gain access to root (don't
worry, I sent him some mail on how to recover from this).
1996-04-11 05:30:18 +00:00
jkh
554249e991
Disable sio3 in GENERIC - it messes with ATI cards.
1996-04-10 23:03:36 +00:00
wosch
3fae17b82d
Do not exit if a file is not readable. This is a short hack
...
until someone rewrite wc(1).
1996-04-10 22:21:01 +00:00
scrappy
ca60561595
removed RS_IBUFSIZE #ifndef - have been informed it was a bad idea
1996-04-10 18:09:58 +00:00
nate
a74b0e1caf
Run indent on all these files to make them more readable. (I also went
...
through by hand and cleaned up some indent bogons.)
1996-04-10 06:49:32 +00:00
asami
bd6c81ecb2
Describe usage of LOCALBASE and X11BASE in relation with PREFIX.
1996-04-10 06:32:42 +00:00
nate
438d9b3a8b
Run indent on all these files to make them more readable. (I also went
...
through by hand and cleaned up some indent bogons.)
1996-04-10 05:45:39 +00:00
nate
0e0a5fb013
hp300 -> i386
1996-04-10 05:27:11 +00:00
scrappy
563a581ee6
Placed an #ifndef around RS_IBUFSIZE so that it can be changed in the
...
config file ... PR#528 is reportly fixed by adding 'options RS_IBUFSIZE=1024'
to the config file
1996-04-10 04:18:36 +00:00
smpatel
4d30ab368e
Fix a core dump when the user gives "-w" without an "="
1996-04-10 00:53:22 +00:00
nate
451e7461a9
Remove a file no longer valid as the config file moved to /etc/pccard.conf.
1996-04-09 23:33:08 +00:00
nate
e624213da1
Cleanup useless stuff in Makefile and add a missing NOMAN target.
1996-04-09 23:31:51 +00:00
nate
3e7be51ef5
Removed original distribution files that are no longer valid.
1996-04-09 23:29:07 +00:00
wosch
3508394479
Add variable ``_MANPAGES'' This will be replace the
...
.if !defined(MAN1) && !defined(MAN2) ... orgy in bsd.prog.mk and
bsd.kmod.mk
1996-04-09 23:10:19 +00:00
wosch
832bcac465
use .for loop for common targets
1996-04-09 22:54:13 +00:00
wosch
50c95294f0
Add targets cleanfiles/clean, cleandir
1996-04-09 22:43:33 +00:00
mpp
f150b93f6a
Update the description of strncat to accurately describe how many
...
bytes are copied to the destination string. Closes PR#1000.
Submitted by: Dave Glowacki <dglo@ssec.wisc.edu>
1996-04-09 22:00:39 +00:00
mpp
a86dce0f60
Correct a minor typo. Fixes part of PR#1000.
...
Submitted by: Dave Glowacki <dglo@ssec.wisc.edu>
1996-04-09 21:48:21 +00:00
mpp
a556b6b70f
Correctly match the format flags and their descriptions.
...
Submitted by: Dave Glowacki <dglo@ssec.wisc.edu>
1996-04-09 21:46:24 +00:00
scrappy
35b5c03864
Quick patch to fix a bug where issuing ctl-c while in crontab -e
...
leaves editor running in background (PR: bin/751)
Submitted by: candy@fct.kgc.co.jp (Toshihiro Kanda)
1996-04-09 20:28:16 +00:00
wosch
48b2e5079b
Easter was one day to fast.
...
Unix use days *since* January 1 [0-365], not the 1th day of year etc.
1996-04-09 19:48:31 +00:00
mpp
217959f2b8
Install crypt.3 so that libcipher will install if /usr/share/man
...
has been blown away. Previously it depended on an existing
crypt.3 to be present for the man page links to install properly.
1996-04-09 17:20:33 +00:00
mpp
a6d857e732
Do not include math.h because it isn't used and it causes
...
"make world" to fail if you use the msun math library and
blow away /usr/include and then do "make world". This is because
the msun math.h isn't installed with the other include files before
xlint is built. It finally gets installed when the msun library
is built.
Perhaps "make world" should install the msun math.h file if
it doesn't install the CSRG math.h, to prevent problems
like this in the future.
1996-04-09 17:17:31 +00:00
ache
d1d944b32e
English corrections from jdp.
...
Add main purpose description (MSDOS timestamps)
1996-04-09 11:31:34 +00:00
asami
5a2de6fc2e
Add Jian-Da Li <jdli@FreeBSD.csie.NCTU.edu.tw> for his xsysinfo port.
1996-04-09 09:04:09 +00:00
jkh
8c536fe336
Gag! Somebody removed the bus mouse from GENERIC for reasons unknown.
...
That certainly explains why I noticed it suddenly missing from the
2.2 SNAPSHOT! :-)
1996-04-09 09:00:41 +00:00
pst
67931eee29
Logging UDP and TCP connection attempts should not be enabled by default.
...
It's trivial to create a denial of service attack on a box so enabled.
These messages, if enabled at all, must be rate-limited. (!)
1996-04-09 07:01:53 +00:00
dyson
a3cc211552
Reinstitute the map lock for processes being swapped out. This
...
is needed because of the vm_fault used to bring the page table page
for the kernel stack (UPAGES) back in. The consequence of the
previous incorrect change was a system hang.
1996-04-09 04:36:58 +00:00
gclarkii
69b0dd4b9f
Add John Perry to list for security documentation (forth coming)
...
perry@vishnu.alias.net
1996-04-09 04:14:09 +00:00
asami
bc6a215103
Add "Brent J. Nordquist" <nordquist@platinum.com> for contribution of
...
btoa port.
1996-04-09 04:00:24 +00:00
asami
0253cf0098
Add phone (1167/udp).
1996-04-09 01:53:58 +00:00
smpatel
2511d49751
Added isa_dmadone() to fix the errors the sound driver has been complaining
...
about.
Update driver to use isa_dma_acquire() and isa_dma_release()
1996-04-08 19:42:07 +00:00
smpatel
9739208301
Update drivers to use isa_dma_acquire() and isa_dma_release()
...
Reviewed by: bde
1996-04-08 19:40:57 +00:00
smpatel
6b740ac6e9
Add a lock for DMA Channels to prevent two devices from using the same DMA
...
channel at the same time. The functions isa_dma_acquire() and
isa_dma_release() should be used in all ISA drivers which call isa_dmastart().
This can be used more generally to register the usage of DMA channels in
any driver, but it is required for drivers using isa_dmastart() and friends.
Clean up sanity checks, error messages, etc.
Remove isa_dmadone_nobounce(), it is no longer needed
Reviewed by: bde
1996-04-08 19:38:57 +00:00
wollman
6a74f9b51b
Added a $Id$ keyword. Bruce still needs to put a copyright notice
...
on this file.
1996-04-08 16:41:06 +00:00
jfieber
e3ccf48fca
Remove some rogue section headings that jordan left way back in v1.9 in a
...
reorganization of the hw section.
1996-04-08 15:01:04 +00:00
joerg
f6c45bb517
Don't reference NULL pointers if owner and/or group are omitted.
...
Pointed out by: somebody on the mailing list who's name i forgot
1996-04-08 10:59:36 +00:00
jkh
377be65195
Save screen before calling any fire() callbacks - you never know what
...
they might do to the screen.
1996-04-08 10:28:07 +00:00
jkh
06a2488050
Refresh dialogs if a callback action fails.
1996-04-08 10:02:55 +00:00
phk
241c31412f
Replace usage of buf->b_actf with queue.3 and buf->b_act.
1996-04-08 07:56:42 +00:00
phk
eacbf55fca
Replace usage of buf->b_actf by queue.3 and buf->b_act
1996-04-08 07:54:51 +00:00
phk
14011f8f83
Document 5 new macros in TAILQ family.
1996-04-08 07:54:04 +00:00
phk
88dda49bb2
Add five macros to TAILQ family to improve readability.
1996-04-08 07:51:57 +00:00
mpp
c06fc87509
Remove the old unused makewhatis.sed script.
1996-04-08 05:17:00 +00:00
mpp
f13d17519f
Do not install the now unsupported netns and netiso
...
related man pages. Comment out cross references to those man
pages from other man pages.
1996-04-08 05:15:09 +00:00
mpp
3c57dc7753
Correct some man page xrefs, and some other minor changes to bring some
...
man pages up to mdoc guidelines and fix some minor formatting glitches.
Also fixed a number of man pages to not abuse the .Xr macro to
display functions and path names and a lot of other junk.
1996-04-08 04:18:31 +00:00
dyson
cdc4afc0a8
Map lock checks not needed anymore for swapping out. We don't use
...
map operations for it anymore. Certain deadlocks should never happen
anymore.
1996-04-08 03:42:01 +00:00
dg
1ea5e98511
Removed sections 3 and 4 from my copyright.
1996-04-08 01:31:42 +00:00