Mike Makonnen
991ce918f2
- Remove a debugging echo.
...
- When we change the IFS make sure to return it to its previous
value before executing a command.
2003-06-08 11:49:30 +00:00
Yoshihiro Takahashi
82cdd526b1
Don't route PCI irq on pc98.
2003-06-08 11:18:35 +00:00
Philippe Charnier
19677e1070
The .Fn function
2003-06-08 10:40:44 +00:00
Mike Makonnen
8ee6ed40d1
Implement *_down network routines for ifconfig'ed interfaces, cloned
...
interfaces, interface aliases, user supplied ifconfig scripts, and
ipx interfaces. The ipx routine fails unconditionaly at the moment.
Someone who has a need for it can fill it in with the appropriate incantations.
2003-06-08 10:34:40 +00:00
Philippe Charnier
3c024cc85c
The .Fn function
2003-06-08 10:34:00 +00:00
Philippe Charnier
e4f2c10b4c
The .Fn function
2003-06-08 10:20:32 +00:00
Philippe Charnier
82f7b9cd41
Add section number with .Xr. .Xr -> .Vt changes.
2003-06-08 10:17:24 +00:00
Philippe Charnier
ab165955de
The .Fn function
2003-06-08 10:13:50 +00:00
Martin Blapp
e351d778f2
Add ADMtek ADM9511 and ADM9513 device ID's.
...
PR: PR51823
Submitted by: Kaho Toshikazu <kaho@elam.kais.kyoto-u.ac.jp>
Reviewed by: phk
MFC after: 2 days
2003-06-08 10:11:55 +00:00
Philippe Charnier
7712c6658b
.Xr p1003_1b moved to .St -p1003.1b-93
2003-06-08 10:11:13 +00:00
Philippe Charnier
fe71ab1cf4
.Xr -> .Lb for librairy. There is no manual page corresponding to .Xr.
2003-06-08 10:07:14 +00:00
Philippe Charnier
0d511e328f
Add or correct section number in .Xr. Use .Vt or .Fn
...
instead of .Xr when needed
2003-06-08 10:01:52 +00:00
Philippe Charnier
9703a107f2
The .Fn function
2003-06-08 09:53:08 +00:00
Philippe Charnier
c6e6912512
add section name to .Xr
2003-06-08 09:48:39 +00:00
Juli Mallett
dc5698b6dd
Use implicit SRCS list, remove WARNS=0, the code is WARNS=4 clean now,
...
which is more than enough.
2003-06-08 08:38:11 +00:00
Juli Mallett
3dd9cabe01
WARNS cleanup. Constness and shadowing, namely.
2003-06-08 08:37:11 +00:00
Juli Mallett
28d8e02b2e
Fix format string.
2003-06-08 08:33:48 +00:00
Mark Murray
8027fe397a
Fix for the NO_OPENSSL case.
...
Reported by: Marius Strobl <marius@alchemy.franken.de>
2003-06-08 08:24:07 +00:00
Greg Lehey
5b0c29d6dc
Add licence.
...
Complained about by: juli
Correct usage() text.
2003-06-08 07:29:57 +00:00
Alan Cox
fd0cc9a862
Lock the vm object when performing vm_page_grab().
2003-06-08 07:14:30 +00:00
Greg Lehey
e1095ead46
Oops, this is section 8, not 1.
2003-06-08 06:59:33 +00:00
Greg Lehey
49f1f0ff0f
Add man page.
2003-06-08 06:57:57 +00:00
Warner Losh
8aacd912f6
Include stdlib.h for exit()
2003-06-08 06:25:47 +00:00
Greg Lehey
a945d970d7
Introducing asf, a helper program for kernel debugging.
2003-06-08 06:18:13 +00:00
Greg Lehey
36572f4867
Make defproc work.
2003-06-08 06:11:15 +00:00
Greg Lehey
3a40ab54ef
Make btpp and fr work. There's still more to be done.
2003-06-08 06:10:45 +00:00
Greg Lehey
ec9e4dd1da
Terminate echoed lines. Unlike echo(1), gdb echo doesen't
...
automatically terminate them.
2003-06-08 06:08:28 +00:00
Warner Losh
21e24af3ff
Add lib/libc to list of _prebuild_libs because we need the target
...
built libc_pic.a for libkse.
# This should finally fix the build on 4.x
Submitted by: kan
2003-06-08 04:15:05 +00:00
Warner Losh
cedfd4f63f
Don't force -L/usr/lib. This is incorrect because we should not be
...
looking at the host environment for anything. This breaks building
-CURRENT on 4.x as well.
Submitted by: kan@
2003-06-08 03:58:20 +00:00
Yoshihiro Takahashi
3889b283ef
Add help file for pc98.
2003-06-08 03:34:49 +00:00
Yoshihiro Takahashi
c7fd521917
Enable new boot menu.
2003-06-08 03:20:35 +00:00
Yoshihiro Takahashi
b16ea1159d
Don't load the acpi module.
2003-06-08 03:16:59 +00:00
Yoshihiro Takahashi
c2098cc1ad
Set arch-pc98 env to true for pc98.
2003-06-08 03:11:16 +00:00
Juli Mallett
d196a10856
Note that scbus is required for SCSI, not just "required" in general.
...
Submitted by: Edward Kaplan (tmbg37 on IRC)
Reviewed by: rwatson (in principle)
2003-06-08 02:03:02 +00:00
Jeff Roberson
b90816f188
- When a new thread is added to a kseq the load is incremented prior to
...
adding it to the nice tables. Therefore, in kseq_add_nice, we should
keep in mind that the load will be 1 if we are the only thread, and not
0.
- Assert that the sched lock is held in all the appropriate places.
- Increase the scope of the sched lock in sched_pctcpu_update().
- Hold the sched lock in sched_runnable(). It is not held by the caller.
2003-06-08 00:47:33 +00:00
Alan Cox
984a95d563
Lock the kernel object in kmem_alloc().
2003-06-07 23:24:10 +00:00
Alan Cox
36d1fdf5a2
Teach vm_page_grab() how to handle the vm object's lock.
2003-06-07 23:22:04 +00:00
Poul-Henning Kamp
9ef521ec86
Augh! Fix the sparc64 build:
...
If we don't have a default label location for the compiled architecture,
insist that a -m <architecture> option is specified.
2003-06-07 22:02:01 +00:00
David E. O'Brien
1021f44ab9
This commit was generated by cvs2svn to compensate for changes in r115990,
...
which included commits to RCS files with non-trunk default branches.
2003-06-07 20:54:30 +00:00
David E. O'Brien
dfbebb8f61
Vendor import emu10k1.h from version 0.9.4 of the ALSA driver (which
...
includes some needed Audigy support). This can be found at
ftp://ftp.alsa-project.org/pub/driver/alsa-driver-0.9.4.tar.bz2
and http://www.alsa-project.org/alsa/cvs/alsa-kernel/include/emu10k1.h
2003-06-07 20:54:30 +00:00
Warner Losh
e08a16f0df
MFp4:
...
Migrate some common pccard code into exca.
2003-06-07 20:47:35 +00:00
Warner Losh
090555da5b
MFP4:
...
Merge some common code from cbb into exca.
2003-06-07 20:46:39 +00:00
Alan Cox
19ba4c8e49
Assert that the vm object is locked on entry to swap_pager_freespace().
2003-06-07 20:43:16 +00:00
Warner Losh
bb22b14154
Simplify the power code somewhat (this makes the module about 100
...
bytes smaller).
2003-06-07 20:18:45 +00:00
Ruslan Ermilov
5942defa41
This commit was generated by cvs2svn to compensate for changes in r115984,
...
which included commits to RCS files with non-trunk default branches.
2003-06-07 20:18:23 +00:00
Ruslan Ermilov
cc60c35de4
2003-05-03 Ruslan Ermilov <ru@FreeBSD.org>
...
* tmac/groff_mdoc.man: Slight improvements.
2003-06-07 20:18:23 +00:00
Ruslan Ermilov
c29e78e78f
This commit was generated by cvs2svn to compensate for changes in r115982,
...
which included commits to RCS files with non-trunk default branches.
2003-06-07 20:17:38 +00:00
Ruslan Ermilov
48466d8c42
2003-05-22 Ruslan Ermilov <ru@FreeBSD.org>
...
* tmac/X.tmac: Fix definition of `em'.
2003-06-07 20:17:38 +00:00
Scott Long
4e89f2d88f
Sanity check the list obtained from the kern.disks sysctl so that Disk_Names()
...
doesn't get fooled into returning a bogus list. This should fix sysinstall
from segfaulting when no disk devices are present.
2003-06-07 20:02:56 +00:00
Hajimu UMEMOTO
f9b96756eb
follow dhcp_* changes.
2003-06-07 19:40:54 +00:00