charnier
fc142094b7
Use .Ic instead of .Xr for internal commands
2003-06-08 13:33:50 +00:00
charnier
42cddcfceb
Remove reference to deprecated xtend(8)
2003-06-08 13:31:38 +00:00
charnier
802148582e
Add or correct section number in .Xr
2003-06-08 13:27:57 +00:00
charnier
ac0a573e87
.Nm -> .Xr
2003-06-08 12:57:39 +00:00
charnier
86207fee28
The .Xr utility
2003-06-08 12:55:55 +00:00
charnier
38dd1b1ac3
mount_msdos -> mount_msdosfs
2003-06-08 12:53:07 +00:00
charnier
7aed4eadc7
Add section number to .Xr
2003-06-08 12:51:28 +00:00
charnier
eeb46390af
Add section number to .Xr
2003-06-08 12:40:50 +00:00
charnier
04bdd1fc48
The .Xr utility
2003-06-08 12:38:18 +00:00
mtm
c37be8e6a6
- 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
nyan
0d959a1a25
Don't route PCI irq on pc98.
2003-06-08 11:18:35 +00:00
charnier
732ab8fe2e
The .Fn function
2003-06-08 10:40:44 +00:00
mtm
5e579c3a89
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
charnier
1fa69e8989
The .Fn function
2003-06-08 10:34:00 +00:00
charnier
bc7ec1835e
The .Fn function
2003-06-08 10:20:32 +00:00
charnier
f93c2fe2a4
Add section number with .Xr. .Xr -> .Vt changes.
2003-06-08 10:17:24 +00:00
charnier
9efd223c5d
The .Fn function
2003-06-08 10:13:50 +00:00
mbr
dbdacbc9a6
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
charnier
948b0d8311
.Xr p1003_1b moved to .St -p1003.1b-93
2003-06-08 10:11:13 +00:00
charnier
019b3e7b40
.Xr -> .Lb for librairy. There is no manual page corresponding to .Xr.
2003-06-08 10:07:14 +00:00
charnier
9f754871d1
Add or correct section number in .Xr. Use .Vt or .Fn
...
instead of .Xr when needed
2003-06-08 10:01:52 +00:00
charnier
0d5348f9ea
The .Fn function
2003-06-08 09:53:08 +00:00
charnier
75dc23e15b
add section name to .Xr
2003-06-08 09:48:39 +00:00
jmallett
2078dd9a43
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
jmallett
db49656250
WARNS cleanup. Constness and shadowing, namely.
2003-06-08 08:37:11 +00:00
jmallett
d38dd4f384
Fix format string.
2003-06-08 08:33:48 +00:00
markm
c9989cede1
Fix for the NO_OPENSSL case.
...
Reported by: Marius Strobl <marius@alchemy.franken.de>
2003-06-08 08:24:07 +00:00
grog
01de4910e4
Add licence.
...
Complained about by: juli
Correct usage() text.
2003-06-08 07:29:57 +00:00
alc
cc48080643
Lock the vm object when performing vm_page_grab().
2003-06-08 07:14:30 +00:00
grog
8f0fd47b47
Oops, this is section 8, not 1.
2003-06-08 06:59:33 +00:00
grog
d7992550b7
Add man page.
2003-06-08 06:57:57 +00:00
imp
1679883a3c
Include stdlib.h for exit()
2003-06-08 06:25:47 +00:00
grog
f43a5d3532
Introducing asf, a helper program for kernel debugging.
2003-06-08 06:18:13 +00:00
grog
bdb8232f29
Make defproc work.
2003-06-08 06:11:15 +00:00
grog
63d6633ce4
Make btpp and fr work. There's still more to be done.
2003-06-08 06:10:45 +00:00
grog
75394c3ce7
Terminate echoed lines. Unlike echo(1), gdb echo doesen't
...
automatically terminate them.
2003-06-08 06:08:28 +00:00
imp
bc62e791aa
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
imp
0dde8b2eeb
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
nyan
bb19d0fd54
Add help file for pc98.
2003-06-08 03:34:49 +00:00
nyan
0f3c3b73b2
Enable new boot menu.
2003-06-08 03:20:35 +00:00
nyan
a4b26f9df8
Don't load the acpi module.
2003-06-08 03:16:59 +00:00
nyan
daa0f782b2
Set arch-pc98 env to true for pc98.
2003-06-08 03:11:16 +00:00
jmallett
9e0997a080
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
e1588d6299
- 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
alc
3812b42f43
Lock the kernel object in kmem_alloc().
2003-06-07 23:24:10 +00:00
alc
e448f32b52
Teach vm_page_grab() how to handle the vm object's lock.
2003-06-07 23:22:04 +00:00
phk
d25df9535b
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
obrien
089df92b42
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
obrien
3d5dc30c69
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
imp
44feb446a7
MFp4:
...
Migrate some common pccard code into exca.
2003-06-07 20:47:35 +00:00