christos
857164eeb5
Coverity CID 2536: Clarify the error path further.
2006-04-09 20:01:40 +00:00
christos
c5e22666b0
Coverity CID 1596: Plug memory leak.
2006-04-09 19:51:23 +00:00
christos
e550e02b95
Coverity CID 1624: Plug memory leak.
2006-04-09 19:47:43 +00:00
christos
79059c6361
Coverity CID 1563: Fix memory leak.
2006-04-09 19:42:03 +00:00
christos
3bf01f5c84
Duh fixed error printing.
2006-04-09 19:39:17 +00:00
christos
034e8bc313
Coverity CID 1580: Plug memory leak.
2006-04-09 19:37:50 +00:00
bouyer
aab0004b68
Add support for ACPI in xen-3 dom0 support. We can now boot a xen-3 dom0
...
kernel with a default xen comamnd line.
2006-04-09 19:28:00 +00:00
christos
c1cd33addf
Coverity CID 2331: Plug memory leak.
2006-04-09 19:27:22 +00:00
bouyer
5086e476d2
#if out read_frontend_details() for now, so that it compiles with DOM0OPS.
2006-04-09 19:25:50 +00:00
christos
5d96bf2cf0
Coverity CID 2333: Fix memory leak.
2006-04-09 19:21:26 +00:00
christos
bd21f84917
Coverity CID 1253, 1254: Don't assign the return of read or write to size_t.
...
It will never be negative.
2006-04-09 19:12:17 +00:00
christos
f5a5211062
It is silly to creat() and close a file just to stat it. open/fstat/close
...
instead checking for errors. From Coverity CID 1276.
2006-04-09 19:06:34 +00:00
christos
5800a5519e
Coverity CID 2078, 2079, 2080: Plug memory leaks.
2006-04-09 19:03:32 +00:00
christos
e90cb419e0
Coverity CID 2355: Checking event for NULL is supefluous; restructure the
...
code to make this obvious.
2006-04-09 18:57:10 +00:00
christos
347d6ce9be
Pass lint. Also fix errx/err confusion.
2006-04-09 18:54:28 +00:00
christos
61894ae043
Coverity CID 894: Avoid NULL dereference that cannot really happen.
2006-04-09 18:47:49 +00:00
christos
9d0203193c
Pass lint.
2006-04-09 18:45:19 +00:00
christos
eb8f5ea98d
Coverity CID 1090: Only check suser if we have a process context.
2006-04-09 18:33:43 +00:00
jschauma
2871f9db99
document that VIS_CSTYLE encodes space (SP 040) as '\s'.
2006-04-09 15:24:34 +00:00
tls
3b526da7d6
bsd.lib.mk used MKDEBUG, but nothing defined it. Fix this.
2006-04-09 04:21:27 +00:00
christos
2731b15f5e
fix debug build
2006-04-09 02:52:20 +00:00
christos
1c364e3284
Add MKDEBUG and the ability to build debugging versions of the libraries.
2006-04-09 01:52:06 +00:00
christos
5bba7270fa
fix debugging printf format.
2006-04-09 01:36:51 +00:00
tsutsui
106e914ccd
Replace some magic numbers with macro.
2006-04-09 01:24:05 +00:00
tsutsui
1fc83a9af6
Remove declaration for cpu_model[] since it's in <sys/systm.h>.
2006-04-09 01:20:06 +00:00
tsutsui
9c7179ce5d
Remove declarations for cpu_model[] since it's in <sys/systm.h>.
2006-04-09 01:18:14 +00:00
christos
ac579202bd
fix debug build.
2006-04-09 00:49:55 +00:00
christos
98527081b1
make debug build work.
2006-04-09 00:44:40 +00:00
wiz
498c64811f
Note that -v is broken in this version.
2006-04-08 23:56:39 +00:00
riz
2d877b926c
Add NetBSD RCSIDs
2006-04-08 23:41:46 +00:00
christos
03c0fd3fc6
change an int to size_t
2006-04-08 23:27:03 +00:00
christos
a0d45c2607
Need stdio.h if debug.
2006-04-08 23:24:44 +00:00
wiz
95afc5b6be
Reword "works best with 32 MB, but at least 64 MB is advised" as "works with 32MB...".
2006-04-08 23:14:10 +00:00
wiz
65236f0cee
Fix date (no leading zero); use Dq.
2006-04-08 23:12:13 +00:00
wiz
94331e28dc
Add RCS Id. Fix Nx argument.
2006-04-08 23:10:40 +00:00
wiz
bd3d86b969
Add RCS Id.
2006-04-08 23:10:03 +00:00
wiz
91bfc3f2c9
Formatting nits.
2006-04-08 23:05:38 +00:00
wiz
3598f93379
Fix date (no leading zero), fix xref: sticky(7) not (8).
2006-04-08 22:39:39 +00:00
uwe
8398f3ff65
Whitespace nit.
2006-04-08 22:33:36 +00:00
jschauma
b338995776
Address PR 30374 as suggested in there:
...
"Modify the man page to match the behaviour of "ls -q",
(done by yamt@ previously)
...
modify both the behaviour and documentation for "ls -b" and "ls -B" to
make spaces readily apparent. This could be done by adding VIS_WHITE
to the flags passed to strvis(3) in the safe_print() function in
src/bin/ls/util.c."
'ls -b' now yields foo\sbar (whitespace) foo\tbar (tab) foo\rbar (CR).
'ls -B' now yields foo\040bar foo\011bar foo\015bar.
2006-04-08 22:28:06 +00:00
christos
f5804cdea3
make sure p is initialized.
2006-04-08 22:05:36 +00:00
christos
d2bf424ee0
remove bogus declaration.
2006-04-08 21:33:09 +00:00
christos
4b5dc3b5a8
- wrap memspace {}, pointed out by rui.
...
- comment out the memspace none case, pointed out by rui.
- move declarations to the top to avoid brace mess.
2006-04-08 20:55:22 +00:00
christos
258969c334
Include bsd.own.mk; from Jukka Salmi
2006-04-08 20:07:29 +00:00
christos
c2909c51dd
Split the tuple parsing code in its own function for each kind, instead of
...
having a single parsing function that has more than 1000 lines of code.
2006-04-08 20:01:21 +00:00
wiz
a694f1af51
Put Ic argument directly after the macro, instead of
...
on the following line.
2006-04-08 19:54:08 +00:00
peter
75b167e81d
Bump build number as requested by Uwe.
2006-04-08 16:27:25 +00:00
rpaulo
abddbf01be
Back out rev 1.42 and 1.43. It's been causing much more hassle than it should
...
and I don't feel like continue arguing about it.
2006-04-08 15:59:59 +00:00
tnozaki
ffcda0dc45
fix wrong token, s/DST_ILSEQ/DST_INVALID/.
2006-04-08 15:47:39 +00:00
peter
f75a258915
The altgr button has number 184, not 219. Change the jornada 720
...
key translation tables to use the correct number.
Patch for the US/UK model has been tested by Alex Poylisher & Mark Kirby.
2006-04-08 15:03:19 +00:00