Commit Graph

173290 Commits

Author SHA1 Message Date
christos fc978808f9 fix more A0 2008-09-12 14:40:46 +00:00
rmind 0f80b1578d Arguments were swapped for cpuset_set(), cpuset_clr(), cpuset_isset()
functions, but man pages were not updated (hi Christos!).
2008-09-12 13:39:04 +00:00
hannken dee5129905 - Replace simple_lock/ltsleep/wakeup with mutex/cv.
- Replace malloc/free with kmem_alloc/kmem_free.
- Use bdev_ioctl() instead of bdevsw_lookup()/(*d_ioctl)().
- Be more fair to readers by cleaning the cache one slot at a time.
2008-09-12 10:56:14 +00:00
mrg ed6a863e07 define USE_AMD64_IOPL on amd64, not USE_I386_IOPL 2008-09-12 07:47:39 +00:00
mrg ebf7fb1d1a build scanpci and pcitweak on macppc 2008-09-12 07:47:11 +00:00
mrg 687809ae3c make these actually correct for xorg. 2008-09-12 06:54:07 +00:00
mrg bd509f3a81 pull in ${X11FLAGS.SERVER} to pick up _XSERVER64. now amd64 works.
thanks rtr!
2008-09-12 04:59:23 +00:00
pgoyette c3fdef9f06 Make the I2C_SCAN warning a bit more (ok, a LOT more) dire! 2008-09-12 01:19:17 +00:00
simonb 0541e9f3e3 Revert change made two years ago(!). copyin_proc() and copyout_proc()
have never been converted to operation on LWPs.
2008-09-12 00:35:12 +00:00
pgoyette b1779d2b4c Forgot to bump the date 2008-09-11 23:24:36 +00:00
reed 12a0cfda39 Add some more details about the driver and events. 2008-09-11 21:53:12 +00:00
pgoyette 91d59526ca Add warning on possible side effects of using 'options I2C_SCAN' 2008-09-11 21:14:16 +00:00
pgoyette 08e5be9d34 Include new I2C_SCAN option in ALL. 2008-09-11 20:50:04 +00:00
pgoyette dae4e2207c Document new I2C_SCAN option. 2008-09-11 20:49:29 +00:00
pgoyette 6d5a4d28bb Provide an option I2C_SCAN to enable sanning i2c bus for responses. This
is disabled by default, preserving current behavior.

OK garbled@
2008-09-11 20:48:50 +00:00
joerg cba79e0ec4 Add support for source address hashhing in ALTQs WFQ. This allows to
easily distribute bandwidth for huge number of clients for incoming
traffic.
2008-09-11 17:58:59 +00:00
christos 628eb1017e PR/39513: Stathis Kamperis: reboot(2) doesn't explicitly mention that combining
options is possible
Also remove RB_DFLTROOT.
2008-09-11 17:03:23 +00:00
christos 7ea3b31b66 PR/39519: Nozomu Ando: Fix incorrect change from bind9 that broke IPv4 mapped
addresses.
2008-09-11 15:40:43 +00:00
pooka e90eb67076 * fsync after !B_ASYNC write
* replace some b_flags magic with BUF_ISREAD/WRITE()
2008-09-11 13:42:35 +00:00
haad 185aec71fe Add prop_array_add_int* and prop_array_add_uint* functions. These functions
can be used to append specified type to the end of prop_array_t.

Ok'ed by @joerg.
2008-09-11 13:15:13 +00:00
joerg d3595ddff7 Consistently include "nbtool_config.h" when cross-compiling. 2008-09-11 12:58:00 +00:00
joerg 65f930bc37 Remove one remaining sccsid. 2008-09-11 12:33:55 +00:00
wiz fa7124443e New sentence, new line. 2008-09-11 11:18:11 +00:00
tron 2b3ca19215 Add support for Intel MatrixRAID to ataraid(4). It is currently limited
to one volume.

The driver was provided by Juan RP in PR kern/39511.
2008-09-11 11:08:50 +00:00
hannken 31cd18f961 fss_copy_on_write(): return error if reading the snapshotted device failed.
fss_read_cluster():  use nestiobuf for reading.
fss_bs_thread():     dont read the snapshotted device if a request is
                     completely covered by backing store.
2008-09-11 09:37:53 +00:00
hannken 3034f37f42 nestiobuf_setup(): Initialize b_dev from master buffer. 2008-09-11 09:14:46 +00:00
cube dc59a51970 Fix generation of the startx script. PR#39515 and PR#39516 by George
Michaelson.
2008-09-11 02:26:08 +00:00
wiz 67db3ccfa0 Bump date for previous.
XXX: Missing license.
2008-09-10 21:34:28 +00:00
reed e10acc2a44 Mention that it prints a single network configuration block
to standard output and the passphrase must be 8 to 63 characters
in length.
2008-09-10 20:49:52 +00:00
jmcneill 9397047d32 QuickCam Messenger: Set UQ_BAD_ADC quirk so uaudio will attach. The device
reports bcdADC == 0x200, but the microphone otherwise works fine.
2008-09-10 20:34:40 +00:00
jmcneill f196dae5e9 regen 2008-09-10 20:07:46 +00:00
jmcneill 0470da95e3 Logitech QuickCam Messenger 2008-09-10 20:04:56 +00:00
reed 85ca84de30 Remove extra space.
Spell out "maximum" and "minimum".
2008-09-10 19:41:40 +00:00
christos 9380d4efdb replace 0xa0 with space from Andy Shevchenko 2008-09-10 19:25:33 +00:00
christos 9d61fcf10f replace \xa0 with space from Andy Shevchenko 2008-09-10 19:20:06 +00:00
christos 2e63684c48 bin/39446: Aleksey Cheusov: always produce errors on empty numbers. 2008-09-10 19:00:51 +00:00
joerg 3ae583451f Prepare use of strtoull, strtoumax and strtoimax in tools/compat by
including nbtool_config.h.
2008-09-10 18:08:58 +00:00
joerg 52c4a82ef2 In preparation for providing a db fallback in libnbcompat, remove
sccsid and conditionals around __RCSID. lint understands __RCSID enough
to ignore it, undefining LIBC_SCCS is superseded by MKSTRIPIDENT.
No functional changes.
2008-09-10 17:52:35 +00:00
tron 79a4d38697 Don't attach RAID volumes with incomplete config blocks which would lead
to panic later. Patch provided by Juan PR in private e-mail.
2008-09-10 16:59:32 +00:00
blymn 6a3775d153 * Fix from Elad to correct a couple of places where functions exited
without releasing locks.
* Corrected a panic caused by veriexec_file_verify() not setting the
  returned struct veriexec_file_entry **vfep in all cases.

Thanks to Stathis Kamperis for finding the issues and testing the fixes.
2008-09-10 16:36:54 +00:00
christos 872a7369cc Allow a single process to control multiple ttys (for pthreads using _REENTRANT)
using multiple EditLine objects. Mostly from Preston A. Elder.
2008-09-10 15:45:37 +00:00
joerg 8a89a3dc54 Check value range of ULONG and UQUAD values. On 32 bit platforms like
i386 "unsigned long x = 0x800000000UL;" passed lint and gcc complains
(rightfully). Validate quad as well to allow using a potentially larger
type to store the value.
2008-09-10 14:05:00 +00:00
joerg dc0088231d Document MKSTRIPIDENT. Requested by lukem@ 2008-09-10 11:16:41 +00:00
apb 72527b7be6 Define Am, so HTML man pages can use \*[Am] to get an ampersand.
Non-HTML man pages were already able to use \*[Am].
2008-09-10 10:07:36 +00:00
cegger 41812eebff update TODO list: we have isoc support 2008-09-10 06:08:27 +00:00
jmcneill b1cb1c6dcb PR# 38683 - T61 cannot suspend with recent kernels
Don't restore spl until after AcpiLeaveSleepState.
2008-09-10 03:56:12 +00:00
dyoung 6a9236b124 Get the socket addresses for dst/gateway/netmask/interface/ifaddr
out of the global namespace.
2008-09-10 01:56:22 +00:00
jnemeth 60d26697e2 Updated UK Bank Holidays based on http://en.wikipedia.org/wiki/Bank_holiday
Thanks to perry@ for pointing me to this page.
2008-09-10 01:39:00 +00:00
dyoung 5e93382467 Don't cast a sockunion * to sockaddr *. Instead, reference the
sockaddr inside of the sockunion.
2008-09-10 01:14:59 +00:00
dyoung 0a77d3df40 Delete superfluous casts to void *. 2008-09-10 01:08:39 +00:00