Commit Graph

174219 Commits

Author SHA1 Message Date
apb
e269763779 Use uint32_t and include <stdint.h>, instead of using u_int32_t
and including <sys/types.h>.
2008-10-19 07:56:42 +00:00
tsutsui
f7ae49faa5 Create audio devices on all_md. 2008-10-19 04:53:41 +00:00
christos
393453b724 fix typo 2008-10-19 03:39:26 +00:00
christos
90b563e4cb rename proc_representative_lwp to proc_active_lwp and clarify it is for
ps display purposes. suggested by rmind.
2008-10-19 03:10:09 +00:00
christos
cca36888f5 Use 'O' for LSONPROC like solaris instead of bundling LSIDL, LSRUN, LSONPROC
to 'R'
2008-10-19 02:39:08 +00:00
christos
6b9261b24b Select a "representative" lwp instead of the first lwp in the list. The
first lwp in the list is the last created and in the firefox and gtk-gnash
case this is usually a zombie, so the status in ps was ZLl. This now picks
the lwp in order ONPROC > RUN > SLEEP > STOP > SUSPENDED > IDL > DEAD > ZOMB
and breaks ties using cpticks.
2008-10-19 01:43:25 +00:00
cube
6880e9a3f6 Avoid using PRINTX11VERSION which doesn't give the expected result. Use
the somewhat hackish XORG_VERSION_CURRENT instead.
2008-10-18 22:44:26 +00:00
jmcneill
563065df0b +thinkpad(4) 2008-10-18 20:46:43 +00:00
jmcneill
5518ca3b9a Add thinkpad(4) man page. 2008-10-18 20:44:53 +00:00
jym
57b165483e Add self. 2008-10-18 20:20:01 +00:00
rmind
a8552a3a74 Obviously intention was to check for SCHED_OTHER, not SCHED_FIFO. 2008-10-18 19:24:04 +00:00
bouyer
b54b5daec9 kern/39757 from mishka@:
Bump CISS_MAX_CDB from 12 to 16 bytes. For volumes larger than 2TB,
the scsipi layer will have to use 16 bytes SCSI commands, which would be
rejected by ciss. The cdb buffer already 16 bytes long, and a look at the
FreeBSD driver shows there's no reasons to limit SCSI commands to 12 bytes.
2008-10-18 18:53:20 +00:00
bouyer
f1567130a6 Don't use a pointer to vm_map_entry after releasing the vm_map_lock().
Pointed out by yamt@.
2008-10-18 16:59:52 +00:00
tsutsui
51a50a798f Create ld, altq and nsmb devices on all_md. 2008-10-18 16:52:35 +00:00
jmcneill
e38f75f075 Add fan sensor support, from Thomas E. Spanjaard 2008-10-18 16:35:40 +00:00
tsutsui
e610f24a9a Regen from configure.ac rev 1.67:
> Prepare dummy <resolv.h> and <arpa/nameser.h> to make asn1_compile and
> compile_et compile on systems which don't have these BIND headers like Cygwin.
2008-10-18 16:27:19 +00:00
tsutsui
0dbe1e872b Prepare dummy <resolv.h> and <arpa/nameser.h> to make asn1_compile and
compile_et compile on systems which don't have these BIND headers like Cygwin.

Tested by "build.sh -m i386 -U release" on CYGWIN_NT-5.1-1.5.25,
and should close PR toolchain/29032.
2008-10-18 16:25:04 +00:00
blymn
2352db325b Make scan abort command async as newstate is called from an interrupt
context so we cannot ltsleep.
2008-10-18 15:55:27 +00:00
scw
d8ed07b38f With the demise of ../wpa_supplicant/crypto_libc.c, enable the
internal AES/SHA1 implementations.
2008-10-18 14:41:49 +00:00
scw
2756a71007 Fix previous. 2008-10-18 14:40:48 +00:00
apb
56ce706140 Document how "-dF[+]filename" works. 2008-10-18 14:36:40 +00:00
apb
1dd3e3655e Allow optional "+" in "-dF[+]filename" even if the filename is "stdout"
or "stderr".  Previously, the "+" was alowed only for real file names,
but it's easier to write the documentation if the "+" is always allowed.
2008-10-18 14:35:32 +00:00
pooka
aaf8f8f981 mention rump networking support 2008-10-18 14:09:53 +00:00
martin
f219f266bb Include saframe.h, fixes PR port-m68k/39761 2008-10-18 13:38:42 +00:00
scw
156b133dd5 Ditch crypto_libc.c in favour of the internal AES/MD5/SHA1 implementations
in the WPA distribution when building without native crypto.

For hostapd in particular, using crypto_libc.c unconditionally meant that
up until now the program has been pretty much unusable for anything which
requires cryptographic key exchanges. E.g. WPA/WPA2.

Also add support for a range of authentication protocols (EAP) in hostapd
if we're building with native crypto support.
2008-10-18 12:32:50 +00:00
joerg
f48b5b12a3 Make u3g send an eject command to Novatel MC950D devices. Explicitly
attach as device for umass mode on MC950D and the Huawei devices to
supersede the umass quirk.
2008-10-18 09:43:44 +00:00
cegger
fa517365e8 for AMD CPUs: utilize new ci_feature4_flags field and check if SVM is present & disabled by the BIOS.
If so, then print this information in the dmesg, but only once for cpu0.
Don't do this check in a Xen DomU.
2008-10-18 09:08:34 +00:00
nakayama
013857af9f Change type of per-CPU event counters to EVCNT_TYPE_MISC. 2008-10-18 04:41:14 +00:00
nakayama
b585d2d805 - fix corner case bugs.
- avoid unnecessary write backs.
- remove meaningless local variable usages.
2008-10-18 04:20:37 +00:00
rmind
b5eb577d50 - Initialize pool subsystem and kmem(9) earlier, when UVM is up enough.
- Remove uao_hashinit() workaround used for anon-objects.
- Replace malloc with kmem.

OK by <yamt>.
2008-10-18 03:46:22 +00:00
rmind
65af07bb0c Make SCHED_M2 nice with nice(1). Closes PR/38048. 2008-10-18 03:44:04 +00:00
rmind
d5ea013e1d Disallow user priority adjustments for SCHED_OTHER policy, simplify
convert_pri().  Sync schedctl(8) with the change.  Closes PR/38009.
2008-10-18 03:40:18 +00:00
rmind
43819fe5ab Do not recommend to mix affinity(3) with pset(3). 2008-10-18 03:37:41 +00:00
nakayama
4317807e77 It is wasteful that reconstructing arguments for inserting the pointer
to streaming buffers in each bus_dma functions on sbus/psycho layer.

Use iommu functions directly with storing the pointer into (unused)
_dm_cookie at bus_dmamap_create time.
2008-10-18 03:31:10 +00:00
rmind
53117b532b - Recommend poll(2) instead of select(2).
- Update example code a little bit.
2008-10-18 03:30:19 +00:00
nakayama
3b0cd26d98 UltraSPARC IIi and IIe have PCI DMA Write Synchronization Register to
synchronize the DMA writes.  So use it in case of BUS_DMASYNC_POSTREAD.

Tested on my Netra X1 for several years.
2008-10-18 03:10:53 +00:00
jym
b84e0297d7 Add checks to avoid possible calls to kmem_alloc() with 0 values.
Approved by bouyer.
2008-10-17 22:16:37 +00:00
cube
26626779ff apb's latest change introduced a test to make sure an actual etc.tgz (or an
extraction of it) was provided as -s, but SOURCEMODE was not set to true in
the default case, which is to use /usr/src/etc, a source directory.
2008-10-17 21:31:55 +00:00
christos
3e1e171f06 revert previous; now 'postinstall fix' does not work anymore without having
sets.
2008-10-17 21:20:30 +00:00
christos
3e0c867bca use an existing file otherwise the test always fails. 2008-10-17 21:14:40 +00:00
ginsbach
06ec28991b More or less a complete rewrite. The man page now better matches reality. 2008-10-17 21:11:27 +00:00
christos
8b08621cd3 I don't have set.etc!?!? Do you? 2008-10-17 20:52:34 +00:00
ginsbach
b4822afab9 WARNS=3 2008-10-17 20:42:47 +00:00
njoly
ea7b260958 g/c amd64 ifndef/endif. 2008-10-17 20:21:34 +00:00
njoly
b6db318373 Move linux_sigaction.c from MI to MD lists, except for amd64. 2008-10-17 20:19:24 +00:00
njoly
d0b5229aea Remove unneeded linux_sigaction.c 2008-10-17 20:17:19 +00:00
cliff
c73ebb00be use generic enable_interrupts() and disable_interrupts() instead of
armv6-specific interrupt control ops when _ARM_ARCH_6 not defined
2008-10-17 20:03:24 +00:00
bouyer
02d1e70f68 Bump date for previous. 2008-10-17 20:02:39 +00:00
bouyer
0baa6a3c03 Fix product name, it's JMC2x0 not JME2x0.
Pointed out by ethanhsiao at jmicron in private mail.
2008-10-17 19:31:00 +00:00
christos
66d46cebd1 make .a archives PIC for MKPIE 2008-10-17 17:29:39 +00:00