Commit Graph

209812 Commits

Author SHA1 Message Date
wiz
2985f26716 Remove trailing whitespace. 2012-03-06 10:26:18 +00:00
plunky
498fdc5a56 document rebuild_mandb 2012-03-06 10:23:10 +00:00
plunky
002ad20e5a mention run_makemandb 2012-03-06 10:12:59 +00:00
macallan
c4a8ce45f6 allow mounting ext2fs and msdosfs
while there also enable lfs but that's untested
2012-03-06 07:37:05 +00:00
mrg
73104627df pull down from usbmp branch:
- rename usb_detach_{wake,waitup}() to usb_detach_{wake,waitup}old()
- use some c99 struct .initialisers
2012-03-06 03:35:29 +00:00
mrg
574ae8c2d4 pull down from usbmp:
kill the !USE_USE_SOFTINTR code.
2012-03-06 02:49:02 +00:00
mrg
8744718b7b pull down from usbmp branch:
- remove SPLUSBCHECK.  it has been broken and disabled for ages.
2012-03-06 02:36:45 +00:00
tls
48b3ca7292 Patch OpenSSL RNG to allow explicit initial seeding. Patch OpenSSH to
explicitly seed the OpenSSL RNG in each new process rather than letting
it repeatedly open /dev/urandom to reseed, which depletes entropy severely.

Note that the OpenSSH part of this fix works better on NetBSD than it would
on many other platforms because on NetBSD, if you don't reopen /dev/urandom,
repeated reads don't deplete entropy.  On other platforms, some other
approach might be required.

Note also that this problem does not arise on OpenBSD because OpenBSD seems
to have patched OpenSSL to seed the RAND functions from arc4random()!  That
seems dangerous, so I am not taking that approach here.
2012-03-05 20:13:36 +00:00
christos
fd10e83118 misc cleanups:
- const for mibs
- #define for magic constants
- casts
2012-03-05 19:40:08 +00:00
jakllsch
24400823a3 As per xpci_conf_read, use size argument in xpci_conf_write. 2012-03-05 16:53:59 +00:00
sborrill
48cab5c020 Add support for Intel 6 Series Serial ATA Controller 2012-03-05 16:21:44 +00:00
sborrill
1d982e3397 not enable -> not enabled 2012-03-05 16:14:03 +00:00
para
051f37f320 adjust rump for static pool_cache count
should have went in with subr_vmem 1.73
2012-03-05 13:43:56 +00:00
nonaka
7153972ded increase kernel VM space.
fixed problem can't boot on WS011SH (probably other 128MB RAM model too).
2012-03-05 12:15:23 +00:00
njoly
4d5ade5119 Remove dead xrefs to obsolete kvm_mkdb(8). 2012-03-05 10:57:18 +00:00
christos
94fcde8eaf Fix compilation:
kill PGP_ERROR() and make everything use a format.
XXX: Fixme to use __VA_ARGS__ instead of the silly PGP_ERROR_N() macros.
2012-03-05 02:20:18 +00:00
tnozaki
2f142eb3e0 don't use __link_set_* stuff for locale implementation.
patch reviewed by matt@, thanks.
2012-03-04 21:14:55 +00:00
bouyer
4874cc40dc Don't try to uvm_page_physload() the tmpgdt page: this always fails because
only one physical segment is configured for Xen, and it's probably not
worth it to create a second physseg with a single page (uvm has optimisations
for the VM_PHYSSEG_MAX == 1 case)
2012-03-04 20:44:17 +00:00
christos
abe98abf0f base0 == NULL is allowed when nmemb == 0, in fact the nsdispatch code calls
bsearch this way.
2012-03-04 20:01:45 +00:00
agc
ddccfadc5f Use %s for the format string, as pointed out by joerg in the diff for
__printflike attributions (on tech-userlevel, March 1st 2012).
2012-03-04 19:52:02 +00:00
tron
d2071ea334 Fix multiple problems in previous commit:
1.) Correct set-uid check to allow "root" to run "crontab -l" again.
2.) Don't the the last error reported in "errno" in case "crontab" is not
    installed set-uid "root". As no system-call failed "errno" is set
    to zero.
2012-03-04 18:38:31 +00:00
tron
8b43bd0b55 Note SQLite support for Postfix. 2012-03-04 18:15:35 +00:00
matt
6be8dcf23e Fix merge botch dealing with linker assignments. 2012-03-04 17:09:32 +00:00
tron
f09cab4c8d Revert accidental commit. 2012-03-04 16:14:48 +00:00
tron
8a3a68662a Accidental commit. 2012-03-04 16:12:25 +00:00
tron
afa136001d Add support for SQLite look-up tables to postfix(1), see sqlite_table(5)
for more details.

While here stop installation of pcre_table(5) as this table type
is not supported.
2012-03-04 16:12:24 +00:00
bouyer
f46a9c73b2 cast xen_start_info.nr_pages to paddr_t, so that ctob() won't truncate
the addresses to 32bits. Fix avail memory when allocating more than 4GB
to a XEN3PAE domU.
2012-03-04 15:56:09 +00:00
para
abfefc8c5f make accounting for vm_inuse sane
while here don't statically allocated for more caches then required
2012-03-04 14:28:49 +00:00
wiz
87b2e48e9c Sort error descriptions. 2012-03-04 11:58:31 +00:00
wiz
7921bbc68f Bump date for previous. 2012-03-04 11:56:03 +00:00
wiz
c368f5db0b New sentence, new line. Wording. 2012-03-04 11:54:06 +00:00
wiz
cb8f720cc4 Change macro argument for mdoclint, no effective change. 2012-03-04 11:52:32 +00:00
christos
3a7a306503 fix signature according to TOG. 2012-03-04 03:23:35 +00:00
tls
b39292dc65 Fix bug in previous: don't reinitialize on every call! Fix arc4random_buf so it actually ever initializes -- a security problem with revisions 1.9 and 1.10. 2012-03-04 00:36:43 +00:00
mrg
b4c0ef6b69 replace the hack to pass USBD_SYNCHRONOUS down when called with
XS_CTL_POLL with one that doesn't modify global-to-softc state.
2012-03-04 00:21:20 +00:00
dholland
e9f7fa95bf Clarify description of sticky bit, based on a 3-year-old suggestion by
Hubert Feyrer.
2012-03-04 00:07:44 +00:00
mrg
1222de3e40 make i386 and amd64 cpu_reboot() more similar. in particular, bring
in the unmount/sync code from i386 to amd64, and call doshutdownhooks()
for i386.  the amd64 changes avoid umass triggering an assert later
when sd@umass is trying to sync the cache.

XXX merge x86 cpu_reboot(), but there's non-trivially different still.
2012-03-03 23:43:17 +00:00
dholland
62244ded10 Note in comment that Str_Match() does not detect or report invalid
patterns. This is not critical, since for the moment both possible
cases (unclosed [], and \ at the end of the string) are handled more
or less sanely.
2012-03-03 23:16:47 +00:00
riz
371389b6f5 Add quirk for Kingston DataTraveler 100 G2 (which apparently has
a Toshiba vendor ID)
2012-03-03 21:35:32 +00:00
riz
87636f5f8b Regen. 2012-03-03 21:33:23 +00:00
riz
1ba2354950 add product ID for the Kingston DataTraveler 100 G2. 2012-03-03 21:32:58 +00:00
reinoud
730624026f Use the signal's signo instead of just returning SIGSEGV and add a comment 2012-03-03 21:29:02 +00:00
reinoud
8caa187077 Implement signal forwarding to userland for usermode kernels. Especially
SIGFPE is important since the urkel shouldn't stop when a userland program
devides by zero!
2012-03-03 21:15:15 +00:00
nonaka
edb4fc4829 fix incorrent example. 2012-03-03 15:14:03 +00:00
mbalmer
afd3d43b03 Add an empty line. 2012-03-03 11:32:14 +00:00
matt
10383bcb15 Add flashctl, date, df, vmstat, mount_tmpfs, mount_msdos, etc. 2012-03-03 06:45:09 +00:00
nonaka
4ed5e194ff Added Conexant 20671. 2012-03-03 05:41:45 +00:00
nonaka
423f20813e regen. 2012-03-03 05:40:11 +00:00
nonaka
73b2793519 Added some AMD/ATI devices. 2012-03-03 05:39:31 +00:00
nonaka
7b66bc9aa0 regen. 2012-03-03 05:38:41 +00:00