mrg
631719db70
don't want auto-build.h anymore
2003-08-22 00:24:46 +00:00
lukem
14ba3a8126
Add INSTALL_INFO=${TOOL_INSTALL_INFO:Q} to MAKE_ARGS.
...
Noted by Alan Barrett on current-users@.
2003-08-22 00:12:18 +00:00
mrg
91b707be74
force long long support. use -isystem* for CCADDFLAGS
2003-08-21 23:53:12 +00:00
he
1c6c843936
Adapt to const-ification of first arg of open function in fs_ops.
2003-08-21 23:28:27 +00:00
he
09c6022868
Add memcmp, memmove and bcmp to handle the new ufs.c.
2003-08-21 23:24:36 +00:00
he
b6643fd4d3
Adapt to const-ification of first arg of open function in fs_ops.
2003-08-21 23:15:18 +00:00
he
25d9b10ee9
Add casts of LINUX_USRSTACK and USRSTACK to handle the cases
...
where these are not constants.
2003-08-21 23:00:07 +00:00
he
241ad00001
Adapt to const'ing of the first argument of the open function in fs_ops.
2003-08-21 22:34:48 +00:00
jonathan
9dbddd495b
Remove #ifdef _OpenBSD__ code which sets the softc pointer `sc' by
...
passing an index into ubsec_cd.cd_devs[]: that causes too much
confusion with the checks that sc is non-null.
2003-08-21 20:00:15 +00:00
jonathan
6f179aea24
Pull in FreeBSD sys/opencrypto/cryptodev.h, revision 1.2.2.5 -> 1.2.2.6.
...
Sam Leffler's FreeBSD commit message was
``to eliminate context switch when returning results from the
software crypto driver''
but the patch also contains the CRYPTO_SESID*() macros used in newer
ubsec and hifn drivers.
2003-08-21 19:44:14 +00:00
christos
e9a8269bb0
remove clause 3
2003-08-21 17:57:53 +00:00
jonathan
412d30185b
Pull up `done' flag for crypto operations from FreeBSD. FreeBSD deltas:
...
cryptodev.c: 1.4.2.3 -> 1.4.2.4
cryptodev.h: 1.4.2.4 -> 1.4.2.5
2003-08-21 16:08:05 +00:00
dsl
0f7fa6b1be
Update date for last.
2003-08-21 16:02:32 +00:00
dsl
66117d6353
Remove -c maxblkspercg (leaving -c xxx ignored).
...
-c used to specify the number of cylinders per group
- but newfs has ignored cylinders for a while.
Changing what -c meant is just asking for trouble!
I might add something to let MINCYL be changed.
2003-08-21 15:47:26 +00:00
dsl
870ae687ac
Remove unimplemented -n rotational positions
...
Remove depracated -c cpg (had been fragments per group in newfs.c, but...)
I might add something to let MINCYL (= 4) be configurable.
2003-08-21 15:43:32 +00:00
yamt
a7f9b1d8e0
don't make zero-sized mappings.
2003-08-21 15:17:03 +00:00
dsl
dc46f864d1
Hide prototype of linux_exec_setup_stack() inside #ifdef _KERNEL so
...
that sbin/sysctl will compile.
2003-08-21 15:08:25 +00:00
dsl
cff5fdb06e
Rework of code that sorts out number of cylinder groups and inodes:
...
- allows less than 'one fragment per inode' (useful for mfs /dev)
- limits number of inodes to 2^31 (they are stored in an int32_t)
- errors if the number of cylinder groups is such that the cylinder group
summary won't fit in the first cylinder group.
- ensures that the last cylinder block contains a valid number of fragments
and inodes, and is not larger than any earlier ones.
- cylinder groups are now created with almost the same size as each other.
Change posted to tech-kern, and no one objected.
2003-08-21 14:55:03 +00:00
jonathan
6196bbe72d
Honour the M_CSUM_NO_PSEUDOHDR, if set on inbound TCP and UDP packets.
...
Tested against bcm5700 with patched if_bge.c.
2003-08-21 14:49:49 +00:00
dsl
92c5eba410
Split CGSIZE definition so it can be used with 64bit fpg values.
...
Split cg_start so magic can be done in libsa when it is known that the
filesystem isn't UFS2.
2003-08-21 14:41:00 +00:00
he
395b0c6682
Now that ufsboot / ufs.c uses memmove(), we need to include it here.
2003-08-21 13:12:32 +00:00
jschauma
1a1b3c583d
Add MIA
2003-08-21 12:57:14 +00:00
drochner
3eecd94099
vlan support works, as far as the driver is concerned, so uncomment
...
the corresponding part
2003-08-21 12:50:57 +00:00
taca
c1052e0bec
postfix 2.0.14 was released. I missed postfix-announce mail?
2003-08-21 10:32:03 +00:00
pk
84ab67f557
sun4/sun4c DIAGNOSTIC: fix tally of locked down pmegs.
...
pmap_page_protect: DIAGNOSTIC: show `pg' argument in panic.
pmap_unwire: for now, only used for sun4/sun4c MMUs.
2003-08-21 09:36:28 +00:00
hannken
1a2d1be737
Fix syscall_vm86 argument:
...
struct trapframe -> struct trapframe *
2003-08-21 08:36:56 +00:00
jschauma
ca5d0a41d2
Fix two more memory leaks found by Hubert Feyrer.
2003-08-21 04:30:25 +00:00
uwe
42a8e50b21
Add missing prototypes to make softfloat compile with -DSOFTFLOAT_NEED_FIXUNS.
2003-08-21 02:12:33 +00:00
elric
72e3ec4b0c
Should call ufs_close() if it isn't being built in.
2003-08-21 00:01:28 +00:00
christos
f49a04b8f2
make -0 actually work
2003-08-21 00:01:13 +00:00
elric
2a56d40c5c
make 'path' argument to cd9660_open 'const char *' and fix the fallout.
2003-08-21 00:00:52 +00:00
christos
0d30aed428
Add -0 option.
2003-08-20 23:37:51 +00:00
itojun
109461480a
expose CBQ_MAXPRI to userland
2003-08-20 23:32:25 +00:00
jonathan
65d419641b
regen from pcidevs 1.567 with fix for typo in bcm5823 product-id.
2003-08-20 22:58:22 +00:00
jonathan
fcc087c11d
Fix typo (s/5822/5823/) in line for bcm5823 device.
2003-08-20 22:56:13 +00:00
jonathan
c23a2c9c86
opt_inet6.h is FreeBSD-specific, so wrap it with #ifdef __FreeBSD__/#endif.
2003-08-20 22:33:40 +00:00
fvdl
c43b35423e
Pass pointers to frames from assembly, do not use the 'frame on stack
...
as argument passed by value' trick, as gcc 3.3.x makes (valid) assumptions
about the stack that will not be true. Costs 2 instructions per trap/syscall
on i386, 4 per interrupt for MP. One instruction per trap/syscall on amd64,
2 per interrupt for MP. I expect gcc 3.3.1 to make up for this by better
optimization (it'd better..)
While here, make amd64 compile again by using subr_mbr_disk.c
2003-08-20 21:48:35 +00:00
drochner
544307ba64
make the vlan stuff work
2003-08-20 17:41:38 +00:00
matt
a1bba8f344
Relax things so that OFW implementations that don't conform to the OFW PCI
...
bindings will work.
2003-08-20 14:41:56 +00:00
jschauma
39ff49f1b4
Fix memory leak noted by Hubert Feyrer in private email.
...
Patch by Hubert Feyrer as well, OK by kleink.
(I'm just fixing it b/c it's my fault to begin with.)
2003-08-20 14:25:54 +00:00
christos
791007d1e3
Normalize the program's compilation options so they are all of the form SU_
...
and document them.
2003-08-20 14:11:17 +00:00
yamt
7847549d35
use LSDEAD instead of SDEAD for lwp state.
2003-08-20 14:04:00 +00:00
itojun
379deb2b1a
use %llu for unsigned long long printing; PR bin/22552
2003-08-20 13:58:08 +00:00
yamt
611b0b9f15
don't use a space char in wmesg.
...
it makes outputs of SIGINFO confusing.
2003-08-20 13:54:48 +00:00
yamt
be09ed029e
fix indent.
2003-08-20 13:50:53 +00:00
itojun
1403d9d920
KNF
2003-08-20 13:32:33 +00:00
tsutsui
3422a6eafe
Fix Typo.
2003-08-20 13:07:41 +00:00
ragge
e7bd9c8c0f
Add Makefile.
2003-08-20 12:29:08 +00:00
kleink
5d98794ef5
Minor KNF nit from rev. 1.13.
2003-08-20 10:43:55 +00:00
martin
88055fbde5
Include <stdlib.h> for exit() prototype.
2003-08-20 09:50:16 +00:00