agc
903cd8368b
Sync with reality - add <sys/gcq.h>
2007-09-23 21:27:34 +00:00
xtraeme
189cf45ffd
Forgot to add aps(4)... sorry phone :-)
2007-09-11 21:54:54 +00:00
rmind
2cecf9bbe9
Implementation of POSIX message queues.
...
Reviewed by: <ad>, <tech-kern>
2007-09-07 18:56:02 +00:00
tshiozak
260d6cea73
add manpage for uchcom(4).
2007-09-03 18:02:16 +00:00
macallan
eb432e069e
let build.sh build the ag10e driver
2007-08-30 04:45:02 +00:00
xtraeme
c52324299f
Add a manpage for the ichlpcib(4) driver. This needs some wizd-ification.
2007-08-26 18:05:43 +00:00
drochner
9d8b5fa74e
Add C99 complex support, for double and float.
...
Most complex function implementations are from the "c9x-complex" library,
originating from the "cephes" math library, see
http://www.netlib.org/cephes/ , from Stephen L. Moshier, incorporated and
redistributed with the NetBSD license by permission of the author.
Error behaviour and other boundary conditions (branch cuts)
need to be looked at.
For namespace sanity, I've done the rename/weak alias procedure to
most of the exported functions which are also used internally.
Didn't do so for sin/cos(f) yet because assembler implementations use
them directly, and renaming functions shared between the main libm
and the machine specific "overlay" might raise binary compatibility
issues.
2007-08-20 16:01:28 +00:00
kiyohara
10448cd503
Add support for AnyCom BlueCard.
2007-08-20 00:29:43 +00:00
tnn
449902fc06
Add spdmem(4) driver. This decodes technical specifications stored in
...
the eeprom on common types of memory modules. The specifications are
displayed during boot and can later be queried in the hw.spdmemN sysctl
subtree. Stub driver written by Nicolas Joly and greatly improved upon by
Paul Goyette. From PR 36745, with additional improvements by Paul and me.
2007-08-18 11:26:35 +00:00
pavel
c0f560c80e
struct plistref does not reference other proplib data types, so split it
...
in its own header file to be included by dkio.h. Fixes breakage due to
pollution from proplib.h in programs which include ioctl.h. Tested and OK
by dogcow@.
2007-08-17 11:05:03 +00:00
kiyohara
8e7888075a
Replace to Matthew Orgass's slhci(4).
...
http://mail-index.netbsd.org/tech-kern/2007/06/26/0001.html
And import gcq.
http://mail-index.netbsd.org/tech-kern/2007/06/18/0020.html
2007-08-16 03:09:01 +00:00
kiyohara
b095a2da1f
Replace to Matthew Orgass's slhci(4).
...
http://mail-index.netbsd.org/tech-kern/2007/06/26/0001.html
gcq is Generic Circular Queues. Used by slhci.
2007-08-15 16:43:10 +00:00
pooka
f49fa2014c
add mount_sysctlfs.8
2007-08-10 07:59:32 +00:00
pooka
ba4e596bc9
move sysctlfs from examples to base
2007-08-09 22:01:25 +00:00
nonaka
fad0ea915b
build and install zbsdmod.o.
2007-08-09 16:08:58 +00:00
he
fd961c4429
Add a new socket option for unix domain sockets: LOCAL_PEEREID, to make
...
it possible to get the pid, euid and egid of the process at the remote
end at the time it did bind() or connect().
Add a new libc function, getpeereid() to easily get at the euid and egid.
As a consequence, bump libc's minor number.
Document the LOCAL_PEEREID socket option in unix(4).
Based on contribution by Arne H. Juul, minor modifications by myself.
2007-08-09 15:23:01 +00:00
pooka
c5653da5a1
install bsd.klinks.mk
2007-08-05 21:50:32 +00:00
yamt
5621cabda9
add cpuctl.debug.
2007-08-05 12:46:02 +00:00
jnemeth
cd27c0d793
PR/36370 - Lloyd Parkes -- pckbd.fr_CA-iso8859-1 does not have share tag
2007-08-04 12:41:59 +00:00
ad
18af8ee9bd
Add cpuctl(8). For now this is not much more than a toy for debugging and
...
benchmarking that allows taking CPUs online/offline.
2007-08-04 11:02:56 +00:00
taca
aefef5cb2c
Add lint library for libarchive(3).
2007-07-30 06:58:18 +00:00
joerg
577a8c7029
Add build glue for libarchive and update the various sets.
2007-07-29 17:06:00 +00:00
nonaka
6198bdd8dc
Added /usr/sbin/tpctl
2007-07-29 14:37:53 +00:00
nonaka
d8caf5f9b4
Added apm releated programs.
2007-07-29 14:35:55 +00:00
nonaka
d1d5985b69
Added apmvar.h
2007-07-29 14:32:18 +00:00
kiyohara
c845e341d1
s/ichsmp/ichsmb/.
2007-07-28 15:01:25 +00:00
kiyohara
ad2eb788f6
s/cat4/man4/.
2007-07-28 14:51:36 +00:00
kiyohara
37b3e2d574
Add support for Intel ICH SMBus controller.
2007-07-28 10:51:56 +00:00
dsieger
93f4326679
Remove obsolete content about cpu_switchto() from ctxsw(9) and rename
...
it to mi_switch(9).
Suggested by yamt@
2007-07-21 08:51:31 +00:00
yamt
c83659bb5a
add audit-packages.debug.
2007-07-20 12:45:46 +00:00
martti
a7ad55a514
s/libcrypto.so.3.1/libcrypto.so.3.2/
2007-07-19 11:28:00 +00:00
christos
85c806214a
bump version
2007-07-18 20:17:27 +00:00
yamt
cf50c51162
add kpause.9.
2007-07-18 12:19:44 +00:00
joerg
e4fc1154a4
Add native mremap system call based on the UVM implementation for
...
Linux compat. Add code to enforce alignment of the new location.
Special thanks to wizd for helping with the man page.
2007-07-17 17:42:07 +00:00
jmmv
2c0dfb6c62
Add missing file: /usr/share/i18n/esdb/CP/CP922.esdb
2007-07-15 18:23:36 +00:00
he
f4056dae28
Add back in now-obsolete man pages or "aliases" and mark them as
...
obsolete, so as to better support an UPDATE build.
This concerns SCHED_LOCK(9), SCHED_UNLOCK(9), shed_lock_idle(9),
shed_unlock_idle(9), and scheduler(9).
2007-07-15 18:03:11 +00:00
tnozaki
33793b3134
add CP922 support to iconv.
2007-07-15 14:41:18 +00:00
jnemeth
d9a445af4f
add back setrunqueue.9 and mark it, nextrunqueue.9, and remrunqueue.9 obsolete
2007-07-15 08:33:50 +00:00
dsieger
82d31a4a20
Remove obsolete SCHED_LOCK(9), which is gone.
...
ok by <ad>
2007-07-14 22:09:57 +00:00
dsieger
5c52ed78e9
Move scheduler(9) to sched_4bsd(9) and sync its contents with reality. Also
...
add a reference to McKusick et. al., which still contains the best in-depth
description of the 4.4BSD scheduler.
2007-07-14 21:54:30 +00:00
ad
96d0aa8e9b
fixsb has done its job.
2007-07-14 21:20:31 +00:00
dsieger
10dc2af304
Remove obsolete setrunqueue(9) manpage.
...
ok by <ad>.
2007-07-14 20:39:33 +00:00
dsieger
4f02ad43b0
Add initial manpage for the "new" scheduler API.
...
Note: More content will follow, to this manpage as well as the NetBSD
Internals book.
Ok by <ad>
2007-07-14 20:23:12 +00:00
adrianp
708a0a7fb9
Updates for pkg_install-20070714
2007-07-14 20:05:33 +00:00
dsl
00531e457b
Update to libc.so.151
2007-07-14 19:34:48 +00:00
ad
8751253925
Update mlinks for callout/kthread changes.
2007-07-14 11:39:01 +00:00
ad
52d4ecbef8
kcont was removed.
2007-07-14 10:52:14 +00:00
kiyohara
1f48268a37
Add support for NVIDIA nForce 2/3/4 SMBus controller and SMBus driver.
2007-07-11 07:53:29 +00:00
pooka
9d2baecbde
build & install puffsportal (if MKPUFFS)
2007-07-08 14:29:52 +00:00
njoly
5e14b40722
Add amd64 specific debug files.
...
Fix build.sh release for amd64 with MKDEBUG=yes
2007-07-04 13:23:11 +00:00