Commit Graph

193833 Commits

Author SHA1 Message Date
christos 8dbfedf8e0 update from the IANA database 2010-10-04 22:31:11 +00:00
tsutsui 424c2d5c6b Build a raw binary format GENERIC kernel and put it into distribution dir.
This would make it possible to create a bootable CD using root on gdrom
without toolchain (i.e. without whole src tree).
2010-10-04 16:03:30 +00:00
pgoyette 16da219b65 Update error message - no funcitonal change. 2010-10-04 15:57:27 +00:00
tsutsui 961a77cdbb Use consistent names for distribution RAMDISK kernels:
netbsd.able-INSTALL.gz -> netbsd-INSTALL.ABLE.gz
 netbsd.aout-INSTALL.gz -> netbsd-INSTALL.aout.gz

XXX: Probably it's simpler to have default ELF (currently ABLE) kernels
XXX: and optional a.out ones for old firmware as sgimips does for ecoff ones.
2010-10-04 15:56:53 +00:00
tsutsui 531d587aac Follow rename of distribution kernels in binary/kernel:
netbsd.ecoff-GENERIC32_IPXx.gz -> netbsd-GENERIC32_IPXx.ecoff.gz
2010-10-04 13:58:43 +00:00
tsutsui 807849c28e Change distribution filename for KERNEL_SETS kernels with KERNEL_SUFFIXES
in ${RELEASEDIR}/${RELEASEMACHINEDIR}/binary/kernel/
from "netbsd.aout-GENERIC.gz" to "netbsd-GENERIC.aout.gz" or so
as src/distrib/common/Makefile.mdset does for mdroot ramdisk kernels.
2010-10-04 13:55:39 +00:00
tsutsui 82527754bc Copy ramdisk INSTALL.aout kernel into installation/instkernel in ${RELEASEDIR}
where it had been put and documented. Actually closes PR port-shark/41672.
2010-10-04 13:45:28 +00:00
manu 3a9497b97a - delete an obsoelte comment about inactive
- remove a test for getattr return field that was never filled
- correctly send filehandle and filehandle flags for getaattr
2010-10-04 03:56:24 +00:00
christos f4ef40e2cd added commented out trace build. 2010-10-03 22:06:43 +00:00
rmind a8dbc1ffa8 vga_post_init: fix a bug and memleak in error path. 2010-10-03 19:46:35 +00:00
rmind ff74682fb4 Re-structure IPv4 reassembly code to make it more MP-friendly and simplify
some code fragments while here.  Also, use pool_cache(9) and mutex(9).

IPv4 reassembly mechanism is MP-safe now.
2010-10-03 19:44:47 +00:00
rmind f72965d18d Don't overrun the buffer, when writing some payload. 2010-10-03 19:41:25 +00:00
rmind dc69e25ffd - npf_session_gc: fix for previous RB-tree conversion.
- npf_session_free: rename (to singular).
2010-10-03 19:36:38 +00:00
rmind a21e0fbdda nbuf_advfetch: fix bug and change behaviour on error case. 2010-10-03 19:30:22 +00:00
gson 10d3698a9d Simplify by using setenv() instead of putenv(). 2010-10-03 08:21:27 +00:00
kiyohara 0ad10ce34f Fix ack/no-ack. Last data sends with stop-bit without ack. 2010-10-03 07:14:33 +00:00
wiz 69f19b5c37 New sentence, new line. 2010-10-03 06:36:49 +00:00
kiyohara 464a6fe072 Add support Marvell Sheevaplug.
Add some NAS on Marvell SoC.
2010-10-03 06:03:10 +00:00
kiyohara 52d286fb8c Add support Marvell Sheeva Core and SoC. (Orion/Kirkwood)
Discovery Innovation not yet.
2010-10-03 05:49:24 +00:00
manu 2ff0ea03a7 - Correctly handle rename whith overwritten destination
- Keep track of file name to avoid lookups when we can. This makes sure we
  do not have two cookies for the same inode, a situation that cause wreak
  havoc when we come to remove or rename a node.
- Do not use PUFFS_FLAG_BUILDPATH at all, since we now track file names
- In open, queue requests after checking for access, as there is no merit
  to queue a will-be-denied request while we can deny it immediatly
- request reclaim of removed nodes at inactive stage
2010-10-03 05:46:47 +00:00
macallan 7ad510fcea cleanup debug code 2010-10-02 23:54:03 +00:00
macallan 7540c6ba94 fix a typo 2010-10-02 23:50:04 +00:00
jym 68b449c6fe dump is not used here. 2010-10-02 22:54:47 +00:00
jym dd3b3bd623 Update the comment for PG_PS when used with PAE. 2010-10-02 22:53:49 +00:00
jym 7779c59157 Bump date. 2010-10-02 22:51:49 +00:00
jym 83d7286ddf Update agp(4) to reflect the agp_allocate modification. 2010-10-02 22:49:06 +00:00
jym c833615d4e Revert christos@ fix for the i386 paddr_t change and agp_allocate.
Make 'physical' element of the struct agp_allocate an uint32_t. This
is similar to what other kernels do (at least Solaris and Linux).

This patch should make xserver work again within an i386 userland in a
64 bits paddr_t world.

Thanks to Iain Hibbert for reporting the break, and providing initial hints.

See http://mail-index.netbsd.org/current-users/2010/09/27/msg014418.html
2010-10-02 21:52:14 +00:00
bad 6b557ece78 Defopt the rest of the Ipfilter options and tunables.
Per discussion with darrenr@ a year ago.
2010-10-02 20:07:39 +00:00
wiz 2724492d78 Print version string to stdout instead of stderr;
it is user-requested and not an error.
2010-10-02 19:31:14 +00:00
gsutre 92e792e4a4 Drop _HID requirement for attachment under acpi(4). From now on,
drivers attaching to the acpinodebus interface should not assume
that the passed acpi_devnode has a valid _HID.

ok jruoho@
2010-10-02 18:06:47 +00:00
tron ae557324e5 Restore binary compatibility with applications which use putenv(3)
on constant strings (e.g. postdrop(1)):
- Don't write to the environment string passed to putenv(3).
- Don't overwrite the value of an existing environment string
  unless the memory was actually allocated by setenv(3).
2010-10-02 16:56:03 +00:00
tron c4f7aae542 Use setenv(3) instead of putenv(3) because the later doesn't accept
string constants anymore.
2010-10-02 12:22:20 +00:00
tron c71ba331c0 Don't free memory that was succesfully passed to putenv(3) which takes
ownership of the memory.
2010-10-02 10:55:36 +00:00
tron c3bcf19cf7 Make sure that all extra elements of the environment vector are set
to NULL. This stop su(1) from crashing.
2010-10-02 10:51:07 +00:00
tron 12c10b36d2 Remember that we didn't malloc() memory for an environment variable
if it has been set via putenv(3).
2010-10-02 10:05:55 +00:00
gson 98bb28c039 putenv() no longer accepts a const string 2010-10-02 09:24:16 +00:00
wiz 07973faac9 New sentence, new line; sort SEE ALSO; use more markup. 2010-10-02 09:18:57 +00:00
gson 5e313b3092 putenv() no longer accepts a const string 2010-10-02 08:26:09 +00:00
kiyohara 734cfccdb7 Support Marvell Sheevaplug and some Marvell SoC NAS box. 2010-10-02 06:32:37 +00:00
kiyohara f634b377ec Add g760a man page. 2010-10-02 06:26:28 +00:00
kiyohara 11bdb89c6d Add g760a fan speed controller driver. 2010-10-02 06:22:00 +00:00
kiyohara 12f099863c Add support Marvell Sheevaplug.
Add some NAS on Marvell SoC.
2010-10-02 06:15:52 +00:00
kiyohara 7ed1ebb1b1 Add g760a.
Cleanup Marvell SC/SoC peripheral drivers.
2010-10-02 06:09:45 +00:00
kiyohara bdef090b06 Add G760a fan speed controller driver. 2010-10-02 06:07:37 +00:00
kiyohara f876f061d1 Support Kirkwood's GbE. 2010-10-02 05:57:42 +00:00
kiyohara d7b57ebb2b Add Marvell EHCI Controller wrapper.
However, because this driver has some problems now, it will not work the
way things are going.
2010-10-02 05:53:37 +00:00
kiyohara 4f2a5779d9 Add support Marvell Sheeva Core and SoC. (Orion/Kirkwood)
Discovery Innovation not yet.
2010-10-02 05:37:58 +00:00
macallan 17887680e3 clarify how backlight control ioctl()s are supposed to work
TODO: adapt r128fb and radeonfb
2010-10-02 00:52:02 +00:00
christos e5041587f1 regen 2010-10-01 21:08:27 +00:00
wiz 732dd678dd Fix a typo, remove trailing whitespace. 2010-10-01 20:57:50 +00:00