Commit Graph

2590 Commits

Author SHA1 Message Date
jmcneill
deed0dfdad wb(4): Add a driver for Winbond W83L518D SD/MMC readers. 2009-09-30 20:54:56 +00:00
tsarna
a8bcd3b5c3 Multicast DNS ("Bonjour") support, based on Apple's mDNSResponder. 2009-09-29 23:56:26 +00:00
apb
828252228e * Use a more robust method of creating the top level object directory.
Use getmakevar to expand MAKEOBJDIRPREFIX or MAKEOBJDIR, or (if
  neither of those variables is set) use a non-recursive "make obj" in
  the top level source directory.

* Do not let TOP_objdir default to ${TOP}.  It's now set only by the
  -M or -O command line options, or after using getmakevar to expand
  MAKEOBJDIRPREFIX or MAKEOBJDIR.

* Make try_set_TOOLDIR handle MAKEOBJDIRPERFIX passed from the
  environment.  It runs too early to use getmakevar, so it will not work
  if the value contains embedded '${...}' variable references.

* Use '$TOOLDIR' (with a literal '$') instead of 'nonexistent' in
  a message when rebuilding make when TOOLDIR is not yet known.
2009-09-27 18:08:24 +00:00
jakllsch
a95848c094 Note new gpio at ichlpcib support. 2009-09-27 18:00:58 +00:00
apb
f1ead22021 Allow build.sh "-C cdextra" option to be specified multiple times. 2009-09-27 17:28:38 +00:00
apb
72d2ca4da0 Revision 1.86 of src/BUILDING somehow got committed without the
corresponding changes to src/doc/BUILDING.mdoc.  Fix that now.
The original log message was:

Add a modules operation to build.sh, which builds and installs kernel modules
into DESTDIR.

This is based on the patch provided by tsutsui@ on tech-toolchain@.
2009-09-27 16:44:40 +00:00
bouyer
0968e114ad Explain why request-rx-copy was added. Requested by hubertf@ 2009-09-27 16:10:15 +00:00
tsarna
b7bb9ebb82 Claim the multicast DNS project. 2009-09-26 05:36:22 +00:00
bouyer
5941a959cc Note recent Xen work on xbd and xvif. 2009-09-25 23:15:53 +00:00
mbalmer
2c18133beb mention gpio changes 2009-09-25 21:14:13 +00:00
agc
59e2dec966 Clarify a couple of entries in the system roadmap 2009-09-21 19:41:23 +00:00
cube
016409e102 Reflect actual status of cube-autoconf. 2009-09-17 16:42:50 +00:00
agc
98697d0563 Update the NetBSD roadmaps to reflect recent changes.
Please contact core if you have other major projects and requirements
that you would like to see included.
2009-09-15 21:07:58 +00:00
degroote
1c91cfd4c4 Mention pfsync(4) import 2009-09-15 10:42:40 +00:00
apb
2cb613da61 In the rc_silent change, mention "boot netbsd -z" because it's a common
case, even though it's boot loader dependent.
2009-09-12 22:22:33 +00:00
apb
89fd535731 Add a postprocessor to /etc/rc, which logs messages to /var/run/rc.log,
and which can suppress output in silent mode.  Silent mode is enabled
via the new rc_silent variable, which defaults to a value that depends
on the kern.boothowto sysctl.

Part of the /etc/rc silent changes requested in PR 41946
and proposed in tech-userlevel.
2009-09-11 18:17:04 +00:00
apb
7ab65de0a9 Expose the kernel's boothowto(9) variable through the sysctl
kern.boothowto variable.

Part of the /etc/rc silent changes requested in PR 41946
and proposed in tech-userlevel.
2009-09-11 18:14:58 +00:00
jnemeth
2b27980969 Note the new modules.tgz set and the new build.sh modules operation 2009-09-07 04:23:29 +00:00
sborrill
b88195cfa1 hdaudio(4) is a standards-compliant driver for Intel High Definition Audio.
It will replace azalia(4) after testing.

To use, comment out azalia in your kernel configuration and uncomment the
hdaudio and hdafg lines so it reads:

# Intel High Definition Audio
hdaudio*	at pci? dev ? function ?
hdafg*		at hdaudiobus?

You should also:
cd /dev
sh MAKEDEV audio
2009-09-06 17:25:55 +00:00
macallan
e847e7a709 mention sunleo 2009-09-05 22:40:33 +00:00
jmcneill
b4a8b85418 ACPI CA 20090903 is out. 2009-09-04 19:37:16 +00:00
joerg
640f23e9ef Add unzip. 2009-09-03 16:53:10 +00:00
tron
a657e1c872 Note import of Postfix 2.6.5. 2009-08-31 19:06:25 +00:00
dholland
da5f74ac6d if we're updating this... add myself under make and lfs, and add a
line for vfs.
2009-08-31 06:21:54 +00:00
dyoung
96206356f1 Take responsibility for a few drivers and programs. Take myself
off the list for wpa_supplicant.
2009-08-30 01:54:33 +00:00
tsutsui
1b125fa80e Minor tweaks for www changes page:
- add man page suffixes
- fix indent (use tab, not space)
- adjust a theme
2009-08-27 14:29:22 +00:00
macallan
e2a22e90a9 mention suntcx 2009-08-27 04:17:50 +00:00
jmcneill
7edea06c01 amd64, i386: Suspend and resume is now supported when using the
genfb(4) display driver. [jmcneill 20090823]
2009-08-24 02:21:26 +00:00
martti
28de1fee02 IPF 4.1.33 2009-08-19 09:35:01 +00:00
jmcneill
27b7d75a0a iasl(1): The ACPICA ASL (ACPI Source Language) compiler/decompiler
is now included with i386 and amd64 installations.
	[jmcneill 20090818]
2009-08-18 23:46:05 +00:00
jmcneill
0e78b36c1b ACPICA 20090730 was released and has been imported. 2009-08-18 20:47:18 +00:00
jmcneill
b8d6b79b67 acpi(4): Updated ACPICA to 20090730. This release includes full
support for the ACPI 4.0 specification. [jmcneill 20090818]
2009-08-18 16:49:24 +00:00
joerg
24b34460e5 Add nbperf(1) 2009-08-15 16:35:41 +00:00
mbalmer
366b1b6bb6 I take responsability for keylocks. 2009-08-15 08:35:22 +00:00
mbalmer
ca5052ae8c Mention keylock support. 2009-08-15 08:32:52 +00:00
matt
28623809e3 Note remove of a.out support for MIPS 2009-08-12 23:41:10 +00:00
macallan
5326bdc37e mention voyagerfb 2009-08-12 19:43:00 +00:00
sborrill
713116a751 Update to reflect new open-source ath hal 2009-08-12 12:15:49 +00:00
snj
384b3bfe6a We use gdb 6.5 these days. 2009-08-11 19:07:33 +00:00
matt
08a391fc42 Add matt-nb5-mips64 branch 2009-08-10 21:27:46 +00:00
haad
1511abfc1b Mention first round of zfs import. 2009-08-09 10:00:34 +00:00
mbalmer
cec6354bb5 Mention gpioiic(4). 2009-08-09 08:53:58 +00:00
macallan
f24a60f372 mention tcx being a good wscons citizen now 2009-08-08 11:50:18 +00:00
christos
0eff0ff3d3 mention new openssl. 2009-08-05 19:10:56 +00:00
jmcneill
c143874ff6 Add name to last entry, and fix a typo in another entry while here. 2009-08-04 17:21:14 +00:00
jmcneill
0d15c60b95 acpi wakedev support 2009-08-04 17:11:14 +00:00
snj
890f26e337 Fix date for mvsata(4) entry. 2009-08-03 19:48:36 +00:00
plunky
d49ef6e9a5 mention bt_dev(3) addition 2009-08-03 16:05:11 +00:00
cegger
c8f9ab7943 NetBSD/Xen no longer supports Xen2 2009-07-29 12:04:14 +00:00
christos
4719892f8f update to 9.6.1-P1 2009-07-28 21:23:47 +00:00
roy
f1865d1ad6 Import dhcpcd-5.0.7 2009-07-28 21:05:36 +00:00
kiyohara
ce1343fcd9 Support Marvell Hercules-I/II SATA Controllers. 2009-07-27 12:34:12 +00:00
mbalmer
51315176f1 jmcneill handed me maintainership of the GPIO subsystem; whil here also
add a few other programs I wrote/maintain.
2009-07-26 14:34:10 +00:00
mbalmer
2a176dde16 Mention gpio and kauth changes. 2009-07-25 16:39:16 +00:00
christos
4c01456929 new root.cache 2009-07-24 16:34:56 +00:00
yamt
5c0d4899bb update 2009-07-23 10:53:19 +00:00
christos
4dc03982b1 mention openssl changes 2009-07-19 23:42:58 +00:00
minskim
5901c2ceb4 - Delete trailing whitespace.
- Use tabs to indent.
2009-07-19 23:29:31 +00:00
minskim
5b0aec9f3e Add brief description of IP_RECVTTL and IP_MINTTL options. 2009-07-19 23:11:19 +00:00
minskim
fa2e2e84e9 Note ip(4) change: IP_MINTTL. 2009-07-17 22:05:38 +00:00
yamt
d3f7e0ef11 update 2009-07-16 13:28:17 +00:00
minskim
bc24900fc3 Note ip(4) changes. 2009-07-16 04:18:21 +00:00
dyoung
8242de313f Mention cpu_reboot(9) changes. 2009-07-14 18:25:54 +00:00
roy
4fb7349d52 Add who and date to getdelim(3) and getline(3) additions. 2009-07-14 05:58:15 +00:00
roy
04bbd254eb Add getdelim(3) and getlime(3) 2009-07-13 22:25:30 +00:00
hubertf
c984b3031f s/reproducable/reproducible/, requested by salo@ 2009-07-12 14:16:36 +00:00
hubertf
20a9c4e439 Add a keywords for people looking for reproducable (identical) builds. 2009-07-12 12:14:51 +00:00
pgoyette
8313fc7094 Better late than never - document recent changes to sysmon_envsys(8) 2009-07-10 15:59:38 +00:00
skrll
c3b8071e3d Note ucas for hp700. 2009-07-10 12:23:06 +00:00
rmind
054e90dd48 Mention emap and few more items. 2009-07-09 21:53:08 +00:00
roy
514c68c0e1 Import dhcpcd-5.0.6 2009-07-08 22:36:29 +00:00
roy
5fc24a5e14 Fix date 2009-07-03 23:03:08 +00:00
roy
13ec3571ea Import dhcpcd-5.0.5 2009-07-03 22:19:41 +00:00
mbalmer
cb815b49a3 Add wake(8), a new command to send Wake-on-LAN packets to machines on the
local Ethernet.
2009-06-26 06:41:08 +00:00
tron
1b003fbdd4 Update developers responsible for Postfix. 2009-06-24 13:41:16 +00:00
tron
d00145e40b Postfix was update to version 2.6.2. 2009-06-23 18:00:11 +00:00
mrg
bf030d6773 note mesa-drm has been upgraded to git revision
85b9f737db0d2a845e4d7e2bbf9ad12ff9e2227c.
2009-06-19 04:46:14 +00:00
cegger
1fd72d6afc Add quirk for SB600/SB700 chipsets to workaround freeze in USB subsystem. 2009-06-15 12:58:24 +00:00
kardel
4a186c8fa5 resolve import ntp-4-2-4p7 2009-06-13 12:02:07 +00:00
jnemeth
cd77abc691 No time travelling. Teaches me right for blindly trusting the last
entry.  Hi Christos!
2009-06-11 07:08:59 +00:00
jnemeth
9fa62aeca9 mention my MODULAR and modload(8) changes 2009-06-10 03:28:22 +00:00
christos
1ca20e3d1a mention new openssh 2009-06-08 00:15:37 +00:00
darran
387b0a1aa3 mention agr(4) vlan changes. 2009-06-07 22:52:50 +00:00
wiz
70a5053abd postfix-2.6.2 out. 2009-06-05 11:31:51 +00:00
snj
1992ce74e1 Terminate 3.x. 2009-05-30 06:58:12 +00:00
pooka
e7c8d3956a add a few noteworthy rump developments 2009-05-28 17:35:22 +00:00
kleink
478e3f5818 tz{code,data}2009h out; tzdata2009h imported. 2009-05-28 08:53:39 +00:00
dent
890866fd3e Update bozohttpd entry. 2009-05-26 13:53:07 +00:00
ad
5b2c64652b Note fd changes. 2009-05-24 21:42:39 +00:00
ginsbach
c9e7e3b144 Document getdate(3) addition and adding %s to strptime(3). 2009-05-24 02:36:57 +00:00
mrg
ff1dab193c normalise the previous 2009-05-23 07:12:39 +00:00
mrg
069a73b46b note bozohttpd update 2009-05-23 07:11:52 +00:00
dent
8051e74774 Capitalize NetBSD in one of the URIs to make a nbwww script happy. 2009-05-21 11:25:49 +00:00
dent
8347be3c0a Fix some outdated info/other minor clean up. 2009-05-20 12:44:29 +00:00
skrll
ba469aeb30 Note com at dino works on hp700. 2009-05-18 06:20:02 +00:00
yamt
a39c0fe4bb yamt-nfs-mp: update base 2009-05-16 12:08:43 +00:00
roy
605d47cc62 Import dhcpcd-5.0.4 2009-05-14 16:28:05 +00:00
plunky
46776ecc20 update bluetooth service discovery API, merging libsdp into
libbluetooth.
2009-05-12 22:07:02 +00:00
roy
3a119921bc Import dhcpcd-5.0.3 2009-05-11 10:10:13 +00:00
roy
8b6048a327 Import dhcpcd-5.0.2 2009-05-10 16:54:00 +00:00