Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-08-17 | ForwardAgent has defaulted to no for over 2 years; be more clear here. | Kevin Steves | |
2002-08-17 | Add exec_self | Artur Grabowski | |
2002-08-17 | Test for a nasty complication in the exec code. | Artur Grabowski | |
What happens is that if an executable tries to exec itself (happens all the time on the ramdisk, among others) and needs to page in a page from the data segment (or rodata) it will need to perform a pagein operation on the vnode that's execing right now. exec keeps that vnode locked and fails (no deadlock, that part was fixed a long time ago). | |||
2002-08-17 | set default value for use_deprecated to 0, to avoid consequences with ftpd. | Jun-ichiro itojun Hagino | |
2002-08-17 | Arowana Fast-Ethernet support; patch by Thomas Delaet. | Federico G. Schwindt | |
2002-08-17 | regen. | Federico G. Schwindt | |
2002-08-17 | Arowana Fast-Ethernet; from Thomas Delaet. | Federico G. Schwindt | |
2002-08-17 | The consensus was to include both FONT_GALLANT12x22 and FONT_BOLD8x16 | Todd C. Miller | |
for sparc, even when SMALL_KERNEL is defined. That way we get a reasonable font on the sparcbook for the install. | |||
2002-08-17 | If the HBA is already 'touched', still set maxluns. | mjacob | |
Don't whine if the name server returns "no such registered type" when we ask it for all FC-SCSI objects. Fix a few typos. If we get a f/w crash, if ISP_FW_CRASH_DUMP is *not* defined, do the isp_reinit inline, otherwise, let the platform isp_async drive things. This is because, typically, the platform isp_async will freeze things and wake up a thread to do the actual f/w crash dump (really *can't* be done on the interrupt stack- the 23XX has one move on the order of 500KBytes of crash dump data). Set up to handle default framsize && exec_throttle and iid/loopid overrides. If we're using ancient (pre 1.17.0) 2100 f/w (for the cards that cannot load f/w images > 0x7fff words), set ISP_FW_ATTR_SCCLUN. We explicitly don't believe we can find attributes if f/w is < 1.17.0, so we have to set SCCLUN for the 1.15.37 f/w we're using manually- otherwise every target will replicate itself across all 16 supported luns for non-SCCLUN f/w. Correctly set things up for 23XX and either fast posting or ZIO. The 23XX, it turns out, does not support RIO. If you put a non-zero value in xfwoptions, this will disable fast posting. If you put ICBXOPT_ZIO in xfwoptions, then the 23XX will do interrupt delays but post to the response queue- apparently QLogic *now* believes that reading multiple handles from registers is less of a win than writing (and delaying) multiple 64 byte responses to the response queue. At the end of taking a a good f/w crash dump, send the ISPASYNC_FW_DUMPED event to the outer layers (who can then do things like wake a user daemon to *fetch* the crash image, etc.). | |||
2002-08-17 | Add ISPASYNC_FW_CRASH case. | mjacob | |
2002-08-17 | isp_target_notify changes what it returns for success. | mjacob | |
2002-08-17 | Set default command count to 'unmonitored'. Set inotify to 16. | mjacob | |
2002-08-17 | Add ICBZOPT_ENA_OOF and FC4_FC_SVC defines. | mjacob | |
2002-08-17 | Reorder the lportdb dibfields. Add some more CFG params. | mjacob | |
Add ISPASYNC_FW_DUMPED, ISPASYNC_FW_RESTARTED async events. Add ISP_FW_NEWER_THAN macro- makes the code easier to read. DEFAULT_FRAMESIZE and DEFAULT_EXEC_THROTTLE macros. | |||
2002-08-17 | Set all 23XX cards as 'touched' (we have trouble, unpredictably, about | mjacob | |
running ABOUT FIRMWARE with some that were started by BIOS downloads). Fix the incorrect parsing of the Risc2Host isr. For RIO_16, fast posting command completion, and fast post CTIO completion, the upper half of Risc2Host is a copy of mailbox #1- *not* mailbox #0. | |||
2002-08-16 | fix size in MALLOC/bzero call, from sam@errno.com, ok deraadt@ | Daniel Hartmeier | |
2002-08-16 | remove debugging code | Jason Wright | |
2002-08-16 | remove debugging code | Jason Wright | |
2002-08-16 | Man page for rasops from NetBSD | Jason Wright | |
2002-08-16 | kill duplicated check for '(' and ')' in allowed_in_string | Henning Brauer | |
2002-08-16 | pass unprocessed GRE packet to raw ip socket. binkertn@ ok | Jun-ichiro itojun Hagino | |
2002-08-16 | Turn OFF (not ON) acceleration if revision < 5 | Jason Wright | |
2002-08-16 | Scale back rows and columns if the font would not otherwise fit on the | Todd C. Miller | |
display. Otherwise, we would panic in wsdisplay_cnattach(). miod@ OK | |||
2002-08-16 | - add cross-distrib target to cross-compile the world (except gnu) | Wilbern Cobb | |
- add cross-obj, cross-depend, cross-clean and cross-cleandir targets - add dependencies between the cross-tools targets - simplify cross-binutils - build a cross c++ compiler - use distribution-etc-root-var in etc for preparing ${CROSSDIR} ok art@, miod@ | |||
2002-08-16 | use HOSTCFLAGS and HOSTLDFLAGS with HOSTCC. | Wilbern Cobb | |
ok art@, miod@ | |||
2002-08-15 | sync | Theo de Raadt | |
2002-08-15 | re-org rcc devices | Theo de Raadt | |
2002-08-15 | Fix a problem with re-started installs that caused the domain | Kenneth R Westerback | |
name to be repeatedly appended to the host name. Simply strip the domain name from the host name read from /tmp/myname. Problem noted by Nick Holland. | |||
2002-08-15 | knf | Theo de Raadt | |
2002-08-15 | sync | Theo de Raadt | |
2002-08-15 | fix END() label | Theo de Raadt | |
2002-08-15 | $OpenBSD$ for modules with local changes | Henning Brauer | |
2002-08-15 | $OpenBSD$ | Henning Brauer | |
2002-08-15 | One line fix to make boot link from miod whose main NFS server | Todd C. Miller | |
is down at the moment. | |||
2002-08-15 | sync | Theo de Raadt | |
2002-08-13 | reset iir in the frame on _onfault handling, for mr.ddb | Michael Shalayeff | |
2002-08-13 | hypasupadupacarefulness in spstrcpy | Michael Shalayeff | |
2002-08-13 | sync | Michael Shalayeff | |
2002-08-13 | forgot to fix this while was fixing copy_on_fault shitz | Michael Shalayeff | |
2002-08-13 | change WI_PORTTYPE_AP -> WI_PORTTYPE_HOSTAP to match FreeBSD and NetBSD. | Todd C. Miller | |
The reason for this is that it is possible in the future to have wi(4) be a real AP using the AP tertiary firmware. mickey@ OK | |||
2002-08-13 | remove a bogus extern, move another into another scope | Michael Shalayeff | |
2002-08-13 | Update bsd_glob.c with fixes from perl 5.8.0 that are based on our glob.c. | Todd C. Miller | |
From Solar Designer | |||
2002-08-13 | By request, add imaps and pop3s (TLS/SSL imap and pop3) from IANA. | Todd C. Miller | |
There are other TLS/SSL services we could add if desired. | |||
2002-08-13 | Remove some unused prototypes, KNF. | Dale Rahn | |
2002-08-12 | missing period | Kevin Steves | |
2002-08-12 | Catch null pointer deref (segfault), from wilfried@ | Daniel Hartmeier | |
2002-08-12 | more PermitUserEnvironment; ok markus@ | Kevin Steves | |
2002-08-12 | Use state tree instead of separate (flat) list to find NAT proxy ports, | Daniel Hartmeier | |
allows to use the same proxy port with different external peers. From Ryan McBride | |||
2002-08-12 | Remove a large chunk of `#ifdef notyet' code | Jason Wright | |
2002-08-12 | Neuter the machdep.vsyncblank sysctl, as this setting is now controlled | Miod Vallat | |
by wsconsctl. ok art@ |