Commit Graph

213779 Commits

Author SHA1 Message Date
mlelstv
2897603d95 Don't call ureadc() with a spinlock held because ureadc() may fault when
writing to userspace.
2012-10-02 23:10:34 +00:00
roy
a124943219 Prefer dhcpcd(8) over dhclient(8). 2012-10-02 17:43:52 +00:00
msaitoh
ca34255e60 - Fix a bug that a fragmented packet is marked as bad checksum. It causes
a real bug when HW checksum offload function is used. It was easy to
  reproduce with NFS UDP mount.
- Fix a potential bug that a packet other than TCP and UDP is marked as bad
  checksum.
2012-10-02 15:22:46 +00:00
abs
070a35df41 "i.e." -> "i.e.," - from Snader_LB on IRC 2012-10-02 14:15:04 +00:00
roy
636fc830f6 Discourage the use of ifconfig_bge0=dhcp and prefer setting dhcpcd=YES
in rc.conf(5) instead.
2012-10-02 09:18:59 +00:00
jkoshy
1590a10806 Document the MKKMOD build knob. 2012-10-02 04:53:11 +00:00
christos
085a3fd784 mention clock_nanosleep 2012-10-02 01:48:06 +00:00
christos
726941def2 add clock_nanosleep() 2012-10-02 01:47:39 +00:00
christos
b856128072 add clock_nanosleep(2) 2012-10-02 01:46:40 +00:00
christos
8e4cb02016 regen 2012-10-02 01:46:20 +00:00
christos
1ec743232e kernel portion of clock_nanosleep() 2012-10-02 01:44:27 +00:00
christos
71bbc99990 add clock_nanosleep 2012-10-02 01:42:06 +00:00
wiz
691913b47a Mark up defines with Dv.
(Leave Brq for now.)
2012-10-01 20:49:30 +00:00
bouyer
63a0d054cf At last on some linux distros, gmake is needed to build the cross-gdb. 2012-10-01 19:27:04 +00:00
christos
d60db5e056 PR/47024: Taylor R Campbell: handle "keys" directory and directory
permissions in general
2012-10-01 18:46:43 +00:00
njoly
6b1609c666 Add _PC_NO_TRUNC support in zfs_netbsd_pathconf(). 2012-10-01 18:19:18 +00:00
njoly
7d7e9f2176 Update _PC_NO_TRUNC description to add the returned value, and
replace non-existant KERN_NAME_MAX with {NAME_MAX}.
2012-10-01 18:16:36 +00:00
dsl
9ddf6f9c74 apmcall.o no longer exists. 2012-10-01 17:35:57 +00:00
dsl
7934999d82 Remove 'struct apm_connect_info' - part of the i386 APM bios interface.
There are no references to it anywhere in all of $SRC.
2012-10-01 17:32:28 +00:00
dsl
1f29bb23a2 Remove some definitions that were part of the APM bos interface. 2012-10-01 17:30:39 +00:00
dsl
85d5310461 Delete some not-used APM offsets 2012-10-01 17:26:41 +00:00
jdc
5b7bfe8cd0 Match the Rage Mobility M1 used in the Tadpole SPARCle. 2012-10-01 09:25:01 +00:00
riastradh
6f24a346a4 On failure in _rtld_dlcheck, call _rtld_error, not xwarnx.
Callers need not call _rtld_error themselves now.

Fixes PR lib/41760.  Should add the test case from the PR too.
2012-10-01 03:03:46 +00:00
dsl
5eb5222cc8 Remove code from dev/apm/apm.c for setting global variables to parameterise
the i386 bios apm code (now removed).
Remove the same code from the clone dev/hpc/apm/apmdev.c
Remove some not-used options from dev/apm/files.apm and the commented out
  lines in ALL and GENERIC.
Maybe the APM_V10_ONLY and APM_NO_V12 could also be shot, but they are
  further entwined in the code.
2012-09-30 21:36:18 +00:00
bouyer
f800b89bbc Add test cases for the bug fixed in sys/ufs/ufs/ufs_quota2.c 1.35:
when a on-disk block/inode allocation triggers allocating a new
quota entry, the new quota entry is not in the quota2 header block,
and the allocation will later be denied, the changes to the quota block would
not be flushed to disk, leading to list corruption (detected by fsck).
2012-09-30 21:26:57 +00:00
wiz
df3325de63 Wording, more macros. 2012-09-30 21:15:08 +00:00
rmind
395bd44a04 Add some content to the Procedures section. 2012-09-30 21:09:30 +00:00
dsl
944f28ff5e Remove the fields were are only used by the 'now removed' i386 APC bios
support.
2012-09-30 21:05:14 +00:00
dsl
c22ade8a26 Fix build.
I've removed 'option apmbios' so config no longer generates apmbios.h
Not to be confused with dev/apm/apmbios.h :-)
2012-09-30 20:54:52 +00:00
riastradh
0f6a31aa63 Rewrite section on DNS so it makes sense, is true, and is useful.
This may need to be adapted for openresolv too...
2012-09-30 20:49:12 +00:00
dsl
e727babbeb Remove the obvious parts of i386 Advanced power management 'apm' support.
This is the code that predates ACPI, and might once have been able to
  power down some laptops.
It hasn't been compiled for ages (it isn't it i386/ALL or any other
  standard kernel) and hasn't worked for even longer.
The APM specification was made obsolete by ACPI before it was widely
  implemented.
This will allow some other, even more dubious code be removed.
Unfortunately apmbios.h is used by the world !
2012-09-30 20:19:51 +00:00
wiz
cda4ed683f Use more markup. New sentence, new line. 2012-09-30 13:15:03 +00:00
spz
34865a25d0 Add some content to the "Rules" section. 2012-09-30 12:59:31 +00:00
mlelstv
cfb7ebba73 Provide consistent locking around getc() in ttread(). This is necessary
to prevent crashes in MPSAFE tty drivers like ucom.
2012-09-30 11:49:44 +00:00
dsl
219dae9ba5 Fix debug build 2012-09-30 11:29:42 +00:00
wiz
c92c93101c Whitespace fixes, remove unnecessary Pp
XXX: Subsections Rules and Procedures seem empty?
2012-09-30 07:43:03 +00:00
jkoshy
a1795f8e6b Correct a typo.
Reported by:	tsutsui
2012-09-30 06:00:26 +00:00
dholland
85c764df3c Requires <sys/queue.h> for LIST_ENTRY and netinet/in.h for struct in_addr. 2012-09-30 05:13:12 +00:00
dholland
7bb3c82fdb Requires <net/if.h> to be compilable by itself. 2012-09-30 05:08:08 +00:00
dholland
42222eb321 u_long -> unsigned long, so this header compiles on its own like it
should. (and without adding <sys/types.h>)
2012-09-30 05:02:08 +00:00
jkoshy
835b3c736f Document build knobs MKBSDTAR, MKCLEANSRC, MKCLEANVERIFY, MKCOMPAT,
MKDTRACE, MKLVM, MKNPF, MKPIGZGZIP, MKREPRO, MKRUMP, MKX11FONTS and MKZFS.

Reviewed by:	joerg
2012-09-30 03:48:16 +00:00
jkoshy
02a811410b Note that the MKCOMPAT build knob is supported on mips64-based
architectures.
2012-09-30 03:07:25 +00:00
rmind
703f289235 npf.conf(5): add syntax section and a first cut describing the structural
elements.  Some improvements and fixes from spz@.
2012-09-29 19:50:03 +00:00
chs
25ae74a8a7 fix the DRM string sysctls to use copyout() instead of strcat()
to deliver the data to the user buffer.
2012-09-29 14:19:43 +00:00
jkoshy
e8679a18c5 Document the MKDTRACE build knob.
Reviewed by:	apb
2012-09-29 12:03:41 +00:00
gsutre
0483888a2b regen 2012-09-29 10:27:23 +00:00
gsutre
d0a074ebe6 Add Intel Ivy Bridge host bridge and integrated graphics device IDs,
from the Linux Intel AGP driver.
2012-09-29 10:26:14 +00:00
mlelstv
82d607b6ed Treat LUNs as 64bit numbers that they are.
Don't use broken 48bit accesses for ISID either.

This fixes the LUN ghosting problem on big-endian systems.

LUN handling is still incorrect because it assumes a LUN value < 256
and doesn't parse the 64bit LUN for extended formats.
2012-09-29 07:18:21 +00:00
tsutsui
8a5f2d79df Fix build.sh "modules" target build which has been broken since
do-sys-modules target was removed from src/Makefile in rev 1.299.
Fixes PR/46994.
Also remove a redundant bomb message which is already handled by
make_in_dir().
2012-09-29 04:02:42 +00:00
ryo
82faf91665 Defer attaching interrupt evcnts in the same way as i80321.c by matt@ 2012-09-28 20:08:13 +00:00