Commit Graph

185470 Commits

Author SHA1 Message Date
sjg
b87966b319 PR: make.unexport
Reviewed by:
2009-11-19 00:30:24 +00:00
sjg
f3c8b50aa4 Add .unexport - the exact opposite of .export
and .unexport-env which unexport's all previously .export'd globals
as well as clearing environ[].
Allow's sys.mk near total controll.

Reviewed by: apb
2009-11-19 00:30:24 +00:00
bouyer
33ba652f9b bnx(4): Added support for Broadcom BCM5709 and BCM5716 chips. 2009-11-18 23:13:09 +00:00
bouyer
1f4d2fce07 Sync with OpenBSD: if_bnx.c,v 1.85. Major changes:
Add support for the Broadcom BCM5709 and BCM5716 chips. This upgrade
the B06 firmware, and add the B09 firmware required by the BCM5709.
Remplace TX dmamap array with a dynamically-grown list.

Tested with:
bnx0 at pci4 dev 0 function 0: Broadcom NetXtreme II BCM5708 1000Base-T
and
bnx0 at pci0 dev 0 function 0: Broadcom NetXtreme II BCM5709 1000Base-SX
2009-11-18 23:11:16 +00:00
bouyer
e864a44956 Support BCM5709CAX and BCM5709C PHYs. 2009-11-18 23:02:12 +00:00
bouyer
037713ff86 Regen: Add BCM5709CAX and BCM5709C PHYs. 2009-11-18 23:01:47 +00:00
bouyer
d4753b2acd Add BCM5709CAX and BCM5709C PHYs. 2009-11-18 23:00:46 +00:00
bouyer
0ba7ca8106 Regen: Complete BROADCOM BCM5709 family, and add BCM5716 family. 2009-11-18 22:59:56 +00:00
bouyer
043ccc97e9 Complete BROADCOM BCM5709 family, and add BCM5716 family. 2009-11-18 22:57:38 +00:00
dyoung
d53ef3367c wdcactivate() is gone, don't use it. 2009-11-18 22:51:07 +00:00
macallan
910612113d Make colour depths higher than 8bit work in X.
Now igsfb will switch to 16 or 32 bit colour when entering graphics mode,
depending on available video memory and the given mode.
While there re-initialize the colour map etc. when leaving graphics mode.
2009-11-18 21:59:38 +00:00
dsl
c32688c3c2 Reinstate the banner.
This was added to detect problems when the mbr code gets written into the pbr.
(When the code loops reading the pbr!)
It is also a useful diagnosting that the boot it proceeding normally.
2009-11-18 21:04:12 +00:00
dsl
1e2fe5a0f2 Reinstate the 'banner'.
It is a useful diagnostic that the boot sequence is proceeding.
2009-11-18 21:02:16 +00:00
dsl
eae5810c3d Adjust the way references to the unrelocated addresses are done so
that the address doesn't have to be passed in.
Adjust #ifdef so that only one item is checked - at it is the one used.
2009-11-18 20:51:22 +00:00
dsl
1dc876966b Keep the output of 'ld' prior to extracting the image.
Useful for debugging (etc) since it contains the symbols.
2009-11-18 20:33:39 +00:00
jakllsch
1ae9ec6017 Match VT8251 IDE controller and enable UDMA Mode 6 thereon.
Should fix PATA speed issue in PR/37517.
Due to lack of hardware, only compile tested at this point.
2009-11-18 19:42:18 +00:00
jakllsch
49e23db07d regen. 2009-11-18 18:44:55 +00:00
jakllsch
afcd4ff2b9 Drop unused/duplicate VIATECH VT8237_PCIB entry.
While here, drop "(Apollo KT600)" from VIATECH VT8237, and s/ISA/LPC/.
Additionally, add LPC Bridge ID for VT8251 from PR/37517.
2009-11-18 18:42:08 +00:00
eeh
4758e23503 Add a command to dump all thread stacks in the system and a command to dump
lockdebug state.
2009-11-18 18:12:00 +00:00
eeh
4d55497aed Add the lwp address so you don't have to leave gdb and use ps to grab an lwp's
stack.
2009-11-18 18:05:51 +00:00
pooka
3f3cc8c2db Add rumptest command for testing rump linkage. 2009-11-18 18:05:19 +00:00
eeh
eea5c3505f Print out all 64-bits of 64-bit values on 64-bit machines and add documentation
of these commands to gdb.
2009-11-18 18:04:26 +00:00
eeh
e2017f3504 Get gdb to document the command. 2009-11-18 18:02:00 +00:00
pooka
a8ed404de6 * make it possible to include kern_module in a kernel without vfs
support, i.e. move vfs functionality to a separate module
  (kern_module_vfs.c)
* make module proplist size an MI constant (now 8k) instead of PAGE_SIZE
* change some error values to something else than the karmic EINVAL
2009-11-18 17:40:45 +00:00
drochner
fa423103c6 if changing the password, don't clear PAM_AUTHTOK at the beginning -- this
sabotages external password strength checkers
2009-11-18 17:06:23 +00:00
njoly
87483a8bda Make compat linux/linux32 msgrcv_msgarg type member of type
long/netbsd32_long to match linux definition.
2009-11-18 15:19:24 +00:00
yamt
e0d891d65c comment which bits of uc_flags are used by MD code.
+ * if your port needs more MD bits, please try to choose bits from _UC_MD
+ * first, rather than picking random unused bits.
2009-11-18 12:29:22 +00:00
njoly
bde1dd1459 Make linux32 msgsnd/msgrcv use the netbsd32 syscalls instead of native
ones, to ensure that msgbuf mtype member will be of the right type.
2009-11-18 12:27:58 +00:00
yamt
d8b340409c turnstile_block: reduce code duplication. 2009-11-18 12:26:22 +00:00
yamt
e8ed984955 turnstile_block: turn a comment into KASSERTs. 2009-11-18 12:25:15 +00:00
yamt
004373b0b4 comment 2009-11-18 12:24:05 +00:00
yamt
a646187eba use NULL instead of 0 for pointers 2009-11-18 12:22:48 +00:00
njoly
f08f03b58d Kill noisy debug printf. 2009-11-18 12:01:25 +00:00
stacktic
c461e11537 Fixed security.models.suser.curtain to deny when uid does not match.
OK pooka@
2009-11-18 09:47:18 +00:00
macallan
1049d3d651 Write something more sane into the pixel format register - it's not pixel size
in bytes although that works in 8 and 16 bit colour depth.
While there do some magic number reduction.
2009-11-18 06:10:50 +00:00
enami
f682fea033 Add an entry for AVlab's low profile PCI 4 port serial card, which is
sold in japan from kuroutoshikou as SERIAL4P-LPPCI2.
2009-11-18 00:28:09 +00:00
dyoung
626b8b2a34 Don't #include <sys/extent.h> any more because this module doesn't use
struct extent any more.
2009-11-17 23:51:59 +00:00
dyoung
26ed60379e Delete unused functions eisa_mem_alloc() and eisa_mem_free(). 2009-11-17 23:46:27 +00:00
dyoung
a3cf1aee4a Fix spelling in a comment, s/extentions/extensions/. 2009-11-17 23:45:39 +00:00
eeh
bfd5cc9df2 This should fix a deadlock. 2009-11-17 22:49:24 +00:00
dyoung
98c8bebd28 Fix spelling in comments, s/extention/extension/. 2009-11-17 22:35:43 +00:00
bouyer
e3c6fd050a Fix getcleanvnode() in previous: in the if (vp->v_usecount != 0)
case we didn't bump the refcount, so don't decrease it through vrelel().
call mutex_exit() on v_interlock directly instead.
2009-11-17 22:20:14 +00:00
agc
0c508f48a4 Update with status for some projects.
Add some new projects, and sync with reality.
2009-11-17 21:09:54 +00:00
apb
dea834c0d8 Set LC_ALL=C before we try to parse the output from any command.
This will ensure that awk is not invoked in a way that tickles
the bug described in PR 42320.
2009-11-17 20:49:34 +00:00
drochner
750e2babfe add some prototypes for checked string functions 2009-11-17 20:47:59 +00:00
drochner
f7e3ae7c1f -delete prototypes which are already in <ssp/ssp.h>
-make __fail __noreturn__
2009-11-17 20:46:20 +00:00
drochner
683ac0b2d3 make the "src" strings const as in the unchecked equivalents 2009-11-17 20:44:26 +00:00
drochner
623d625769 remove some binary files which should be generated in a build 2009-11-17 19:47:00 +00:00
wiz
feb9cdd5a3 Remove trailing whitespace. 2009-11-17 19:35:48 +00:00
wiz
0a08e1d808 Remove trailing space. Remove unnecessary Pp before Sh. 2009-11-17 19:34:29 +00:00