Tom Rhodes
8140bbca57
Update xrefs to point at other usb pages.
2003-02-15 19:17:30 +00:00
David E. O'Brien
85d365a514
Update for version 3.40.
...
* We have inttypes.h (yes, even in RELENG_4).
* We now have GNU getopt, so lets be the first thing in the tree to
acutally use it...
2003-02-15 19:05:10 +00:00
Andrew R. Reiter
da8f0c8429
- Remove old comment for PURGE() as it no longer exists and implied it
...
was a comment to cache_zap().
- Add a comment to quickly state what cache_zap() does.
Reviewed by: phk, mux
2003-02-15 18:58:06 +00:00
David E. O'Brien
cb88de0913
This commit was generated by cvs2svn to compensate for changes in r110949,
...
which included commits to RCS files with non-trunk default branches.
2003-02-15 18:53:17 +00:00
David E. O'Brien
3459dd3784
Virgin import of Christos Zoulas's FILE 3.40.
2003-02-15 18:53:17 +00:00
Tom Rhodes
5fb7742c6f
1: wi(4) does not need miibus(4).
...
2: Add arp(4) and netintro(4) to Xrefs.
1: Discussed with: imp
2003-02-15 17:16:44 +00:00
Tom Rhodes
071d726d01
Xref miibus(4).
2003-02-15 17:12:53 +00:00
John Hay
8a3a674f02
kenv moved from /usr/bin/ to /bin/.
2003-02-15 16:34:14 +00:00
John Hay
160b4bbe6a
Add another backslash ('\').
2003-02-15 16:29:20 +00:00
Jacques Vidrine
dcd04f0d83
Add libcrypto.so.2/libssl.so.2 from 4.7-RELEASE CDs.
2003-02-15 16:26:10 +00:00
Tom Rhodes
8950078a6d
Add a manual page for miibus(4) and attach it to the build.
...
Reviewed by: peter, rwatson (older version)
2003-02-15 16:01:36 +00:00
Dag-Erling Smørgrav
374053b528
Avoid an undef warning.
2003-02-15 14:30:51 +00:00
Takeshi Shibagaki
327c1562c5
Add YIS YWL-11B.
2003-02-15 14:04:05 +00:00
Takeshi Shibagaki
a544e1117c
Add YIS YWL-11B. This card has same vendor id and product id
...
as XI300 Wireless LAN. So use PCMCIA_CARD2().
2003-02-15 13:59:54 +00:00
Takeshi Shibagaki
617d6dd179
Regen.
2003-02-15 13:58:28 +00:00
Takeshi Shibagaki
a51440388a
Add YIS YWL-11B. This card has same vendor id and product id
...
as XI300 Wireless LAN.
2003-02-15 13:57:52 +00:00
Sean Chittenden
5a2d4ae2b9
Add the Space Shuttle Columbia incident to calendar.history. While here
...
move LOTR "history" events into their own calendar file. Link
calendar.lotr into calendar.world to preserve visibility of this pre-trendy
gem in BSD.
2003-02-15 10:57:20 +00:00
Alexey Zelkin
02e6893b9c
Add dlinfo(3) manual page to the rank of base system manpages
2003-02-15 10:52:46 +00:00
Alexey Zelkin
f734492604
Add examples of dlinfo() usage to manual page.
2003-02-15 10:51:05 +00:00
Sean Chittenden
3f4b504568
flexlint rears its head as well as some style(9) fixes[1]. Fixed a
...
few bugs for a few corner cases and correctly handle the case where
read(2) is read()'ing from a non-file descriptor and could get fewer
bytes back than the buffer, but it isn't EOF[2]. random(6) extensively
tested and believed to be bug free (save performance for large files).
Submitted by: mkm [1], tjr[2]
2003-02-15 10:26:10 +00:00
Tim J. Robbins
4444375710
Acquire Giant around calls to kern_sigaction() in sigaction(),
...
freebsd4_sigaction() and osigaction() instead of around the whole
body of those functions. They now no longer hold Giant around calls
to copyin() and copyout(), and it is slightly more obvious what
Giant is protecting.
2003-02-15 09:56:09 +00:00
Tim J. Robbins
c41c566c4a
osigpending() no longer needs Giant, for the same reason sigpending()
...
does not.
2003-02-15 09:15:30 +00:00
Robert Drehmel
571c3db70d
Remove the suggestion to try `hangman', because it does not exist
...
in the base system anymore.
2003-02-15 09:11:25 +00:00
Tim J. Robbins
48e8f774cb
All uses of p_siglist are protected by the proc lock now, so there's
...
no need to acquire Giant in sigpending() anymore.
2003-02-15 08:42:02 +00:00
Tim J. Robbins
1bdd8ae409
Lock proc while accessing p_siglist, p_sigmask and p_sigignore
...
in nfs_sigintr().
2003-02-15 08:25:57 +00:00
Darren Reed
7ae7a6c4f7
fix bug in updating of interface pointers when resyncing state
2003-02-15 06:47:27 +00:00
Darren Reed
57e3d9cf76
bring changes in IPFilter to 3.4.31 on to the head
2003-02-15 06:32:48 +00:00
Darren Reed
50d563d31c
This commit was generated by cvs2svn to compensate for changes in r110917,
...
which included commits to RCS files with non-trunk default branches.
2003-02-15 06:27:40 +00:00
Darren Reed
965575f97c
Import userland tools for IPFilter 3.4.31 into -current
2003-02-15 06:27:40 +00:00
Darren Reed
aeb497128e
Commit import changed from vendor branch of ipfilter to -current head
2003-02-15 06:25:25 +00:00
Darren Reed
32c7da78f7
Commit import changed from vendor branch of ipfilter to -current head
2003-02-15 06:23:45 +00:00
Darren Reed
d2c988ba46
sometimes i hate it when you leave temp files in a directory you import from
2003-02-15 06:21:14 +00:00
Darren Reed
8732fffb9b
This commit was generated by cvs2svn to compensate for changes in r110911,
...
which included commits to RCS files with non-trunk default branches.
2003-02-15 06:18:25 +00:00
Darren Reed
46e22717ef
Import IPFilter 3.4.31 into -current
2003-02-15 06:18:25 +00:00
Hiroki Sato
3ae0f15f31
Merge the following from the English version:
...
1.495 -> 1.496 relnotes/common/new.sgml
2003-02-15 06:10:34 +00:00
Alfred Perlstein
e7d6662f1b
Do not allow kqueues to be passed via unix domain sockets.
2003-02-15 06:04:55 +00:00
Mike Makonnen
8484cf9776
When cleaning /var/run make sure the control files are not removed
...
unconditionally when the script is being rerun (when it is called
with the reload argument).
PR: conf/47517
Approved by: markm (mentor)
2003-02-15 06:00:11 +00:00
Alfred Perlstein
edf6699ae6
Fix LOR with PROC/filedesc. Introduce fdesc_mtx that will be used as a
...
barrier between free'ing filedesc structures. Basically if you want to
access another process's filedesc, you want to hold this mutex over the
entire operation.
2003-02-15 05:52:56 +00:00
Hiroki Sato
ac304f2d0d
Improve the wording.
...
Reviewed by: ru
2003-02-15 04:03:25 +00:00
Ruslan Ermilov
0b56eafddf
Implemented a simple "nodevice" config(8) command that cancels
...
the effect of the "device" command, and use it to generate the
OLDCARD from GENERIC.
Suggested by: bde
2003-02-15 02:39:13 +00:00
Jeffrey Hsu
4b40c56c28
Take advantage of pre-existing lock-free synchronization and type stable memory
...
to avoid acquiring SMP locks during expensive copyout process.
2003-02-15 02:37:57 +00:00
Ruslan Ermilov
292dd8a87f
Convert to using <sys/queue.h> macros.
2003-02-15 02:26:13 +00:00
Takanori Watanabe
a89fcf2843
Allow non-privilaged user to retrive battery or AC line information.
...
Reviewed by: rwatson
2003-02-15 01:46:22 +00:00
Hidetoshi Shimokawa
6611732341
Protect calling fwohci_intr() with splfw() for 4-stable.
2003-02-15 01:25:39 +00:00
Hidetoshi Shimokawa
3173a15429
- Increase split transaction timeout from 2 sec to 6 sec.
...
Problem reported by: Michael Reifenberger <root@nihil.reifenberger.com>
- Improve debug message.
2003-02-15 00:54:10 +00:00
Wilko Bulte
db8fe4d4e9
Now that I finally tested ES40 write some notes about these machines.
...
Triggered that ES40 should 'just work by': gallatin
2003-02-14 23:53:57 +00:00
Tim J. Robbins
457ae4f0d4
Use the ALIGN macro from <sys/param.h> instead of defining our own
...
incorrect version in machdep.h. Delete machdep.h.
2003-02-14 23:53:19 +00:00
Kirk McKusick
aca3e4974f
Replace use of random() with arc4random() to provide less guessable
...
values for the initial inode generation numbers in newfs and for
newly allocated inode generation numbers in the kernel.
Submitted by: Theo de Raadt <deraadt@cvs.openbsd.org>
Sponsored by: DARPA & NAI Labs.
2003-02-14 21:31:58 +00:00
Kirk McKusick
363c185255
Correct lines incorrectly added to the copyright message. Add missing period.
...
Submitted by: Bruce Evans <bde@zeta.org.au>
Sponsored by: DARPA & NAI Labs.
2003-02-14 21:08:14 +00:00
Tom Rhodes
0890842fe7
Move NOMAN down the section without underscore characters.
...
Add a forgotten `=' sign.
Thanks to: ru, bde
2003-02-14 20:04:44 +00:00