cognet
595ee93a51
Remove pmap_deactivate(), we do not use it.
2005-05-27 00:45:39 +00:00
eivind
5594ff1b13
Make the example for using xterm as a login manager to match the X of the
...
noughties, not eighties.
2005-05-27 00:39:11 +00:00
keramida
6a3b712542
Add cross-references to iostat, systat and vmstat.
2005-05-27 00:21:12 +00:00
mux
48bb027b5a
Use clnt_create_timed() instead of clnt_create(). The former has an
...
additional argument that allows us to specify a timeout, like we do for
the subsequent clnt_call() calls.
Submitted by: Jeremie Le Hen <jeremie@le-hen.org>
MFC after: 3 weeks
2005-05-27 00:05:16 +00:00
tackerman
9a04b0d313
Latest README to correspond to latest Intel version 2.1.7
2005-05-26 23:33:24 +00:00
tackerman
8b2ddc8fab
Changes to update driver with latest Intel driver version 2.1.7
...
- Changed from using explicit devices id to using descriptive labels.
- Added support for 82573 and 82546 Quad adapters.
- Corrected support for 82547EI and 82541ER (mac_type was not assigned)
- Removed #ifdef DBG_STATS and extraneous code.
if_em_hw.c/if_em_hw.h
- Added support for 82573 and 82546 Quad adapters.
- Brought forward Intel's most current mac and phy changes.
2005-05-26 23:32:02 +00:00
eivind
d155c550d1
Baby, we are not in Kansas anymore. Nor are we in 1996 or FreeBSD 2.1.
...
Note that these papers are mostly quite old, and add a pointer to
more recent docs.
2005-05-26 23:01:30 +00:00
eivind
bf8bf9051e
Remove an errno reset that became unnecessary.
...
Noticed by: juli
2005-05-26 22:49:08 +00:00
alfred
67f16567dc
decode utimes, lutimes, futimes, chflags, lchflags.
2005-05-26 22:49:06 +00:00
eivind
64e1569cd3
Document a couple of gotchas.
2005-05-26 22:30:12 +00:00
eivind
1a8a2d84cd
We are past 4.4BSD - use our new-found stat flags for pipes and fifos.
2005-05-26 22:14:37 +00:00
alfred
2754f60f30
decode mkdir args.
2005-05-26 20:06:57 +00:00
keramida
dd13f28b17
Interlink systat(1), iostat(8) and vmstat(8) through their SEE ALSO
...
sections, so that users of one can learn about the others easily.
2005-05-26 17:54:16 +00:00
cognet
be7058be25
s/_KLD_MODULE/KLD_MODULE/
2005-05-26 16:05:22 +00:00
cognet
f010830f2e
Don't enable interrupts in the dispatcher, there's no need to do so.
2005-05-26 15:02:47 +00:00
cognet
3d22dfba08
Don't call vm_page_dirty() in pmap_nuke_pv(), it's not the place to do so, and
...
it leads to funny things, such as pmap_remove_all() marking the page as dirty.
2005-05-26 15:01:13 +00:00
bmah
1752550f92
Move sed(1) -l release note to the right section. Don't know what I
...
was thinking (was I thinking?) when I wrote this.
2005-05-26 14:41:20 +00:00
bmah
ae2bed2f5d
New release notes: autoboot_delay -1 (+MFC), NgATM 1.2, texinfo 4.8,
...
pkg_version -I.
Modified release notes: bsnmp 1.9, new manpages (devfs.conf(5),
devfs.rules(5), pthread_atfork(3)).
Other MFCs noted: sed(1) -l.
2005-05-26 14:38:16 +00:00
roberto
7972c23d6c
- Add further functionality to check for invalid characters
...
- Remove keyword 'continue' for more indepth error reporting
on each line
- WARNS 6 Clean
Submitted by: Liam J. Foy <liamfoy@dragonflybsd.org>
MFC after: 1 week
2005-05-26 10:57:03 +00:00
brueffer
5462c4601d
New release note: Read-only support for ReiserFS.
2005-05-26 10:48:35 +00:00
ache
c5682ca184
Fix: printed output flags (onocr) and (onlret) same as oxtabs
...
PR: 81256
Submitted by: Arseny Nasokin <tarc@tarc.po.cs.msu.su>
2005-05-26 06:57:57 +00:00
glebius
cc26514351
Plug mbuf leak, that I have introduced in 1.85. Also restore important comment
...
from if_ethersubr.c:1.178. While here adjust formatting, to make code more
readable.
Reported by: Alexey Kamyshev, rwatson
2005-05-26 06:50:00 +00:00
thompsa
572561b265
Add myself to the calendar.
...
Approved by: bms (mentor)
2005-05-26 03:21:16 +00:00
netchild
63ea5ccdb9
Add a note how to use nextboot(8) to test a kernel only once.
...
Approved by: mentor (joerg)
Discussed with: imp
2005-05-25 21:03:13 +00:00
ps
8512119a50
This is conform with the terminology in
...
M.Mathis and J.Mahdavi,
"Forward Acknowledgement: Refining TCP Congestion Control"
SIGCOMM'96, August 1996.
Submitted by: Noritoshi Demizu, Raja Mukerji
2005-05-25 17:55:27 +00:00
schweikh
a0ef9a2b74
Looking just at Makefiles was slightly too narrow to catch all
...
"inofficial" declarations of maintainership. Grep all plain files,
and insert the actual command the list was generated with, so
future updates avoid that pitfall.
Removed sheldonh@ who just released his maintainership of ntp/doc
after I informed him of this effort.
2005-05-25 17:37:57 +00:00
sheldonh
7386eb6ce0
Release maintainership. More ambitious minds have plans for the ntp
...
docs. Last I heard, Harlan Stenn was considering using FreeBSD's
pages as a starting point for the ISC NTP distribution's own pages.
If that happens, everyone wins and these can go away, to be replaced
by imported versions in contrib/ntp.
2005-05-25 16:30:43 +00:00
harti
ec3ee28e7c
Under certain conditions the condition parser would go one past end of
...
the string. Until now this caused no harm, because the buffer code used
to tack two NULs onto buffers. With the new, soon to come, parsing code
this isn't the case anymore in all cases, so fix this.
2005-05-25 16:06:14 +00:00
pjd
b1db94ccb3
After provider creation!!
2005-05-25 15:54:17 +00:00
brueffer
755d6d1397
Document support for some Dell PERC adapters.
...
Submitted by: Muthu_T@Dell.com
MFC after: 3 days
2005-05-25 15:35:31 +00:00
peadar
5a3d27ed91
Separate out address-detaching part of if_detach into if_purgeaddrs,
...
so if_tap doesn't need to rely on locally-rolled code to do same.
The observable symptom of if_tap's bzero'ing the address details
was a crash in "ifconfig tap0" after an if_tap device was closed.
Reported By: Matti Saarinen (mjsaarin at cc dot helsinki dot fi)
2005-05-25 13:52:03 +00:00
cognet
3aa321bbac
Remove bits specific to CPUs we won't support (< armv4).
2005-05-25 13:46:32 +00:00
cognet
85c2eb1c3f
Increase the refresh rate.
2005-05-25 13:44:55 +00:00
harti
7d4bad8bc3
Add a missing comma which prevents compilation with debugging enabled.
...
Spotted by: Donatas <donatas@lrtc.net>
2005-05-25 13:33:58 +00:00
pjd
f5dbb79246
- Call root_mount_rel() when provider IS created, not earlier.
...
This should close the race observed by Daniel Eriksson.
- Remove redundant wakeup().
2005-05-25 13:10:04 +00:00
nyan
f74b6d6ccf
MFi386: Add ReiserFS
2005-05-25 12:32:06 +00:00
harti
0a57909c7b
No need to specify the include subdirectory. During buildworld the
...
correct files are included from a temp. include directory.
Explained by: ru
2005-05-25 12:04:44 +00:00
harti
fc87e3a79a
This commit was generated by cvs2svn to compensate for changes in r146611,
...
which included commits to RCS files with non-trunk default branches.
2005-05-25 12:03:26 +00:00
harti
ed95926eea
Apply vendor patch: include the header files from the canonical place.
...
Explained to me by: ru
2005-05-25 12:03:26 +00:00
harti
cf57287362
This commit was generated by cvs2svn to compensate for changes in r146609,
...
which included commits to RCS files with non-trunk default branches.
2005-05-25 12:00:03 +00:00
harti
2b366eef52
Apply a vendor patch: silence gcc on arm (alignent when casting pointer).
...
Submitted by: Olivier Houchard <cognet@ci0.org>
2005-05-25 12:00:03 +00:00
harti
0a769c1e2e
Document why there is a dependency of certain object files from the
...
Makefile.
Requested by: ru
2005-05-25 08:46:31 +00:00
ru
c3abc18f4d
Fix order (I introduced some time ago) broken in previous revision.
2005-05-25 07:31:05 +00:00
marcel
0c6200206d
For ISA DMA maps, the chipsets scatter/gather feature is used. As
...
such, the segments pointer in the DMA tag will always be NULL. In
bus_dmamap_load(), temporarily point the segments pointer in the
DMA tag to a local variable so that we don't dereference a NULL
pointer. Reset the segments pointer to NULL after calling the
callback function with it.
PR: alpha/30486
MFC after: 1 week
2005-05-25 07:25:12 +00:00
cognet
4bb31d78c7
MFp4: Setup arm9 to write back by default.
...
Obtained from: NetBSD
2005-05-24 23:57:22 +00:00
cognet
d2691df07d
Remove kcopy(), we don't use it.
2005-05-24 23:55:09 +00:00
jmg
07e93041c6
make stat return an zero'd struct, and be a FIFO again... This is only
...
to fix libc_r since it requires stat to close fd's, and so commented in
the code...
PR: threads/75795
Reviewed by: ps
MFC after: 1 week
2005-05-24 23:42:50 +00:00
csjp
377408df64
If sysctlbyname fails for kernel related reasons, tag the errno
...
string to the end of the error message. I think we used errx()
there when we really wanted an err().
MFC after: 1 week
2005-05-24 23:42:09 +00:00
mux
f539b2792a
Only build mount_reiserfs(8) on i386, it exists only there for now.
...
Spotted by: ru
2005-05-24 23:06:10 +00:00
cognet
71c388ce21
We need to decrease p->p_lock after vm_fault() has been called.
2005-05-24 23:06:02 +00:00