mpp
a6d857e732
Do not include math.h because it isn't used and it causes
...
"make world" to fail if you use the msun math library and
blow away /usr/include and then do "make world". This is because
the msun math.h isn't installed with the other include files before
xlint is built. It finally gets installed when the msun library
is built.
Perhaps "make world" should install the msun math.h file if
it doesn't install the CSRG math.h, to prevent problems
like this in the future.
1996-04-09 17:17:31 +00:00
ache
d1d944b32e
English corrections from jdp.
...
Add main purpose description (MSDOS timestamps)
1996-04-09 11:31:34 +00:00
asami
5a2de6fc2e
Add Jian-Da Li <jdli@FreeBSD.csie.NCTU.edu.tw> for his xsysinfo port.
1996-04-09 09:04:09 +00:00
jkh
8c536fe336
Gag! Somebody removed the bus mouse from GENERIC for reasons unknown.
...
That certainly explains why I noticed it suddenly missing from the
2.2 SNAPSHOT! :-)
1996-04-09 09:00:41 +00:00
pst
67931eee29
Logging UDP and TCP connection attempts should not be enabled by default.
...
It's trivial to create a denial of service attack on a box so enabled.
These messages, if enabled at all, must be rate-limited. (!)
1996-04-09 07:01:53 +00:00
dyson
a3cc211552
Reinstitute the map lock for processes being swapped out. This
...
is needed because of the vm_fault used to bring the page table page
for the kernel stack (UPAGES) back in. The consequence of the
previous incorrect change was a system hang.
1996-04-09 04:36:58 +00:00
gclarkii
69b0dd4b9f
Add John Perry to list for security documentation (forth coming)
...
perry@vishnu.alias.net
1996-04-09 04:14:09 +00:00
asami
bc6a215103
Add "Brent J. Nordquist" <nordquist@platinum.com> for contribution of
...
btoa port.
1996-04-09 04:00:24 +00:00
asami
0253cf0098
Add phone (1167/udp).
1996-04-09 01:53:58 +00:00
smpatel
2511d49751
Added isa_dmadone() to fix the errors the sound driver has been complaining
...
about.
Update driver to use isa_dma_acquire() and isa_dma_release()
1996-04-08 19:42:07 +00:00
smpatel
9739208301
Update drivers to use isa_dma_acquire() and isa_dma_release()
...
Reviewed by: bde
1996-04-08 19:40:57 +00:00
smpatel
6b740ac6e9
Add a lock for DMA Channels to prevent two devices from using the same DMA
...
channel at the same time. The functions isa_dma_acquire() and
isa_dma_release() should be used in all ISA drivers which call isa_dmastart().
This can be used more generally to register the usage of DMA channels in
any driver, but it is required for drivers using isa_dmastart() and friends.
Clean up sanity checks, error messages, etc.
Remove isa_dmadone_nobounce(), it is no longer needed
Reviewed by: bde
1996-04-08 19:38:57 +00:00
wollman
6a74f9b51b
Added a $Id$ keyword. Bruce still needs to put a copyright notice
...
on this file.
1996-04-08 16:41:06 +00:00
jfieber
e3ccf48fca
Remove some rogue section headings that jordan left way back in v1.9 in a
...
reorganization of the hw section.
1996-04-08 15:01:04 +00:00
joerg
f6c45bb517
Don't reference NULL pointers if owner and/or group are omitted.
...
Pointed out by: somebody on the mailing list who's name i forgot
1996-04-08 10:59:36 +00:00
jkh
377be65195
Save screen before calling any fire() callbacks - you never know what
...
they might do to the screen.
1996-04-08 10:28:07 +00:00
jkh
06a2488050
Refresh dialogs if a callback action fails.
1996-04-08 10:02:55 +00:00
phk
241c31412f
Replace usage of buf->b_actf with queue.3 and buf->b_act.
1996-04-08 07:56:42 +00:00
phk
eacbf55fca
Replace usage of buf->b_actf by queue.3 and buf->b_act
1996-04-08 07:54:51 +00:00
phk
14011f8f83
Document 5 new macros in TAILQ family.
1996-04-08 07:54:04 +00:00
phk
88dda49bb2
Add five macros to TAILQ family to improve readability.
1996-04-08 07:51:57 +00:00
mpp
c06fc87509
Remove the old unused makewhatis.sed script.
1996-04-08 05:17:00 +00:00
mpp
f13d17519f
Do not install the now unsupported netns and netiso
...
related man pages. Comment out cross references to those man
pages from other man pages.
1996-04-08 05:15:09 +00:00
mpp
3c57dc7753
Correct some man page xrefs, and some other minor changes to bring some
...
man pages up to mdoc guidelines and fix some minor formatting glitches.
Also fixed a number of man pages to not abuse the .Xr macro to
display functions and path names and a lot of other junk.
1996-04-08 04:18:31 +00:00
dyson
cdc4afc0a8
Map lock checks not needed anymore for swapping out. We don't use
...
map operations for it anymore. Certain deadlocks should never happen
anymore.
1996-04-08 03:42:01 +00:00
dg
1ea5e98511
Removed sections 3 and 4 from my copyright.
1996-04-08 01:31:42 +00:00
dg
67e2f2c62f
Killed sections 3 and 4 of my copyright as I think it is unnecessarily
...
restrictive.
1996-04-08 01:25:22 +00:00
dg
d1862b5655
Killed sections 3 and 4 of my copyright as I don't agree with it (I believe
...
it to be unnecessarily restrictive). For tty_subr.c, update to my standard
copyright.
1996-04-08 01:22:00 +00:00
mpp
a077141eaf
Update the scd(4) man page to reflect the current copyright
...
status and to update some path references.
1996-04-08 01:08:24 +00:00
mpp
56b0538949
Add the Ap macro to the macro table documentation (it generates an
...
apostrophe for those of you that were wondering).
1996-04-07 23:57:14 +00:00
mpp
3c9030debe
Change references from rpc.bootparamd to bootparamd.
1996-04-07 23:28:25 +00:00
phk
ea84b79e93
remove b_actb, it's not used anywhere.
1996-04-07 22:12:25 +00:00
mpp
1ddc42ee15
Bring clocks(7) into line with mdoc standards.
...
Reviewed by: joerg
1996-04-07 21:12:10 +00:00
bde
7c0a6ed764
Use breakpoint() function instead of inline assembler.
1996-04-07 18:34:59 +00:00
bde
b6732671c1
Changed bdb() to breakpoint() and always enable it.
...
Made the style more consistent, especially for the new Pentium functions.
1996-04-07 18:30:56 +00:00
bde
b4a0a5c2e5
Use rdtsc() function instead of inline essembler.
1996-04-07 18:16:26 +00:00
bde
82c211f290
Changed #includes of <i386/include/foo.h> to #includes of <machine/foo.h>.
1996-04-07 17:56:53 +00:00
bde
f350e6c811
Changed #includes of <i386/include/foo.h> to #includes of <machine/foo.h>.
1996-04-07 17:50:10 +00:00
bde
d75a1370e4
Removed never-used #includes of <machine/cpu.h>. Many were apparently
...
copied from bad examples.
1996-04-07 17:39:28 +00:00
bde
cfdfb3c281
Removed now-unused #includes of <machine/cpu.h>. They were for bootverbose
...
being declared in the wrong place.
1996-04-07 17:32:42 +00:00
roberto
20b5c8f9a6
Add several entries for ISA PnP cards (from Frank Durda IV), for using the NT
...
loader to boot, Jörg answer for slow printers and Dave Walton's answer to
hang during vty switches.
1996-04-07 17:23:34 +00:00
bde
53619b445e
Removed unused declaration of bootverbose.
1996-04-07 17:03:12 +00:00
bde
feb665fd7f
systm.h:
...
Moved declaration of bootverbose to a better place. It isn't
machine-dependent.
proc.h:
Moved declaration of cpu_fork() to a better place. Only its
implementation is machine-dependent.
1996-04-07 16:46:28 +00:00
bde
d8bbfe26c9
Moved declaration of bootverbose to a better place. Externs should
...
only be declared in headers.
1996-04-07 16:45:36 +00:00
bde
ad8fa4b2a3
Moved declaration of bootverbose to a better place. It isn't
...
machine-dependent.
Moved declaration of cpu_fork() to a better place. Only its
implementation is machine-dependent.
1996-04-07 16:44:28 +00:00
bde
50c6f44d2e
Declared pgrpdump() properly.
1996-04-07 16:16:05 +00:00
bde
059d798920
Fixed the ownership and permissions of /dev/io. Rev.1.32 broke rev.1.29.
1996-04-07 14:59:26 +00:00
bde
dc93ac0bb9
Fixed devfs device names and numbers.
...
Fixed handling of unknown CMOS types - don't attach unrecognized devices.
1996-04-07 14:46:42 +00:00
bde
76bf9ad082
Cleaned up naming and formatting in recent changes.
1996-04-07 14:32:14 +00:00
bde
eac7371c68
Allow specifying the BIOS drive number. Removed the hd drive type.
...
hd essentially wired the FreeBSD drive number to 0 without changing
the BIOS drive number. Now the numbers can be specified independently.
Replaced the BOOT_HD compile time flag with with BOOT_HD_BIAS. Defining
the new flag as 1 should give the same behaviour as defining the old
flag as anything. I haven't tested defining these flags.
1996-04-07 14:28:05 +00:00