takemura
e2173eff07
Add some definitions.
2001-01-07 07:29:33 +00:00
phil
4867c375a3
Include the definition of PRINTOBJDIR before using it.
2001-01-07 07:18:32 +00:00
garbled
579b447179
Argh.. I forgot to enable the sushi subdir in this Makefile, fix.
...
Pointed out by Lennart Augustsson in private email.
2001-01-07 07:10:30 +00:00
enami
c89a720a26
Sync with lib/librpcsvc/Makefile; Pass -B ${MAKEFLAGS} to submake.
2001-01-07 06:56:15 +00:00
thorpej
781516b080
Only include PROT_EXEC in maxprot if the user specified PROT_EXEC
...
in the mmap() call. maxprot is used to create device mappings,
and always including PROT_EXEC causes the mapping to fail on the Alpha
when mapping a non-RAM offset of /dev/mem (which may be sparse, so
instruction fetch from there is disallowed).
2001-01-07 06:16:46 +00:00
sjg
fc4c89c68b
ReadMakefile: Don't simply fopen() fname before checking if we are in separate
...
objdir. This is the way freebsd does it, and apart from being more correct,
saves a lot of pointless fopen() calls.
2001-01-07 06:16:02 +00:00
phil
0e57605760
Improve a parameter list, add the actual documentation for menuc.
2001-01-07 06:09:19 +00:00
sjg
85be2f6526
Always try an give the absolute pathname of the Makefile that we got an error in.
...
Use .PARSEDIR if set and not '.', otherwise .CURDIR to qualify the Makefile's path.
2001-01-07 06:08:33 +00:00
enami
744c012068
Use uvm_aio_biodone instead of uvm_aio_aiodone for top-level buf
...
so that uvmexp.paging is updated if this i/o was initiated by
the pagedaemon.
2001-01-07 05:54:41 +00:00
christos
6b02df2bb5
remove redundant decl.
2001-01-07 05:44:03 +00:00
thorpej
6795b1b166
No, really, pass the PA to alpha_pa_access(), not the PFN.
2001-01-07 05:42:54 +00:00
mrg
c5802f9f90
avoid unused variables if not RASTERCONSOLE
2001-01-07 05:41:50 +00:00
christos
07c9f4f644
remove redundant declaration of errmsg
2001-01-07 05:41:20 +00:00
christos
3ca65e4438
eliminate nested extern
2001-01-07 05:37:10 +00:00
hubertf
9934ff5271
Xref ipf.conf(5)
2001-01-07 04:33:47 +00:00
simonb
f514e805ed
Move prototypes for mips_user_cachectl() and mips_user_cacheflush()
...
to <mips/cachectl.h>.
2001-01-07 04:13:16 +00:00
thorpej
7b9c3218e2
Make this C++ safe.
2001-01-07 03:59:31 +00:00
hubertf
f4f6931307
Alphabetize options.
2001-01-07 01:39:20 +00:00
bjh21
610a127a3d
Fix a stupid = vs == bug that prevented the code working usefully at all.
...
While I'm here, fix all the other GCC warnings too.
2001-01-07 00:30:29 +00:00
bjh21
fa64805abd
Specify (void) arguments, hence avoiding GCC warning.
2001-01-07 00:07:58 +00:00
christos
1473c569f5
eliminated redundant decl.
2001-01-07 00:01:16 +00:00
christos
51b56986d6
eliminate nested extern decls.
2001-01-06 23:56:26 +00:00
christos
b58d5c5218
eliminate redundant decls.
2001-01-06 23:36:36 +00:00
christos
c0d0aa9ecf
protect against multiple inclusions, and remove redundant decls.
2001-01-06 23:36:07 +00:00
christos
2c1245f292
eliminate redundant declarations.
2001-01-06 23:30:57 +00:00
joff
42ac80ad6d
Fixed blockmap handling to properly use disk blocks rather than fragments.
...
Fixes an issue with fsck_lfs not detecting all duplicate blocks that may
exist in a corrupted filesystem.
2001-01-06 23:08:24 +00:00
nathanw
46b2a2fcd4
Do ess_config_addr() in the ofisa front end, rather than in the match
...
routine. Prevents problems with non-SCR ess chips, as described in
PR 11630.
2001-01-06 22:50:00 +00:00
nathanw
a30debae05
Add description of the pinout of a standard DB-25 parallel port,
...
relative to the bits described here.
2001-01-06 17:16:19 +00:00
simonb
4152b5b212
Adjust recent netboot fix to work in the 5100 as well.
2001-01-06 16:59:53 +00:00
taca
4137803226
libcurses's major was increased.
2001-01-06 16:01:07 +00:00
veego
df22eba7da
len is size_t and not int.
...
Fixes compile problem on alpha.
2001-01-06 15:04:05 +00:00
takemura
1c518d67a0
Add WDC_CAPABILITY_SINGLE_DRIVE to ignore secound drive. Wdc on pcmcia will
...
be attached with this flag.
Some CF Card (for ex. IBM MicroDrive and SanDisk) doesn't seem to implement
drive select command. In this case, you can't eliminate ghost drive properly.
So you should use this flag to ignore the ghost by force.
2001-01-06 14:55:49 +00:00
veego
6c5434ca81
Add /usr/share/examples/isdn
2001-01-06 14:45:57 +00:00
jdolecek
fa6e217baf
el_line_t: make 'limit' const
2001-01-06 14:44:50 +00:00
jdolecek
445cf23c37
add sushi catalog
2001-01-06 14:02:03 +00:00
jdolecek
4723e61556
rename sushi.msg.en to C.msg
...
build and install message catalog
2001-01-06 14:00:33 +00:00
martin
244a56810f
Update after ISDN devices have been added.
2001-01-06 13:53:18 +00:00
martin
7b07af406e
Add ISDN devices.
2001-01-06 13:47:44 +00:00
martin
56d43050fc
Enable ISDN examples.
2001-01-06 13:28:19 +00:00
martin
0a970e19e4
Import of ISDN4BSD configuration example files
2001-01-06 13:26:27 +00:00
bjh21
32c62f1fdb
ANSIfy
2001-01-06 13:09:05 +00:00
martin
bb3d9aa044
Enable ISDN userland utilities.
2001-01-06 13:03:49 +00:00
martin
fbf08005d7
Import of essential ISDN4BSD userland utilities and their documentation.
...
The left out parts (which have not been installed by ISDN4BSD on NetBSD
anyway), may be added as pkgs later (if demand exists).
2001-01-06 13:00:10 +00:00
augustss
94094c44ab
Change debugging output a little.
...
Don't the for the wrong id when UMASS_DEBUG is set.
2001-01-06 12:14:39 +00:00
augustss
f6f8ab2d11
Don't #define UAUDIO_DEBUG here.
2001-01-06 12:12:24 +00:00
jdolecek
2e30a83a86
add utrace.[02]
2001-01-06 09:24:11 +00:00
garbled
236075fa43
Fix some stupidity in here. There seem to be some definate problems with
...
this script, that didn't exist before.. It's going to take some doing to
figure them out..
2001-01-06 07:31:03 +00:00
toshii
8ce2076cf5
Fix a typo in debug printf.
2001-01-06 06:01:59 +00:00
christos
f637fa6fd0
remove redundant declarations.
2001-01-06 02:11:18 +00:00
christos
8b6c00c71e
remove duplicate decls/nested externs.
2001-01-06 02:09:48 +00:00