Commit Graph

140465 Commits

Author SHA1 Message Date
he c6c2d9e696 Suddenly these need explicit inclusion of <sys/socket.h>; they use
the MSG_OOB and AF_LINK symbols (among others).  Fixes build problem.
2005-09-28 06:40:15 +00:00
jmmv 24d12cb7e6 Some style fixes in comments. 2005-09-27 20:35:33 +00:00
hubertf f538be6bf5 * make clear what "window" is
* we now have a SMB filesystem
 * add link to SoC project for BSD-licensed privacy guard like gnupg or pgp
   (XXX what's the status of that???)
 * Mention kerberizing more services, with associated PR
2005-09-27 20:15:15 +00:00
wiz e7b5f94c7d Wording improvements from jmc@openbsd. 2005-09-27 19:07:17 +00:00
chs 8a6025c821 this needs stuff from compat/sys/siginfo.h now, just include it here. 2005-09-27 15:09:04 +00:00
chs 1e20ffb8a1 regen 2005-09-27 15:07:54 +00:00
chs ad1b7e8d5c include "opt_compat_sunos.h", netbsd32_syscallargs.h wants it. 2005-09-27 15:07:40 +00:00
chs c0f26b2223 remove unnecessary includes. 2005-09-27 15:06:43 +00:00
macallan 2f6c0aa9c0 fix a typo 2005-09-27 15:04:26 +00:00
macallan e979e1f3de added a few missing device names 2005-09-27 14:47:41 +00:00
tsarna 9b412b7436 Implement PAM_REFRESH_CRED / PAM_REINITIALIZE_CRED
support in pam_sm_setcred()

With this and a suitably pam-aware screen locker (eg xscreensaver built
with PAM), you now get the nice Windows-style behavior of having
your tickets refreshed (and tokens, with pam_afslog) when you unlock
your screen.
2005-09-27 14:38:19 +00:00
chs 94be8205d7 make this compile again. 2005-09-27 14:37:06 +00:00
macallan c247bb3437 rename gpio -> macgpio to avoid conflicts with gpio framework 2005-09-27 14:34:15 +00:00
martin 3faf969174 Adapt to struct vfsops changes during the NFS export rototill. 2005-09-27 13:26:03 +00:00
wiz 33db60eae0 Grammar improvement, remove trailing whitespace. 2005-09-27 13:23:55 +00:00
martti 4a909698d6 Avoid crash with invalid input. 2005-09-27 12:22:27 +00:00
jmcneill 00e0f7867d Add gscpcib(4) man page as requested by wizd(8). 2005-09-27 10:59:45 +00:00
rpaulo 87d98a27d3 Forgot to note amd responsible on this file. 2005-09-27 10:12:46 +00:00
wiz 3224a4d9fd Remove default argument from .Nm. Add a missing article. Mention NetBSD import. 2005-09-27 09:16:20 +00:00
wiz 233ed29117 Use .In. Mention NetBSD import. Use .Nx. 2005-09-27 09:13:00 +00:00
chs 0b934711f4 avoid calling into the pool code while PSL_EE is off.
the pool code can do spl*()/splx(), and splx() requires PSL_EE to be on.
2005-09-27 08:03:11 +00:00
chs 0c6e4dbbc4 ok, the change from rev 1.33 was unnecessary after all,
only the second part of the previous revision was needed.
put the logic for the initial icache invalidation of the PLT
back the way it was, but in a way that makes clearer what's going on,
and add some comments explaining it.
2005-09-27 07:20:32 +00:00
yamt baee927713 introduce "ufs_ops" and use it for ITIMES. 2005-09-27 06:48:55 +00:00
yamt 050407b699 change um_maxfilesize to unsigned as its on-disk counterpart is. 2005-09-27 06:48:16 +00:00
simonb e13e6f0180 Add SigmaTel STAC9752/53 codec ID. 2005-09-27 05:24:40 +00:00
jmcneill fd2f15ceda Claim responsibility for the gpio framework. 2005-09-27 03:04:43 +00:00
jmcneill 1e7e45d087 Note import of gpio(4) and friends. 2005-09-27 03:03:31 +00:00
jmcneill 9ea1878225 Add (commented out) definition of gpio attachment to nsclpcsio 2005-09-27 02:57:47 +00:00
jmcneill dfb097e283 Add (commented out) definition of isa at gscpcib 2005-09-27 02:57:02 +00:00
jmcneill b8a32e9d53 Attach to gpiobus. From OpenBSD. 2005-09-27 02:56:27 +00:00
jmcneill 4d7c3832dc Add gpioctl to set lists. 2005-09-27 02:55:15 +00:00
jmcneill 825ff1848a Import userland utility for playing with gpio devices. From OpenBSD. 2005-09-27 02:54:27 +00:00
jmcneill 7ad695546c Add (commented out) definitions for gscpcib and the equivalent gpio
attachment.
2005-09-27 02:47:42 +00:00
jmcneill d94618bd3e Add gpio devices to template. 2005-09-27 02:44:12 +00:00
jmcneill 777503501e Add NS Geode PCI-ISA bridge GPIO support. 2005-09-27 02:42:44 +00:00
jmcneill b77b366d41 Add gpio files and majors. 2005-09-27 02:41:10 +00:00
jmcneill 8a4ae7b995 Add gpio man pages. 2005-09-27 02:38:41 +00:00
jmcneill 2772d72668 Add man page for gpio framework (from OpenBSD) 2005-09-27 02:38:03 +00:00
jmcneill 9292caa332 Add sys/gpio.h 2005-09-27 02:37:03 +00:00
jmcneill bec79ef231 Import general purpose I/O framework from OpenBSD. 2005-09-27 02:34:02 +00:00
kent 70c1989a17 * azalia_attach_intr()
ignore errors of codec initializations if at least one
codec is initialized successfully

* azalia_alloc_dmamem()
  fail if the HDA controller does not support 64 bit addressing
and buf_dmamap_* allocate a 64 bit address.

Pointed out by Brett Lymn
2005-09-26 17:30:04 +00:00
manu c557aaf18f Fix bug when using hybrid auth in client mode
make xauth_login work again
add safety checks
2005-09-26 16:24:57 +00:00
yamt 7b343ec65a - defflag bufq_fcfs and bufq_disksort.
- make them on by default.
2005-09-26 14:14:26 +00:00
yamt d3a07546a6 revert ffs_snapshot.c 1.20 because it's bogus. pointed by Simon Burge. 2005-09-26 14:10:32 +00:00
yamt 6138b82a56 always use nanotime rather than time.
it's bad to mix nanotime and time because it sometimes
make timestamps go backwards.
2005-09-26 13:52:20 +00:00
kleink 21ef7cfd14 Move ttyname_r() to the 1003.1c-1995 section. 2005-09-26 12:52:42 +00:00
kleink ffff20ba60 Move getenv_r() to the local section. 2005-09-26 12:51:34 +00:00
tron 074df7771e Add manual pages MD2FileChunk(3), MD2Transform(3) and SHA1FileChunk(3). 2005-09-26 12:24:13 +00:00
wiz 72a37764e0 Punctuation nits; grammar fix. 2005-09-26 10:54:46 +00:00
jmmv 7f4f9fe044 Check that both the kernel and mount_tmpfs handle extremely big numbers in
correctly in the max size parameter.
2005-09-26 09:50:53 +00:00