njoly
8d08b790cc
Consistently use "Brq Dv" macros for pathconf(2) variables.
2011-06-14 13:19:32 +00:00
tsutsui
36339fa308
Also note about makefs(8) cd9660 RRIP PL handling bug fix.
2011-06-14 12:29:48 +00:00
njoly
e792323b22
Avoid printf(3) directive interpretation in long_format testcase
...
description.
2011-06-14 12:17:57 +00:00
tsutsui
8ae8912463
Note some noticeable recent fixes for m68k and x68k.
2011-06-14 12:17:50 +00:00
tsutsui
0212ff2d2a
Use correct format for name and date.
2011-06-14 12:12:30 +00:00
njoly
10e63b29d4
Move unsigned int/long conversion test to their own testcases, to
...
avoid having the whole marked as skipped. While here update testcases
names.
2011-06-14 11:58:22 +00:00
tsutsui
014c2575f4
No more ecoff kernels.
2011-06-14 11:45:26 +00:00
njoly
6e845fb5bc
mkdep(1) needs cc(1). Make testcase check for them.
2011-06-14 11:44:25 +00:00
kefren
9b733c1c9d
* add no-default-route option into configuration file and check it before
...
rejecting default-route
* exit process in case of error into the main loop
* complete FSM for RTM_CHANGE
* Check if we overflow pollfd array
2011-06-14 11:28:51 +00:00
kefren
298f340a61
Use IN_LOOPBACKNET where is the case
...
Don't forget to freeifaddrs() in case of error
Update a couple of debug messages
2011-06-14 11:23:02 +00:00
matt
0065d26e0b
Add latent support for __HAVE_CPU_UAREA_ROUTINES
2011-06-14 07:53:29 +00:00
wiz
8e12ffad8d
Mark up NULL.
2011-06-14 07:49:09 +00:00
matt
4a0f52049b
struct device * -> device_t
2011-06-14 06:47:52 +00:00
matt
eeac0b0545
Make startlwp and upcallret common instead of having 3 mostly identical copies.
2011-06-14 05:50:24 +00:00
matt
4ed8a65b0d
Include <uvm/uvm.h> instead of <uvm/uvm_extern.h> since we are using more
...
uvm functions.
2011-06-14 05:49:14 +00:00
jruoho
837886fd82
Add some.
2011-06-14 05:43:37 +00:00
matt
b418df248c
A small bit of constification
2011-06-14 05:35:08 +00:00
matt
d8a675c3cd
print out the first 4 arguments to the kernel from the bootloader.
...
Add a definition of the uboot bootinfo structure.
2011-06-14 05:32:59 +00:00
matt
19f44ab3a2
Allow use of pigz when compressing kernels.
2011-06-14 05:31:33 +00:00
matt
ab1bb25144
Fix mm_md_direct_mapped_phys
2011-06-14 05:30:40 +00:00
jruoho
519d4f3013
Avoid ATF_REQUIRE() inside a child process.
2011-06-14 05:28:00 +00:00
jruoho
280c25b2f3
Test that assert(3) works.
2011-06-14 05:25:20 +00:00
jruoho
4c45d59aa4
Add few basic tests for the getlogin(2) family.
2011-06-14 03:50:47 +00:00
matt
ad2e914428
Update KDB_NUMREGS to match what gdb6 is using for PPC.
...
Patch taken from PR/43196
2011-06-14 03:28:32 +00:00
matt
643b4a3d8b
Add mm_md_kernacc and now kmem tools work again.
2011-06-14 03:12:43 +00:00
jruoho
3b469f3ce9
Remove the cases that cause integer overflow on e.g. i386.
2011-06-14 02:45:58 +00:00
jruoho
5c64bfa640
The NaN case for strtold(3) was fixed for x86. Adjust for the expected
...
failures (known failures include again the special case of qemu/amd64).
2011-06-14 02:37:31 +00:00
matt
306494e25a
Note use of direct-mapped uareas.
2011-06-14 02:11:47 +00:00
rmind
3f1c6aa712
Update getnewvnode(9) description.
2011-06-14 00:56:02 +00:00
rmind
60e221031b
VOP_LEASE(9) was removed long ago. Misc improvement.
2011-06-14 00:22:45 +00:00
rmind
1d2a79ab46
Describe ubc_purge(9).
2011-06-14 00:19:20 +00:00
rmind
15de01ccb7
Xr uvm_km(9)
2011-06-14 00:18:00 +00:00
rmind
eb51bf5884
uvm_map_lock_entry: fix the order of locking. Spotted by yamt@.
...
Also, keep uvm_map_unlock_entry() symmetric.
2011-06-13 23:19:40 +00:00
matt
5ca5a72bf6
Deal with PCU state when performing coredumps. As the kernel moves each LWP
...
into LSSUSPENDED state, have that LWP save its PCU state for the coredump and
release its PCU status since its probably going to be exiting very soon.
Make pcu_save_all tolerate for being called for non-curlwp if that lwp belongs
to the same process, has a state of LSSUSPENDED, and no PCUs are in use.
Make the MD coredump code use pcu_save_all(l) since it'll need to save all
the PCU state anyways and can take advantage of the above tests.
2011-06-13 21:32:42 +00:00
matt
580e4af787
Use ptoa(x) instead of x << PGSHIFT
2011-06-13 21:19:38 +00:00
matt
022e55668b
Add __HAVE_CPU_UAREA_ROUTINES support so that uareas will be direct-mapped.
...
(This avoids the nasty tlb recursion problem on ibm4xx as well on mpc85xx).
2011-06-13 21:19:01 +00:00
matt
9a80b9608f
If uvm_fault returns EACCES, convert it to EFAULT.
2011-06-13 21:12:50 +00:00
wiz
8ea06c6ede
Sort sections. Remove trailing whitespace.
2011-06-13 20:41:00 +00:00
spz
e7c9ab5a50
note the update of openssl
2011-06-13 19:49:34 +00:00
spz
82dcaa0984
- fix a typo in libcrypto.pl
...
- refresh manpages
2011-06-13 18:53:31 +00:00
nonaka
a5706f7ee2
Removed non-existent wsfont_getflg() functions.
...
Const'fy name in struct wsdisplay_font.
Fixed some typo.
2011-06-13 15:24:21 +00:00
matt
6baf0c0946
bump SYMTAB_SPACE
2011-06-13 14:20:37 +00:00
spz
9574586d3a
fix AES-NI (using David Woodhouse's patch for OpenSSL 1.0.0) & re-enable
...
inclusion of AES-NI capability
builds, but is untested due to lack of hardware
2011-06-13 14:19:48 +00:00
plunky
c84ce3700e
because we use --sysroot, force the default paths to be normal
...
while here, enable tls support
2011-06-13 12:29:16 +00:00
roy
0d0d433bb6
Import openresolv-3.4.2
2011-06-13 11:09:38 +00:00
roy
01c853e7fd
Sync
2011-06-13 11:07:50 +00:00
roy
d8775c93d6
Import openresolv-3.4.2 with the following fix:
...
* Use printf(1) correctly
2011-06-13 11:05:19 +00:00
jruoho
5fcd9d30f3
Call _PDC only after AcpiInitializeObjects(ACPI_FULL_INITIALIZATION).
2011-06-13 09:37:23 +00:00
spz
f946e5a9cd
remove unhelpful '.file' paths, just name the file itself
2011-06-13 06:22:08 +00:00
uch
d1d54b9b66
include uvm_page.h for vm_physmem[]
2011-06-13 05:23:33 +00:00