Commit Graph

114870 Commits

Author SHA1 Message Date
lukem
f0dafe0c0e use full path in default TOOL_MAKEWHATIS 2003-07-14 00:41:17 +00:00
dsl
a99fe675ab Change back to print hex bytes. The 'word' print was completely broken
on little endian systems.  It is also much easier to read misaligned
words in a straight byte hexdump.
Cut offset to 3 hex digits so that it fixs in 80 columns and still
leaves a tab at the start of 'continuation' lines.
The ktrace buffer is limited to 4k, so 3 digits is ample.
2003-07-13 18:54:29 +00:00
he
ac678f8de2 On some ports, pointer differences are not ints, so do a cast
before using such a result as a field width.
2003-07-13 15:19:39 +00:00
itojun
2a470e2847 use bounded string op 2003-07-13 14:06:06 +00:00
itojun
63b4a66b0f strlcpy is prototyped in string.h 2003-07-13 14:02:23 +00:00
itojun
1d06004879 use strlcpy 2003-07-13 13:54:02 +00:00
itojun
b98c10dfbb strdup is simpler 2003-07-13 12:40:17 +00:00
itojun
9e765fb451 use bounded string op 2003-07-13 12:39:08 +00:00
itojun
e8f0e61fd7 use bounded string op 2003-07-13 12:29:20 +00:00
itojun
d0a2aaaa79 use bounded string ops 2003-07-13 12:27:14 +00:00
itojun
7bb0ef551c use bounded string op 2003-07-13 12:18:55 +00:00
itojun
d9f2774c1e use bounded string op 2003-07-13 12:08:28 +00:00
itojun
c2e037e2df use bounded string op as much as possible 2003-07-13 12:07:16 +00:00
itojun
1d041f9dd7 use bounded string op (some remains) 2003-07-13 12:04:45 +00:00
itojun
e19eff3a82 asprintf is easier 2003-07-13 12:00:55 +00:00
lukem
a21d1e7a14 xref dkctl(8) 2003-07-13 09:55:34 +00:00
lukem
6a52ab7b0e also reference disklabel(5) 2003-07-13 09:53:10 +00:00
itojun
6e7ade5e3e use bounded string ops. check malloc failure. asprintf is easier than
complicated strcat/strcpy combination.
2003-07-13 09:44:02 +00:00
itojun
aa50bfde15 use bounded string op (there still are remains) 2003-07-13 09:40:20 +00:00
igy
b449da1391 KNF 2003-07-13 09:25:50 +00:00
igy
a90b1b8eca code clean up 2003-07-13 08:56:16 +00:00
itojun
214bd04edc on BIND9 switch 2003-07-13 08:55:37 +00:00
jdc
e8e38ce54c Include opt_inet.h to get INET6 definition.
Now, bridged ipv6 packets are passed through ipfilter.
However, some v6 packets still do not get transmitted when ipf is enabled.
Partial fix for PR kern/22063.
2003-07-13 08:51:36 +00:00
itojun
a69cd45b93 use bounded string op 2003-07-13 08:31:13 +00:00
igy
3e9598d4fa move window of pci i/o cycle to higher address 2003-07-13 08:26:31 +00:00
itojun
6950184129 use bounded string op 2003-07-13 08:23:39 +00:00
itojun
49fbaf537e use bounded string op (one strcpy remains)
VS: ----------------------------------------------------------------------
2003-07-13 08:22:55 +00:00
itojun
0e4dc5229d use bounded string op 2003-07-13 08:16:15 +00:00
itojun
8883e1fb40 use bounded string op 2003-07-13 08:05:58 +00:00
itojun
b5bc655b98 strlcat 2003-07-13 07:59:24 +00:00
itojun
a9282a99c0 die if asprintf fails to malloc 2003-07-13 07:58:19 +00:00
itojun
09c1e9bc45 use bounded copy (a few unbounded copy remains - need work) 2003-07-13 07:48:01 +00:00
itojun
354140d884 remove obsolete comment 2003-07-13 07:45:27 +00:00
itojun
8ff221767c asprintf is easier. plug memory leak 2003-07-13 07:44:33 +00:00
itojun
d90a2369ab use bounded string ops 2003-07-13 07:39:39 +00:00
itojun
658b0219c1 snprintf 2003-07-13 07:38:12 +00:00
itojun
0b04aee3ea use bouded string ops 2003-07-13 07:37:02 +00:00
igy
cdb56b83f6 mapping pci configuration space (not subregion) 2003-07-13 07:15:22 +00:00
igy
1087696257 using common bus_space_tag in ixpsip too 2003-07-13 02:48:41 +00:00
igy
365f7e1994 sharing bus_space_tag among ixpio, pci mem and i/o. 2003-07-13 02:11:58 +00:00
igy
2a9dfe7684 using devmap for static mapping 2003-07-13 01:01:50 +00:00
atatat
fc035bc8fd Allow _ in tags 2003-07-12 23:02:59 +00:00
manu
cbfacd83b6 Make hexdump output fix in 80 char-wide terminal 2003-07-12 19:22:07 +00:00
itojun
59b2dcde2e asprintf() is easier than malloc + sprintf 2003-07-12 16:52:22 +00:00
yamt
2ba5ae7ea6 more MP locks. 2003-07-12 16:19:00 +00:00
yamt
12ad26b293 - wrap long lines.
- remove a mysterious blank line.
2003-07-12 16:17:52 +00:00
yamt
3852db2096 - protect global resource counts with lfs_subsys_lock.
- clean up scattered externs a little.
2003-07-12 16:17:06 +00:00
yamt
884f970fae in ckinode(), use idesc->id_number instead of dino.di_u.inumber
since the latter is invalid for pass2 and vget can return invalid vnode
for inode number 0.
2003-07-12 16:13:38 +00:00
tshiozak
5428a0306b add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ. 2003-07-12 16:11:01 +00:00
simonb
ec137f4f6b Bump ifree/iused field width. 2003-07-12 15:58:54 +00:00