Commit Graph

198884 Commits

Author SHA1 Message Date
snj
eedda0044d bah! it's 2011 already? 2011-03-08 07:44:39 +00:00
snj
30f96bf3e7 mention mdnsd(8), and fix a typo while here 2011-03-08 07:40:37 +00:00
kiyohara
5f8633bdc8 Fix hci_private data. slhci(4) is assuming, it is slhci_softc. not device_t. 2011-03-08 04:58:21 +00:00
macallan
951a3ca29c fix build for LP32
thanks to uebayasi@
2011-03-08 04:47:10 +00:00
macallan
e5f1c17a70 only try to map the framebuffer if we don't already have an address
With this radeondrm works with genfb and r6xx.
2011-03-08 03:22:29 +00:00
macallan
e13a6ad672 look for a 'virtual_address' property and use it as fb address 2011-03-08 03:16:30 +00:00
macallan
5e2db5a406 if we know the framebuffer's virtual address pass it to the fb driver 2011-03-08 02:57:00 +00:00
jmcneill
0cce2c7d9b put a : in an otherwise empty function, makes this script work with bash 2011-03-07 23:21:13 +00:00
phx
8562228c6f mkdigit() didn't work with values which have bit 31 set (>=0x80000000).
Do not cast to (int).
2011-03-07 22:18:46 +00:00
pooka
fc3b823359 use nwork-adjusted amount of idle workers to decide is they are truly idle. 2011-03-07 21:57:15 +00:00
pooka
9d382a98c5 Fill in a functional struct lwp (especially l_mutex) before exposing
it on p_lwps.
2011-03-07 21:04:47 +00:00
bouyer
6e3787a787 Regen: use COMPAT_50 quotactl, not the native one 2011-03-07 19:27:27 +00:00
bouyer
f5e8243c9d Use the COMPAT_50 quotactl, not the native one.
Should fix build of COMPAT_AOUT_M68K
2011-03-07 19:26:35 +00:00
jmmv
18b629ec58 Always convert PROG to its plural form independently of whether PROG_CXX
is defined or not.  From Garrett Cooper in private mail.
2011-03-07 19:05:03 +00:00
mrg
7b0e2f3951 move xorg-server.m4 into the xserver set, and mark it 'xorg'.
fixes non-xorg-server builds.
2011-03-07 18:37:46 +00:00
njoly
d96aa7b8c7 - Protect flags to avoid macro expansion by mandoc.
- Explicitely close display block.
2011-03-07 17:44:37 +00:00
jakllsch
638f8519ad Bump SYMTAB_SPACE. 2011-03-07 15:56:26 +00:00
njoly
5c77e8edf8 Add quota tests debug objects. 2011-03-07 15:51:40 +00:00
njoly
fcc9951c0e +quotactl.debug 2011-03-07 15:49:56 +00:00
jakllsch
0582307bb5 Bump SYMTAB_SPACE. 2011-03-07 15:49:50 +00:00
jakllsch
d6eff8b7ce Bump SYMTAB_SPACE. 2011-03-07 15:37:46 +00:00
christos
97ea5c269b fix typo, and use the parent to determine the offset. From Dave Mills 2011-03-07 13:58:32 +00:00
he
e078102c8c This tool now depends on updated target includes in the tools build
for an UPDATE build to succeed; ensure that by including
${.CURDIR}/../Makefile.nbincludes.
2011-03-07 13:28:06 +00:00
bouyer
5fd63a9777 Don't use the same char b0[] for BLOCK and FILE timeprt(), they would
override each others.
2011-03-07 11:56:31 +00:00
bouyer
726315aa0b Properly evaluate the space needed to print "unlimited" in an human-readable
way.
2011-03-07 11:46:55 +00:00
cegger
f2fbc0de6d Get improvements from FreeBSD-current (January 2011).
Successfully tested with WEP, WPA and WPA2 on AR9285.
Reviewed by jmcneill@
2011-03-07 11:25:41 +00:00
joerg
5c3ccd6eba Pass down ELF Auxillary Vectors for static NetBSD binaries too.
Rename __libc_init to _libc_init and call it explicitly from CSU code.
This enforces the constructor run order for newly linked programs.
Keep it as constructor with run-once semantic for binary compatibility.
Implement dl_iterate_phdr for statically linked programs.

This material is based upon work partially supported by
The NetBSD Foundation under a contract with Joerg Sonnenberger.
2011-03-07 05:09:09 +00:00
enami
08376a9153 Fix link error. 2011-03-07 03:29:26 +00:00
cherry
974d4f3d46 Use macros clts/stts instead of directly manipulating CR0 flags.
Expose fpuinit to XEN build. (remove #ifdef XEN)
2011-03-07 02:24:57 +00:00
joerg
3a6bc2a9c4 ufs/ufs/quota.h is now used by makefs 2011-03-07 02:02:36 +00:00
christos
959ab2631c Restore historical behavior of tgoto() to return "OOPS" on failure. This is
best for now because there are too many programs that don't check the return
value of it. Of course cursor motion commands from $TERMCAP have 0 chance
of working now, since their % escapes are not translated to terminfo. In
the window case %+ expects one param from the stack in the termcap case
and two in the terminfo so we barf. We need proper captoinfo handling for
the % escapes, like the one in ncurses. Hi Roy :-)
2011-03-07 00:27:51 +00:00
christos
e73fcb7199 KNF 2011-03-06 23:41:47 +00:00
christos
1c901e8c26 merge one more triplicated function 2011-03-06 23:26:05 +00:00
christos
6a453cd117 more code deduplication 2011-03-06 23:25:42 +00:00
christos
cb869888d4 use common utils 2011-03-06 23:24:33 +00:00
christos
412de05f04 more KNF 2011-03-06 23:13:22 +00:00
christos
a518d1d73c use merged out code. 2011-03-06 23:07:23 +00:00
christos
e0e65cb1e2 - merge more code.
- simplify struct access.
2011-03-06 22:36:07 +00:00
christos
3f339fb13b - KNF
- merge code
- fix error printing
- don't use static buffers
2011-03-06 22:33:55 +00:00
mrg
722355d60d install xorg-server.m4 at the request of jmcneill. 2011-03-06 22:15:29 +00:00
christos
1f0f7c923b - WARNS=4
- KNF
- don't cast malloc
- don't use static buffers
- fix types
- remove extra \n's from errors
- fix prototypes
2011-03-06 20:47:59 +00:00
phx
948ee160e6 Renamed "stg" to "stge" as in the kernel. 2011-03-06 20:36:29 +00:00
he
ac93dee5bb Now that MACHINE is defined in user-land in either
mips/include/mips_param.h or powerpc/include/param.h, stop
trying to re-define it in the port-specific param.h files
when _KERNEL isn't defined.
2011-03-06 20:34:55 +00:00
phx
fa5740cd0f Suport for loading a kernel from memory (RAM, ROM or Flash).
The boot file path should look like "mem:<address>", where <address> is
the start address, in hex notation, of the file in memory.
2011-03-06 18:22:13 +00:00
bouyer
fcf38c8c34 merge the bouyer-quota2 branch. This adds a new on-disk format
to store disk quota usage and limits, integrated with ffs
metadata. Usage is checked by fsck_ffs (no more quotacheck)
and is covered by the WAPBL journal. Enabled with kernel
option QUOTA2 (added where QUOTA was enabled in kernel config files),
turned on with tunefs(8) on a per-filesystem
basis. mount_mfs(8) can also turn quotas on.

See http://mail-index.netbsd.org/tech-kern/2011/02/19/msg010025.html
for details.
2011-03-06 18:15:30 +00:00
sjg
c37859c219 Only need to getcwd() once 2011-03-06 17:41:11 +00:00
wiz
206ef381bf Fix typo. 2011-03-06 17:39:34 +00:00
wiz
e2a3787008 New sentence, new line. 2011-03-06 17:39:05 +00:00
wiz
54f3ceb271 Sort options, split "file system". 2011-03-06 17:36:32 +00:00
wiz
9758975014 Remove trailing whitespace; remove dot at end of SEE ALSO; new sentence, new line;
split "file system"; more markup.
2011-03-06 17:34:57 +00:00