lukem
09b81cab93
build.sh -N
2003-10-25 03:53:34 +00:00
lukem
070871b5fc
Implement build -N noisy, which sets MAKEVERBOSE to noisy and adds
...
`-s' to MAKEFLAGS for noisy < 2.
2003-10-25 03:46:09 +00:00
jdolecek
46da261603
note switchover to unified MAKEDEV
2003-10-24 20:16:07 +00:00
wiz
98d39c4be9
Sort three entries from the top to where they belong.
...
This file should only appended be to, usually.
2003-10-24 07:52:25 +00:00
provos
7293f1ab26
document performance improvement
2003-10-24 05:08:08 +00:00
provos
d9e66c4556
document splay changes
2003-10-23 03:16:06 +00:00
wiz
5dfa2a0877
There is also a 1.12 branch of cvs; note it. Mentioned by perry.
2003-10-21 17:19:13 +00:00
wiz
f503e9a96b
file-4.06 is out too.
2003-10-21 17:09:49 +00:00
wiz
583c3a6965
cvs-1.11.9 out.
2003-10-21 17:08:08 +00:00
uwe
0ceff4469c
Mention j6x0tp(4).
2003-10-19 02:41:01 +00:00
mrg
0ef2f1482f
note GCC 3.3.2 update
2003-10-18 12:04:44 +00:00
fredb
45acbd9baf
ntp-4.2.0 is released.
2003-10-17 16:57:16 +00:00
lukem
3f725c3c63
ccdconfig(8) CCDF_NOLABEL support
2003-10-17 05:25:10 +00:00
lukem
a305f0dedb
syslogd -r
2003-10-17 01:42:07 +00:00
scw
3b192f5429
Note Xscale micro-optimisations.
2003-10-14 08:10:15 +00:00
kochi
1d13973900
ACPICA 20031002 is out.
2003-10-11 02:00:16 +00:00
jdolecek
d44fb93314
hp700 kernel compiles fine, remove from list of ports to test-compile
2003-10-10 20:06:20 +00:00
grog
590ae9d0df
Add description for Vinum
2003-10-10 02:13:32 +00:00
christos
acdf7caf16
mention new whois
2003-10-10 01:49:51 +00:00
lukem
1c33b4e6a4
Overhaul MBR handling (part 1):
...
<sys/bootblock.h>:
* Added definitions for the Master Boot Record (MBR) used by
a variety of systems (primarily i386), including the format
of the BIOS Parameter Block (BPB).
This information was cribbed from a variety of sources
including <sys/disklabel_mbr.h> which this is a superset of.
As part of this, some data structure elements and #defines
were renamed to be more "namespace friendly" and consistent
with other bootblocks and MBR documentation.
Update all uses of the old names to the new names.
<sys/disklabel_mbr.h>:
* Deprecated in favor of <sys/bootblock.h> (the latter is more
"host tool" friendly).
amd64 & i386:
* Renamed /usr/mdec/bootxx_dosfs to /usr/mdec/bootxx_msdos, to
be consistent with the naming convention of the msdosfs tools.
* Removed /usr/mdec/bootxx_ufs, as it's equivalent to bootxx_ffsv1
and it's confusing to have two functionally equivalent bootblocks,
especially given that "ufs" has multiple meanings (it could be
a synonym for "ffs", or the group of ffs/lfs/ext2fs file systems).
* Rework pbr.S (the first sector of bootxx_*):
+ Ensure that BPB (bytes 11..89) and the partition table
(bytes 446..509) do not contain code.
+ Add support for booting from FAT partitions if BOOT_FROM_FAT
is defined. (Only set for bootxx_msdos).
+ Remove "dummy" partition 3; if people want to installboot(8)
these to the start of the disk they can use fdisk(8) to
create a real MBR partition table...
+ Compile with TERSE_ERROR so it fits because of the above.
Whilst this is less user friendly, I feel it's important
to have a valid partition table and BPB in the MBR/PBR.
* Renamed /usr/mdec/biosboot to /usr/mdec/boot, to be consistent
with other platforms.
* Enable SUPPORT_DOSFS in /usr/mdec/boot (stage2), so that
we can boot off FAT partitions.
* Crank version of /usr/mdec/boot to 3.1, and fix some of the other
entries in the version file.
installboot(8) (i386):
* Read the existing MBR of the filesystem and retain the BIOS
Parameter Block (BPB) in bytes 11..89 and the MBR partition
table in bytes 446..509. (Previously installboot(8) would
trash those two sections of the MBR.)
mbrlabel(8):
* Use sys/lib/libkern/xlat_mbr_fstype.c instead of homegrown code
to map the MBR partition type to the NetBSD disklabel type.
Test built "make release" for i386, and new bootblocks verified to work
(even off FAT!).
2003-10-08 04:25:43 +00:00
wiz
d562f2908b
Note gawk update to 3.1.3.
2003-10-06 16:56:52 +00:00
tsutsui
3073d901c4
Fix and sort an entry of gdb-5.3 import.
2003-10-05 16:14:14 +00:00
tsutsui
ccc9d1bb37
Note addition of mips r10k cache ops and fixes of O2 support on sgimips.
2003-10-05 16:02:23 +00:00
dsl
9b293a6add
Add note about /dev/constty
2003-10-03 16:48:55 +00:00
wiz
08cf6988bc
Note HTTP support in pkg_add.
2003-10-03 15:41:53 +00:00
thorpej
4a178080ab
Note new i2c code.
2003-09-30 00:39:19 +00:00
lukem
8a3d32e99e
provide a %' for the non-root examples, as we show
#' for the root prompt.
2003-09-29 07:55:17 +00:00
kent
9c77f060e0
Note multi-channel support of auich(4)
2003-09-28 14:30:00 +00:00
dent
5c05da90c6
Update some current versions.
2003-09-28 07:45:14 +00:00
dent
361e05c696
update some links.
2003-09-28 07:22:09 +00:00
wiz
db579612f4
Definition, not defintion. From miod@openbsd.
2003-09-26 22:25:21 +00:00
skrll
b9c8a77380
Backout previous - sparc* and i386 have switched to gdb 5.3.
2003-09-26 13:39:49 +00:00
matt
6ddd9afabe
Note switch of arm & powerpc to GCC 3.3.1.
...
Note switch of alpha & powerpc to GDB 5.3.
Note SA_SIGINFO support for powerpc.
2003-09-25 22:51:32 +00:00
pooka
a201291938
note file 4.04
2003-09-25 18:14:09 +00:00
pooka
3885715fb0
note isdncapi and iavc
2003-09-25 16:54:07 +00:00
lonewolf
c07f451dd7
Note the new haltwo(4) driver.
2003-09-25 16:48:10 +00:00
agc
8bf98da8df
Mycroft has addressed the item
...
+ someone investigate time taken to boot
by not only investigating, but also eliminating the polling for
non-existent devices (no more 20 second waits at boot time), and also
getting rid of some unnecessary quirk tables.
Thanks, Charles!
2003-09-24 06:27:54 +00:00
martin
bcc978577d
Bye, bye, sparc64 hacks.
2003-09-19 16:41:58 +00:00
wiz
a116bdfdfb
Some updates, and note gcc in-tree version partial change.
2003-09-19 08:57:52 +00:00
mrg
f4fc0bf370
make i386 & sparc* output DBX_DEBUG format ("-gstabs") by default for now.
...
XXX: back this out when these platforms switch to GDB 5.3.
2003-09-19 08:43:12 +00:00
mrg
dd706c0759
note GCC3.3.1 switch for i386, sparc, sparc64 & alpha.
2003-09-19 08:32:26 +00:00
taca
ad2c5be21b
postfix 2.0.16 released.
...
20030908
The 20030905 workaround triggers too many warnings. TCP
sockets are back to blocking, and keepalives are turned on
to kill off dead sockets, as suggested by Leandro Santi.
Files: master/{single,multi}_server.c, smtpd/smtpd.c,
util/sys_defs.h.
20030909
Bugfix: the LMTP session caching code had problems with
SASL authentication after the first connection, and pipelining
was working poorly. Fix by Viktor Dukhovni, Morgan Stanley.
Files: lmtp/lmtp.c, lmtp/lmtp_proto.c.
20030912
Workaround: besides SMTP server sockets, SMTP client sockets
can also hang on Solaris, as reported by Leandro Santi. In
order to deal with this at the root, all connection management
is now done by sane_accept() and sane_connect(). Both turn
on keepalives on Solaris.
20030913
Safety: set-gid commands don't trust TZ. File: msg_syslog.c.
2003-09-16 04:41:11 +00:00
jdolecek
c07fdf8b55
note the LKM versioning change
2003-09-13 09:14:57 +00:00
lukem
1519890aa6
imakeicide2
2003-09-12 16:25:37 +00:00
christos
61aa48ec24
Mention things I did lately.
2003-09-09 23:35:43 +00:00
he
eda774d889
Belatedly make a note of the cast for LINUX_USRSTACK and USRSTACK made
...
to get the sun3 port to compile. Briefly discussed with mycroft.
2003-09-09 13:40:59 +00:00
cjep
70889a67de
Family tree updated
2003-09-06 13:37:47 +00:00
cjep
6516863134
Note new version of family tree
2003-09-06 13:19:51 +00:00
itojun
738d85299b
randomized frag ID/flowlabel
2003-09-06 03:40:59 +00:00
taca
4bb6552ed0
postfix 2.0.15 is released. (It fixed two Solaris bugs.)
2003-09-06 01:25:25 +00:00
simonb
a409be525d
Fix a tyop.
2003-09-05 14:52:26 +00:00
junyoung
28054fb9bd
Add a couple of entries I have interests in.
...
While here, do whitespace cleanup.
2003-09-02 12:01:14 +00:00
jmmv
daf538214d
Add a new item (so I can remember it):
...
+ merge moused(8) with wsmoused(8) as a new work mode (i.e. serial)
2003-08-30 21:30:51 +00:00
taca
b062332996
ISC DHCP 3.0.1rc12 released.
2003-08-30 01:23:43 +00:00
ragge
639a0627b0
Note qt driver addition.
2003-08-29 21:23:26 +00:00
dsl
eb24d00445
nvi's version should be nb10 - I just added 1 yesterday :-(
2003-08-28 16:15:47 +00:00
dsl
ea28621fa8
Bump nvi to nb9 for addition of :set matchchars
2003-08-28 05:04:28 +00:00
tron
5b173599d5
Note i865G integrated graphics in agp(4).
2003-08-26 17:35:28 +00:00
chs
27393bff6e
non-exec mappings.
2003-08-25 04:46:53 +00:00
taca
c1052e0bec
postfix 2.0.14 was released. I missed postfix-announce mail?
2003-08-21 10:32:03 +00:00
agc
71aa7cb367
An autoconf'ed version of NetBSD sed has been added to bootstrap-pkgsrc -
...
remove the entry from the TODO list.
2003-08-18 16:52:21 +00:00
agc
94c84c33c4
add an item to the small projects list - POSIX async IO
2003-08-16 12:27:54 +00:00
agc
0dc423ec76
Add a list of smaller, suggested projects to the TODO list. The
...
suggested list is by no means definitive - please add to it as
desired. If you are working on one of these projects, please put your
name beside the project so that work is not duplicated.
2003-08-15 10:10:17 +00:00
uwe
a6c91a4aa0
Remove mention of gcc-3-libtelnet hack.
...
The hack was removed from lib/libtelnet/Makefile rev 1.16, following
the lib/libtelnet/kerberos.c revision rev 1.10 that fixed the original
problem.
2003-08-14 15:08:32 +00:00
skrll
cf1a159cd2
Note addition of (working) RTLD_SELF, RTLD_NEXT, RTLD_DEFAULT.
2003-08-12 11:04:49 +00:00
wiz
c3404e58ed
latest gcc is 3.3.1.
2003-08-12 09:26:09 +00:00
jdolecek
b22732fe70
remove hp300 SCSI item - NetBSD/hp300 uses generic SCSI nowadays
...
remove gated item - the licence is too restrictive to ever include
it in tree, and it's in pkgsrc and the licence
2003-08-10 19:47:07 +00:00
lukem
3af5adac38
fix description of MAKEOBJDIR. from Martin Husemann
2003-08-08 01:52:24 +00:00
skrll
d71100e81a
Note the ktrace-lwp branch.
2003-08-06 06:35:31 +00:00
bsh
eb855bc27b
SMDK2410
2003-08-05 16:13:29 +00:00
itojun
7d8f0fb59c
bsd-family-tree update
2003-08-05 12:09:12 +00:00
itojun
872680d01d
add tshiozak to Citrus maintainer to meet with reality
2003-08-05 12:06:20 +00:00
itojun
0ae4f79564
move myself back into openssl/openssh maintainer, i was too upset week ago
2003-08-05 12:03:01 +00:00
jdolecek
f622478626
Update nawk entry
2003-08-02 22:43:00 +00:00
jdolecek
efa825c4d5
apparently amd64 (aka x86_64) is compilable and works fine, remove
...
from list of ports which need to be compile-tested
2003-08-02 20:34:26 +00:00
kochi
04b33c68cb
ACPI CA 20030714 version is out
2003-08-02 12:23:28 +00:00
tsutsui
1f7a4f40e6
Note hp300 MI SCSI.
2003-08-01 06:04:12 +00:00
lukem
29d4256657
ftp(1): $FTPUSERAGENT
2003-07-31 05:38:28 +00:00
lukem
13b0ffec63
Add build.sh -Z var, to unset a variable and ensure it's unset in makewrapper.
...
For -M MAKEOBJDIRPREFIX, unset MAKEOBJDIR.
For -O MAKEOBJDIR, unset MAKEOBJDIRPREFIX.
2003-07-29 10:07:15 +00:00
dsl
42a7c729c9
Add six month old entry for sh(1) changes.
...
Add entries for i386 bootstrap and sysinst changes.
2003-07-28 18:14:15 +00:00
salo
0a6047a968
netbsd.org->NetBSD.org
2003-07-26 17:24:44 +00:00
jwise
cddef9274c
Add some not-so-wise guy to maintainer of OpenSSH, at least for the next few
...
months.
2003-07-25 15:42:35 +00:00
itojun
0adc49acf8
add new IPsec algorithms
2003-07-25 10:12:53 +00:00
itojun
1fd6b422b9
note libcrypto upgrade
2003-07-24 15:35:30 +00:00
itojun
96223a2034
drop myself from openssh maintainer. it's not fun to be attacked by
...
not-so-wise guy
2003-07-24 15:32:58 +00:00
itojun
29c24ffedd
upgrade openssl to 0.9.7b.
...
drop myself from maintainer, it is not fun to be attacked while doing
good thing to project (shut up, and code)
2003-07-24 14:30:53 +00:00
mrg
3c0ab73024
note sparc port uses xf4 now
2003-07-22 11:50:45 +00:00
itojun
c7bb6b93fd
hmac-sha2 support
2003-07-22 03:42:18 +00:00
lukem
1313a78187
fix default location of TOOLDIR
2003-07-18 16:30:48 +00:00
lukem
bf913f806c
MK{MANZ,UPDATE,UNPRIVED} overhaul
2003-07-18 15:48:48 +00:00
lukem
6d22656bee
Update for the MKUNPRIVED/MKUPDATE changes.
2003-07-18 08:38:10 +00:00
lukem
a5a6b5f67d
fix warning found by new groff
2003-07-18 01:55:08 +00:00
itojun
45bd42b224
libtelnet has gone
2003-07-16 05:43:24 +00:00
itojun
214bd04edc
on BIND9 switch
2003-07-13 08:55:37 +00:00
itojun
c6cfaca843
gettext: why we can't upgrade to 1.11
2003-07-12 11:45:12 +00:00
wiz
1c27a6f696
Uppercase DES and fix a typo.
2003-07-12 10:31:10 +00:00
itojun
4dc666215e
racoon upgraded
2003-07-12 10:29:17 +00:00
itojun
4504b95a61
describe why upgrade to openssl 0.9.7 seems difficult
2003-07-12 10:28:30 +00:00
lukem
f15957a936
the XXX -> TOOL_XXX rename
2003-07-11 04:37:16 +00:00
wiz
895c758622
gawk-3.1.3 out.
2003-07-10 07:10:42 +00:00
simonb
670252d63a
Note tar -O "extract to stdout" support.
2003-07-08 06:04:36 +00:00
tshiozak
d2094d8bdc
add about iconv(3), iconv(1) and locale(1).
2003-07-04 07:03:10 +00:00
tshiozak
6a491b80a2
add manpage for iconv(1).
2003-07-04 06:59:52 +00:00
tshiozak
306b6980e1
update about iconv stuffs and locale(1).
2003-07-04 06:07:48 +00:00
wiz
b362262fa2
Actually, we already have the latest hunt in-tree.
2003-07-03 19:37:06 +00:00
wiz
fe7b91e452
Add line for texinfo-4.6 update.
2003-07-03 15:30:15 +00:00
wiz
5a71619c77
texinfo-4.6 imported.
2003-07-03 15:27:57 +00:00
lukem
0bd7fd87ac
attempt to clarify how MAKEOBJDIR{,PREFIX} may be provided ...
...
(this document needs a rototill, which i may get to whilst writing a
paper about build.sh)
2003-07-03 05:52:47 +00:00
taca
8a80588627
postfix 2.0.13 is out.
2003-07-02 11:04:21 +00:00
kochi
df07caea7b
ACPI CA 20030619 is already out.
2003-07-01 17:35:44 +00:00
wiz
a0f0ff03b9
groff-1.19 imported.
2003-06-30 20:11:01 +00:00
martti
131cbe6238
IPFilter 3.4.32 is available
2003-06-27 05:46:21 +00:00
cdi
f56e78e36d
Note NetBSD/cobalt bootloader.
2003-06-25 18:35:25 +00:00
hubertf
153b233513
cron: aparently there's also a version in the works that has all changes
...
from *BSD and Linux, from Paul Vixie.
2003-06-23 22:34:12 +00:00
itojun
bea29d3ab7
CVS_RSH default value change
2003-06-20 03:29:55 +00:00
tshiozak
cf368599b3
add NetBSD I18N support status / TODO report.
2003-06-18 05:32:17 +00:00
wiz
835c24a56a
Fix typo.
2003-06-17 23:05:35 +00:00
tsutsui
580d8d6204
Note fix of DeskStation Tyne support on arc.
2003-06-15 04:26:59 +00:00
uwe
42dfb65e6b
Note wscons support for netwinder.
2003-06-15 01:21:01 +00:00
wiz
9376fa71c4
binutils-2.14 out.
2003-06-14 18:59:00 +00:00
wiz
9fdb6c9051
texinfo-4.6 out.
2003-06-12 13:27:14 +00:00
wiz
48850be241
Note hunt, huntd update.
2003-06-11 12:17:11 +00:00
wiz
60726b3ccd
Note hunt update.
2003-06-11 12:16:14 +00:00
wiz
f461c41556
postfix-2.0.11 out.
2003-06-11 08:59:57 +00:00
briggs
da5aa2ba74
Note addition of tftp option support.
2003-06-11 01:49:30 +00:00
itojun
3b7854d296
bind
2003-06-09 13:20:01 +00:00
itojun
60b2a9bcce
bind update
2003-06-09 13:19:32 +00:00
itojun
b73a9e5490
mrouted have came back to src/usr.sbin after license change, so remove change entry
2003-06-06 08:33:21 +00:00
wiz
dae4d45d30
uucp-1.07 out.
2003-06-06 06:02:09 +00:00
itojun
7c84cf3418
BIND 8.3.5
2003-06-03 07:38:21 +00:00
atatat
e7b9316e10
Note import of sendmail 8.12.9
2003-06-01 14:34:29 +00:00
atatat
94f14fe948
Sendmail 8.12.9 is now in-tree
2003-06-01 14:32:54 +00:00
kochi
657be1fe45
Intel ACPI CA 20030523 is out.
...
Deleted How-to-import field as it's incorrect now.
2003-06-01 05:05:02 +00:00
taca
e1d53fb73f
cvs 1.11.6 released.
2003-05-28 13:48:03 +00:00
lha
5d42d770eb
heimdal 0.6, add me to responsible
2003-05-25 22:09:44 +00:00
pooka
a777fb1883
file 4.03
2003-05-25 21:53:49 +00:00
lukem
4e33a0f5d5
all:
...
* add "releasekernel=conf", to install a gzipped copy of the kernels
built by "kernel=conf" to RELEASEDIR/MACHINE/binary/kernel
build.sh:
* be more consistent in various status messages
* move the {release,}kernel=conf conf parsing code into getkernelconf()
and use in both buildkernel() and releasekernel()
* only warn once when building multiple kernels without updating the tools
2003-05-25 12:34:27 +00:00
tsutsui
f045e7fdfd
Add missing [name date] to an item.
2003-05-24 16:01:50 +00:00
taca
6ac99e4f9b
postfix 2.0.10 is out.
2003-05-24 15:35:07 +00:00
ichiro
998caf9428
add support IXP425 (evbarm)
2003-05-24 02:17:23 +00:00
seb
e18fdad4d9
Note str{vis,unvis} support in db(1).
2003-05-19 00:52:57 +00:00
lukem
0c4720f396
For normal builds, MKOBJDIRS default to no' (not
yes').
...
It's only build.sh that sets this to `yes' by default.
Noted by OGAWA Takaya in [toolchain/19823]
2003-05-18 11:18:02 +00:00
lukem
33018a010a
improve description of how "build.sh -m mach" sets the default
...
MACHINE_ARCH, and list the special cases that this does not occur for.
2003-05-17 08:10:39 +00:00
scw
08cfcbf2ee
Document the SH5 toolchain hack for pthread_lock.c.
2003-05-16 23:43:29 +00:00
wiz
34e4755a7d
Note olms and omms removal.
2003-05-16 13:32:15 +00:00
grant
c41120b47b
gcc 3.3
2003-05-15 07:42:29 +00:00
wiz
5baf375d9f
heimdal-0.6 out.
2003-05-13 05:07:32 +00:00
wiz
7efd6f839d
openssl-0.9.7b out.
2003-05-11 22:15:34 +00:00
thorpej
0094fe5bbb
Remove a change I backed out.
2003-05-10 22:57:30 +00:00
lukem
3870afbca3
build.sh sourcesets
2003-05-10 07:19:13 +00:00
lukem
40b7c46aca
crank date for previous
2003-05-10 07:15:52 +00:00
lukem
b7d3d22051
Add "sourcesets" argument/target, which builds source sets into
...
RELEASEDIR/source/sets
2003-05-10 07:12:37 +00:00
thorpej
fb063e60b8
Note pmap->uvm managed kernel address space bounds change.
2003-05-08 18:19:16 +00:00
lukem
e2f767c373
some more build.sh functionality
2003-05-08 14:44:42 +00:00
lukem
ca2937cfe3
build.sh now provides defaults for DESTDIR and RELEASEDIR if not expert mode.
...
Remove -D and -R from EXAMPLES since they're not necessary any more.
2003-05-08 14:42:05 +00:00
kochi
96607235c3
ACPI CA 20030424 version is out.
2003-05-08 12:53:45 +00:00
wiz
1d4cf027e5
groff-1.19 out.
2003-05-07 10:25:26 +00:00
bjh21
8724ced8ae
inet(3): align signatures of inet_addr(), inet_network(),
...
inet_makeaddr(), inet_lnaof(), and inet_netof() with XNS and
POSIX. [bjh21 20030505]
2003-05-05 14:16:09 +00:00
perry
0515e94bb5
add the various evb* maintainers
2003-05-03 21:01:54 +00:00
perry
3c0c88a61b
fredette does hp700
2003-05-03 20:50:27 +00:00
wiz
1ffa7b76c4
DMA, not dma nor Dma.
2003-05-03 18:10:37 +00:00
hubertf
12fcbe1c56
add some of the areas I feel responsible for
2003-04-29 00:24:23 +00:00
bouyer
b66274af9b
Note DIOC[GS]CACHE support in wd(4).
2003-04-26 09:59:13 +00:00
bouyer
c409743b66
Note fsdb(8) findblk command
2003-04-26 08:45:46 +00:00
wiz
f2b8c0d279
gcc-3.2.3 out.
2003-04-25 06:29:37 +00:00
ragge
bd400955d9
I feel somewhat responsible for ksyms.
2003-04-24 20:22:22 +00:00
mycroft
5ca6f100a3
List myself in a few areas I've done substantial work in.
2003-04-23 17:32:09 +00:00
wiz
309502d07c
postfix-2.0.9 out.
2003-04-22 08:05:43 +00:00
grant
22f8c6e106
note du(1) and df(1) -g arg.
2003-04-18 13:22:25 +00:00
scw
ef4ac28e4e
Note addition of new arm32 pmap.
2003-04-18 11:20:19 +00:00
wiz
9cc5547d96
postfix-2.0.8 out.
2003-04-17 06:26:04 +00:00
dogcow
9dcae77e06
note addition of ip.checkinterface sysctl (and credit it to christos, since
...
he was the one who actually added it.)
2003-04-16 23:26:10 +00:00
thorpej
3bef3105ca
Note the new mpt(4) driver.
2003-04-16 22:12:17 +00:00
grant
82d6823e89
df -G argument
2003-04-16 14:03:08 +00:00
salo
0db44986d2
Add slovak language libc message catalog.
2003-04-14 05:21:47 +00:00
mrg
72fb03a384
note less 381 update
2003-04-14 03:06:20 +00:00
grant
0d1c753f77
note improved pkg_install bzip2 support.
2003-04-10 17:03:23 +00:00
thorpej
4115b37b40
Note pool cache paddr, mbuf, and bus_dma changes.
2003-04-09 19:31:22 +00:00
jdolecek
99137c03cc
add edit to Userland Libraries, add christos and me as responsible for that
...
also add myself to kernel/general:emulations
2003-04-08 17:13:59 +00:00
kml
a7a92560e3
hostap power saving mode
2003-04-08 15:22:23 +00:00
perry
9738336d1a
note that kent seems to be the auich maintainer
2003-04-08 01:32:57 +00:00
perry
fc36ea0706
Niels handles systrace
2003-04-08 01:17:36 +00:00
jdolecek
b10e3d8272
note SMBFS now uses NT Directory Change Notify for vnode events
...
(first open source kernel smbfs implementation to do so, BTW)
2003-04-07 15:51:11 +00:00
kleink
04af939311
Note update of tzdata.
2003-04-07 15:09:23 +00:00
hubertf
fa337680d6
Add -p option to rsh and rlogin to allow specifying a non-standard port
...
number.
2003-04-07 01:46:41 +00:00
tsutsui
554b2cebc0
Add some devices which I committed/maintained with myself as responsible.
2003-04-06 14:27:50 +00:00
tsutsui
a283ab6871
Tweak some entries for the significant changes page on www.
2003-04-06 11:13:55 +00:00
tsutsui
a21d90a7b7
Note addition of the MI oosiop driver.
2003-04-06 10:30:37 +00:00
jdc
0ed7982550
Remove curses \E[m hack - fixed in setterm.c : 1.36.
...
Add curses hack mentioning colour swap when real fix is to enhance termcap.
2003-04-06 10:12:20 +00:00
jdolecek
208be83e86
add kern/compat section, and add linux-fooarch items according
...
to src/sys/compat/linux/TODO
2003-04-06 10:11:54 +00:00
bjh21
724fc58f8e
Add a few things that are my fault.
2003-04-05 23:36:38 +00:00
perry
39a63f489d
add thorpej as the gsip guy
2003-04-05 18:43:19 +00:00
perry
5dc1bd35ce
clean up the formatting for device drivers slightly, and add pooka as
...
the eap expert
2003-04-05 18:30:37 +00:00
kent
8d481d2c02
Note support of ICH4-M IDE Controller and i82540EP
2003-04-05 13:30:43 +00:00
fvdl
c4069dd4b6
Note UFS2 commit.
2003-04-04 00:04:37 +00:00
itojun
cef822e086
upgrade openssh to 3.6.1
2003-04-03 06:23:03 +00:00
perry
0124191433
Note the move of the cron log
2003-04-02 19:59:58 +00:00
perry
28a51d90ff
luke is responsible for the mi installboot
2003-04-02 14:49:41 +00:00
bouyer
6fa2b21486
Add a "device driver" section, with "scsi" and "network" subsections (more
...
to come). Add ti, tl, siop and esiop in appropriate sections, with myself
as responsible.
2003-04-02 14:06:03 +00:00
perry
8f4346b8b0
make a few ports that had multiple portmasters have comma delimited
...
portmaster lists instead of multiple lines
2003-04-02 05:03:50 +00:00
grant
a4caad6bac
openssh 3.6.1 is out
2003-04-02 00:18:49 +00:00
perry
9b9b7e73df
love added to kerberos people.
2003-04-01 23:34:37 +00:00
perry
421d6072c3
make atatat the gzip guy (at least for now.)
2003-04-01 17:08:26 +00:00
perry
903c50347c
note atatat is (at least temporarily) the gzip guy
2003-04-01 17:01:45 +00:00
kanaoka
a24d222067
acpica-unix-20030328.tar.gz is out.
2003-04-01 14:58:51 +00:00
perry
bb783913d1
add etcupdate (martti), postinstall (luke)
2003-04-01 00:06:54 +00:00
uwe
c9fe03f939
We don't have NetBSD/eeh. We also have new portmasters for the
...
sparc64 port.
2003-03-31 15:17:03 +00:00
bouyer
4b13bb64d2
Add thorpej for SCSI.
2003-03-31 15:10:31 +00:00
perry
c468f42889
new OpenSSH
2003-03-31 15:04:39 +00:00
bouyer
f86febe2f0
Note myself for SCSI.
2003-03-31 14:48:06 +00:00
atatat
33793a5bb8
We're actually using 8.12.8p1, not plain old 8.12.8.
2003-03-31 14:45:03 +00:00
perry
edd2477c56
move the note about async and sync ppp to networking, remove redundant
...
pppoe entry
2003-03-31 00:00:46 +00:00
grant
18f8d78d58
add pkgsrc platform maintainers, martin for pppoe.
2003-03-30 13:12:39 +00:00
wiz
85118e809c
sendmail-8.12.9 out.
2003-03-29 21:33:40 +00:00
dmcmahill
79571a4ed5
Add a 'Pkgsrc Infrastructure' section with entries for buildlink2,
...
bulk build, and README.html generation.
2003-03-29 20:45:33 +00:00
jdc
7bfdfce80b
Add myself to curses and termcap entries.
2003-03-29 19:44:56 +00:00
agc
8fe36078b7
I'll take responsibility for user(8), since I wrote it, and pkg_install(1),
...
unfortunately, since I didn't write it, but someone needs to look after it.
2003-03-29 17:25:46 +00:00
perry
5af7534f20
christos is the pax/tar guru.
2003-03-29 17:09:44 +00:00
cjep
6d238e5266
Ben Harris is not a port.
2003-03-29 17:00:39 +00:00
he
0ed8d3ba23
Document hack/workaround for PR toolchain/20924.
2003-03-28 21:15:20 +00:00
perry
35d505c4b7
per discussion, add file containing names of who does what
2003-03-28 20:28:15 +00:00
kanaoka
60c4b6ce22
acpica-unix-20030321.tar.gz is out.
2003-03-28 13:08:05 +00:00
enami
e10dea0543
Current Vers and Archive Site updates from Kimio Ishii.
2003-03-28 01:33:02 +00:00
yamt
41fe6e41d9
read-only configuration support for vnd.
2003-03-27 23:33:56 +00:00
lukem
461d049620
dump,dump_lfs lose setgid bit
2003-03-27 22:25:11 +00:00
wiz
7322f2fe28
file-4.01 and gawk-3.1.2 are out.
2003-03-27 17:45:59 +00:00
lukem
d6bc54bab3
wall [-g group]
2003-03-27 13:26:52 +00:00
atatat
2fa2a4a234
Change "imported" to "update to" since it has a more effective meaning.
2003-03-26 03:49:05 +00:00
pooka
391eab2699
note file(1) update to 4.00
2003-03-26 00:24:11 +00:00
atatat
b5e888f380
Note import of sendmail 8.12.8
2003-03-25 13:26:18 +00:00
scw
b3b156f736
Note shlib support on sh5.
2003-03-25 13:18:37 +00:00
atatat
611aa4cedc
Sendmail 8.12.8 has now been imported.
2003-03-24 15:25:56 +00:00
ragge
58f2835f47
Note addition of rf/rfc driver.
2003-03-23 11:14:28 +00:00
mrg
dd13dddfff
pppoectl: Add a "-f configfile" option.
2003-03-22 14:41:17 +00:00
nakayama
761c2112ae
note PCI-CardBus bridge support for sparc64.
2003-03-22 07:09:11 +00:00
wiz
fc851d7ed0
postfix-2.0.7 out.
2003-03-20 11:09:54 +00:00
thorpej
0f683ec521
Note Intel i31244 and Silicon Image 3112 Serial ATA controller support.
2003-03-20 04:29:06 +00:00
jdolecek
98a4d33c38
sort some recently added entries by date
2003-03-19 21:07:32 +00:00
dsl
2f88b7a4f3
Add recent fixes
2003-03-19 12:47:01 +00:00
fvdl
ba893423e9
Note recent x86_64 changes.
2003-03-17 23:05:41 +00:00
hannken
1f71f9dc35
Note support for the NCD Explora451 ThinClient.
2003-03-12 12:22:12 +00:00
wiz
8a1379d49c
Mention in the grep update entry that -o now does something else.
...
Noted by Hubert Feyrer.
2003-03-11 12:44:40 +00:00
christos
5e7eaf37bd
mention amd.
2003-03-10 13:18:07 +00:00
christos
30bcc35364
Update amd.
2003-03-10 13:16:26 +00:00
perseant
8757a68b2e
Be a little more verbose in stating that LFS uses UBC natively, at the
...
suggestion of Hubert Feyrer.
2003-03-10 01:35:11 +00:00
perseant
8feb2c22f5
Take away "#ifdef LFS_UBC".
2003-03-08 21:46:04 +00:00
perry
6c5c3e644c
note new postfix
2003-03-08 20:35:43 +00:00
wiz
61419f6149
libpcap-0.7.2, postfix-2.0.6, tcpdump-3.7.2.
2003-03-07 11:52:36 +00:00
thorpej
be8e7c7bd2
Note/adjust hw.physmem64 and hw.usermem64 entry.
2003-03-06 20:35:13 +00:00
kochi
4b93d57ab3
Intel ACPI CA updated to 20030228.
2003-03-05 15:15:19 +00:00
dogcow
0ef88e5d5c
note changes to mdsetimage (which broke after the binutils update)
2003-03-05 00:06:34 +00:00
wiz
5cdc073488
postfix-2.0.5 out.
2003-03-04 08:07:21 +00:00
taca
57fdc950ca
BIND 9.2.2 has out.
2003-03-04 03:41:59 +00:00
kanaoka
31bc31ea63
acpica-unix-20030228.tar.gz is out.
2003-03-03 22:31:29 +00:00
christos
9a2f398451
mention who is responsbile for sendmail.
2003-03-03 20:10:17 +00:00
wiz
e53b7b9be2
sendmail-8.12.8 out.
2003-03-03 19:44:34 +00:00
pooka
0bb9c1a84e
Explain the current status of file(1) as suggested/requested by Jaromir.
...
Also note that file 3.41 is out.
2003-03-03 14:21:09 +00:00
bjh21
060b1108df
Mention what I did at the weekend.
2003-03-03 11:29:02 +00:00
jdolecek
5099a2196b
put the notes about old gas/ld back - they _are_ still in tree (a.out tools)
2003-03-03 10:04:31 +00:00
jdolecek
8e94b0bfea
update binutils/gas binutils/ld entry - they were updated to 2.13.2.1
...
together with rest of binutils
remove seemingly obsolete note about older ld/gas version - doesn't
seem to be in tree anymore
2003-03-03 09:54:16 +00:00
mrg
4da0f9bef5
note binutils update.
2003-03-01 13:25:25 +00:00
mrg
e43329102e
note binutils 2.13.2.1 update
2003-03-01 13:20:48 +00:00
tron
4284747200
Update entry for XFree86.
2003-02-28 17:48:09 +00:00
simonb
b917da0f35
Fix date typo, noticed by Mattias Karlsson.
2003-02-28 00:26:29 +00:00
thorpej
42324ce88f
Note pthread_{,attr}_{get,set}name_np() and hw.{physpages,userpages}.
2003-02-27 01:55:12 +00:00
kanaoka
70270b0fa1
Add kochi to Responsible for acpica.
2003-02-26 12:50:25 +00:00
matt
65e5548a17
Add MBUFTRACE kernel option.
...
Do a little mbuf rework while here. Change all uses of MGET*(*, M_WAIT, *)
to m_get*(M_WAIT, *). These are not performance critical and making them
call m_get saves considerable space. Add m_clget analogue of MCLGET and
make corresponding change for M_WAIT uses.
Modify netinet, gem, fxp, tulip, nfs to support MBUFTRACE.
Begin to change netstat to use sysctl.
2003-02-26 06:31:08 +00:00
simonb
02468768a6
Note libsa LFSv2 support and i386 bootblock support for LFS.
2003-02-23 23:30:39 +00:00
jhawk
f5d8b1f4f1
/etc/daily: Suppress empty security reports
...
/etc/security: unidiff by default; support other choices via ``diff_options''
2003-02-21 22:50:28 +00:00
atatat
c47fa93958
Mention that USE_TOPDOWN_VM was added. Finally.
2003-02-21 15:03:44 +00:00
wiz
e427050bdf
postfix-2.0.4 out.
2003-02-21 11:08:56 +00:00
fredb
3b33ad6fc2
OpenSSL is now up to 0.9.7a.
2003-02-20 15:19:14 +00:00
jdolecek
6c6a0817ba
note SMBFS support
2003-02-18 21:05:47 +00:00
drochner
8e2212faf9
note dhcp-3.0.1rc11
2003-02-18 17:24:53 +00:00
wiz
70d4e8ed08
file-3.40 out.
2003-02-17 12:24:13 +00:00
perseant
f05dc43395
Note bridge(4)/brconfig(8) with ipf.
2003-02-17 02:17:07 +00:00
augustss
ea8554c01f
Add uax(4) note.
2003-02-16 17:20:48 +00:00
kanaoka
f304176e6c
acpica update.
2003-02-13 14:26:08 +00:00
wiz
8a9c4c8e13
texinfo-4.5 update.
2003-02-13 09:03:07 +00:00
wiz
c69d8efd42
grep-2.5.1 update.
2003-02-13 08:09:02 +00:00
wiz
20c9c0d579
Note grep-2.5.1 update; remove me from am-utils.
2003-02-13 08:07:39 +00:00
atatat
52abe48888
Note the addition of the kern.dump_on_panic sysctl setting.
2003-02-13 05:48:25 +00:00
jhawk
b0775cf0b9
New flags in security.conf(5) to control check_mtree and check_passwd in
...
/etc/security.
2003-02-13 02:43:16 +00:00
tron
20a9ee2c50
Note use of kqueue(2) in inetd(8).
2003-02-12 08:54:01 +00:00
lukem
d27e8bf371
Fix example 3; the build.sh target is "install" not "installworld".
...
Improve description.
Noted by Valeriy Ushakov (uwe@) in private email.
2003-02-08 10:00:33 +00:00
wiz
cf95ff4f19
gcc-3.2.2, texinfo-4.5.
2003-02-07 18:40:30 +00:00
enami
59055822ed
Various update of Version, Current Vers and Archive Site. From Kimio Ishii.
2003-02-03 05:32:09 +00:00
lukem
a2553ebbc2
attempt to further improve and clarify the examples...
2003-02-02 12:37:41 +00:00
wiz
77cfc09d9c
Correct misspellings of "version", noted by skrueger at europe dot com.
2003-02-02 09:57:51 +00:00
thorpej
a73c169fe9
Note extensible kernel malloc types.
2003-02-01 06:42:13 +00:00
tsutsui
0566c52cec
Note VGA console support for NEC-J96A and NEC-R96 on arc port.
2003-01-31 22:18:04 +00:00
jhawk
8f3b1cfb79
Note find(1) changes to -user predicate (permit + and - on numeric args)
2003-01-30 10:53:01 +00:00
lukem
34e5de7919
Prefix various paths with 'DESTDIR', to highlight that the DESTDIR
...
is taken into account.
2003-01-30 02:52:40 +00:00
lukem
6ac63dc2e0
allow toolprefix to be easily changed
2003-01-29 22:50:08 +00:00
simonb
51f9790db1
Note objcopy and crunchgen changes.
2003-01-29 10:34:26 +00:00
kanaoka
96aa0db5b2
New acpica-unix-20030123.tar.gz out
2003-01-28 12:05:00 +00:00
christos
449f3dd270
public domain grep moved.
2003-01-27 14:54:39 +00:00
wiz
eed8d2eb1b
Note difference between uucp-1.06.1 and 1.06.2.
2003-01-27 00:56:12 +00:00
wiz
84c070bc3a
Email address changes and typo fixes from gzip-1.2.4a synced.
2003-01-27 00:51:12 +00:00
wiz
63db92c602
Note grep-2.5 import.
2003-01-27 00:13:55 +00:00
wiz
613afd35b0
Note grep-2.5 update.
2003-01-27 00:13:05 +00:00
lukem
fc4bd1a946
Various improvements per discussion with Alan Barrett.
2003-01-26 13:15:17 +00:00
lukem
4e91f80fa2
- Add "sets" top-level Makefile target and build.sh operation.
...
[Latter suggested by Julio Merino in private email]
- Add "help" build.sh operation.
2003-01-26 06:19:12 +00:00
lukem
46d44d89e9
Change build.sh so that at least one operation is required.
...
Add "makewrapper" operation to build.sh.
[The above changes were suggested by Alan Barrett on current-users@]
Fail if building as non-root unless: UNPRIVED is set, -U is given, or -E
(expert mode) is given.
[Suggested by James Wetterau in private email]
Improve the examples in BUILDING.
2003-01-26 05:34:32 +00:00
wiz
173d114510
Note bsd-family-tree 1.68 sync, and add notes on
...
what to do for a diffutils import.
2003-01-26 01:05:49 +00:00
wiz
6e297504d0
Note that diffutils has been synced with 2.8.1 distribution, and note me
...
as responsible; also note new postfix version.
2003-01-26 00:56:51 +00:00
wiz
be5bbce3da
Note diff, diff3, and sdiff upgrades to diffutil-2.8.1 version.
2003-01-26 00:56:12 +00:00
thorpej
1b3e5a4bd2
Note new librt.
2003-01-24 02:09:18 +00:00
christos
5a95c2232e
- mention gcore
...
- luke, it is 2003 already
2003-01-23 17:41:17 +00:00
lukem
e9a4b099b2
build.sh rototill. attempt at consistency in some other recent entries
2003-01-23 16:26:46 +00:00
lukem
31b7057f61
Rework how build.sh functions, so that command line options set various
...
parameters, and a list of "operations" defines what to do.
The full usage is show below. Notes:
`-b' has been deprecated (it always occurs now)
`-d' is replaced by "distribution"
`-R rel' onlys sets RELEASEDIR; use "release" to build a release
`-k kern' has been replaced by "kernel=kern"
`-i idir' has been replaced by "install=idir"
-r now occurs before nbmake is rebuilt
Add a copyright (long due!). Rework the code to (a KNF inspired) ShellNF.
Use functions appropriately. Allow `nb' prefix to be easily changed to
something else. Solve world peace (just kidding)
This is part of the (never achievable) goal of attempting to make
NetBSD easier to build...
--8<-- new usage follows --8<--
Usage: build.sh [-EnorUu] [-a arch] [-B buildid] [-D dest] [-j njob] [-M obj]
[-m mach] [-O obj] [-R release] [-T tools] [-V var=[value]]
[-w wrapper] [operation [...] ]
System build operations (all imply "obj" and "tools"):
build Run "make build"
distribution Run "make distribution" (includes etc/ files)
release Run "make release" (includes kernels & distrib media)
Other operations:
obj Run "make obj" (default unless -o)
tools Build and install tools
kernel=conf Build kernel with config file `conf'
install=idir Run "make installworld" to `idir'
(useful after 'distribution' or 'release')
Options:
-a arch Set MACHINE_ARCH to arch (otherwise deduced from MACHINE)
-B buildId Set BUILDID to buildId
-D dest Set DESTDIR to dest
-E Set "expert" mode; disables some DESTDIR checks
-j njob Run up to njob jobs in parallel; see make(1)
-M obj Set obj root directory to obj (sets MAKEOBJDIRPREFIX)
-m mach Set MACHINE to mach (not required if NetBSD native)
-n Show commands that would be executed, but do not execute them
-O obj Set obj root directory to obj (sets a MAKEOBJDIR pattern)
-o Set MKOBJDIRS=no (do not create objdirs at start of build)
-R release Set RELEASEDIR to release
-r Remove contents of TOOLDIR and DESTDIR before building
-T tools Set TOOLDIR to tools. If unset, and TOOLDIR is not set in
the environment, nbmake will be (re)built unconditionally.
-U Set UNPRIVED
-u Set UPDATE
-V v=[val] Set variable `v' to `val'
-w wrapper Create nbmake script as wrapper
(default: ${TOOLDIR}/bin/nbmake-${MACHINE})
2003-01-23 16:24:08 +00:00
jdolecek
c54aea6fb9
add entry for nathanw_sa branch merge (!)
2003-01-22 21:37:40 +00:00
jhawk
8eaf521be2
progress(1) and sysinst uses it.
2003-01-22 06:04:30 +00:00
wiz
f3095c7e49
New dhcp versions out: 3.0pl2 and 3.0.1rc11.
2003-01-21 13:57:14 +00:00
wiz
92e23290a4
cvs-1.11.5 imported.
2003-01-21 09:47:02 +00:00
itojun
06422dc070
drop myself from bind/resolver maintainer, soda discouraged me well enough
...
(so you should be happy by now, soda-san?)
2003-01-21 06:47:26 +00:00
grant
96fcd5be94
fix a broken entry.
2003-01-21 04:17:42 +00:00
christos
9c90a36f1a
mention semaphores
2003-01-21 02:04:15 +00:00
grant
1299d1b74c
1.7 -> 2.0.
2003-01-20 12:53:48 +00:00
thorpej
12ef38c50e
Update to reflect merging of the nathanw_sa branch.
2003-01-19 20:06:22 +00:00
wiz
dd9095493a
Remove cpio and tar entries.
...
Update texinfo entry to note texinfo2netbsd.
Fix some basesrc/gnusrc remainders.
2003-01-18 01:17:46 +00:00
wiz
4d2406df5f
Note texinfo update and GNU cpio and GNU tar removals.
2003-01-18 01:15:38 +00:00
gendalia
a446a87fb5
note support for 3c905CX-TX.
2003-01-17 01:45:22 +00:00
gendalia
6a8668e9f5
change 20031116 to 20030116... no time warping yet.
2003-01-16 15:26:39 +00:00
gendalia
4e86b413da
note "auich(4): Added support for nForce2 MCP-T. [gendalia 20030116]"
...
requested by kent.
2003-01-16 14:59:54 +00:00
wiz
9c5cdbe4bc
Note cvs-1.11.4 update in basesrc.
2003-01-16 03:25:24 +00:00
wiz
f4edd8365f
s/netbsd.com/netbsd.org/
...
Note cvs-1.11.4 update, and take co-responsibility for it.
2003-01-16 03:24:34 +00:00
wiz
c3d9aceb8d
postfix-2.0.2.
2003-01-15 19:39:31 +00:00
wiz
d2058c98d4
postfix-2.0.1 out.
2003-01-13 10:12:12 +00:00
mrg
e37ed12dae
add an entry about sparc SMP
2003-01-11 17:37:41 +00:00
martin
49aeace383
The nell driver is now fully functional.
2003-01-08 21:54:54 +00:00
lukem
c39e1623f3
mtree's change of default mode of created directories
2003-01-04 13:13:29 +00:00
lukem
a04634dbdf
Add "-V var=[value]", for setting arbitrary variables which will also
...
be added to the nbmake-${MACHINE} wrapper.
Useful for setting RELEASEDIR, without -R's habit of building a release.
2003-01-04 12:55:32 +00:00
lukem
258457037f
${RELEASEDIR} -> ${RELEASEDIR}/${MACHINE} change
2003-01-03 15:36:14 +00:00
wiz
7e72e65932
binutils-2.13.2.1, cvs-1.11.4, db-4.1.25, openssl-0.9.7, sendmail-8.12.7.
2003-01-03 14:47:08 +00:00
christos
4747453f28
mention procfs changes.
2003-01-03 13:24:21 +00:00
wiz
e8f64740f4
New binutils-2.13.2 out.
2003-01-02 14:10:25 +00:00
thorpej
af3c995dd0
Note the new "aprint" routines.
2002-12-31 17:51:10 +00:00
tsutsui
d76a1d687e
Add a late entry for Express5800/240 support on arc port.
2002-12-28 08:28:38 +00:00
tsutsui
e4f8b8cbbf
Tweak some entries for "Significant Source changes" page on www.
2002-12-27 15:47:27 +00:00
tsutsui
cb2360268f
Note Maple bus driver update by itohy in the last month.
2002-12-27 15:22:28 +00:00
tsutsui
50e2b8407d
Note SEGA LAN Adapter support on dreamcast.
2002-12-27 11:51:22 +00:00
perry
bf746f0aa4
update to indicate we're at postfix 2.0.0.1
2002-12-26 21:32:12 +00:00
lukem
1c855902af
Document:
...
* build.sh -i idir
* top level targets: distribution, buildworld, installworld
* top level variables: INSTALLWORLDDIR
2002-12-25 00:58:00 +00:00
lukem
5fa3f8b6b1
build.sh -i
2002-12-25 00:56:44 +00:00
kanaoka
6e5369a9c3
Add an entry for acpica.
2002-12-23 21:25:44 +00:00
wiz
8f097c5c80
postfix-2.0 out.
2002-12-23 12:09:51 +00:00
lukem
c6e8e349b7
mtree -C
2002-12-23 04:52:39 +00:00
lukem
8c30ffa67c
vis(1) -e
2002-12-23 01:47:53 +00:00
lukem
cd5697ad8e
sunlabel(8)
2002-12-21 13:08:59 +00:00