Commit Graph

180882 Commits

Author SHA1 Message Date
ad
35f9ffd80d Clearer wording when nagging about root logins. 2009-05-15 23:57:50 +00:00
dyoung
0ee9d37122 Do not detach a wd(4) instance if it is open, but return EBUSY,
instead.  If the detach is forced, do what wdclose() does on the
last close: flush the cache, clear the flag WDF_LOADED, and delete
our reference to the ATA bus device.
2009-05-15 23:49:28 +00:00
jnemeth
f2975a45c0 Convert shutdownhook_establish() to pmf_device_register1().
XXX  This should be done as part of an overall plan to support
power management and device detachment.  However, in order to do
that, I would first have to invent sbus_intr_disestablish().  This
is being done at this time in order to aid in the effort to eliminate
shutdownhook_establish().
2009-05-15 20:52:22 +00:00
tsutsui
31ec75e9f1 Split device_t/softc.
No crash on:
esiop0 at pci0 dev 11 function 0: Symbios Logic 53c875 (ultra-wide scsi)
siop0 at pci0 dev 9 function 0: Symbios Logic 53c810a (fast scsi)
siop0 at gsc0 hpa 0xf0830000 path 2/0/7 irq 3 ipl 6: NCR53C720 rev 2
2009-05-15 17:55:44 +00:00
pooka
dfb36ab4e4 pad -> PAD 2009-05-15 16:59:07 +00:00
tsutsui
9060c64376 Split device_t/softc. Tested on Apus2000. 2009-05-15 16:18:28 +00:00
pooka
1decab3813 Fix calls to rump syscalls now that the padding argument is no
longer advertised.
2009-05-15 15:54:03 +00:00
pooka
68136aad74 regen: removal of pad arguments from the public interfaces 2009-05-15 15:52:46 +00:00
pooka
e8f5dfa79e regen: pad -> PAD 2009-05-15 15:52:39 +00:00
pooka
6c68c84345 Use argname PAD to signal that an argument is used only for padding
and not part of the C interface.  Use this information for rump
syscalls to generate syscall interfaces without the extra parameter.
2009-05-15 15:51:27 +00:00
pooka
500fdd36a7 In addition to off_t alignment, check for dev_t and time_t too
(we don't currently have any syscalls passing time_t, though)
2009-05-15 14:52:47 +00:00
christos
99604eb933 define __RCSID if nobody did. 2009-05-15 12:06:09 +00:00
wiz
1f10a84b4b Use Nm instead of Xr to itself. 2009-05-15 06:40:15 +00:00
ginsbach
c413c5daaf Update set list for getdate(3) additions. 2009-05-15 02:34:07 +00:00
jakllsch
6a0e3cf139 Update MLINKS to match the flist. 2009-05-15 02:23:42 +00:00
dyoung
a2328ba74c Mention that these are deprecated APIs. Bump date. 2009-05-14 23:14:33 +00:00
yamt
6a330c8c26 update a comment. 2009-05-14 23:12:14 +00:00
dyoung
ffb35510cf Improve pmf_device_register(9) and pmf_device_register1(9) descriptions. 2009-05-14 23:05:21 +00:00
jnemeth
14e0d190e1 mention PMFE_AUDIO_VOLUME_UP 2009-05-14 21:27:55 +00:00
pgoyette
0bade9429b Add a few more processor extended models for Intel Family 6 2009-05-14 20:16:10 +00:00
plunky
8ebedbbb87 fix some signed vs unsigned comparison issues 2009-05-14 19:12:45 +00:00
roy
605d47cc62 Import dhcpcd-5.0.4 2009-05-14 16:28:05 +00:00
roy
539e10cf4e Import dhcpcd-5.0.4
Changes from dhcpcd-5.0.3 include
 * ServerID requirement in DHCP messages can be toggled in dhcpcd.conf
 * If MTU is requested, don't apply if less than 576
 * Enforce a minimum lease time of 20 seconds
2009-05-14 16:25:55 +00:00
sborrill
943355d5b7 Support drives over 1TB in size (i.e. stop errors like drive is -654343MB in
size).
Error if drive is over 2TB in size (and thus over the disklabel limit).
2009-05-14 16:23:38 +00:00
yamt
be2d4d69b3 nfs_clearcommit: fix a race with vnode cleaning. 2009-05-14 15:42:22 +00:00
plunky
4a0feb42e7 add const to unchanged argument 2009-05-14 15:34:38 +00:00
roy
da87763c6e Only start dhcpcd per interface if not running the full dhcpcd daemon.
Only stop dhcpcd pre interface if it's running for the interface.

Fixes PR bin/40320
2009-05-14 15:33:36 +00:00
pgoyette
40dfc68c05 Ooops - sdtemp(4) driver requires sysmon. 2009-05-14 13:22:26 +00:00
wiz
4cb2500307 Remove trailing whitespace. 2009-05-14 09:42:09 +00:00
reinoud
8aafc997af Fix prototypes to match the functions. The prototypes had `int' specified for
parameters or result where they should have been the corresponding enums.

gcc won't bitch on them but conceptually they are different and could be
stored in a different width. Compiling with pcc brought this to light.
2009-05-14 09:07:49 +00:00
agc
4b3a3e1885 + got rid of "local" header files. These aren't necessary since the openpgpsdk
code was modified to all be in the same directory
+ added netpgp_getvar() and netpgp_setvar(), and use them to get and set the
  user id and hash algorithm preference
+ get rid of <stdbool.h> usage - I'm still not sure this is the way we should
  be going long term, but the bool changes got integrated with the others,
  and are there in cvs history if we want to resurrect them. Correct autoconf
  accordingly. Bump netpgp minimus version, and autoconf-based date version.
+ updated documentation to reflect these changes
2009-05-14 03:59:53 +00:00
ginsbach
c8da0e5fef Add the getdate(3) function and getdate_err value, conforming to IEEE
Std 1003.1 (``POSIX.1'') and the Open Group Base Specifications X/Open
System Interfaces extension (``XSI'').
2009-05-14 02:37:35 +00:00
macallan
f5a0fe39db add panel driver 2009-05-14 01:13:21 +00:00
macallan
2fbe60d5a7 add major number for sysmon 2009-05-14 01:12:58 +00:00
macallan
251df1a41e add a driver for the Indy's front panel buttons.
- power button presses are reported to sysmon
- volume control buttons are reported to PMF
TODO: add better key repeat code. The hardware keeps firing interrupts at us
whenever a button is down and not on - say - status change. If we don't clear
the interrupt we'll be fired on until someone clears it. We should probably
disable the entire interrupt and occasionally poll for button release.
2009-05-14 01:10:19 +00:00
macallan
9fc471919e set delta value for the mixer's master channel 2009-05-14 01:06:15 +00:00
jnemeth
2dac444cfe fetch /etc/dhcpcd.conf from the correct place when building the system 2009-05-13 23:44:26 +00:00
pgoyette
85c2855a07 Fix toyp in previous. Pointed out by snj@ 2009-05-13 23:26:38 +00:00
wiz
0ef2a88d96 New sentence, new line. 2009-05-13 23:03:54 +00:00
wiz
6a1c80cfff Bump date for previous. 2009-05-13 23:02:52 +00:00
wiz
7d88f2f54f Revert parts of v1.25 (jemalloc):
Re-add RCS Id, remove superfluous .Pp, join line, comment out limits(1) xref.
2009-05-13 23:02:11 +00:00
wiz
320f2aadb0 Remove superfluous .Pp. 2009-05-13 22:57:34 +00:00
wiz
7560090357 Whitespace fix. 2009-05-13 22:56:42 +00:00
wiz
9207759b21 New sentence, new line. 2009-05-13 22:52:26 +00:00
wiz
ed8d5fd9a5 Sort option descriptions. 2009-05-13 22:49:48 +00:00
wiz
12c8b134a4 Mark up NULL with Dv. 2009-05-13 22:46:04 +00:00
wiz
d9351635be Expand abbreviation in subsection header. 2009-05-13 22:43:58 +00:00
wiz
4dfd7ed6ff No Pp needed before El. 2009-05-13 22:42:31 +00:00
wiz
1c465113fd Reduce Pf/Ns usage. 2009-05-13 22:41:43 +00:00
wiz
6937bb0cf0 Sort option descriptions. 2009-05-13 22:36:39 +00:00