Commit Graph

138620 Commits

Author SHA1 Message Date
christos
d4ddc2a3d4 Don't define __indr_reference() for lint. 2005-07-16 17:41:05 +00:00
christos
fce61e5249 revert previous, my include files were out of day. 2005-07-16 17:32:09 +00:00
christos
76e7e3ea51 Cast large constant to int. 2005-07-16 17:20:12 +00:00
christos
b5626a3a22 Fix prototype inconsistency, discovered by lint2 fixes. 2005-07-16 17:15:46 +00:00
christos
55b453fa3c don't play #define games with lint. Breaks pass2. 2005-07-16 17:12:36 +00:00
christos
10ca8c1c36 We don't need to define fork anymore (pthread_atfork.c) or setlogin
(setlogin.c). Lint pass 2 works now.
2005-07-16 17:12:12 +00:00
uwe
065e2422b3 Match HP 620LX. Tested by Christer Andersson.
XXX: platid_mask_MACH_HP_LX also matches 360LX.  It's not confirmed
whether touch panel in 360LX is connected in the same way.  We may
need to regroup platid masks.
2005-07-16 16:36:23 +00:00
christos
0aa8a97934 WARNS=3 and remove default values. 2005-07-16 16:21:05 +00:00
christos
140eaa6eeb - KNF
- better handling of errors and messages
- pass lint
2005-07-16 16:20:35 +00:00
christos
078c5c1a41 From David Sainty: If a process dissappears while we are signalling it, don't
count it as a match/error.
2005-07-16 15:53:56 +00:00
rtr
f44fd3e324 not -> no typo 2005-07-16 14:45:18 +00:00
rpaulo
0024ded950 Remove the -L parameter from the first line of the SYNOPSIS
and bump the date.

ok Hubert Feyrer.
2005-07-16 12:35:59 +00:00
hannken
5b2600ba63 Add option `ioaddr=<ioaddr>' to amd64. Already noted in man page.
Approved by: Frank van der Linden <fvdl@netbsd.org>
2005-07-16 10:43:00 +00:00
rtr
1892a6084b add plist entries for forward manpage 2005-07-16 09:13:01 +00:00
rtr
599cc15c8c forward.5 from FreeBSD
resolves pr#20179
2005-07-16 09:10:02 +00:00
rtr
c398bfd249 avoid ifconfig <if> "" it serves no purpose
patch from Robert Elz via pr#21110
2005-07-16 08:41:27 +00:00
rtr
c19cae9065 change output from "rogue" to "quirks apply" - resolves pr#25387 2005-07-16 05:12:26 +00:00
yamt
d7714c3b58 #ifdef out an unused variable in the case of !WI_DEBUG. 2005-07-16 04:06:39 +00:00
yamt
e9e22b28eb genfs_getpages: don't forget to put the vnode onto the syncer's work queue
even in the case of PGO_LOCKED.
2005-07-16 03:54:08 +00:00
grant
c48841dcc1 fix typo in comment 2005-07-16 01:54:27 +00:00
he
14bbdadd3d The ANSIfication unconvered that we were calling devlookup() with
an extra argument.  It seems to be correct just to drop the last arg.
2005-07-15 23:15:00 +00:00
he
bc29f36ac6 The new function name is (for now, I gather) config_found_sm_loc(),
and not config_found_sm().
2005-07-15 23:10:36 +00:00
wiz
980a2652ee Aspell, fix an Xref, drop trailing whitespace. 2005-07-15 22:33:48 +00:00
dyoung
8e16397dbf Add a sysctl for turning wi(4) debugging on and off.
Do not print the number of tx commands outstanding on entrance to
wi_cmd_intr unless wi_debug > 1.
2005-07-15 22:33:29 +00:00
ginsbach
d313757b82 * Exit non-zero error code when flushroute() fails operating on the
routing socket, e.g. running route flush as non-root.

* When quiet (-q) don't append error string to a non-existent
  diagnostic output (stdout).  The error diagnostic is still written
  to stderr.  [from FreeBSD]

* Use warn(3) in place of perror(3).
2005-07-15 21:29:54 +00:00
christos
0df4f0ca31 Only do certain actions when we are trully interactive, not just when we
are connected to a tty:
	1. enable editor
	2. print directory on directory change.
	3. print job messages
2005-07-15 17:49:43 +00:00
christos
b0d51313b4 If we have a script and we are interactive, set interactive to 2. This
allows us to run scripts with -i without printing the prompt like the
other shells do.
2005-07-15 17:46:54 +00:00
christos
e996b4625d Allow trap to work on ignored signals when the shell is interactive. 2005-07-15 17:23:48 +00:00
christos
af815c7633 propagate martin's fix in the syscall_plain version. It does not make any
sense to print the syscall return part of syscall debug when we did not
print the syscall enter portion.
2005-07-15 13:38:08 +00:00
martin
949b9f4b51 Ooops, gcc was right - *ap could have been used uninitialized (when
getargs() failed) - pointed out by Juergen Hannken-Illjes.
2005-07-15 12:34:46 +00:00
wiz
bbd944217e Add missing break. From YOMURA Masanori in PR 30751. 2005-07-15 09:45:04 +00:00
yamt
1eb847c433 evtchn_do_event: enable interrupts while calling interrupt handlers. 2005-07-15 09:16:23 +00:00
martin
9295914697 Shutup gcc - it eroneously thinks *ap might be used uninitialized. 2005-07-15 09:00:15 +00:00
yamt
cdc5b954fc include cardbus/pcmcia.
XXX 32bit cards don't work due to the way how xen handles
pci configuration space.
2005-07-15 07:56:22 +00:00
thorpej
29af9583d2 Use ANSI function decls. 2005-07-15 05:01:16 +00:00
simonb
bf458186f4 White space KNF nit. 2005-07-15 03:59:31 +00:00
reed
9887c735e4 Add NetBSD 2.0.2 was released on April 12, 2005. 2005-07-15 03:17:46 +00:00
rpaulo
cb3370b308 Mention WSDISPLAY_SCROLLSUPPORT and bump date.
Reviewed by Thomas Klausner and ok'ed by Hubert Feyrer.
2005-07-15 01:00:52 +00:00
wiz
b6672bc279 Improve command description, from jmc, jaredy, and tom, all @openbsd. 2005-07-14 22:16:39 +00:00
uwe
6280bf9ce0 Add myself as responsible for hpcboot.exe 2005-07-14 20:07:55 +00:00
mrg
a133a462e9 note tz{code,data}2005k is out 2005-07-14 20:03:37 +00:00
uwe
06814ceede Keyboard translation for HP 620LX. Data and testing on an
"International English" (#ABB) unit from Christer Andersson.
US version (#ABA) uses the same primary layer layout as far as I can
figure from keyboard pictures, so this table should work for those
machines too.
2005-07-14 19:50:29 +00:00
wiz
6220c813a6 Drop trailing whitespace. 2005-07-14 15:02:37 +00:00
christos
45542456a5 PR/30747: David N. Williams: libedit is missing remove_history()
Added, please test.
2005-07-14 15:00:58 +00:00
wiz
a4c1884902 & -> \*[Am]; comment out Xref to non-existing hostapd(8). 2005-07-14 12:54:23 +00:00
drochner
f674eb9511 mention ral(4) 2005-07-14 12:52:18 +00:00
drochner
fed189aea6 add a manpage for the ral (at pci/cardbus/uhub) wlan driver,
mostly from OpenBSD
2005-07-14 12:46:45 +00:00
christos
6388180b87 make this compile again. 2005-07-14 12:35:08 +00:00
wiz
4351be5dd1 Fix typo in comment, from Nicolas Joly in PR 30743. 2005-07-14 11:59:53 +00:00
he
182dc837b5 Move a variable declaration to the variable declaration section of
the enclosing block from within the middle of active code, so that
this compiles with older gcc.  Fixes build problem for vax.
2005-07-14 11:26:57 +00:00