ahoka
39c5e1f59f
Get rid of the DOS line endings in the file.
...
No change of the code intended.
2009-07-04 14:31:38 +00:00
cegger
c9c9fcbb99
remove unused global variable.
2009-07-04 13:54:14 +00:00
cegger
efe8489506
use EXIT_FAILURE in places I missed in previous.
2009-07-04 13:50:08 +00:00
pgoyette
de4ed96bf9
Use a macro to define the conversion between ACPI temperatures and those
...
used by sysmon_envsys(4).
No functional change.
2009-07-04 13:36:49 +00:00
mbalmer
bf31e2ab08
Remove an old workaround from SCCS times (%M% would insert the filename).
2009-07-04 13:24:09 +00:00
cegger
6face9fc9c
- use EXIT_FAILURE, EXIT_SUCCESS
...
- main() needs no prototype
- ansify usage()
No functional changes.
2009-07-04 09:12:46 +00:00
dholland
81eafd7899
Remove config options for 4.2BSD and 4.3BSD, and associated code. Highly
...
obsolete, and I doubt most of it still worked anyway.
2009-07-04 07:51:34 +00:00
cegger
d6fd22aa8b
make this build w/o SMB_VNODE_DEBUG
2009-07-04 07:36:46 +00:00
dholland
57ba7791b7
Remove the non-curses screen handling, since it relies on knowing
...
about various internals of SVR4 curses, old BSD curses, and/or other
unclean things. (Yes, the non-curses handling still used bits of
curses. Fie.)
2009-07-04 07:10:22 +00:00
dholland
cda8e486de
Remove config for the return type of signal handlers, which is also a
...
long-dead issue.
2009-07-04 06:38:34 +00:00
dholland
765594d234
Remove references to config #defines for the thoroughly obsolete
...
4.2BSD syslog API.
2009-07-04 06:31:31 +00:00
dholland
c41c818a00
more whitespace
2009-07-04 06:19:05 +00:00
dholland
b2987dcaa0
Various minor fixes, mostly from OpenBSD.
2009-07-04 06:15:27 +00:00
dholland
9a53db3705
Notes on the protocol used by hunt, from OpenBSD.
2009-07-04 05:06:06 +00:00
dholland
cb89af2bfc
Whitespace.
2009-07-04 05:01:16 +00:00
dholland
b2f99339f0
Whitespace.
2009-07-04 04:29:54 +00:00
dholland
db04762fba
Sigh, more of the same (missed two)
2009-07-04 03:29:20 +00:00
dholland
b00a6a7437
__attribute__((__noreturn__)) -> __dead
2009-07-04 03:27:57 +00:00
dholland
fbca3d8cfa
ANSIfy function declarations.
2009-07-04 01:58:57 +00:00
dholland
d9fe3edadc
Remove two more bogus casts. These *do* create object diffs on amd64,
...
for no clear reason, but it looks like the diffs are harmless.
2009-07-04 01:44:28 +00:00
dholland
07f4ebf08e
Remove bogus casts. Two object file diffs inspected and found to be harmless.
2009-07-04 01:23:55 +00:00
dholland
6ffae66268
Remove a pile of bogus casts. One object file diff, crosschecked and
...
found harmless.
2009-07-04 01:01:18 +00:00
elad
1d5d8311da
Fix cut/paste error and put back a missing variable.
2009-07-04 00:03:22 +00:00
pgoyette
c13b143ea3
Pass the vp arg to udf_check_possible() so we can access its v_mount
...
member.
XXX No idea if this is the right solution to this problem, but it does
XXX at least allow thebuild to continue. The original committed should
XXX verify that this does what was intended!
(Hello again, Elad)
2009-07-03 23:14:11 +00:00
roy
5fc24a5e14
Fix date
2009-07-03 23:03:08 +00:00
pgoyette
c2a56cbb37
Define error before using it.
...
(Hello again, elad!)
2009-07-03 22:38:08 +00:00
hubertf
0a18836e5a
Make the section on private networks more clear - inspired by RFC.
...
OK core@
2009-07-03 22:32:55 +00:00
pooka
512aa8b607
Fix utterly botched previous commit. efs compiles now and apprears
...
to work, but the person doing the original change should verify
that it actually works like before the change.
(hi, elad!)
2009-07-03 22:25:51 +00:00
pooka
3953343384
Build modules before rump libs so that something else can be
...
unwarrantedly blamed for a change.
This commit follows the style guide and is entirely non-build-tested.
2009-07-03 22:20:27 +00:00
roy
8c75820385
Sync
2009-07-03 22:20:09 +00:00
roy
13ec3571ea
Import dhcpcd-5.0.5
2009-07-03 22:19:41 +00:00
elad
518bb3e503
Message queues also use genfs_can_access() to control access. Since the
...
latter might lose its KAUTH_GENERIC_ISSUSER check soon, add an internal
function, mqueue_access(), and call genfs_can_access() from it instead
so we don't pollute the main code path once we need to add a special
kauth(9) check for message queues.
No functional change, error codes preserved.
Related mailing list thread:
http://mail-index.netbsd.org/tech-kern/2009/06/21/msg005311.html
2009-07-03 21:32:09 +00:00
mrg
c2eb070e59
enable EXA and XAA.
2009-07-03 21:19:19 +00:00
pgoyette
caff4fea85
Remove an unused mutex. This was left-over from two years ago when
...
driver was updated to sysmon_envsys V2; a simple_lock was turned into
a mutex. But the only code that ever used the simple_lock was removed
so the mutex can also be removed.
Noticed by njoly@
2009-07-03 21:18:40 +00:00
elad
009f5d2f88
Where possible, extract the file-system's access() routine to two internal
...
functions: the first checking if the operation is possible (regardless of
permissions), the second checking file-system permissions, ACLs, etc.
Mailing list reference:
http://mail-index.netbsd.org/tech-kern/2009/06/21/msg005311.html
2009-07-03 21:17:40 +00:00
roy
a0cd7e431b
Import dhcpcd-5.0.5
...
Changes since 5.0.4
* Fixed dstaddr detection for PtP links at startup
* Default to requesting MTU in dhcpcd.conf
2009-07-03 19:39:25 +00:00
njoly
fbe16f2ec1
Directory open with NT_SMBS capability require the NOPEN bit to be set
...
too.
2009-07-03 18:35:33 +00:00
tsutsui
a97d19521c
Replace traditional MD si_callback() with MI softint(9).
2009-07-03 17:05:54 +00:00
pgoyette
2d29649a47
Properly convert ACPI zone values to uKelvins.
...
Patch from njoly@
2009-07-03 15:34:10 +00:00
tsutsui
e5de2deeb2
Replace one traditional MD si_callback() with MI softint(9).
2009-07-03 14:00:41 +00:00
tsutsui
e8940e0b5d
Use more uint8_t, and constify.
2009-07-03 13:49:39 +00:00
tsutsui
21d83b6b0f
KNF, use uint8_t, and misc cosmetics.
2009-07-03 13:36:09 +00:00
drochner
49fc9bb35c
add SIS 740 to the list of chipsets known to implement PCI configuration
...
mode 1 incorrectly, from Jason White
(see thread "ACPI issue with old Shuttle system" on port-i386)
2009-07-03 13:15:22 +00:00
nisimura
523951e562
- replace splhigh() call with splraise(-1), requested by kiyohara.
2009-07-03 10:35:31 +00:00
nisimura
b521313cab
- adapt KURBOX/HG arrangements, requested and tested by kiyohara.
...
- make tlp.c suited for ADMTek/Infineon AN983B/BX.
2009-07-03 10:31:19 +00:00
tteras
3d0db58d61
Get rid of the evil CMPSADDR macro. Trac #295 .
2009-07-03 06:41:46 +00:00
tteras
edd4f79009
From Yvan Vanhullebus: Use SADB_X_EXT_NAT_T_* consistently for passing the
...
NAT-T port information. This might break compatibility with some kernels,
but as discussed this is the proper way to pass NAT-T ports and the broken
kernels need to be fixed.
2009-07-03 06:40:10 +00:00
mrg
74a0f508b7
create a /dev/dri/card0. fixes PR#40952.
2009-07-03 06:33:56 +00:00
rumble
b222d9680b
"unblocks the mutex" -> "unlocks the mutex"
2009-07-02 19:43:06 +00:00
dyoung
9044aa4f92
Use the keyword 'MAC' so that people looking for a way to change
...
their MAC address can find the example.
2009-07-02 18:43:47 +00:00