lukem
d74b2fc0ea
fix bugs reported by matt green:
...
- when calculating file size, round up to frag size not block size
- #define FFS_EI in makefs.h, and include that before [uf]fs/*.h
other stuff:
- round up final size to next block (instead of next sector)
- protect makefs.h from multiple inclusion
2002-01-07 05:07:50 +00:00
minoura
49a2f3f4c6
VND_CDEV -> VND.
...
Properly write disklabel.
2002-01-07 04:47:10 +00:00
minoura
4d762e1938
New toolchain.
...
XXX: New toolchain generates 100byte bigger object than the 8KB limit.
XXX: Therefore, compilation always fails!
2002-01-07 04:06:52 +00:00
minoura
195060e302
Copy alloca() and memcpy() definitions from libkern.h.
2002-01-07 04:01:13 +00:00
minoura
38d9c867f6
alloca() is now defined in libkern.h.
2002-01-07 04:00:30 +00:00
minoura
873ab50602
Use -Os optimization.
2002-01-07 04:00:02 +00:00
thorpej
ddb7327122
Add missing register prefix.
2002-01-07 02:54:27 +00:00
oster
345de5b80a
Some of this stuff is really just for debugging, so compile it only if
...
DEBUG is defined.
2002-01-07 02:27:42 +00:00
oster
af9b7112ab
#if 0 rf_SetReconfiguredMode() since it is unused now, but may be
...
needed someday.
2002-01-07 01:58:03 +00:00
deberg
7b6d08efe5
MALLOC, FREE, and a missed VOP_GETPAGES.9
2002-01-07 01:13:21 +00:00
deberg
7882fd04da
gc unused M_NSMBDEV.
...
add comments reminding to mirror changes to the types list in malloc.9.
2002-01-07 01:02:19 +00:00
deberg
2549a25553
sync type list with <sys/malloc.h>
2002-01-07 01:00:31 +00:00
deberg
fe19c3cc0e
add MALLOC.9 and FREE.9
2002-01-07 00:59:43 +00:00
wiz
ed2ab556af
Fix two typos and a whitespace nit.
2002-01-07 00:55:25 +00:00
deberg
2935620216
add smbfs malloc types
2002-01-07 00:21:56 +00:00
tron
6a997e3c73
Compile in radio(4) only it is activated in the kernel configuration.
2002-01-06 23:19:18 +00:00
lukem
df7858b179
add ugly hack for alpha to crank the optimisation level down to -O1,
...
because the default -O2 with gcc 2.95.3 builds a non functional newfs
2002-01-06 23:09:47 +00:00
deberg
83b973efe6
typos
2002-01-06 22:42:41 +00:00
deberg
bf6454fc5c
fix typo
2002-01-06 22:15:19 +00:00
manu
3b176652b8
Fixed wrong file name.
2002-01-06 21:43:10 +00:00
manu
365eb49355
Added compat/irix/irix_syscallnames.c
2002-01-06 21:34:30 +00:00
deberg
d9656fb29c
VOP_GETPAGES
2002-01-06 21:31:55 +00:00
deberg
8c068e11b6
add VOP_GETPAGES to NAME and create link
2002-01-06 21:29:20 +00:00
thorpej
d9f543962d
Acorn systems do not support the ISA bus; remove these files.
2002-01-06 20:29:42 +00:00
augustss
5777b5c311
Increase max sampling rate on SB16. It seems almost all models supports it.
2002-01-06 20:24:12 +00:00
martin
28ae1fab38
Make idle timeout settable and display it.
...
Bring the man page closer to reality.
2002-01-06 20:23:55 +00:00
martin
f1c55df387
Now that the sppp driver has a payload based timestamp, use that to calculate
...
ISDN timeouts as well. Now LCP echo request/replies won't keep the connection
open any more.
2002-01-06 20:18:19 +00:00
martin
45514531fd
Implement an activity timestamp, recording the last time payload data
...
passed through.
Implement optional idle timeout.
2002-01-06 20:14:29 +00:00
wiz
51bc54436e
Fix a typo.
2002-01-06 18:35:46 +00:00
wiz
05a18a0161
Improve markup a bit, sort options, fix a typo.
2002-01-06 17:27:05 +00:00
jmcneill
4e14c9fb3f
For cosmetic reasons, add 'ESS Technology ES1921' to the table of codec Ids.
2002-01-06 17:03:17 +00:00
wiz
ac13c1da23
Sort esa entries.
2002-01-06 17:01:25 +00:00
augustss
f0b744e0cf
Note that Don Kim wrote the original Linux driver.
2002-01-06 16:58:23 +00:00
wiz
de146a0724
Grammar fixes.
2002-01-06 16:57:11 +00:00
augustss
73389fa613
Xref esa(4).
2002-01-06 16:30:54 +00:00
augustss
56de69164d
Add esa(4).
2002-01-06 16:10:15 +00:00
jmcneill
52fcbae2dc
Add manual page for esa(4)
2002-01-06 16:08:17 +00:00
jmcneill
8dc5d86c45
Add entries for the 'esa at pci' audio driver.
2002-01-06 16:07:06 +00:00
jmcneill
13498a6196
Note addition of esa driver.
2002-01-06 16:06:36 +00:00
jmcneill
244caf0f16
Import driver for the ESS Allegro-1 / Maestro-3 based PCI Audio Accelerators.
2002-01-06 16:06:14 +00:00
augustss
4fee2664e3
Change copyright somewhat. (These are not TNF copyright templates so I
...
removed the advertising clause.)
2002-01-06 15:41:00 +00:00
jmcneill
58d1fe0d04
Add missing definition of STATUSBIT_STEREO.
2002-01-06 15:37:08 +00:00
augustss
9a0fd5e477
Part of the ESS Allegro-1 & Maestro3 driver.
2002-01-06 15:17:28 +00:00
martin
cd66b662e5
Slight stylistic cleanup, no functional change.
2002-01-06 13:26:46 +00:00
takemura
8f5ef79d0f
Added _hpcmips_bd_mem_alloc_range, which was written by Katsuomi Hamajima.
2002-01-06 12:39:55 +00:00
mrg
9230e402ce
add a simple binstall(8). hi wiz!
2002-01-06 07:44:11 +00:00
takemura
b62dd2ee45
Set interrupt mask on Vrc4173 ICU.
2002-01-06 07:01:20 +00:00
eeh
0edae4622b
Do not attempt to relocate any pltrela entries that are not JMP_SLOT on sparc64.
2002-01-06 03:54:42 +00:00
jmcneill
4d134efd61
Add appropriate cross references between bktr(4) and radio(4) manual pages.
2002-01-06 02:53:54 +00:00
jmcneill
a17eec36aa
Add radio support to bktr.
2002-01-06 02:47:36 +00:00