Commit Graph

168336 Commits

Author SHA1 Message Date
wiz 9abcd2ffbe Fix a tip: use pkg_info, not pkg_add to find out which executables
belong to a package.
2008-03-25 10:50:34 +00:00
mlelstv 237876a9eb add new Heimdal files for MKDEBUG option 2008-03-25 07:03:02 +00:00
mrg a2ab41e161 s/exit 0/true/ in the main target so that this works if interrupted
between "mkdir" and libiberty.a being built.
2008-03-25 03:59:17 +00:00
cube d94699ecbb Split device_t and softc for wskbd(4), wsmouse(4) and that creepy wsmux(4). 2008-03-25 00:49:19 +00:00
yamt f722be6c16 include Makefile.inc for BINDIR. 2008-03-25 00:30:11 +00:00
yamt ef630703b1 regen. 2008-03-24 23:47:06 +00:00
yamt f725bfefcf after yamt-lazymbuf merge, mark send/recv syscalls MPSAFE.
pointed out by Andrew Doran.
2008-03-24 23:46:43 +00:00
xtraeme 53fbc48b28 Remove a commented out line that was causing a warning. 2008-03-24 23:14:02 +00:00
cube 4674a8058c Don't reference m68k/saframe.h. Zed's dead, baby, Zed's dead. 2008-03-24 23:02:38 +00:00
xtraeme 027cbfd7a2 Mention ucycom(4). 2008-03-24 22:51:26 +00:00
xtraeme b243913ce0 Separate the device list in different sections, and update the list
to match current reality in the src tree.

Inspired by the OpenBSD's usb(4) manpage.
2008-03-24 22:49:20 +00:00
xtraeme f65088e3af Also mention uslsa(4). 2008-03-24 21:58:13 +00:00
xtraeme 123b5f56be Mention uchcom(4) and uhmodem(4). 2008-03-24 21:55:01 +00:00
mlelstv eaec738d10 align cast with heimdal source
http://loka.it.su.se/fisheye/changelog/heimdal/?cs=22773
2008-03-24 20:05:57 +00:00
martin 99c43f077e Adapt to sel* changes 2008-03-24 19:40:18 +00:00
cube 58f7b5e1f3 Split device_t for cd(4). 2008-03-24 18:27:06 +00:00
jmmv 3f1571cbcf Fix flags for kern_synch.c: it is COPTS.<cfile>, not CFLAGS.<cfile>. 2008-03-24 18:03:27 +00:00
jdc 35ce34ed43 Don't define HAVE_WCHAR if DISABLE_WCHAR is defined.
Pointed out by martin@.
2008-03-24 16:57:28 +00:00
kochi 2ead1ed5c4 Add atomic_cas_foo_ni alias. 2008-03-24 14:59:30 +00:00
cube b1be269fbd Split device_t and softc for atapibus(4). 2008-03-24 14:44:26 +00:00
elad b2b4fb68be Introduce two missing KAUTH_GENERIC_ISSUSER check in the voodoo and machfb
mmap() code.

This and similar requests will be replaced Soon, but these two in
particular should be pulled up to netbsd-4, and to allow doing that
smoothly, we're first introducing the "issuser" version.

Discussed with and okay macallan@.
2008-03-24 14:16:04 +00:00
mlelstv 0b9b01afa9 Heimdal cannot easily detect wether the system uses kerberos or not
on a client. For now, turn on the hack, that causes heimdal to fail
when there is no config file. ok'd by lha.
2008-03-24 13:56:41 +00:00
ad 11d69830e6 +pseudo-device lockstat since there is a cycle counter. Ok martin@. 2008-03-24 13:48:18 +00:00
tnozaki 690d9c4d8a add comment about renaming of setlocale -> __setlocale_mb_len_max32. 2008-03-24 12:54:38 +00:00
yamt ddf7689f27 terminate yamt-lazymbuf branch. 2008-03-24 12:34:51 +00:00
yamt d77618f875 update after yamt-lazymbuf merge. 2008-03-24 12:30:17 +00:00
yamt eb1ec8f233 4.99.58 - merge yamt-lazymbuf branch 2008-03-24 12:26:30 +00:00
yamt 2acbe71698 regen. 2008-03-24 12:25:42 +00:00
yamt 9a4b7dd279 merge yamt-lazymbuf branch. 2008-03-24 12:24:37 +00:00
yamt c2ade09841 remove an empty file. 2008-03-24 11:52:07 +00:00
xtraeme 3ce1136f19 showcpuset: check the correct variable against NULL after calling malloc(3). 2008-03-24 10:33:17 +00:00
xtraeme fc83e8aa5f - Improve usage().
- Replace malloc+memset(foo, 0, ...) with calloc calls.
2008-03-24 10:22:41 +00:00
yamt a7a764750b yamt-lazymbuf-base14 2008-03-24 09:38:04 +00:00
yamt 9f194df082 agrport_monitor: map IFM_NONE to IFM_NONE|IFM_ETHER and add a comment. 2008-03-24 09:14:52 +00:00
yamt 8df658c8ca add some DEBUG checks. 2008-03-24 09:09:55 +00:00
yamt d886e611bd remove a redundant pmap_update and add a comment instead. 2008-03-24 08:52:55 +00:00
skrll 51730523ef Typo in commit. 2008-03-24 08:34:06 +00:00
dogcow d0bda29ecc fix compilation on alpha. 2008-03-24 08:27:23 +00:00
yamt 1872c2a033 discourage the new use of malloc(9). 2008-03-24 08:24:48 +00:00
lukem f0b277f256 Make it easier to find various MK* and USE_* variable definitions
by expanding their names in the for loops.

Inspired by a recent commit, which made sense to me based on the
number of times I've had to redo a search without the leading MK|USE_
within this file just to find the default...
2008-03-24 05:00:31 +00:00
cube c7dd91c86d Change previous to use aprint_error_dev. 2008-03-24 00:06:03 +00:00
he b2156dc123 The sig_atomic_t type isn't necessarily compatible with %d printf format;
cast to int before printing.
2008-03-23 23:09:04 +00:00
he 7fa93d44f6 Please repeat after me: I shall not define _KERNEL before including
<sys/types.h> in user-land programs.  Doing so causes build problems
for lots of our ports due to differences in how <sys/bswap.h> ends up
defining the swap functions/macros.
2008-03-23 23:01:21 +00:00
yamt d3d0ab9bb2 kqueue_scan: skip markers correctly. 2008-03-23 22:39:48 +00:00
jmmv 442ab2406b Add a tip explaining how to run the tests in /usr/tests. 2008-03-23 19:48:57 +00:00
ad f12243c34d linux_get_sa: fix botched fd handling. 2008-03-23 19:35:54 +00:00
christos e82b090f18 little cleanups. 2008-03-23 18:53:51 +00:00
xtraeme 6405ed23e5 acpiacad_get_status: move sc_notifysent to the correct place, otherwise
the notify might not be sent.
2008-03-23 18:38:57 +00:00
ad 36cd74d4d8 Undo 1.150 (Don't make root an exception when enforcing rlimits). No other
Unix behaves this way and it breaks too many things, e.g. web servers.
2008-03-23 17:40:25 +00:00
tsutsui 4f64b6719d Use macro defined in <machine/cpu.h> for cobalt_id and device addresses etc.
since <machine/leds.h> has been removed.
Also remove redundant address definitions in Makefile and local headers.
Pointed out by dieter roelants.
2008-03-23 17:19:57 +00:00