Commit Graph

143861 Commits

Author SHA1 Message Date
thorpej a4f36d5d21 Use device_is_a(). 2006-02-26 06:17:00 +00:00
thorpej 8ac4586816 Use device_is_a() more. 2006-02-26 06:15:01 +00:00
thorpej 9d54e15b94 Use device_is_a(). 2006-02-26 06:12:59 +00:00
thorpej b30011ecd0 Don't fiddle with emac here; call the common ibm4xx_device_register(). 2006-02-26 05:51:52 +00:00
thorpej ec8984ed6f Set emac0-mac-addr in the "board info" propdb. 2006-02-26 05:49:05 +00:00
thorpej b81a24a297 Use device_is_a(). 2006-02-26 05:36:15 +00:00
thorpej 132ce1f07f Use device_is_a() 2006-02-26 05:24:52 +00:00
uwe 2817b4e30f Report power status to apm. Reported are AC on/off, batter absent,
battery is being charged, and estimated battery percentage (thanks to
Joseph Heenan for battery discharge measurements).
2006-02-26 03:25:44 +00:00
dyoung f140ae1967 Add tags from sys/arch/x86/ to the i386 tags file. 2006-02-26 03:08:02 +00:00
dyoung 0f0c24e0c7 Print the "bad-fcs" radiotap flag. 2006-02-26 03:04:28 +00:00
dyoung 125170229e Reduce diffs between NetBSD's authoritative radiotap header file
and TCPDump's.
2006-02-26 03:04:03 +00:00
dyoung dd269ac542 This patch removes one possible cause for a prolonged "out of disk"
condition on /tmp/:  if creating the file list ($FILELIST) fails,
immediately exit with a non-zero result code.  This fixes a bug
where, if the file list filled /tmp/, updatedb.sh would nevertheless
run for several minutes before it removed the file list as it quit.
2006-02-26 03:00:16 +00:00
wiz 120c0e6d94 NetBSD -> Nx; break lines after 80 chars; other minor fixes. 2006-02-25 22:57:09 +00:00
rpaulo 7ad8c01644 mention postfix 2.2.9 2006-02-25 22:55:23 +00:00
wiz 0db89c4942 Remove trailing whitespace. 2006-02-25 22:54:23 +00:00
rpaulo 0b9cd89626 Add gcc 4.1.0 2006-02-25 22:44:27 +00:00
rpaulo 66d4bfa5f5 postfix 2.2.9 imported
postfix 2.3 is at 20050207.
2006-02-25 22:40:17 +00:00
rpaulo 7afb97ea59 resolve conflicts 2006-02-25 22:17:12 +00:00
rpaulo b540f1d62f postfix 2.2.9 2006-02-25 22:04:07 +00:00
christos c9ec09a52e spelling fixes Trond Endrestøl 2006-02-25 21:58:16 +00:00
dsl ac97411677 Use a menu for 'install from floppy' questions.
Ask whether the user wants to delete the fetched files (ftp and floppy) after
install.  Delete after sucessful install of each file.
Kill bufferred tty input in a couple of places when typeahead will be wrong.
Code added to run.c to do a 'cd' in the child, unused (so far).
2006-02-25 20:21:00 +00:00
christos 286c74606d update for auxgreg, clock, timer sparc man page addition. 2006-02-25 17:44:50 +00:00
christos f7d011d759 Add 3 man pages from: Stephan Meisinger 2006-02-25 17:42:42 +00:00
thorpej a1050c527b Use device_is_a(). 2006-02-25 17:32:43 +00:00
christos 330d630ab9 leave the old number for vinum in (for reference). Prompted by veego. 2006-02-25 17:16:45 +00:00
uwe 9c1b217d35 Cosmetic. Consistenly use return without parens as new KNF requires.
Move assignment out of conditional expression.
2006-02-25 16:43:36 +00:00
christos 7a7bfc184b put back the vlan cat page. 2006-02-25 16:41:57 +00:00
wiz 11aa6228ac postfix-2.2.9 is out. 2006-02-25 13:35:44 +00:00
dsl cd974d281d target_realpath() is only used by the code that updates libraries from
a.out to elf - so move it into aout2elf.c
I'm not even sure this code is important at all any more.
2006-02-25 13:29:34 +00:00
simonb 5cfbf7bf76 Use MKPRIVATELIB instead of NOLINKLIB/NOMAN/NOPIC/NOLINT. 2006-02-25 12:04:23 +00:00
simonb bee087d4cc libcompat isn't needed any more here. 2006-02-25 12:00:24 +00:00
simonb 3204463045 We link against libl and liby, so depend on them too. 2006-02-25 11:57:52 +00:00
simonb feaaa5ed4c Change DPADD from LIBTERM (which doesn't exist) and LIBCOMPAT (which it
doesn't use) to LIBTERMCAP (which it does use).
2006-02-25 11:56:51 +00:00
simonb 7a89a17ecd Sort PCI devices alphabetically.
Add "sip" and "fxp" ethernet cards.
Split ethernet and IDE controller devices into separate sections.
Use "options<space><tab>".
2006-02-25 11:47:41 +00:00
simonb f6508730bb Sort PCI devices alphabetically.
Remove IDE controller and related devices - the MeshCube doesn't have
  one of these.
Use "options<space><tab>".
2006-02-25 11:45:24 +00:00
simonb f309c85ff6 Sort PHYs alphabetically, add nsphyter.
Use "options<space><tab>".
2006-02-25 11:43:14 +00:00
rpaulo f714333c4c In mixer_remove() it's better to check if lwp is not NULL before trying
to access a children node of it.

Fixes PR 32823, by Yours Truly. I guess I should read the code before
sending a PR.
2006-02-25 11:32:51 +00:00
wiz 4ab9075a6b Mention the preferred option order in
getopt(), usage(), and man page.
Suggest describing newly added options in usage() and man page.
2006-02-25 11:07:19 +00:00
wiz e793469a2f Remove ./usr/include/dev/vinum, already marked as obsolete. 2006-02-25 10:30:11 +00:00
skrll 6f2d82f65a Fix PR 32923 by ensuring we have non-NULL LWP in vfs_shutdown. 2006-02-25 07:11:31 +00:00
wiz c3afd770fe Add PDQ: pretty darn quick. 2006-02-25 04:13:54 +00:00
wiz 5d1e8b2745 Fix some typos. 2006-02-25 02:28:55 +00:00
wiz 6f38e00ba9 Fix typo. New sentence, new line. 2006-02-25 02:27:42 +00:00
wiz f19f5c87cc Fix typo in the instructions. 2006-02-25 02:06:08 +00:00
wiz b82f53ae21 Fix typo in comment. 2006-02-25 01:58:39 +00:00
christos 5a55d7f236 remove vinum 2006-02-25 01:58:03 +00:00
christos 4738a03371 remove vinum reference. 2006-02-25 01:56:41 +00:00
christos e241178d90 mark vinum as obsolete. 2006-02-25 01:55:00 +00:00
wiz ecbf12f7eb Remove assar, seeing that his account is suspended for ~2 years now.
Note new ipsec-tools version.
2006-02-25 01:47:55 +00:00
christos 183d2e28cf remove vinum 2006-02-25 01:44:15 +00:00