tron
74088f139f
Remove commented out "upa" attachments because NetBSD doesn't have a
...
driver for that anyway. Approved by Martin Husemann.
2005-06-15 12:57:44 +00:00
cube
b5e65ac443
Match two candidates. From Francois Romieu in private mail.
2005-06-15 11:27:39 +00:00
he
12d0c406c7
Initialize expsize to appease -Wuninitialized for sh3 and m68000.
...
Marked with XXXGCC -Wuninitialized [sh3,m68000].
2005-06-15 09:31:27 +00:00
junyoung
3bd71bdfb4
KNF & notably, use u_int rather than unsigned int for now for consistency.
...
This should be reversed eventually...
2005-06-15 08:03:07 +00:00
manu
13ca728372
Consume NAT-T packets that have already been seen through MSG_PEEK
2005-06-15 07:29:20 +00:00
junyoung
0da67fb4ba
Initial commit of cdboot, a primary boot loader that loads a secondary
...
boot loader directly from CD without performing floppy/hard disk emulation
as described by the El Torito specification.
2005-06-15 06:38:45 +00:00
simonb
13f898cc84
Bump SYMTAB_SPACE.
2005-06-15 05:08:39 +00:00
christos
3ccdf9a0d7
default swapoff to yes, and explain why.
2005-06-15 03:34:45 +00:00
christos
b329676140
print the actual device name in error message.
2005-06-15 01:52:39 +00:00
lukem
fd8956d5fa
Use an "XXXGCC -Wuninitalized" style that is consistent with that used
...
elsewhere in the tree.
2005-06-15 01:48:20 +00:00
christos
4e330f1fbc
We don't have sigcode if we are not in COMPAT_16.
2005-06-14 22:35:20 +00:00
elad
8863b29522
Sync reality with comments. This makes strict level 1 work as expected.
...
Reported by Nino Dehne.
2005-06-14 21:55:21 +00:00
jmc
6724401235
Cleanup XXGCC in a few places to make it easier to see.
2005-06-14 21:20:30 +00:00
he
c4f693fe6b
Make a simple fix for inculsion of disklabel.h. Since this script
...
doesn't do CPP conditionals, just avoid trying to "include" files
in the newly established nbinclude area, the in-tree version in the
normal place should work fine.
Fixes build problem for (among several others) cats.
2005-06-14 20:47:46 +00:00
agc
6fdfc9ef36
Be consistent when deleting a non-existent group - tell if the group is
...
non-existent.
Problem noted by Geert Hendrickx, fix from Liam J. Foy.
2005-06-14 18:29:58 +00:00
tron
8ff1e4e407
Get rid off the ugly S_SIZE() macro which breaks the build now that
...
bcmp() is a macro, too.
2005-06-14 18:25:16 +00:00
dsl
ad5e78548c
Change to use installboot - now it is being built for hp300.
2005-06-14 17:29:09 +00:00
kleink
3d00b5c191
New tz{code,data} are out.
2005-06-14 16:22:55 +00:00
bouyer
a62b47cd1a
Regen: add SiS 965.
2005-06-14 14:45:15 +00:00
bouyer
5f436e258e
Add SIS 965 bridge. From FreeBSD.
2005-06-14 14:44:26 +00:00
peter
c05a028e3d
Remove the SECURITY CONSIDERATIONS section which stated that the
...
implementation didn't used a good random generator, this is not true
anymore since arc4random(3) is used these days.
Pointed out by Jeff Ito in PR/30321
2005-06-14 14:02:12 +00:00
peter
960f4edd01
The default hops is not 30, but is taken from the net.inet.ip.ttl sysctl
...
variable. Fixes PR/30209 from Jed Davis.
2005-06-14 13:55:59 +00:00
peter
34a350c3ee
s/CPU_DUMPCONF/CPU_ROOTCONF/
2005-06-14 12:51:19 +00:00
peter
714eadb4be
Add FOS to the acronyms list, from PR/21549.
2005-06-14 12:26:32 +00:00
peter
f1cc466245
Add RCSID.
2005-06-14 12:18:24 +00:00
peter
23b24500dc
Minor cleanup:
...
- remove the silly limit of 490 chars in change_format
- improve the timeout message
- delint (where it makes sense)
2005-06-14 12:17:13 +00:00
gdt
d054a605be
add gdt to developers list
2005-06-14 12:15:18 +00:00
peter
c414450863
Sync struct sockaddr_in6 with sys/netinet6/in6.h.
2005-06-14 12:14:15 +00:00
peter
8a4c428f96
Sync struct sockaddr_in with sys/netinet/in.h.
2005-06-14 12:13:14 +00:00
peter
0bd9d20336
Sync with sys/ufs/ffs/fs.h.
2005-06-14 12:11:20 +00:00
peter
6c8b6ba99c
- Correct the fields in the stat structure. From PR/18255.
...
- Document the st_birthtime field.
Reviewed by wiz.
2005-06-14 12:10:02 +00:00
skd
14834f0865
Deal with void * types. Approved by Christos.
2005-06-14 03:40:31 +00:00
jmc
c85fb0b719
add memcmp. Why doesn't this use the regular libsa pullover?
2005-06-14 01:07:36 +00:00
elad
ab99f231f8
Correctly handle the case of executing a 'FILE' entry.
2005-06-13 22:46:56 +00:00
jmc
803a5ae17e
Fix a ton of const/volatile issues shown with new warning flags
2005-06-13 21:34:16 +00:00
jmc
095fcda9c3
Fix some shadowing of variables
2005-06-13 21:33:15 +00:00
elad
1e323dd70c
Fix potential NULL pointer access.
2005-06-13 21:09:49 +00:00
elad
49d0a3504e
Cosmetic change..
2005-06-13 20:52:13 +00:00
jmc
b75aff9bfb
Fix volatile casts
2005-06-13 20:44:24 +00:00
jmc
43a300640c
Constify
2005-06-13 20:44:11 +00:00
jmc
96fe97a4ff
Fix a variable shadowing
2005-06-13 20:43:16 +00:00
jmc
1786cf4f46
Change signature of uvm_kmapent_map defintiion to __INLINE to match prototype
2005-06-13 20:39:14 +00:00
jmc
168d2d9f35
Rename a shadowed variable
2005-06-13 20:34:16 +00:00
jmc
c3073778d2
Fix unitialized warnings that only crop up on m68k. XXGCC taggedd
2005-06-13 20:33:53 +00:00
jmc
1e47a53b95
Constify return string
2005-06-13 20:32:58 +00:00
elad
cbb4bd85d4
Oops - forgot to remove it in previous commit. Checking the fingerprint
...
status is enough here.
2005-06-13 20:23:15 +00:00
elad
da15a5a10c
More veriexec refactoring.
...
- Use u_char for the fingerprint status.
- Add a pointer to the vnode's veriexec hash table entry in the vnode
struct. This saves a lookup and will also used by planned features.
- When removing a file from the tables, set the vnode fingerprint status
to NOENTRY.
- Add switch to do flag-specific handling in veriexec_verify(). At the
moment this prevents execution of FILE entries in strict level 2, but
it will also be used by planned features.
- Use memset() instead of bzero().
- Various cosmetic changes.
2005-06-13 20:17:54 +00:00
jandberg
dc6e239c32
Constify pointers to string constants.
2005-06-13 19:31:54 +00:00
cube
8a116ca5d3
Provide a header for UKBD_LAYOUT. It makes more sense, and it avoids
...
quoting issues during the build process.
Reported and checked by spz@.
2005-06-13 16:41:44 +00:00
tron
1981d397d6
Also use prom_getether() under NetBSD-sparc(64) if the MAC address
...
retrieved from the PROM starts with ff:ff:ff. The driver now works with
the onboard interface in the Tadpole SPARCle.
2005-06-13 16:37:38 +00:00