Commit Graph

816 Commits

Author SHA1 Message Date
cube 65e49232fa Note vnd(4) change: removal of compile-time limit. 2006-02-01 03:26:31 +00:00
kochi 053cdb7697 acpi(4): Import ACPI-CA 20060113 2006-01-31 05:49:04 +00:00
gdamore 75b115aca3 Note that the Au1550 is now a supported CPU. 2006-01-27 23:27:49 +00:00
jmmv 67319a158c Note the removal of the tb(4) driver which happened on past December 20th. 2006-01-17 19:14:45 +00:00
thorpej f789b6be70 Add an API for loading firmware images for devices. 2006-01-17 06:08:48 +00:00
wiz 596c1085ee Fix typo. 2006-01-14 20:27:22 +00:00
christos 8d137b9e29 mention zlib and libc/libkern merge. 2006-01-14 20:20:34 +00:00
rpaulo 34d4f917f4 Mention postfix update. 2006-01-12 15:32:01 +00:00
xtraeme d064eae373 Add rlphy(4) (Realtek 8139/8201L PHY) from OpenBSD. 2006-01-04 21:52:17 +00:00
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
skrll 7ba8c9e419 Belatedly not addition on ucycom(4). 2005-08-19 07:04:33 +00:00
rpaulo c9b49db1d5 Note Postfix 2.2.5 import. 2005-08-18 22:41:26 +00:00
tron d6768b9738 Move log entry for update of am-utils in list of changes for NetBSD 3.0
after it has been pulled up into the "netbsd-3" branch.
2005-08-16 14:56:32 +00:00
tron 97503871d1 Move log entry for vndcompress(1) in list of changes for NetBSD 3.0 after
it has been pulled up into the "netbsd-3" branch.
2005-08-16 12:20:50 +00:00
peter 96710de782 Mention ftpd standalone mode. 2005-08-07 00:38:07 +00:00
rpaulo 065d668046 Mention new bpf(4) sysctls. 2005-08-05 12:24:04 +00:00
xtraeme 016ad35975 Add scan_lfs(8), utility to find LFS partitions on disk, useful
to recover lost disklabels.
2005-07-31 19:26:06 +00:00
nakayama a658c6f937 Add missing name and date in previous commit. 2005-07-31 01:34:20 +00:00
nakayama d3dd7ae56b hpcmips: Add teliosio(4) driver for the Sharp Telios LCD screen and
Battery unit.
2005-07-31 01:11:07 +00:00
hubertf 2b72198a99 Add vndcompress(1) and vnduncompress(1) to transform filesystem/disk
images from "normal" into cloop2-format compressed images and back.
Written by Florian Stoehr (netbsd@wolfnode.de) with some polishing
by me.

Compressed disk images can be used with the vnd(4) driver when compiled with
VND_COMPRESSION and "vnconfig -z".  Useful for creation of Live CDs/DVDs.
2005-07-25 12:19:36 +00:00
cube f56d0671fd I forgot the timestamp for the entry. 2005-07-24 21:41:27 +00:00
cube f95ac37d30 Note the new feature of config(1). 2005-07-24 21:35:39 +00:00
christos 218695c371 mention netinet changes. 2005-07-19 17:01:59 +00:00
rpaulo 5395d3d141 Mention WSDISPLAY_SCROLLSUPPORT under i386 GENERIC. 2005-07-18 15:34:25 +00:00
augustss 19680bcfc9 Note addition of uipaq(4). 2005-07-18 11:43:47 +00:00
hubertf 673730506c Add support for reading cloop2 compressed filesystem image,
enable by putting VND_COMPRESSION into kernel config file.
Written by Cliff Wright, polished up slightly by me.
2005-07-17 00:08:27 +00:00
drochner f674eb9511 mention ral(4) 2005-07-14 12:52:18 +00:00
kiyohara c1a84a4d12 ieee1394 import from FreeBSD. 2005-07-11 15:29:05 +00:00
jdolecek 26e6b18165 note nawk update to 20050424 2005-07-02 20:19:50 +00:00
tron 7e5f8bd1bf Move log entry for azalia(4) in list of changes for NetBSD 3.0 after
it has been pulled up into the "netbsd-3" branch.
2005-07-02 16:49:14 +00:00
peter 499d45e565 Fix a typo, done -> gone 2005-07-01 14:20:58 +00:00
peter 528aa81bae Use tabs, should fix an "unknown" entry on the webpage. 2005-07-01 14:19:35 +00:00
peter 7e268f38db Mention import of pf from OpenBSD 3.7. 2005-07-01 12:45:15 +00:00
perry 7d6a4e53d1 note deroff, spell, ching 2005-06-30 14:04:26 +00:00
kent eabe9bbfa4 remove pss(4) driver. It has never been workable and has not been
compilable for a long time.
2005-06-28 08:36:47 +00:00
lukem 9ba85beae2 the make(1) changes were backed out; remove entry from here 2005-06-27 02:51:52 +00:00
rpaulo 11513c6341 Mention ASIX AX88140A/AX88141 support under tlp(4).
Ok'ed by Hubert Feyrer.
2005-06-24 17:06:52 +00:00
junyoung 4367c48d6c cd9660 support for i386 BIOS bootloader. 2005-06-23 07:12:07 +00:00
lukem a30f20fce8 make .OBJDIR semantics cleanup 2005-06-23 02:33:19 +00:00
hubertf e5a0b604a9 * Change program logic to not nest needlessly
* Search all acronyms databases, and don't force the user to
   know in which category to look (-t is gone)
 * If an acronym is not found in the database or by whatis(1),
   also check pkg_info(1). Per PR bin/30539 by Geert Hendrickx
   (geert.hendrickx@ua.ac.be)

OK'd by Julio M. Merino Vidal <jmmv>
2005-06-22 20:11:03 +00:00
kent 51a6455183 note addition of azalia driver 2005-06-21 02:24:15 +00:00
briggs 11925ed1a8 Mention ataraid(4) support for Adaptec HostRAID. 2005-06-20 13:15:24 +00:00
xtraeme 6d1bcdaeab Note addition of scan_ffs(8) from OpenBSD, utility to find FFSv1/FFSv2
partitions on disks.
2005-06-15 18:08:41 +00:00
pooka 196bfecf4d note arcom viper support in evbarm 2005-06-06 20:28:34 +00:00
kiyohara 9ab2ca2fc1 add psh3tp(4):
Support touch-panel for PERSONA SH3 machines.
2005-05-24 16:00:08 +00:00
kochi d7c1ac702a Import Intel ACPI-CA 20050408. 2005-05-02 15:09:59 +00:00
augustss 8a543dce0d Note that have been various bug fixes to ehci. 2005-05-01 19:42:59 +00:00
martin 39cf15f027 Sparc64 now has completed the switch to wscons. 2005-04-29 19:44:28 +00:00
christos 1c5a570025 new gettext. 2005-04-29 15:31:55 +00:00
wiz 7aaa99cb6d Add entry for libevent update to 1.0c. 2005-04-25 17:45:42 +00:00
christos cfbdd1b3ca mention new openssl. 2005-04-23 19:32:34 +00:00
christos 9eeafec5da update am-utils. 2005-04-23 19:01:39 +00:00
christos 4a367efd59 mention new openssh 2005-04-23 16:57:07 +00:00
tron 23fda7252c Move entry for 20050417 postinstall(8) move to list of changes in
previous release after it has been pulled up into the "netbsd-3" branch.
2005-04-20 11:47:01 +00:00
christos 3f24c44c23 mention cvs 2005-04-20 02:03:22 +00:00
tsutsui c52eed89ec Note a new arc bootloader. 2005-04-19 12:05:58 +00:00
lukem 8232ca0162 Tweaks for the move of postinstall from /etc to /usr/sbin 2005-04-17 23:12:40 +00:00
jmcneill 89358212e7 Note AC'97 modem support. 2005-04-08 00:38:24 +00:00
peter a01155eeae Fix a typo in my previous commit. 2005-04-04 17:02:43 +00:00
martti cc99e5217c ipf 4.1.8 2005-04-04 03:26:28 +00:00
peter 4f90355376 Note support for forward/proxy in identd(8). 2005-04-03 22:18:54 +00:00
yamt ec5c7e421d add an entry for yamt-km merge. 2005-04-01 12:17:07 +00:00
lukem 6448c18465 Add /rescue/tetris.
When your system is fubared, this will help you relax.
2005-04-01 08:35:17 +00:00
is cefa23167c ipv6 over GRE. 2005-03-31 20:44:10 +00:00
cube fcf964d01a Note attimer(4) introduction. 2005-03-27 14:48:35 +00:00
yamt da5ff22a42 move ifconfig tso4 change to where it actually belongs. 2005-03-26 16:51:10 +00:00
christos a5a29c7f7d mention new openssl. 2005-03-25 20:17:07 +00:00
hubertf 1acb31689b Belatedly document ifconfig(8) "tso4" changes, OK'd by matt@.
Needs to be pulled into netbsd-3 as the change's there already...
2005-03-21 23:37:17 +00:00
christos 426d7d91ef Make locks comment more specific. 2005-03-21 13:50:27 +00:00
christos e189f5f145 Add lock limiting code from OpenBSD. XXX: Should we add a resource limit for
it?
2005-03-20 19:25:38 +00:00
yamt 4663339c13 mention agr(4). 2005-03-19 15:19:15 +00:00
jmc 9e03283ab6 Roll CHANGES -> CHANGES.prev for 3.0 2005-03-17 00:19:55 +00:00
sketch ecd72845a6 Document -i addition to pkill/pgrep. 2005-03-16 08:54:28 +00:00
atatat f42d780218 Mention that sockstat(1) was added and sendmail(8) was updated 2005-03-15 02:37:37 +00:00
tron 39b687c61a Document that stf(4) now allows to change the MTU. 2005-03-14 16:00:56 +00:00
ginsbach 15b1578248 Note addition of -4 and -6 to rcp(1), rlogin(1), and rsh(1) and support
for IPv6 address strings as the `rhost' with rcp(1).
2005-03-11 04:18:47 +00:00
bouyer 54db6537bc Note xen 2.0 support. 2005-03-09 23:09:05 +00:00
matt 19f41cd2e8 Note wm(4) TCP Segment Offload support. 2005-03-09 22:47:30 +00:00
rearnsha 7aec4ebb3e Follow formatting guidelines. 2005-03-09 21:02:44 +00:00
lukem 6394fabe1c postinstall -s etc.tgz 2005-03-08 14:12:07 +00:00
skrll 917b8e232e I added iwi(4) back in January. 2005-03-04 16:18:56 +00:00
christos ae25fef53f Import new OpenPAM Feterita. 2005-02-26 21:02:51 +00:00
rearnsha 4ccc523dcb Mention addition of support for artsata in DPA mode.
Mention support of CompactFlash card slot on evbarm/IQ31244.
2005-02-22 23:32:02 +00:00
pooka 118b813a31 let the world know it's file 4.13 for us now 2005-02-21 15:33:49 +00:00
heas 414f9692f9 Note gem & hme hardware checksumming 2005-02-20 18:46:20 +00:00
jdolecek 1aca3f1349 note vge(4) addition 2005-02-20 18:36:55 +00:00
cube d9e01c8989 Note import of pppd-2.4.3. 2005-02-20 11:17:01 +00:00
manu 00b13c7897 Build libradius, imported from FreeBSD 2005-02-20 00:52:02 +00:00
martti 0b9144f791 ipf 4.1.6 2005-02-19 21:38:46 +00:00
wiz bb506c5a68 Newer entries at the bottom. 2005-02-19 17:02:02 +00:00
thorpej 354f2a1004 Switch to ipsec-tools for libipsec, setkey, and racoon. From
Emmanuel Dreyfus, with some small changes by me.
2005-02-19 16:55:02 +00:00
hubertf 756c7041c0 Add "df" display to give information about filesystems, available diskspace
and used disk capacity, similar to df(1):

Filesystem        Avail   Capacity
                         /0%  /10% /20% /30% /40% /50% /60% /70% /80% /90% /100%
/                  359M |XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
/tmp               180M |
/home              146G |XXXXXXXXXXXXXXXX
2005-02-16 03:45:41 +00:00
christos ca8762570f Mention new OpenSSH. 2005-02-13 06:14:00 +00:00
manu 5c217c1a67 Add support for IPsec Network Address Translator traversal (NAT-T), as
described by RFC 3947 and 3948.
2005-02-12 12:31:07 +00:00
martti 9576629e7a ipf 4.1.5 2005-02-12 05:48:57 +00:00
jmmv 1205cb9e5b Let's note the addition of the -r option to groupadd(8). 2005-02-05 20:19:00 +00:00
jdolecek c89f66dc2a security, security.conf(5) - note addition of check_passwd_permin_nonalpha
option, which makes it possible to disable the check for non-alphanumeric
login names
2005-02-05 15:53:53 +00:00
kim 3b8a48e530 Note added EtherIP support. 2005-02-01 01:24:00 +00:00
hannken 760e1d68b6 Note fssconfig(8) in last commit. From Hubert Feyrer. 2005-01-31 22:11:46 +00:00
hannken 9feea919e7 Add ffs file system snapshots. 2005-01-31 17:05:47 +00:00
jdolecek 49756df3ce note viaide(4) and auich(4) nForce2 Ultra 400 support additions 2005-01-28 21:15:54 +00:00
kent 1c66af82f6 note support of nForce4 in viaide(4) and auich(4) 2005-01-27 13:41:41 +00:00
rumble ae7309fcd9 Mention dirhash at suggestion of xtraeme@. 2005-01-24 16:57:32 +00:00
hubertf 874523fa9c Make it a bit more clear what the last change does and is useful for.
OK'd by matt@.

XXX Remember that src/doc/CHANGES is NetBSD release documentation.
XXX Keep them readable to endusers, and include references for more
XXX information!
2005-01-23 22:38:58 +00:00
matt 6313e4c8a4 Note domain link set changes and kernel bump. 2005-01-23 18:46:24 +00:00
yamt 145a9f0bea note recent pool and uvm changes. requested by lukem@. 2005-01-23 10:03:26 +00:00
ginsbach 6e880ae78b Add blurb about new defects command in scsictl. 2005-01-20 04:32:21 +00:00
ginsbach 55049570a7 add seq(1) 2005-01-20 04:26:00 +00:00
kent 130eb59b39 add more words for audio filter pipeline 2005-01-18 14:34:34 +00:00
lukem e08f118986 ping6 and rtsol already existed in /rescue; correct item 2005-01-13 03:31:45 +00:00
kent 47102b749e note audio filter pipeline 2005-01-12 06:58:40 +00:00
reinoud 8bb284d8f6 Note addition of auixp(4) driver 2005-01-12 00:12:10 +00:00
lukem 553c396762 more stuff in /rescue 2005-01-10 12:30:21 +00:00
tsutsui 2f8ac31194 Some cosmetics for www. 2005-01-09 16:03:45 +00:00
tsutsui f1c6ce145f Note shark wscons. 2005-01-09 15:59:54 +00:00
cube 83eadb3de7 Note tap(4) addition. 2005-01-08 22:33:10 +00:00
fredb 4bb287d82e Note recent change to restore(8). 2005-01-08 14:41:09 +00:00
thorpej b91ac49e1d Note file system extended attribute changes. 2005-01-02 18:39:31 +00:00
tsutsui 3cc9d26a8d Add man section numbers to some entries for significant changes page on www. 2004-12-26 13:07:41 +00:00
tsutsui 6ae65cb555 Move two entries about hp300 fixes which were pulled up to 2.0
from CHANGES to CHANGES.prev. (sorry for late fix)
2004-12-19 14:42:19 +00:00
pooka 6b0a2a3f0e xmas present for xtos: file 4.12 2004-12-13 10:47:45 +00:00
lukem 931b4fe41e "Promise" is a noun; capitalize it 2004-12-10 14:13:48 +00:00
cube 57d7489f05 Note ixpide(4) addition. 2004-12-06 19:38:25 +00:00
christos b6cd0b540f document recent cloners; hi peter. 2004-12-05 05:50:54 +00:00
christos 50eb0ad367 mention bpf cloner. 2004-12-02 00:12:08 +00:00
grant 9b7bdaecb0 fix date for previous. 2004-12-01 23:25:24 +00:00
grant 9204390fe4 add iteide(4) driver for ITE8212-based IDE controllers. from
OpenBSD, ported to NetBSD by me.

ok'd by bouyer@, thorpej@.
2004-12-01 22:27:45 +00:00
christos 8b6d7749b0 Mention am-utils 2004-11-27 01:44:18 +00:00
bouyer fe4d81db48 pdcsata(4), a driver for the Promise SATA150 (aka PDC203xx) serie of
controllers. Tested with a PDC20375 (2 SATA, one PATA) controller on sparc64.
Added to all kernel config file which had pdcide(4).
2004-11-24 20:49:17 +00:00
lukem 2957238bba add entry for getent(1). fix up uuidgen(1) entry 2004-11-23 07:44:44 +00:00
peter afc276c497 Fix a typo. 2004-11-21 23:07:58 +00:00
jdolecek 987fe0e61a note UTF-8 encoding of Unicode file names for Joliet cd9660 file systems 2004-11-21 23:01:21 +00:00
thorpej 45e1304451 Note syslogd improvements. 2004-11-19 02:19:58 +00:00
yamt ba757a5f9b pf(4): PF from OpenBSD 3.5 imported [itojun 20040622]
pf(4): PF from OpenBSD 3.6 imported [yamt 20041114]

reminded by by wiz@.
2004-11-18 22:32:49 +00:00
yamt 3950068640 iojun -> itojun 2004-11-18 22:28:49 +00:00
heas 0affebe7a1 Note Postfix 2.1.5.
Thanks wiz.
2004-11-18 21:29:43 +00:00
christos 4cb68a7213 Mention ptyfs. 2004-11-11 01:46:47 +00:00
dsl 1d0b8b22ab Add a note about removing the (int) casts from ctype.h 2004-11-10 21:30:29 +00:00
christos 3c32a920bd Mention bind-9-3-0 2004-11-07 02:54:41 +00:00
augustss 6496ac653d s/uax/axe/ 2004-10-23 13:46:45 +00:00
augustss 1c7195d7d0 Mention cdce(4). 2004-10-22 13:26:24 +00:00
augustss 3fbfd79577 Note interrupt transfer support for ehci(4). 2004-10-22 12:22:06 +00:00
kent bfad9c4dd8 note selector unit support and mixer names change 2004-10-21 13:01:28 +00:00
kent 3084b515cd note suspending/resuming support of auvia 2004-10-21 12:58:02 +00:00
gavan 56da1fbe07 Note import of iyonix port 2004-10-13 23:43:35 +00:00
abs 78e3b4298a The next release will be 3.0, not 2.1 2004-10-13 23:40:14 +00:00
enami 0eb53b25ad Sort pcap and tcpdump entries by date. 2004-10-10 22:45:16 +00:00
augustss 8ada967637 Add auacer. 2004-10-10 16:39:36 +00:00
dyoung b9fe0da57f Note upgrade to libpcap 0.8.3, tcpdump 3.8.3. 2004-09-28 00:55:15 +00:00
jmmv 8a1eb34d66 Add support to build the mac68k port with soft-float enabled (i.e., setting
MKSOFTFLOAT=yes).  The main purpose of this feature is to let NetBSD work
in machines with the 68040LC chip (those that have the FPU bug).

All the work has been done by Bruce O'Neel <edoneel AT sdf.lonestar.org>,
with some very minor changes by me; the patches were being posted to the
port-mac68k mailing list.  It has been tested for a long time by several
users, including me.

I have just verified that regular releases, as well as soft-float ones,
continue to build.

There have been no objections to this patch since I asked for them in July
in the port-mac68k list.
2004-09-26 21:13:27 +00:00
pooka 2610e5ed8b file 4.10 2004-09-16 13:52:19 +00:00
lha 248cdf3954 import heimdal 0.6.3 2004-09-14 10:24:22 +00:00
thorpej 9fe30f8ca4 Note uuid(3) and uuidgen(1). 2004-09-13 23:38:26 +00:00
manu 37c1557cc7 At submitter's request, add more comprehensive credits about IPv4 PIM
patches authors.
2004-09-05 08:25:41 +00:00
manu 4b9998badf Forgotten fixes to sed(1) 2004-09-05 00:27:21 +00:00
manu 1eda7d0a6f Document the recent progresses of compat_darwin(8) 2004-09-05 00:04:45 +00:00
manu 8e360fd5e9 Ooops, upside down... 2004-09-05 00:02:15 +00:00
manu 9b3a7b49be Add IPv4 PIM support, submitted by Pavlin Radoslavov on tech-net@. 2004-09-04 23:59:38 +00:00
thorpej d7f51e0769 Note switch to GCC-supplied crtstuff. 2004-08-28 00:32:34 +00:00
lukem c046e6e143 ipw(4) driver for Intel PRO/Wireless 2100 written by Damien Bergamini. 2004-08-23 14:05:35 +00:00
rearnsha a6a911634b Note support for Thumb-compiled applications. 2004-08-21 12:14:46 +00:00
rearnsha 3afb94d923 Mention libc and libpthread updates for ARM. 2004-08-21 11:37:32 +00:00
drochner 6ab8281ced mention autoconf(9) detach/rescan support 2004-08-19 10:34:52 +00:00
lukem 0fc713f4ea postinstall obsolete minor shared libs support 2004-08-12 02:39:48 +00:00
mrg 1fe630831f note ich-based speedstep support 2004-07-31 17:37:44 +00:00
wiz a0a406c218 Note groff update to 1.19.1. 2004-07-30 15:34:06 +00:00
jmmv 2a08d54a9a Implement border color customization in wscons(4), only available for vga(4)
at the moment.

This includes the addition of two new wsdisplay ioctls, WSDISPLAY_{G,S}BORDER,
one to get the actual color and one to set it, respectively.  Possible colors
match those defined by ANSI (and listed in wsdisplayvar.h).

It also adds two accessops to the underlying graphics device, getborder and
setborder, which mach their ioctl counterparts.

Two kernel options are added: WSDISPLAY_CUSTOM_BORDER, which enables the
ioctls described above (to customize the border color from userland after
boot), and WSDISPLAY_BORDER_COLOR, which sets the color at boot time.
The former is enabled by default on the GENERIC kernel, but not on INSTALL
(among others).  The later is always commented out, leaving the usual black
border as a default.

wsconsctl is modified to allow accessing this value easily.  For example,
'wsconsctl -d -w border=blue'.
2004-07-29 22:29:35 +00:00
heas c597036b30 Note Postfix 2.1.4 import 2004-07-28 23:32:03 +00:00
jmmv b201726e89 Let's document the change: added support in wscons to configure console
and kernel colors from userland, after boot.
2004-07-28 19:44:13 +00:00
mrg 9e8d1d4bd6 note spif(4) support 2004-07-24 12:39:38 +00:00
junyoung bda9bb8447 Move entries for strcasestr(3) and round{,f}(3) to CHANGES.prev since
they have been pulled up to netbsd-2-0 branch.
2004-07-23 11:22:02 +00:00
tron 2e259b9bf3 Move entry for geodeide(4) to list of changes in previous releases because
the driver has been pulled into the 2.0 branch.
2004-07-23 09:36:16 +00:00
tron 85d952fa8d Move entry for cvs 1.11.17 to list of changes in previous releases because
the update has been pulled into the 2.0 branch.
2004-07-23 08:10:38 +00:00
tron 408a254be1 Move entry for IP12 support to list of changes in previous releases
because it havs been pulled into the 2.0 branch.
2004-07-23 07:39:46 +00:00
tron a0cbe3bfd1 Move entries for cvs 1.11.15 and cvs-1.11.16 to list of changes in previous
releases because the updates have been pulled into the 2.0 branch.
2004-07-23 06:27:34 +00:00
lukem 84fc2e4c6d /etc/security mtree tweaks 2004-07-23 06:18:13 +00:00
martti e53ec36d63 IPF 4.1.3 2004-07-23 05:43:59 +00:00
lukem 2b0d144ab8 mtree -M 2004-07-22 16:52:54 +00:00
tron 5e7fa574fe Remove entry for on-board MACE MAC-110 Ethernet on O2 because it has
been pulled into the 2.0 branch.
2004-07-15 15:52:27 +00:00
atatat b4c789aedb Wrong date on last 2004-07-15 04:08:29 +00:00
atatat 2153e53079 note sendmail now starting by default 2004-07-15 03:49:13 +00:00
seb ae3298c83a Note addition of wordexp(3). 2004-07-13 15:56:47 +00:00
wiz b7a4e5de32 Note that texinfo in the base system has been upgraded to 4.7. 2004-07-13 00:13:22 +00:00
tsutsui 06b7bb3ccf Add yet another late entry about emuxki(4) fix for big endian machines. 2004-07-11 03:29:41 +00:00
tsutsui dee37a68db Note support for O2 (IP32) on-board MACE MAC-110 Ethernet. 2004-07-11 03:23:17 +00:00
junyoung e0ea8a48b1 Note addition of round(3) and roundf(3). 2004-07-10 13:53:11 +00:00
bouyer 2de808bec0 Note geodeide(4) addition. 2004-07-09 18:53:19 +00:00
junyoung 559ae6bad7 Note addition of strcasestr(3). 2004-07-03 08:32:43 +00:00
sjg 4d935f538f Note addition of SHA1 hashed passwords. 2004-07-02 00:50:04 +00:00
kleink 6d4eb37378 Note MPC601 and IBM RS/6000 40P support. 2004-06-26 21:56:12 +00:00
itojun f6468fc24d note racoon upgrade 2004-06-17 03:44:18 +00:00
itojun 27910ec64c upgrade cvs to 1.11.17 2004-06-16 09:23:41 +00:00
itohy 7549229470 Note addition of xxboot on hp700. 2004-06-15 03:20:19 +00:00
tsutsui 9503ee0ae4 Note recent hp300 fixes (apci com(4) and framebuffer console attachment).
(These entries will be moved to CHANGES.prev since they have been pulled up
 into netbsd-2-0 already.)
2004-06-07 14:11:02 +00:00
tron 0ac35b9771 Move entry for scrolling support in wscons(4) after it has been pulled
up into the 2.0 branch.
2004-06-07 10:15:20 +00:00
tsarna 8d4cd3df81 Note absolute mouse position on support in Xserver on i386 2004-06-03 20:17:43 +00:00
christos 4d97615547 mention scrolling support. 2004-06-01 23:15:32 +00:00
agc 0a44ed5760 Move an entry to the correct position in this file. 2004-05-31 22:00:29 +00:00
heas 9518008e39 Note import of postfix 2.1.1 2004-05-31 03:58:57 +00:00
christos 0a8d838b36 mention ptm(4); pkill in.wizd (we need ptm(4)) 2004-05-27 03:00:53 +00:00
tsarna 2dd7257376 note uep(4) 2004-05-25 15:38:17 +00:00
dsl 55fe79a701 sysinst changes: use of /etc/postinstall, and use of existing raid1 sets 2004-05-22 17:46:56 +00:00
christos da0a5b969f mention resolver 2004-05-21 04:38:50 +00:00
christos 50f3224727 mention cvs-1.11.16 2004-05-20 03:26:26 +00:00
christos 7729258694 Mention bind9. 2004-05-18 00:39:26 +00:00
simonb e15af7f879 Note "du -n". 2004-05-17 01:57:55 +00:00
lukem 985e993cfc xdm authdir change 2004-05-12 04:01:36 +00:00
thorpej 1e627ed78e Make gmon / mcount work properly for threaded applications by keeping
thread-specific gmonparam structures and then merging them before dumping
the profile buffers.

Written by Nathan J. Williams, contributed by Wasabi Systems, Inc.
2004-05-10 22:16:42 +00:00
lha bba70dc29c Merge changes between Heimdal 0.6.1 and 0.6.2 2004-05-08 13:27:58 +00:00
lukem 1feb40124e Enhanced SpeedStep Technology support in i386 2004-04-30 02:21:30 +00:00
heas 6a7a905b99 Note import of Postfix 2.1.0 2004-04-27 07:40:57 +00:00
simonb 9c88c932d0 Note POOL_INIT macro. 2004-04-26 01:19:59 +00:00
wiz 6c1c771fcd Less modesty, christos! 2004-04-21 01:10:25 +00:00
christos 4cad55e29b mention statvfs. 2004-04-21 01:07:35 +00:00
lukem b05575be23 Document RLIMIT_SBSIZE and associated shell & login.conf changes
made by christos & matt.
share/mk: deprecate AINC in favour of AFLAGS.
Add sysctl(8) "vfs.generic.fstypes".
locate.conf(5) ignorefs improvement.
Fix format of an existing entry.
2004-04-19 01:42:52 +00:00
itojun 67ac12deb2 cvs updated to 1.11.15 2004-04-16 04:08:50 +00:00
pooka 86c1f3c5e3 sgimips IP12 support 2004-04-11 13:35:12 +00:00
pooka 6f81d36c60 note file(1) update to 4.09 2004-04-08 12:41:44 +00:00
wiz 8f3ccb909a Fix typo in previous, and change which(1)
entry to:
Replaced by a C program that only checks the path. [christos 20040401]
2004-04-05 09:38:30 +00:00
matt 4cb4fcf23d Note PowerPC FP exception processing. 2004-04-05 03:59:37 +00:00
lha f87089bd8a import heimdal 0.6.1 2004-04-02 15:13:59 +00:00
wiz 60adf0655d Add entry for which(1) removal. 2004-04-01 15:12:50 +00:00
jmc 7df0f82057 Roll over for 2.0 2004-03-29 03:11:08 +00:00
jdc 850c1daba1 Note addition of *echochar() to libcurses. 2004-03-28 09:11:19 +00:00
martti a6a3add916 Updated IP Filter to 4.1.1 2004-03-28 09:06:15 +00:00
heas 96c726275f note import of Postfix 2.0.19 2004-03-27 16:50:16 +00:00
gendalia 7831311466 Note support added to aac(4) for Adaptec 2200S (Vulcan 2M) & Dell PERC 320/DC 2004-03-26 22:17:29 +00:00
mrg b1061e257b belatedly note GCC 3.3.3 import.
note switch to non GPL gzip.
2004-03-26 08:58:35 +00:00
atatat 0fae44fb7c sendmail 8.12.11 has been imported 2004-03-25 20:39:17 +00:00
atatat 0d4d16278c Note update to sysctl infrastructure 2004-03-25 18:42:21 +00:00
pooka 403033ed50 Hi Julian, it's 2004 now (like it or not) 2004-03-23 08:46:57 +00:00
pooka 725cac9872 file 4.08 2004-03-23 08:45:36 +00:00
jdc 2de50bd78e Addition of KEY_RESIZE, SIGWINCH handler and extra colour pairs to libcurses. 2004-03-22 19:04:55 +00:00
lukem 637d87650a fdisk(8) (et al) fixes to avoid using the NT DSN in the MBR. 2004-03-22 07:21:10 +00:00
groo 3b5ae1af33 Note OpenSSL update to 0.9.7d 2004-03-20 04:52:20 +00:00
is 1e1ea1a6af Fix typo in date. 2004-03-16 14:30:37 +00:00
is 294b726b88 m68k was switched to gdb 5.3 2004-03-16 12:37:15 +00:00
is 0d4c7e9c25 m68k was switched to gcc3.3.1. 2004-03-16 12:27:41 +00:00
is a34ae79b65 make line more verbose 2004-03-16 11:42:35 +00:00
is d338f77e9d wsfont on Amiga was added. 2004-03-16 11:34:54 +00:00
jdolecek c370e5310e switch awk to nawk; gawk sources will be removed after some grace period
change blessed by core@
2004-03-13 22:28:47 +00:00
bjh21 b46afe43ae pckbport, removal of busmouse(4) on acorn32. 2004-03-13 20:00:59 +00:00
ragge 788def892f Note 10 gigabit adapter addition. 2004-03-12 14:58:42 +00:00
hubertf 849866f9c1 Allow custom text printed before (left of) the progress bar from progress(1):
miyu# cat openoffice-linux-1.1.0.tgz | progress -z -p 'Bytes written: ' dd of=/dev/null bs=1m
	Bytes written:    193 MB   13.83 MB/s 0+195211 records in
and:
	miyu# progress -f openoffice-linux-1.1.0.tgz -z -p 'Bytes written: ' dd of=/dev/null bs=1m
	Bytes written:  28% |******                | 57919 KB   14.12 MB/s    00:09 ETA

OK'd by lukem.
2004-03-09 17:04:24 +00:00
uwe fafd8447d9 The script that converts this to the web page doesn't know about
"sh3el", so change my old gdb5.3 entry to just "sh3".
2004-02-23 05:31:47 +00:00
mrg d309e533d4 note GCC 3 changes, also begin to document how to import new gcc. 2004-02-23 01:41:01 +00:00
uwe 82c533e098 Enable building of Xhpc server for hpcsh. 2004-02-22 18:54:43 +00:00
uwe d89e22cfb5 sh3 ports are switched to gcc3. 2004-02-22 01:44:33 +00:00
wiz e3fc4b66c3 Spell the plural of suffix "suffixes", not "suffices".
Inspired by PR 24400 by Todd Vierling.
2004-02-13 17:56:17 +00:00
wiz d20841bb64 Uppercase CPU, plural is CPUs. 2004-02-13 11:36:08 +00:00
matt 95b6745c7d kernel: add underlying support needed to support multiple mbuf cluster
sizes.  [matt 20040209]
2004-02-10 01:37:42 +00:00