Eitan Adler
c39df7897f
Now that device disabling is generic, remove the non-standard
...
implementation from mpt
Don't MFC this to retain backwards compatibility.
Reviewed by: des, mjacob
Approved by: cperciva
2012-10-22 04:18:17 +00:00
Eitan Adler
2beb708522
Add a clean-room reimplementation of a script originally
...
found in openssh's contrib directory.
This version has more features and is better written.
I intend to submit this upstream as well.
Reviewed by: bapt
Reviewed by: des
Approved by: cperciva
MFC after: 1 week
2012-10-22 03:57:00 +00:00
Rui Paulo
c51f92a216
Fix the memory regions to include the 64MB DDR3 memory slot.
2012-10-22 03:45:37 +00:00
Rui Paulo
5bd593f2e3
Increase the I/O memory area to 0xc20000.
2012-10-22 03:44:12 +00:00
Eitan Adler
3d74f47b90
Correct the killpg(2) return values:
...
Return EPERM if processes were found but they
were unable to be signaled.
Return the first error from p_cansignal if no signal was successful.
Reviewed by: jilles
Approved by: cperciva
MFC after: 1 week
2012-10-22 03:43:02 +00:00
Eitan Adler
6fbce2500a
Remove unused code since the 5.x days
...
Reviewed by: des, scottl
Approved by: cperciva
MFC after: 1 week
2012-10-22 03:41:24 +00:00
Eitan Adler
56ac0dd99a
Add support for the "&" character in usernames.
...
Charlie & finally has his last name.
PR: gnu/37910
Submitted by: Harry Newton <harry_newton@telinco.co.uk>
Approved by: cperciva
MFC after: 1 week
2012-10-22 03:41:19 +00:00
Eitan Adler
76b7512247
Now that device disabling is generic, remove extraneous code from the
...
device drivers that used to provide this feature.
Reviewed by: des
Approved by: cperciva
MFC after: 1 week
2012-10-22 03:41:14 +00:00
Eitan Adler
c965707311
Update the kill(2) and killpg(2) man pages to the modern permission
...
checks. Also indicate killpg(2) is POSIX compliant.
Reviewed by: jilles
Reviewed by: wblock
Approved by: cperciva
MFC after: 3 days
2012-10-22 03:37:00 +00:00
Eitan Adler
10950e4651
Colin acked the wrong diff originally. fixed version coming soon.
...
Approved by: cperciva (implicit)
2012-10-22 03:36:44 +00:00
Eitan Adler
2a1c0e4d4e
Correct the killpg(2) return values:
...
Return EPERM if processes were found but they
were unable to be signaled.
Return the first error from p_cansignal if no signal was successful.
Reviewed by: jilles
Approved by: cperciva
MFC after: 1 week
2012-10-22 03:34:43 +00:00
Eitan Adler
1d1d4a4727
Check the return error of set[ug]id. While this can never fail in the
...
current version of FreeBSD, this isn't guarenteed by the API. Custom
security modules, or future implementations of the setuid and setgid
may fail.
PR: bin/172289
PR: bin/172290
PR: bin/172291
Submittud by: Erik Cederstrand <erik@cederstrand.dk>
Discussed by: freebsd-security
Approved by: cperciva
MFC after: 1 week
2012-10-22 03:31:22 +00:00
Eitan Adler
10d17a3f08
Add Danish keyboard model for macbooks to syscons.
...
(not verified to be accurate)
PR: conf/146793
Submitted by: Erik Cederstrand
Approved by: cperciva
MFC after: 1 week
2012-10-22 03:30:17 +00:00
Eitan Adler
267cc84937
Explain the upcoming delay by printing a message when the kernel
...
is about to begin testing memory.
Reviewed by: dteske, adri
Approved by: cperciva
MFC after: 1 week
2012-10-22 03:16:39 +00:00
Eitan Adler
521aea7c30
Fix typo in error when unable to create TCP socket
...
PR: bin/172490
Submitted by: bdrewery
Approved by: cperciva
MFC after: 3 days
2012-10-22 03:16:32 +00:00
Eitan Adler
50e04779c4
Check the return error of set[e][ug]id. While this can never fail in the
...
current version of FreeBSD, this isn't guarenteed by the API.
Custom security modules, or future implementations of the setuid and
setgid may fail.
Submitted by: Erik Cederstrand
Approved by: cperciva
MFC after: 3 days
2012-10-22 03:07:05 +00:00
Eitan Adler
c969ca9408
Free buf when its no longer used. This helps eliminate a static analysis
...
warning.
PR: ports/172566
Submitted by: Erik Cederstrand <erik@cederstrand.dk>
Approved by: cperciva
MFC after: 3 days
2012-10-22 03:06:59 +00:00
Eitan Adler
d1ea2c6674
bcd isn't installed setuid.
...
caesar isn't installed setuid.
For the archaeologists:
it seems this call originally came from NetBSD PR 5970 and 5945
PR: 172566
Submitted by: Erik Cederstrand <erik@cederstrand.dk>
Approved by: cperciva
MFC after: 3 days
2012-10-22 03:06:53 +00:00
Eitan Adler
5becbbf49c
Sysinstall has been removed from base.
...
Approved by: cperciva
2012-10-22 03:00:43 +00:00
Eitan Adler
db702c59cf
remove duplicate semicolons where possible.
...
Approved by: cperciva
MFC after: 1 week
2012-10-22 03:00:37 +00:00
Eitan Adler
68ea9fd7d6
Make uhid attach to devices that look like keyboards
...
or mice if the quirk which prevents higher level
drivers from attaching is set.
PR: usb/172458
Submitted by: Vitaly Magerya <vmagerya@gmail.com>
Reviewed by: hselasky
Approved by: cperciva
MFC after: 1 week
2012-10-22 03:00:25 +00:00
Eitan Adler
73ea379e32
Add support for gjournal to dumpfs
...
PR: 165821
Submitted by: Andreas Longwitz <longwitz@incore.de>
Approved by: cperciva
MFC after: 3 days
2012-10-22 03:00:20 +00:00
Eitan Adler
8d049fb235
Implement HTTP 305 redirect handling.
...
PR: 172452
Submitted by: gcooper
Reviewed by: des
Approved by: cperciva
MFC after: 1 week
2012-10-22 03:00:15 +00:00
Eitan Adler
c4fa1489ec
Don't deny non-temporary redirects if the -A option is set (per
...
the man page) [0]
While here add support for draft-reschke-http-status-308-07
PR: 172451 [0]
Submitted by: gcooper [0]
Reviewed by: des
Approved by: cperciva
MFC after: 1 week
2012-10-22 03:00:10 +00:00
Eitan Adler
e6c0e200f4
Be a bit more lenient in the maximum number of redirects allowed.
...
Chrome and Firefox have a limit of 20. IE has a limit of 8.
Reviewed by: des
Approved by: cperciva
MFC after: 3 days
2012-10-22 03:00:04 +00:00
Eitan Adler
398de06dcb
Remove unused variable. Newer versions of gcc care.
...
Submitted by: Sascha Wildner <saw@online.de>
Approved by: cperciva
MFC after: 3 days
2012-10-22 02:59:59 +00:00
Eitan Adler
078d07726f
Fix build if COMPAT_43 is defined without one of
...
COMPAT_FREEBSD[4567]
Approved by: cperciva
2012-10-22 02:59:55 +00:00
Eitan Adler
6dc88def2e
Remove {harp,hfa,idt} man pages as they were removed in r179308.
...
PR: docs/171234
Submitted by: Martin Birgmeier <Martin.Birgmeier@aon.at>
Reviewed by: rwatson
Approved by: cperciva
MFC after: 3 days
2012-10-22 02:59:49 +00:00
Eitan Adler
fbe37851ff
Fix conditional expression: previously a bitvector would be operated
...
on by a logical not.
Approved by: cperciva
MFC after: 3 days
2012-10-22 02:59:44 +00:00
Eitan Adler
1acb71e699
Make do_uniq work with python3
...
Approved by: cperciva
MFC after: 3 days
2012-10-22 02:29:56 +00:00
Eitan Adler
7a1595e33b
Make xen python scripts work with python3
...
Approved by: cperciva
MFC after: 3 days
2012-10-22 02:29:53 +00:00
Eitan Adler
1f35187f99
Covert regression test to python 3
...
Approved by: cperciva
MFC after: 3 days
2012-10-22 02:29:44 +00:00
Tim Kientzle
747d299f0a
Don't repeat the POSTREAD dma sync.
2012-10-22 02:28:48 +00:00
Eitan Adler
529d9f352a
Warn users when using pkg tools if it looks like they
...
be be pkgng users.
Reviewed by: bapt (earlier version)
Reviewed by: kwm
Approved by: cperciva
MFC after: 3 days
2012-10-22 02:12:20 +00:00
Eitan Adler
d3522c026f
Fix conditional expression: previously a bit vector was being operated
...
on by a logical not instead of the entire expression.
Approved by: cperciva
MFC after: 3 days
2012-10-22 02:12:15 +00:00
Eitan Adler
4e730560e9
Finish migration of MAINTAINER entries
...
Approved by: cperciva
MFC after: 3 days
2012-10-22 02:12:11 +00:00
Eitan Adler
5d08632eba
Mark bsdar_errc as __dead2 to help code analysis tools.
...
PR: bin/172636
Submitted by: Erik Cederstrand <erik@cederstrand.dk>
Approved by: cperciva
MFC after: 3 days
2012-10-22 02:12:06 +00:00
Eitan Adler
168ff9ab82
Covert to python 3
...
Approved by: cperciva
MFC after: 3 days
2012-10-22 02:12:02 +00:00
Eitan Adler
0b80c1e400
Print flags as hex instead of an integer.
...
PR: kern/168210
Submitted by: linimon
Reviewed by: alc
Approved by: cperciva
MFC after: 3 days
2012-10-22 02:11:57 +00:00
Marcel Moolenaar
b87718f054
Update after adding WITHOUT_ATF.
2012-10-22 02:05:09 +00:00
Marcel Moolenaar
c175365cec
Add ATF to the build. This is may be a bit rought around the egdes,
...
but committing it helps to get everyone on the same page and makes
sure we make progress.
Tinderbox breakages that are the result of this commit are entirely
the committer's fault -- in other words: buildworld testing on amd64
only.
Credits follow:
Submitted by: Garrett Cooper <yanegomi@gmail.com>
Sponsored by: Isilon Systems
Based on work by: keramida@
Thanks to: gnn@, mdf@, mlaier@, sjg@
Special thanks to: keramida@
2012-10-22 01:18:41 +00:00
Rui Paulo
915f83e6b5
Make the Wii GPIO driver a separate device.
2012-10-21 22:27:55 +00:00
Rui Paulo
7c92ebca7c
Fix the top comment.
2012-10-21 22:27:21 +00:00
Rui Paulo
de41f585cc
Add a config file for the Wii.
2012-10-21 22:24:28 +00:00
Nathan Whitehorn
2a664c03e5
Update dialog to 20120706: includes minor useability enhancements and
...
fixes for warnings encountered with clang.
2012-10-21 18:25:12 +00:00
Nathan Whitehorn
5f120a342b
Import dialog-1.1-20120706
2012-10-21 18:18:09 +00:00
Andrey V. Elsukov
9add094157
Add the flags parameter to the disk_open() function and DISK_F_NOCACHE
...
flag, that disables the caching of partition tables metadata.
Use this flag for floppies in the libi386/biosdisk driver.
2012-10-21 12:14:58 +00:00
Ulrich Spörlein
3bbc4438c9
Make fsck and fsck_msdosfs WARNS=6 clean
...
- sprinkle const
- add volatile qualifier to avoid vfork clobbering
Inspired by: NetBSD
PR: bin/139802
Reviewed by: ed
2012-10-21 12:01:19 +00:00
Ulrich Spörlein
6cf357bc6c
sbin/fsck: s/perror/perr/ to avoid shadowing
...
- rename some other vars too
- merge NetBSD license changes
Obtained from: NetBSD
PR: bin/139802
Reviewed by: ed
2012-10-21 12:01:11 +00:00
Andreas Tobler
6f1a642726
Fix build.
2012-10-21 08:38:55 +00:00