Commit Graph

557 Commits

Author SHA1 Message Date
xtraeme c9f2b0fc40 AMD PowerNow K7 driver written by Martin Vegiard via PR port-i386/26239.
Enabled by default on GENERIC and GENERIC_LAPTOP.

Imported 1 year later... but it's here finally.
2005-12-31 17:55:55 +00:00
tsutsui d1b67e787b Oops, fix date entry of newfs_sysvbfs(8) and mount_sysvbfs(8). 2005-12-31 05:21:28 +00:00
tsutsui c2ce8a3efb More tweaks for www. (should we fix generating script?) 2005-12-30 03:02:01 +00:00
tsutsui d9e24c2538 Tweak some entries for changes page on www. 2005-12-30 02:48:13 +00:00
tsutsui e7256110c5 Mention newfs_sysvbfs(8) and mount_sysvbfs(8) too.
As per request from Hubert Feyrer.
2005-12-30 02:39:15 +00:00
dyoung 3f5a1bc764 Note support for GCT Semiconductor GRF5101 transceiver/synthesizer. 2005-12-29 22:31:53 +00:00
tsutsui 8dc80fdf53 Note ews4800mips. 2005-12-29 16:24:23 +00:00
tsutsui 34c323c9f0 Note sysvbfs. 2005-12-29 14:58:46 +00:00
jmmv 025f48088b Note the addition of the -s option to mbrlabel(8). 2005-12-27 15:38:51 +00:00
yamt 9e52a8c06f dkctl(8), bufq(9): Add a functionality to switch bufq strategy on the fly. 2005-12-26 10:44:47 +00:00
christos fe5cb50d21 mention 9.3.2 2005-12-22 00:38:36 +00:00
mrg 634f803e1b note that sip(4) works on sparc64 now. 2005-12-20 13:08:17 +00:00
christos ce34305905 A bit more verbiage. 2005-12-13 01:02:23 +00:00
skrll fc505d7a1c Note ktrace-lwp merge and userland changes. 2005-12-11 13:41:49 +00:00
christos 99ca66e01f mention new lmc 2005-12-06 03:31:21 +00:00
xtraeme fd15439a4e Note that auich(4) now supports ICH7 and Intel 6300ESB audio
controllers. Suggested by tsutsui.
2005-12-04 12:54:57 +00:00
rpaulo fa825c5ff9 Note postfix-2.2.6 import. 2005-12-01 22:06:53 +00:00
yamt 8a12a1fd6e add entries for yamt-readahead. reminded by Hubert Feyrer. 2005-12-01 12:54:33 +00:00
christos d9654b877c mention new openssl 2005-11-25 20:40:23 +00:00
rpaulo 190e47aa8d Proper indent the last entry. 2005-11-24 20:48:55 +00:00
rpaulo 187566e289 Mention $ip6sitelocal removal. 2005-11-24 17:35:59 +00:00
tron c56e8d813c Move entries for "ipsec-tools" version 0.6.2 and 0.6.3 to list of
changes in previous release because both release been pulled up
into the "netbsd-3" branch.
2005-11-22 19:30:30 +00:00
manu 3484be012c imported ipsec-tools 0.6.3 2005-11-21 16:55:44 +00:00
hamajima 2b95bda538 note Atmark Techno Armadillo-9 support in evbarm 2005-11-13 08:11:03 +00:00
pooka 53797e1b73 note release & import of file 4.16 2005-10-17 21:39:14 +00:00
riz ae57180bf8 Move entries for sparc64 switch to wscons, vnd(4) support for
cloop2-compressed images, sysinst Spanish translation, and xge(4)
driver to CHANGES.prev after pulling them up to the netbsd-3 branch.
2005-10-15 17:42:44 +00:00
manu 27b86a7be1 Last entry is at the bottom... 2005-10-14 15:06:11 +00:00
manu 7127e24cd6 ipsec-tools 0.6.2 import 2005-10-14 14:05:09 +00:00
bouyer 33d782018b Note Xen network backend inprovements. 2005-10-02 21:55:41 +00:00
scw 2cc2cb3389 Note addition of wpa_cli and wpa_supplicant. 2005-10-01 18:53:58 +00:00
cube 774136f54f Note the latest config(1) additions. 2005-09-30 23:05:02 +00:00
jmcneill 1e7e45d087 Note import of gpio(4) and friends. 2005-09-27 03:03:31 +00:00
jmmv 2a3e5eeb7c Apply the NFS exports list rototill patch:
- Remove all NFS related stuff from file system specific code.
- Drop the vfs_checkexp hook and generalize it in the new nfs_check_export
  function, thus removing redundancy from all file systems.
- Move all NFS export-related stuff from kern/vfs_subr.c to the new
  file sys/nfs/nfs_export.c.  The former was becoming large and its code
  is always compiled, regardless of the build options.  Using the latter,
  the code is only compiled in when NFSSERVER is enabled.  While doing this,
  also make some functions in nfs_subs.c conditional to NFSSERVER.
- Add a new command in nfssvc(2), called NFSSVC_SETEXPORTSLIST, that takes a
  path and a set of export entries.  At the moment it can only clear the
  exports list or append entries, one by one, but it is done in a way that
  allows setting the whole set of entries atomically in the future (see the
  comment in mountd_set_exports_list or in doc/TODO).
- Change mountd(8) to use the nfssvc(2) system call instead of mount(2) so
  that it becomes file system agnostic.  In fact, all this whole thing was
  done to remove a 'XXX' block from this utility!
- Change the mount*, newfs and fsck* userland utilities to not deal with NFS
  exports initialization; done internally by the kernel when initializing
  the NFS support for each file system.
- Implement an interface for VFS (called VFS hooks) so that several kernel
  subsystems can run arbitrary code upon receipt of specific VFS events.
  At the moment, this only provides support for unmount and is used to
  destroy NFS exports lists from the file systems being unmounted, though it
  has room for extension.

Thanks go to yamt@, chs@, thorpej@, wrstuden@ and others for their comments
and advice in the development of this patch.
2005-09-23 12:10:31 +00:00
dyoung 647d6ec240 Remark on AMD Geode SC1100 additions: system reset, watchdog timer. 2005-09-22 07:54:11 +00:00
tsarna cf833f9d39 Take credit for pam_afslog 2005-09-21 14:58:52 +00:00
tsarna 8c033b7764 Note pam_afslog 2005-09-21 14:20:56 +00:00
rpaulo f50a838989 Mention am-utils 6.1.2.1 upgrade. 2005-09-20 18:40:22 +00:00
christos a6b8486dda Mention compat changes, and fix the entry above; (hi jmmv) 2005-09-15 12:41:23 +00:00
jmmv 8e0a777ab1 wiz@ remembers that the preferred way to spell file-system in NetBSD is
file system.
2005-09-10 22:28:57 +00:00
jmmv ec93365612 Initial addition of tmpfs, an efficient memory file-system. This project
was developed as part of Google's Summer of Code 2005 program.  This
change adds the kernel code, the mount_tmpfs utility, a regression test
suite and does all other related changes to integrate these.

The file-system is still *experimental*.  Therefore, it is disabled by
default in all kernels.  However, as typically done, a commented-out
entry is added in them to ease its setup.

Note that I haven't commited the required mountd(8) changes to be able
to export tmpfs file-systems because NFS support is still very unstable
and because, before enabling it, I'd like to do some other changes.

OK'ed by my project mentor, William Studenmund (wrstuden@).
2005-09-10 19:20:48 +00:00
rpaulo bf1671cd34 Mention WSDISPLAY_SCROLLSUPPORT kernel config additions. 2005-09-09 13:49:10 +00:00
ragge 2eeafd4faf Note the xge driver. 2005-09-09 13:44:19 +00:00
kiyohara 17587c6104 Support LCD screen driver for PERSONA SH3 machines. 2005-09-05 18:54:10 +00:00
tron f3d8c7f103 Move entry for ipsec-tools 0.6.1 update to "CHANGES.prev" after it has
been pulled up into the "netbsd-3" branch.
2005-09-03 08:48:28 +00:00
thorpej 9d646fdcfa Note UFS1 extended attribute changes. 2005-08-28 19:38:56 +00:00
xtraeme 35adb858ec sysinst: Spanish language translation, contributed by
Ivan-Benjamin Garcia Tora.
2005-08-26 16:43:11 +00:00
ginsbach c9df5fbe76 Mention new ftpd.conf option recvbufsize and that readsize option also
applies to data reads from the network.
2005-08-24 15:59:35 +00:00
ginsbach b465609030 Mention that getent(1) now supports "ethers" database. 2005-08-24 15:04:32 +00:00
manu 0b97cbeb71 Update to ipsec-tools 0.6.1 2005-08-20 00:57:06 +00:00
christos 84653be1c5 mention 64 bit inodes here. 2005-08-19 12:33:24 +00:00