Commit Graph

189941 Commits

Author SHA1 Message Date
jruoho 97cfc6c7ac Remove references to the deprecated powerhook_establish(9). 2010-04-15 08:40:46 +00:00
jruoho 88fe613911 Small markup changes. 2010-04-15 08:28:41 +00:00
jruoho 55052eca77 As discussed with jmcneill@, install a global "bus notification handler"
that receives all notifications and deliver notifications to drivers via it.
2010-04-15 07:02:24 +00:00
agc b97f222512 Regen to pick up the new version number 2010-04-15 05:27:45 +00:00
jruoho d6afaa4439 Arrange some comments. 2010-04-15 04:03:38 +00:00
sjg 290b1f00e6 Add :tA to attempt to resolve to absoute path using realpath(). 2010-04-15 03:48:39 +00:00
jruoho 09ec66f734 Back and forth: gcc(1) -> GCC. 2010-04-15 03:36:18 +00:00
jakllsch 4cf4191e85 Give tsc(4)/tsp(4) some attention.
- Convert to CFATTACH_DECL_NEW().
 - Sprinkle static on functions.
 - Improve KNF conformance.
 - Use C99 integer types.
 - Recycle now-empty-and/or-unused softc structures.
2010-04-15 03:09:12 +00:00
christos 839bac947e From Jess Thrysoee
- Fix wint_t to Int confusion
2010-04-15 00:57:33 +00:00
christos 5443e9b772 From Jess Thrysoee
- use nl_langinfo to test for UTF-8, because some locales are UTF-8 without
     reflecting it in their names.
2010-04-15 00:56:40 +00:00
christos a5b37ffc65 From Jess Thrysoee
expose ct_enc_width()
2010-04-15 00:55:57 +00:00
christos 939651fa2b From Jess Thrysoee
- NARROW_HISTORY and IGNORE_EXTCHARS should not take effect if locale is UTF-8
- account for multi byte char length in
2010-04-15 00:52:48 +00:00
christos b77d4fa5c5 From Jess Thrysoee: call setlocale so we can test UTF-8 2010-04-15 00:50:46 +00:00
christos a9dd944f6b From Jess Thrysoee: add ifndef around def of _GNU_SOURCE 2010-04-15 00:50:03 +00:00
jakllsch 2b2a5770cc Implement DIOC[GS]STRATEGY for sd(4). 2010-04-14 22:26:33 +00:00
joerg 70729907f6 Consistently use -- for all programs called. Drop some redundant flags
for the no file argument case.
2010-04-14 20:30:28 +00:00
jruoho 603f4c71f0 Simplify the setting of the GPEs. Add a debug-printf. 2010-04-14 20:08:56 +00:00
sborrill 5581d64437 Update to reflect current source files. iscsi.c is now protocol.c
and initiator.c has been moved from initiator to lib.
With these changes a standard ./configure && make build completes
2010-04-14 19:52:20 +00:00
wiz 10b9fb64b7 Sort SEE ALSO, fix an xref. 2010-04-14 19:52:05 +00:00
jruoho 75373338c1 UINT32 -> uint32_t; UINT8 -> uint8_t. 2010-04-14 19:32:35 +00:00
jruoho fb53d8ceed No need to spread the ACPICA type system any more than is necessary:
UINT8 -> uint8_t and UINT32 -> uint32_t.
2010-04-14 19:27:28 +00:00
joerg 68128a5628 Refactor zdiff and extend functionality to the common suffixes for bzip2
and xz.
2010-04-14 18:55:12 +00:00
jruoho 06a5faf4f3 Simplify error reporting, remove casts, KNF. 2010-04-14 18:39:56 +00:00
jruoho 8a96e47761 Remove the code that was copy-pasted to acpi_detach() from the attachment
routine. Add a note that the detachment is incomplete.
2010-04-14 17:20:19 +00:00
jruoho e77002a163 Remove the #if 0'ed acpi_disable(). 2010-04-14 17:14:45 +00:00
jruoho 0c88d0e418 Reorganize the main file: add several missing prototypes, move the functions
around so that they appear in their logical order and place, etc. In
addition, split the utility functions to a separate file.

No functional change. Ok jmcneill@.
2010-04-14 17:12:14 +00:00
njoly 31fe2769cc Add missing .El directive. 2010-04-14 16:30:50 +00:00
sjg 9334c6107c If argv[0] is not an absolute path, attempt to resolve it
using realpath() for setting .MAKE
2010-04-14 16:16:17 +00:00
pooka f9ae378a99 Use reserved major for rumpblk instead of picking something which
may conflict.
2010-04-14 16:05:53 +00:00
pooka 59611015f4 Steal a static major number for rumpblk. 2010-04-14 16:05:23 +00:00
pooka 0d8b367e2d Need a few funny #defines in kern_syscall.c too. 2010-04-14 15:15:37 +00:00
pooka 64d6a27dc2 need opt_modular.h in kern_syscall 2010-04-14 15:12:44 +00:00
pooka 8b9238922a Use kern_syscall.c instead of homegrown syscall dis/establishment routines. 2010-04-14 14:49:05 +00:00
pooka 7ea24651a7 Move routines related to syscall establishment from kern_subr.c and
kern_stub.c to kern_syscall.c.
2010-04-14 14:46:59 +00:00
pooka 2734e549f0 Some _t purification. no functional change. 2010-04-14 14:15:48 +00:00
pooka 171f210283 regen: kauth_cred_t -> struct kauth_cred * 2010-04-14 14:14:52 +00:00
pooka 794cd3c3dc Use "struct kauth_cred *" instead of kauth_cred_t in all exported
interfaces.  Allows to remove hairbrained _t typedef dance.
2010-04-14 14:12:48 +00:00
pooka 00dd646066 regen: rump vnodeif went on a diet 2010-04-14 14:00:04 +00:00
pooka fcde1e9ca0 Make rump vnode interface lightweight: the only things we
really need are:

  0) provide VOP_OP in the alternate RUMP_VOP_OP namespace

  and for each op:
  1) schedule rump cpu
  2) call VOP_OP
  3) unschedule rump cpu

While here, take the opportunity to get rid of _t lossage in the
rump-exported interfaces.
2010-04-14 13:58:51 +00:00
pooka 735701ff27 Add a little comment on how bpf can be made unloadable, per pointer from ad. 2010-04-14 13:31:33 +00:00
wiz 24e353786d Join URL. 2010-04-14 13:07:19 +00:00
wiz a658f2bc9b Join URL; sort SEE ALSO. 2010-04-14 13:06:45 +00:00
wiz c8a3c41126 Join URL. 2010-04-14 13:05:43 +00:00
pooka 592f1701c5 regenefactor for comment and whitespace changes 2010-04-14 12:21:04 +00:00
pooka 7b0c00ddf9 Print "end of special cases" only where special cases end and not
a second time at the end of the file.  Adjust whitespace for the
sheer functional joy of it.

(i hope i didn't ruin someone's joke by missing a humorous implication
that all vnode operations are considered a little special)
2010-04-14 12:19:50 +00:00
jruoho 90fff7855d Add the USENIX paper to SEE ALSO. 2010-04-14 11:52:39 +00:00
jruoho 594dcd23c7 Add the USENIX paper of the author to SEE ALSO. 2010-04-14 11:33:59 +00:00
jruoho ec115686bd Now that all USENIX papers are available online, add URL to SEE ALSO. 2010-04-14 11:11:29 +00:00
jruoho 16a83e93ba Add the USENIX paper of Miller and de Raadt to SEE ALSO. 2010-04-14 11:07:20 +00:00
pooka c741c01282 Add comment about clock mismatch. 2010-04-14 10:34:54 +00:00