Roman Kurakin
6ca77a6ff3
Connect ctau driver (Cronyx-Tau/ISA) to modules build process.
...
Approved by: imp (mentor)
2004-03-25 17:20:45 +00:00
Pawel Jakub Dawidek
8da601dfb7
Remove unused function.
...
It was used in FreeBSD 4.x, but now we're using cr_canseesocket().
2004-03-25 15:12:12 +00:00
Colin Percival
9403832e91
Final step of the sbin -> usr.sbin move: cvs rm src/sbin/nologin/*
...
I meant to do this a week ago, but I forgot.
2004-03-25 14:53:53 +00:00
Roman Kurakin
a7d0b563ee
Move ct.4 to ctau.4. Step four: backout ct.4 via rm.
...
Approved by: imp (mentor)
2004-03-25 14:47:42 +00:00
Roman Kurakin
a493cc9066
Move ct.4 to ctau.4. Step three: change ct to ctau in Makefile.
...
Approved by: imp (mentor)
2004-03-25 14:45:20 +00:00
Dag-Erling Smørgrav
c1a5d73b28
This commit was generated by cvs2svn to compensate for changes in r127403,
...
which included commits to RCS files with non-trunk default branches.
2004-03-25 12:44:08 +00:00
Dag-Erling Smørgrav
395c16bd72
Import the original directly from NetBSD instead of via OpenBSD.
2004-03-25 12:44:08 +00:00
Poul-Henning Kamp
743f91743d
Respect decimal flag when dumping USER type records.
2004-03-25 12:33:55 +00:00
Bruce M Simpson
3b367e998f
Document the existence of NET_RT_IFMALIST.
...
Reviewed by: ru
2004-03-25 10:08:46 +00:00
Ruslan Ermilov
f8a89f622e
[troff] removed the unnecessary use of \_ escapes.
2004-03-25 09:25:24 +00:00
Bruce M Simpson
1d2a7e07d7
Sort SRCS in Makefile and document -g option additions.
...
Nudged by: ru
2004-03-25 09:07:26 +00:00
Bruce M Simpson
3f2631c7ba
Output style: Get rid of an unnecessary newline.
2004-03-25 08:51:14 +00:00
Ruslan Ermilov
26f16ebeb1
Untangle IP multicast routing interaction with delayed payload checksums.
...
Compute the payload checksum for a locally originated IP multicast where
God intended, in ip_mloopback(), rather than doing it in ip_output() and
only when multicast router is active. This is more correct as we do not
fool ip_input() that the packet has the correct payload checksum when in
fact it does not (when multicast router is inactive). This is also more
efficient if we don't join the multicast group we send to, thus allowing
the hardware to checksum the payload.
2004-03-25 08:46:27 +00:00
Bruce M Simpson
9fcc066d3e
Teach netstat(1) how to print the multicast group memberships present
...
within the running system.
Sponsored by: Ralf the Wonder Llama
2004-03-25 08:43:59 +00:00
Bill Paul
52bfac6de0
- In kern_ndis.c, implement ndis_unsched(), the complement to ndis_sched(),
...
which pulls a job off a thread work queue (assuming it hasn't run yet).
This is needed for KeRemoveQueueDpc().
- In subr_ntoskrnl.c, implement KeInsertQueueDpc() and KeRemoveQueueDpc(),
to go with KeInitializeDpc() to round out the API. Also change the
KeTimer implementation to use this API instead of the private
timer callout scheduler. Functionality of the timer API remains
unchanged, but we get a couple new Windows kernel API routines and
more closely imitate the way thing works in Windows. (As of yet
I haven't encountered any drivers that use KeInsertQueueDpc() or
KeRemoveQueueDpc(), but it doesn't hurt to have them.)
2004-03-25 08:23:08 +00:00
Peter Wemm
fc900bcdd2
MFi386: correctly calculate the top-of-stack when a kthread is created
...
with a larger kernel stack.
2004-03-25 03:39:38 +00:00
Peter Wemm
946a5e675d
Run print_AMD_features() for both AuthenticAMD and GenuineIntel cpus.
...
Report the %ecx bits in cpuid function 1. This is a hack.
When reporting AMD Features, only mask off the common bits. Otherwise
the SEP bit masks off SYSCALL etc in the report.
2004-03-25 03:38:31 +00:00
David E. O'Brien
e6c2326d23
Add NTFS since many may want to dual-boot MS-Win64 w/FreeBSD.
2004-03-25 03:19:28 +00:00
David E. O'Brien
a7a25ea7d6
Restore part of rev 1.92; share/libdata/gcc should not have been deleted.
2004-03-25 00:41:06 +00:00
David E. O'Brien
404c3c841f
Force gdb6 into disc1 for amd64, sparc64, and ia64
...
(until they have /usr/src gdb support)
2004-03-25 00:06:03 +00:00
David E. O'Brien
29906c8dfd
Lets give -O2 kernels a try on sparc64.
...
Reviewed by: kensmith
2004-03-25 00:02:49 +00:00
Alan Cox
2b63e7f397
Use uiomove_fromphys() instead of pmap_qenter() and pmap_qremove() in
...
proc_rwmem().
2004-03-24 23:35:04 +00:00
Max Laier
f5559064a9
Install the pf rc.d-script (missed Makefile update in original commit)
...
Approved by: bms(mentor)
2004-03-24 21:54:44 +00:00
Dag-Erling Smørgrav
7ac2f2c2ec
Remove mention of doscmd.
2004-03-24 20:19:57 +00:00
David E. O'Brien
999daea6a5
Back out revision 1.295. share/libdata/gcc/ is valid and used.
2004-03-24 19:37:53 +00:00
Roman Kurakin
5dc0c07746
Move ct.4 to ctau.4. Step two: add ct.4 as ctau.4.
...
Do not bother about too small history for ct.4.
Approved by: imp(mentor)
2004-03-24 19:28:50 +00:00
Roman Kurakin
3ddf080943
Move ct.4 to ctau.4. Step one: remove ctau.4 link.
...
Approved by: imp(mentor)
2004-03-24 19:23:44 +00:00
Hiroki Sato
08bb6770ab
New release note:
...
isp(4) fix on sparc64,
ipcs(1) -u option,
rmdir(1) -v flag,
rc.d/diskless split,
rc.d/pf.
Update release note:
MFC of umass(4) timeout/ATAPI MMC support,
items related to the rc.d scripts moved into a separate section.
2004-03-24 18:03:55 +00:00
John Baldwin
c4c666b8fc
- Update for the new interrupt code on i386 meaning that SMP kernels can
...
now run on UP machines, options APIC_IO is now spelled device apic, and
HT CPUs are now enabled by default.
- Add a 'I386 NOTES' section header to the i386-specific paragraphs.
Someone with more mdoc fu can suggest a better name if needed.
Requested by: kris (1)
2004-03-24 17:51:54 +00:00
Ruslan Ermilov
a9b2cd0aa6
Properly reprogram the hardware when IFF_ALLMULTI flag is set.
2004-03-24 17:43:45 +00:00
Roman Kurakin
8b96678536
sppp (4) to netgraph (4) node. As always: I'l connect it to the
...
system after extra check.
Approved by: imp (mentor)
Approved by: julian (in general)
2004-03-24 17:24:01 +00:00
Warner Losh
9fc0327792
Conform to local file sytle and prefer (a && (b & flag)).
2004-03-24 16:49:37 +00:00
Pawel Jakub Dawidek
030f6f3558
The topology lock is not needed for g_error_provider() function.
...
Discussed with: phk
2004-03-24 15:12:17 +00:00
Brian Feldman
5295209eff
Add locking so that arc4random(3) functions are all reentrant for
...
pthreads.
Submitted by: Christian S.J. Peron <maneo@bsdpro.com>
2004-03-24 14:44:57 +00:00
Pawel Jakub Dawidek
67e4206588
Added a note, that g_access() function cannot failed when dc[rwe] <= 0.
2004-03-24 14:42:26 +00:00
Pawel Jakub Dawidek
06bb88dcb2
Functions:
...
- g_new_geomf(),
- g_new_providerf(),
- g_new_consumer()
cannot failed (by returning NULL), so don't scare programmers.
2004-03-24 14:25:46 +00:00
Pawel Jakub Dawidek
b4dae77e8b
Added 'nojail' keyword for rc.d/mixer script, while mixer(8) is not
...
usable in jail by default (no /dev/mixer).
2004-03-24 12:49:34 +00:00
Stefan Eßer
5bf39b8da2
Bring man page back in shape. Many option descriptions lacked the
...
option name and paramaters they apply to and there was a mix of
formatting methods and styles.
I'm not sure that the description of "nfs_retransmit_counter" is
correct, but it does now at least match what's in -STABLE.
2004-03-24 10:25:24 +00:00
Julian Elischer
ba9c6c61b2
Don't duplicate a packet, just to throw it away when we discover the
...
duplicat hook is not connected.
2004-03-24 08:53:45 +00:00
Ruslan Ermilov
839274c75b
Added the `toolchain' top-level target, which builds enough of
...
buildworld, up to and including libraries, except for actually
building the world.
Requested by: many
2004-03-24 08:26:22 +00:00
Dag-Erling Smørgrav
b6cf3f1cad
Previous commit =~ s,share/,,
2004-03-24 08:23:52 +00:00
Dag-Erling Smørgrav
d7bc8318b7
Remove mention of share/libdata/doscmd/{,fonts/} and share/libdata/gcc.
2004-03-24 08:22:35 +00:00
Dag-Erling Smørgrav
3a895c1a1b
Previous commit should have read: remove share/libdata/doscmd/{,fonts/}.
...
This time around, remove share/libdata/gcc/ which seems unused.
2004-03-24 08:21:30 +00:00
Dag-Erling Smørgrav
f13afd61f8
Remove share/doscmd/{,fonts/}
2004-03-24 08:19:46 +00:00
Luigi Rizzo
d50984ba5f
remove stale documentation
2004-03-24 08:01:15 +00:00
Luigi Rizzo
08a8fe8b71
remove floppy image type
2004-03-24 07:55:08 +00:00
Luigi Rizzo
294dc78cd8
remove this floppy image too.
2004-03-24 07:54:00 +00:00
Luigi Rizzo
4d65645cbf
remove this floppy image.
2004-03-24 07:53:12 +00:00
Luigi Rizzo
ee8c7c4ee9
Remove this picobsd floppy type.
...
We only want to support one in -current, and let people take care
of their own images.
2004-03-24 07:51:40 +00:00
Luigi Rizzo
328f5ff96e
fix building of bridge floppies
2004-03-24 07:30:54 +00:00