kato
205070c064
Added comment on fe0 and fe1. Added fe1 fro C-NET(98)P2 and
...
C-NET(9N)E NICs.
Submitted by: Chiharu Shibata <chi@rd.njk.co.jp>
1998-01-15 08:12:23 +00:00
gibbs
94a1492f22
Addition of splsoftvm and a VM SWI to handle bus dma related callbacks.
...
This SWI may be useful for other, defered, VM tasks.
1998-01-15 07:34:01 +00:00
gibbs
ea2baad210
Implementation of Bus Space for FreeBSD-x86.
...
Obtained From: NetBSD
1998-01-15 07:32:56 +00:00
gibbs
4467dc880b
Implementation of Bus DMA for FreeBSD-x86. This is sufficient to do
...
page level bounce buffering, but there are still some issues left to
address.
1998-01-15 07:32:21 +00:00
gibbs
f998c56a17
Add entry for i386/i386/busdma_machdep.c
1998-01-15 07:30:54 +00:00
alex
56b67d203d
Typo fix.
...
Added EOPNOTSUPP and EMLINK to errors section.
Added symlink(2) xref.
Obtained from: OpenBSD
1998-01-15 04:31:28 +00:00
phk
74b3033fff
Move almost all the ntp related stuff from kern_clock.c to
...
kern_ntptime.c. The only bit left over is that which is executed
in all calls to hardclock(). Various cleanups and staticizing
along the road.
1998-01-14 20:48:16 +00:00
phk
83c5648e27
Make softticks static.
...
Remove unneeded stuff.
1998-01-14 19:42:47 +00:00
phk
232effd623
Add and document PPS_SYNC
1998-01-14 19:41:36 +00:00
kato
8e3bd62529
I forgot to synchronize some changes with sys/i386/isa/wd.c, but I
...
could't find exact revision numbers.
Submitted by: Takahashi Yoshihiro <nyan@wyvern.cc.kogakuin.ac.jp>
1998-01-14 08:37:59 +00:00
jb
bde8299706
Include string.h for memcpy function prototype.
1998-01-14 08:14:56 +00:00
kato
6c07a7020b
Include pc98.h instead of isa.h when PC98 is defined.
1998-01-14 08:13:32 +00:00
kato
aae8ab24bf
Fix typo.
1998-01-14 08:08:42 +00:00
charnier
deff56dc01
Add rcsid. Remove unused #includes (what about RU# ?). Change exit(-1) and
...
add usage().
1998-01-14 07:21:14 +00:00
charnier
936239d295
Use err(3). Change exit(-1). Remove unused #include.
1998-01-14 07:17:12 +00:00
charnier
d8e396842f
Add rcsid, remove unused #includes, change exit(-1).
1998-01-14 07:14:11 +00:00
brian
f2896d69aa
Free our input mbuf when the FCS is good (oops, memory leak).
1998-01-14 01:47:50 +00:00
brian
07d18a334d
Remove __libalias_version. Ppp no longer uses it.
1998-01-14 01:24:49 +00:00
brian
653b1ec6a8
Lose __libalias_version.
...
We now look for the biggest of libalias.so.2.*
1998-01-14 01:23:05 +00:00
steve
08b49644b3
vmunix -> kernel
...
PR: 5484
Submitted by: Vasily V. Grechishnikov <bazilio@ns1.ied-vorstu.ac.ru>
1998-01-13 14:17:10 +00:00
jb
6a931ec2e7
Choose the default binary format based on machine type.
...
Alpha is elf, not aout.
1998-01-13 06:00:56 +00:00
alex
3eb57c0db4
Consistently reference init as .Xr init 8.
...
Obtained from: OpenBSD
1998-01-13 05:09:16 +00:00
alex
180ee2b9ee
Return type and argument to sleep are unsigned int.
1998-01-13 04:32:00 +00:00
jb
13fe177ca3
When printf'ing the result of pointer arithmetic, cast the result to
...
long and use %ld, not %d.
We're going to need an abbreviation for this comment 'cause it's going
to be used a lot from now on.
1998-01-13 03:07:10 +00:00
wollman
6ce595a40c
Add a macro to accurately calculate the length of a struct ifreq when
...
it contains an address. This can replace all the myriad (wrong) ways
in which this task is performed in the current system. As an added
bonus, since it's a macro, then third-party software vendors have an easy
way to tell whether it's there or not. (This will become necessary
when sizeof(struct sockaddr) is increaased, and also when additional
fields are added to struct ifreq.)
1998-01-13 02:56:21 +00:00
alex
3d7686dc1c
Change MAP_FAILED to type void *.
...
Typo fix.
1998-01-13 02:12:43 +00:00
alex
d53da9d8fe
Dump the constant NGROUPS in favor of the POSIX way:
...
sysconf(_SC_NGROUPS_MAX).
Submitted by: bde
1998-01-13 01:30:17 +00:00
alex
99545301cb
Use .Fn for sysconf(_SC_CLOCK_TCK) reference.
...
Added $Id$.
1998-01-13 01:21:19 +00:00
yokota
17a6acacdd
Fix illegal numeric expressions: 08 and 09.
1998-01-12 23:54:51 +00:00
yokota
626fac33fd
Fix the output of `kbdcontrol -L _keymap_file_' which I broke in the last
...
commit ;-< /usr/src/release/sysinstall/Makefile uses it to generate
built-in keymap tables.
1998-01-12 23:53:26 +00:00
phk
ab42ed078d
Remove two non-global variables.
...
Found by: bde (one)
Overlooked by: bde (one) :-)
1998-01-12 19:10:43 +00:00
eivind
9d57fd98be
${TARGET} -> ${.TARGET}
...
Tiny pointed hat goes to: Our Makefile-meister.
1998-01-12 18:29:02 +00:00
kato
71338f7e52
Fix JIS code support.
...
Submitted by: NOKUBI Hirotaka <hnokubi@yyy.or.jp>
1998-01-12 15:41:16 +00:00
kato
5da4359f26
Sync with sys/i386/i386/machdep.c revision 1.281.
1998-01-12 15:38:51 +00:00
kato
fab431349e
Sync with sys/i386/isa/syscons.c revision 1.245.
1998-01-12 15:38:20 +00:00
kato
0d05a1344b
Sync with sys/i386/conf/GENERIC revision 1.102.
1998-01-12 15:37:38 +00:00
kato
840200f8e9
Initialize the variables Crtat and Atrat in scvidprobe().
...
Submitted by: NOKUBI Hirotaka <hnokubi@yyy.or.jp>
1998-01-12 15:34:18 +00:00
charnier
e6d6697768
Remove optind (getopt() already knows about it).
1998-01-12 08:01:40 +00:00
charnier
ddacedaebf
Remove optind (getopt() already knows about it). Move -d flag to -c according
...
to man page.
1998-01-12 08:00:32 +00:00
charnier
7946b36f3e
Use err(3). Change exit(-1), and make exit values equal to 1 when errors.
...
Remove unused #includes.
1998-01-12 07:57:57 +00:00
charnier
2d1d8fdfde
Change message 103, trailing \n is not needed when using errx(3).
1998-01-12 07:53:17 +00:00
charnier
1ef60125aa
Use Id instead of Header. Change message 103, trailing \n is not needed
...
when using errx(3).
1998-01-12 07:52:15 +00:00
charnier
40915b07ba
Use Id instead of Header. Sort #includes. Use err(3) and change exit(-1).
1998-01-12 07:51:07 +00:00
julian
f8e5dea182
Add code to the example 'driver-o-matic' to support being an LKM
...
This may not quite work yet but should head the user in the right
direction.
1998-01-12 07:47:03 +00:00
julian
993698cd4d
Allow a -D'date' option to be included with a -r'branch'
...
on a checkout.
this allows us to do:
cd /usr/src/sys
cvs update -rRELENGE_2_2 -D"Yesterday"
which has been a feature sorely needed for any project with active branches.
warning: this breaks on usr.sbin/pkg_install for some reason.
everything else works as advertised.
(other things allready break on pkg_install, so it's not the fault of
this patch, it just falls faul of another bug somewhere)
If I had more time I'd make -r always accept the same syntax as -j (tag:data)
1998-01-12 06:51:07 +00:00
dyson
94982c0d65
Adjust upwards the size of exec map in order to take into account the
...
additional PAGE_SIZE needed for exec operatino.
1998-01-12 05:16:03 +00:00
obrien
31e5129db6
changed 1st appeared in clause -- about to import into -stable
1998-01-12 05:02:57 +00:00
julian
99f65891bd
Add some devfs entries
...
(patch origianlly from luigi)
1998-01-12 03:45:58 +00:00
steve
e5a3b5d489
Update for new common calendar.
...
Submitted by: Josef Grosch <jgrosch@superior.mooseriver.com>
1998-01-12 03:31:17 +00:00
julian
a2436929c7
add devfs entries for a few more syscons devices (e.g. sysmouse)
1998-01-12 03:28:36 +00:00