tnozaki
9d0aec986d
replaced by FreeBSD version wcstod(3) for make it work
...
with L"inf", L"nan", and hex conversion.
suggested by jeorg AT netbsd DOT org, thanks.
2006-04-13 01:25:13 +00:00
macallan
767a272758
pass the right cookie to ioctl() and mmap() instead of struct wsscreen *
2006-04-13 01:15:27 +00:00
christos
7778288678
Coverity CID 762: Protect against NULL dereferencing entry->object.uvm_obj
...
like we do a few lines before. Maybe all the tests should be changed
to UVM_ET_ISOBJ(), or the macro should do it internally?
2006-04-13 01:11:08 +00:00
christos
3e31f5d682
Coverity CID 835: Check before dereferencing pg->uanon.
2006-04-13 01:05:17 +00:00
christos
48fc1e1ea4
Regen.
2006-04-13 00:30:43 +00:00
christos
afbea8995b
Fix the MPU attachment on Aztech 1020 that has a separate mpu pnp device
...
instead of having the mpu in io[1]. From doomwarriorx at gmail dot com.
2006-04-13 00:30:19 +00:00
simonb
ad09581b8e
Don't access b_fspriv.bf_private in struct buf directly - use the
...
b_private macro.
OK'd by oster@
2006-04-12 23:33:39 +00:00
macallan
0c6c2553d0
whitespace nits
...
( no, perry didn't steal my account )
2006-04-12 23:11:56 +00:00
drochner
7b1c6fd9ff
second step to retire the useless i386_set_ioperm/i386_get_ioperm
...
calls: remove declarations from public headers
(it still needs to be built for binary compatibility; one might consider
establishing a separate "compat" department as libc does, but these
little wrapper functions aren't worth the effort yet)
2006-04-12 21:48:08 +00:00
macallan
176b72244c
convert to vcons
...
while there, attach an fb device when running on sparc
2006-04-12 20:35:42 +00:00
sjg
d7df397808
Change ReadMakefile to return 0 on success so that it better meets
...
the expectations of Lst_Find*. This way we only read the first sys.mk
found via sysIncPath.
At the same time we need to add a ReadAllMakefiles() for the case
where multiple -f makefile args are provided (uncommon, but documented).
2006-04-12 20:32:27 +00:00
macallan
a6d03d30a7
make this compile again
2006-04-12 20:22:00 +00:00
macallan
9ba325f38a
correct typo
2006-04-12 20:13:21 +00:00
jmmv
4652eeb82c
Get rid of the memt and memh local variables in the pcdisplay_{get,put}wschar
...
functions.
2006-04-12 20:08:20 +00:00
jmmv
efbda7406a
Convert to ANSI prototypes.
2006-04-12 20:06:16 +00:00
dsl
c0b0ba1f18
If parameter don't have values, then 'continue' after setting the flag bit.
...
Fixes coverty CID 776 and removes the need for a 'val = NULL' added to
appease gcc's undefined variable tests.
This parsing code sucks though, it doesn't correctly check for the '='
between a parameter and its value, whitespace can be used instead.
2006-04-12 19:49:59 +00:00
jmmv
38d8c6bf5c
Document that the ioctl and mmap accessops now take an extra parameter that
...
points to the screen on which these were called.
2006-04-12 19:45:17 +00:00
jmmv
7a51d4dddc
Add an extra cookie to the ioctl and mmap wsdisplay accessops that points
...
to the screen on which they are being called. The driver cannot guess
this by itself but it is needed to implement, at least, the getwschar and
putwschar functions in the correct place. There are no functional changes
yet.
Tested on i386 (vga, vga_raster, machfb, vesafb), macppc and sparc64.
Suggested and reviewed by macallan@.
2006-04-12 19:38:22 +00:00
drochner
76264cfc6a
first step to retire the useless i386_set_ioperm/i386_get_ioperm
...
calls: remove their manpages
2006-04-12 18:35:42 +00:00
rpaulo
fca96e7bd5
Mention wpa_supplicant 0.4.8 and hostapd.
2006-04-12 17:33:47 +00:00
rpaulo
010596a9f2
hostapd 0.4.8 and wpa_supplicant 0.4.8
2006-04-12 17:30:16 +00:00
rpaulo
0d55f26306
Add hostapd man pages.
2006-04-12 16:12:23 +00:00
tsutsui
ad492b4bfe
Add MI installboot(8).
2006-04-12 15:53:38 +00:00
rpaulo
eeb16045e8
Add /usr/sbin/hostapd{,cli}
2006-04-12 15:46:39 +00:00
rpaulo
3bffa8df53
Include opensslv.h.
2006-04-12 15:40:03 +00:00
rpaulo
a20cc430b3
Include stdio.h and stdlib.h.
2006-04-12 15:39:39 +00:00
rpaulo
5d6fb58006
Descend into hostapd{,_cli}.
2006-04-12 15:37:48 +00:00
rpaulo
dc8d4a9fd1
Build framework for hostapd. Based on FreeBSD.
...
hostapd.conf.5 man page still incomplete.
2006-04-12 15:37:07 +00:00
rpaulo
f8258633d6
NetBSD driver for hostapd based on FreeBSD driver.
2006-04-12 15:36:26 +00:00
rpaulo
33dfcd8fe4
Build framework for hostapd_cli.
2006-04-12 15:35:59 +00:00
rpaulo
927a27fefc
Pull ../Makefile.inc and override PATH.c.
...
Adapt to WPA supplicant 0.4.8.
Change the logic behind ENABLE_WPA_SUPPLICANT_EAPOL: it's now enabled by
default (EAP code has been reviewed by FreeBSD folks according to Sam Leffer).
2006-04-12 15:35:34 +00:00
rpaulo
6d70fc8f1b
Pull ../Makefile.inc and define PATH.c.
2006-04-12 15:32:45 +00:00
rpaulo
af039b42a3
Don't define .PATH here as it'll be overridden by subdir Makefiles.
...
Add HOSTAPD_DISTDIR.
2006-04-12 15:31:51 +00:00
rpaulo
179fb23056
New functions/changes required by wpa_supplicant and hostapd 0.4.8.
2006-04-12 15:29:14 +00:00
rpaulo
21617491ff
information about upgrades
2006-04-12 15:22:56 +00:00
rpaulo
d70157382a
Import of hostapd 0.4.8
2006-04-12 15:19:32 +00:00
rpaulo
0865712a46
resolve conflicts
2006-04-12 15:15:34 +00:00
rpaulo
6951c2edba
Import of WPA supplicant 0.4.8
2006-04-12 15:07:34 +00:00
cube
d84fe1a4d1
The manual for open(2) says that -1 indicate a failure, not 0. And I
...
really don't think testing the behaviour of open(2) is the subject of that
regression test. Maybe it was a developer regression test? Do I get a
cookie?
2006-04-12 14:01:52 +00:00
jmmv
9ebb7ae9e0
Convert the code that fetches bootinfo information and stores it into the
...
kernel from assembler to C and add several comments to make things clearer.
I've been running with these changes for a couple of months without problems.
2006-04-12 13:48:52 +00:00
simonb
5124fb547a
Whitespace nit.
2006-04-12 12:42:27 +00:00
simonb
02119658ff
Add a NetBSD RCS id.
2006-04-12 12:30:50 +00:00
martti
c114fab687
Added ciss(4). Tested by Joseph Dacuma on HP DL-380 G3 with Smart Array 5i.
2006-04-12 03:41:51 +00:00
christos
ddceccd3fb
Coverity CID 609: Kill dead code! BANG!
2006-04-12 01:17:41 +00:00
christos
e445d1fecf
Coverity CID 992: Avoid NULL deref.
2006-04-12 01:16:02 +00:00
christos
468df87a27
Coverity CID 2852: Avoid NULL deref.
2006-04-12 01:12:30 +00:00
christos
9ae6310d36
Coverity CID 2851: Check for NULL before freeing.
2006-04-12 01:09:43 +00:00
christos
08172fe2d0
COVERITY CID 1113: Don't use NULL for VOP_READDIR
2006-04-12 01:05:14 +00:00
christos
c904bed6a0
Coverity CID 2319: Plug memory leak.
2006-04-12 00:59:56 +00:00
uwe
03ee8a12f3
Fix typo in comment in previous.
2006-04-11 23:45:13 +00:00