Wolfram Schneider
e1958528a2
Add final version of BSD/OS, BSD/OS 5.1 ISE.
2004-03-07 16:44:10 +00:00
Alexander Kabaev
fa3d2a12df
Convert from timeout to callout API.
...
Submitted by: rwatson
2004-03-07 16:28:31 +00:00
Alexander Kabaev
bc9d2845f4
Convert from timeout to callout API.
2004-03-07 16:23:03 +00:00
Poul-Henning Kamp
5e5bfe7757
Add manpages for the gctl API.
...
Submitted by: le
Tweaks by: phk
2004-03-07 16:07:57 +00:00
Josef El-Rayes
2cd7fe4dc1
Document kernel functions securelevel_gt and securelevel_ge.
...
Approved by: simon(mentor)
Submitted by: Christian S.J. Peron <maneo@bsdpro.com>
PR: docs/62331
mdoc(7) cleanup by: ru
2004-03-07 15:22:08 +00:00
Yoshihiro Takahashi
4c15fdec71
Restore CDIOCREADAUDIO ioctl.
...
Pointed out by: KIYOHARA Takashi <kiyohara@kk.iij4u.or.jp>
2004-03-07 14:16:42 +00:00
Doug Barton
4c1e476ea1
In the case where /etc/rc.d/ is empty, do not bogusly ask the user if
...
they want to delete '*'. It turns out that there is one valid case where
this might happen, installing to an empty DESTDIR.
Patch submitted by: schweikh
2004-03-07 10:10:19 +00:00
Alan Cox
d82852fbb9
Integrate the code from pmap_pinit2() into pmap_pinit(), leaving
...
pmap_pinit2() empty.
Approved by: marcel
2004-03-07 07:43:13 +00:00
Alan Cox
925d2fedf5
Remove unused declarations. (Some time ago, these variables became fields
...
of vm/vm.h's struct kva_md_info.)
2004-03-07 07:13:15 +00:00
Robert Watson
a3c0761103
Mark uma_callout as CALLOUT_MPSAFE, as uma_timeout can run MPSAFE.
...
Reviewed by: jeff
2004-03-07 07:00:46 +00:00
Yoshihiro Takahashi
05f0fb092f
Remove '#include <machine/bus_pio.h>'. This is meaningless.
2004-03-07 05:39:38 +00:00
Yoshihiro Takahashi
5743ccb994
Remove unneeded devices.
2004-03-07 05:38:20 +00:00
MIHIRA Sanpei Yoshiro
ff89e92686
Sync to 1.166 of usbdevs
2004-03-07 05:34:36 +00:00
MIHIRA Sanpei Yoshiro
b34b7c59ee
Add support 2 devices(USB-DVD-R drives)
...
- Logitec LDR-H443SU2
- IO-DATA DVR-UEH8
PR: kern/63793
Submitted by: Ryuji MATSUMOTO <matumoto@pluto.ai.kyutech.ac.jp>
MFC after: 1 week
2004-03-07 05:33:09 +00:00
Robert Watson
591cf7ce2d
Const-poison ip_stf_ttl to make it clear that the variable is not
...
modified at run-time.
2004-03-07 05:15:42 +00:00
Yoshihiro Takahashi
b7ac92ac50
MFi386: revisions from 1.1127 to 1.1131.
2004-03-07 04:09:18 +00:00
Yoshihiro Takahashi
151d92a4e1
Add the agp, bfe, sk and ti devices. (the agp is disabled by default).
...
Remove obsolete compat_atdisk device.
2004-03-07 04:07:57 +00:00
Bill Paul
d329ad6035
Add preliminary support for PCMCIA devices in addition to PCI/cardbus.
...
if_ndis.c has been split into if_ndis_pci.c and if_ndis_pccard.c.
The ndiscvt(8) utility should be able to parse device info for PCMCIA
devices now. The ndis_alloc_amem() has moved from kern_ndis.c to
if_ndis_pccard.c so that kern_ndis.c no longer depends on pccard.
NOTE: this stuff is not guaranteed to work 100% correctly yet. So
far I have been able to load/init my PCMCIA Cisco Aironet 340 card,
but it crashes in the interrupt handler. The existing support for
PCI/cardbus devices should still work as before.
2004-03-07 02:49:06 +00:00
Tim Kientzle
cf5704e17b
Recognize hardlinks when reading cpio files.
...
This doesn't yet address the issue of selective restore
of hardlinked files. With cpio format, it's possible to correctly
restore any linked file; the API doesn't yet fully support this.
(There's no way for the library to inform a client whether or not
there's a file body associated with this entry. The assumption
right now is that "hardlink" entries have no file body.)
2004-03-07 00:57:43 +00:00
Alan Cox
3eba15c12e
Remove GIANT_REQUIRED from vunmapbuf().
2004-03-07 00:37:18 +00:00
Alan Cox
5fadbfeac2
Giant is not required for vm_thread_new_altkstack().
2004-03-07 00:06:32 +00:00
Dag-Erling Smørgrav
7b8fd8e313
Fix markup.
...
Submitted by: ru
2004-03-06 23:36:41 +00:00
Dag-Erling Smørgrav
bd43dc4256
Hook logins(1) up to the build.
2004-03-06 21:57:47 +00:00
Dag-Erling Smørgrav
0a5f38d4b1
Add a logins(1) utility similar to that found in SVr4 derivatives. This
...
particular implementation is based on the Solaris logins(1) man page.
2004-03-06 21:57:29 +00:00
Ruslan Ermilov
776f50b966
Overdue reversion of revision 1.143.
...
OK'ed by: imp
2004-03-06 21:23:56 +00:00
Ruslan Ermilov
07742bd14e
Luigi was polled for additional documentation about polling(4).
2004-03-06 21:20:47 +00:00
Andrey A. Chernov
05cfdd0995
Merge some fixes from NetBSD's getopt.3 v1.31:
...
cleanup, add more sections, better explanation, declaration
2004-03-06 17:09:10 +00:00
Andrey A. Chernov
9109761318
Merge some fixes from NetBSD's getopt.c v1.26:
...
cleanups, handling 'ls -l-', handling '--*'
Note this is in the same time back out of our v1.3
"Don't print an error message if the bad option is '?'"
because it directly violates POSIX.
2004-03-06 17:05:45 +00:00
Mathew Kanner
0d8ed52ea5
Augment /dev/sndstat with the module names, if applicable.
...
Approved by: tanimura (mentor)
2004-03-06 15:52:42 +00:00
Ruslan Ermilov
3a6849a6e8
Set MAKEOBJDIRPREFIX in the environment, like God intended. This
...
only worked because src/Makefile.inc1 is wrapped by src/Makefile.
Silence from: dougb
2004-03-06 15:03:21 +00:00
Andrey A. Chernov
64f37911f8
Fix typo, was 'W'; instead of `W;'
2004-03-06 14:47:49 +00:00
Andrey A. Chernov
3700175bf1
Make GNU-compatible following case:
...
single '-' in command line and '-' (non-first) in options
2004-03-06 14:24:10 +00:00
Mike Heffner
761981e0e8
Assign checkmode boolean earlier to handle the goto jump.
...
Might fix PR bin/63769.
2004-03-06 13:27:59 +00:00
Bruce Evans
d493ed0f97
Fixed some style bugs (mainly unsorting and tab lossage in previous commit).
2004-03-06 08:21:32 +00:00
Joseph Koshy
9cfa00a649
Link in contigmalloc(9) to the build.
2004-03-06 08:01:16 +00:00
Ruslan Ermilov
45f05f025a
Just pass -DCRT_BEGIN as an option to mkdep(1), no need to override
...
the entire command.
2004-03-06 07:34:51 +00:00
Andrey A. Chernov
c6f22660ff
Add a.out to CLEANFILES
2004-03-06 06:54:58 +00:00
Scott Long
651c6c7b3d
Remove the phantom 'nv' driver again.
2004-03-06 06:54:54 +00:00
Andrey A. Chernov
adde319c62
Change locale name from non-existent ASCII to en_US.US-ASCII
2004-03-06 06:10:16 +00:00
Tim Kientzle
a1f17de172
Minor API tweak: The format-specific write_header function now sets
...
the size in the archive_entry object to zero if that format doesn't
store a body for that file type. This allows the client to determine
whether or not it should feed the file body to the archive. In
particular, cpio stores the file body for hardlinks, tar and shar
don't. With this change, bsdtar now correctly archives hardlinks in all
supported formats.
While I'm here, make shar output be more aggressive about creating directories.
Before this, commands such as:
bsdtar -cv -F shar some/explicit/path/to/a/file
wouldn't create the directory. Some simple logic to remember the last
directory creation helps reduce unnecessary mkdirs here.
At this point, I think the only flaw in libarchive's cpio support is
the failure to recognize hardlinks when reading.
2004-03-06 05:44:13 +00:00
Alexander Kabaev
ff85a3f0e1
Always call vn_finished_write after vn_start_write was called. All
...
occurences of 'goto done' after vn_start_write invocation were cleaning
up incompletely.
2004-03-06 04:09:54 +00:00
Joseph Koshy
d7f29ce72b
Cross-reference contigmalloc(9).
2004-03-06 02:13:03 +00:00
Joseph Koshy
c4e99bb025
A manual page for contigmalloc(9).
...
Reviewed by: ru
2004-03-06 02:09:17 +00:00
Tim Kientzle
0af600eb12
Remove last evidence of a long-dead function.
2004-03-06 01:06:49 +00:00
Tim Kientzle
bca59216f7
Add ARCHIVE_EXTRACT_UNLINK option to permit clients to
...
control how archive_extract handles pre-existing files.
(Not implemented yet, but documented.)
2004-03-06 01:05:32 +00:00
Tim Kientzle
7ed4040910
Correctly read symlinks from cpio files.
...
While I'm here, fix a bug in reading filenames from
cpio files. (Copy should count the length of the name,
not the number of bytes available for input.)
2004-03-06 00:59:08 +00:00
Peter Wemm
c37fc96b15
When faced with a "GenuineIntel", we know what they call it now. Replace
...
snide comment with a different one.
2004-03-06 00:51:30 +00:00
Peter Wemm
5750ee293d
Add a missing part of jhb's previous commit. It looks like he had a
...
patch chunk rejected that he missed. This would manifest as a lock
assertion panic at boot (Giant not locked in kern_fork.c).
Obtained from: jhb
2004-03-06 00:44:59 +00:00
Garance A Drosehn
5a35fbb199
Have these instructions tell users to 'sh installworld_newk' instead
...
of './installworld_newk', because the scripts might not show up with
the +x bit set.
2004-03-05 23:10:49 +00:00
John Baldwin
6074439965
kthread_exit() no longer requires Giant, so don't force callers to acquire
...
Giant just to call kthread_exit().
Requested by: many
2004-03-05 22:42:17 +00:00