lukem
6f77030130
add ${LIBOBJC}
1997-10-28 12:46:30 +00:00
lukem
bdda42e958
use .m.o rules from <bsd.lib.mk>
1997-10-28 12:43:35 +00:00
lukem
55209d604d
add default rules for Objective C sources (`.m' suffix):
...
- sys.mk:
add ${OBJC} and ${OBJCFLAGS} (equivalent to ${CC} and
${CFLAGS} respectively), and ${COMPILE.m} and ${LINK.m} rules
- bsd.sys.mk:
add .m, .m.o, and .m.ln rules (as per the C rules in sys.mk).
it's here, rather than in sys.mk, because `.m' isn't
exclusively used for Objective C files.
- bsd.lib.mk:
add .m.o, .m.po, .m.so, and .m.ln rules (as per C)
1997-10-28 12:40:16 +00:00
kleink
043c84ea94
Addendum to last commit: don't clobber the read/write byte count when
...
seeking back to the original offset.
1997-10-28 12:06:56 +00:00
veego
7a632ed880
Enable the ASDG LANRover section.
1997-10-28 09:32:26 +00:00
scottr
614f21db94
Split X fonts out into a separate distribution set.
1997-10-28 08:01:32 +00:00
jonathan
efc815d99c
Add missing libSM.
1997-10-28 06:39:05 +00:00
phil
704a774583
include stdlib.h to define free().
1997-10-28 06:22:40 +00:00
gwr
d6a95307e3
The release and control maps are shared by all keyboard types, so
...
change KEYSYM_HOLE to KEYSYM_NOP most places in those tables.
Map the `R' function keys with KEYSYM_FUNC_R instead of the
arrow key strings so that numlock indirection works.
1997-10-28 06:18:36 +00:00
gwr
f4a80e422c
Print more helpful information if we get unexpected keysyms.
...
Call kbd_xlate_init() after we know the keyboard type so it
has a chance to install the RIGHT keymap pointers! (Duh!)
1997-10-28 06:14:17 +00:00
phil
a3be0335e3
Add prototypes for mcount and _mcoount.
1997-10-28 06:03:25 +00:00
mikel
375a68a3c6
correct template file name; from Marshall M. Midden <m4@umn.edu> in
...
OpenBSD PR 336.
1997-10-28 04:06:35 +00:00
mikel
80a879acb5
remove BUGS section, 16M limitation no longer exists; from NAKAJIMA
...
Yoshihiro in PR kern/4363.
1997-10-28 03:45:17 +00:00
mrg
96a74009df
RCSid police. fix pr#4307 from Eric Haszlakiewicz: csh aliases broken with.
1997-10-28 03:33:18 +00:00
mikel
6df0183bd8
update some comments, no functional change
1997-10-28 03:26:45 +00:00
thorpej
3569d48361
defopt UCONSOLE
1997-10-28 01:53:50 +00:00
mrg
31829baa7b
IPFILTER is not an option (it's a pseudo-device)
1997-10-28 01:01:08 +00:00
mhitch
40e258398f
Create CDROM devices with correct minor: there are 16 partitions, not 8 per
...
device.
1997-10-27 23:53:06 +00:00
thorpej
e0ccf46ed0
In isapnp_alloc_irq(), use isa_intr_alloc(), since it performs resource
...
conflict checking.
1997-10-27 23:42:30 +00:00
thorpej
a222447f6f
Oops, missed one in previous.
1997-10-27 23:34:19 +00:00
thorpej
ce3918177b
Update for new pcidevs entry for Winbond NE2000-compatible Ethernet ASIC.
1997-10-27 23:31:41 +00:00
thorpej
bb340dc5c7
Regen.
1997-10-27 23:29:23 +00:00
thorpej
10e3181b2b
Fix the description of the Winbond NE2000-compatible Ethernet ASIC.
...
It's a W89C940F.
1997-10-27 23:27:35 +00:00
thorpej
e3a9b9d0ca
In strip():
...
- Use the saved errno to print the error message if the vfork() fails.
- In the child, if the execl() fails, use warn()/_exit(), not err(),
as the latter is not safe in the presence of a Real vfork().
1997-10-27 23:16:34 +00:00
thorpej
16905ceeda
Make sure we don't allocate a conflicting DRQ. From Christos.
1997-10-27 22:16:49 +00:00
is
c3feaf6bf5
Make splserial == spltty, for now. This should be revisited after the
...
release.
1997-10-27 22:13:25 +00:00
drochner
ec78310453
Catch "timeout" return of serial port read BIOS call.
1997-10-27 19:53:20 +00:00
drochner
64550a14f3
Pass status byte to caller too.
1997-10-27 19:51:18 +00:00
drochner
978c73b8c6
Fix the before/after-install ordering problem in a different way.
...
The old fix broke with multiple targets on the make command line.
1997-10-27 19:41:05 +00:00
veego
34341c444a
New files under /usr/share/sendmail. From the base set.
1997-10-27 18:27:00 +00:00
veego
6df80f64c6
Remove the entries of /usr/obj and /usr/obj because they are now marked
...
optional in mtree/NetBSD.dist.
While I am here move the files in /usr/share/sendmail to the misc set.
1997-10-27 18:25:04 +00:00
veego
6f6ca3cfbc
s/mat9/man9/
1997-10-27 18:15:18 +00:00
veego
a293498b24
Remove entries for if_le_isapnpvar.h and if_ed_isavar.h
1997-10-27 18:13:37 +00:00
thorpej
c3c8cbd87c
Make the "build" target depend on "beforeinstall", ensuring that all
...
directories have been created for the installation of the include files.
1997-10-27 18:06:39 +00:00
bouyer
459fd0e350
When allocating an inode with dtime set, also bzero e2di_blocks[].
1997-10-27 14:43:41 +00:00
bouyer
917389821c
Changes to the probe and attach routine:
...
- at end of attach, explicitely select an existing drive. This fixes hangs
some users reported (such as the one reported in port-i386/4247).
- Some atapi cdrom drives (e.g. Nec 24x) don't enables their registers before
a controller reset is issued. The controller probe routine is changed as
follow: issue a controller reset. If fail, test atapi signature on slave.
If fail, wait 5s and retry a reset. If the second reset fail, return(0).
If the first reset succeed, test presence of a master drive:
atapi signature, and if this fail RO/RW registers test. If no master, test
atapi signature on slave. If no slave, return 0.
1997-10-27 14:09:23 +00:00
kleink
37ede93d56
Don't #define EXTPROC for _POSIX_SOURCE.
1997-10-27 13:28:02 +00:00
kleink
4174920943
Per X/Open CAE Specification, Issue 5, change the semantics of pread(),
...
pread64(), pwrite(), pwrite64():
* The `offset' argument specifies an absolute offset within the file.
* After performing the read resp. write operation, restore the original
offset within the file.
Also, change the argument structure used by svr4_sys_prwite64() to
svr4_sys_pwrite64_args, instead of the 32-bit offset version.
1997-10-27 11:45:57 +00:00
jonathan
d9f45f623b
Add lib*_pic.a files.
1997-10-27 07:28:04 +00:00
phil
2c764d53fa
Make it compile with WARNS=1. (I'm not sure where the prototype really
...
should be, but it does now compile.)
1997-10-27 05:28:46 +00:00
cjs
e5a5043874
Make partition a of the 3.5" floppy label a 4.2BSD filesystem, rather
...
than unknown. (This now matches the i386.)
1997-10-27 04:45:38 +00:00
lukem
7c5015bdd6
for $check_uucp:
...
- use /usr/libexec/uucp/clean.daily instead of /etc/uuclean.daily
- use 'su daemon -c command' instead of 'echo "command" | su daemon'
1997-10-27 04:18:06 +00:00
lukem
d5b4ca3bbf
use /usr/libexec/uucp/clean.weekly instead of /usr/lib/uucp/clean.weekly [misc/4357], and use su user -c command instead of echo command | su user
1997-10-27 04:11:40 +00:00
jonathan
0c8d4acbc4
sysinst support for pmax, pass 0.
1997-10-27 03:34:32 +00:00
briggs
5298ea207d
struct msgbuf -> struct kern_msgbuf.
1997-10-27 03:02:51 +00:00
hubertf
7dc328792c
Also look in /usr/pkg/man for manpages.
...
Closes PR misc/4356 by Matthias Scheler <tron@lyssa.owl.de>
1997-10-27 02:55:07 +00:00
briggs
8d24ce6b91
Change Q630 type to class-Q2. It's quite similar to the P575.
1997-10-27 02:49:29 +00:00
thorpej
bbc9422b97
Print interrupt information like all of the other PCI drivers.
1997-10-27 02:10:07 +00:00
thorpej
32146049fa
Don't forget to account for scrollskip when computing the current row.
1997-10-27 01:37:33 +00:00
thorpej
023044a749
Clean up printing of chipset revision/capabilities.
1997-10-27 01:08:42 +00:00